export default function PortfolioWebsite() { const skills = [ ‘Java’, ‘Spring Boot’, ‘React’, ‘Angular’, ‘AWS’, ‘Python’, ‘Full Stack Development’, ‘Web Development’, ‘AI Fundamentals’, ‘Corporate Training’ ]; const services = [ { title: ‘Online Programming Courses’, description: ‘Providing beginner to advanced level programming courses in Java, Full Stack Development, Web Development, Python, and Cloud Technologies.’ }, { title: ‘Corporate Training’, description: ‘Delivering industry-focused technical training sessions for students, interns, and professionals.’ }, { title: ‘Kids Book Publishing’, description: ‘Publishing inspiring Tamil books and devotional books for children through Gugan Publications.’ }, { title: ‘Internship Programs’, description: ‘Conducting online internships in AI, Python, AWS, Java Full Stack, and Web Development.’ } ]; const projects = [ { title: ‘Home of Programming’, description: ‘An online software training institute offering programming and full stack development courses.’ }, { title: ‘Gugan Publications’, description: ‘A publication initiative focused on Tamil books, devotional content, and inspiring stories for kids.’ }, { title: ‘Academic Author’, description: ‘Author of the academic book “Developing Web Applications Using PHP.”’ } ]; return (
{/* Hero Section */}

Tech Educator • Author • Entrepreneur

Hi, I’m Abiramasundhari

I am a passionate programming trainer, content creator, and kids book publisher. I help students learn modern technologies through practical and engaging online training programs.

A

About Me

Java Full Stack Trainer, Technical Content Creator, Children’s Book Author, and Founder of Home of Programming & Gugan Publications.

{/* Skills Section */}

Skills & Expertise

{skills.map((skill, index) => (
{skill}
))}
{/* Services Section */}

What I Do

{services.map((service, index) => (

{service.title}

{service.description}

))}
{/* Projects Section */}

Projects & Ventures

{projects.map((project, index) => (

{project.title}

{project.description}

))}
{/* Experience Section */}

Experience

Java FSD Trainer – Cognizant

2021 – 2023 | Chennai

Trained Java Full Stack Development concepts for freshers and interns, including Java, Spring Boot, SQL, Web Technologies, and project mentoring.

Founder – Home of Programming

Online Training Institute

Conducting online programming courses, internships, and workshops for students and professionals.

{/* Contact Section */}

Let’s Connect

Interested in training programs, collaborations, internships, or book publishing? Feel free to reach out.

Email

abiramasundhari.s06@gmail.com

Phone

+91 88708 27575

Website

www.homeofprogramming.com

{/* Footer */}
© 2026 Abiramasundhari. All rights reserved.
); }