about.ts
const aboutMe = {
  name: "SRIVATSA M G",
  location: "MYSORE, KA",
  contact: {
    email: "srivatsamg@gmail.com",
    phone: "+91 7760 859 628",
    linkedin: "Srivatsa M G",
    website: "srivatsamg.netlify.app"
  },
  objective: `
    I am an innovative full-stack developer driven by a passion for crafting robust solutions.
    With a proven track record of effective time management and strong communication skills,
    I thrive in dynamic environments. My insatiable curiosity fuels my commitment to continual
    personal and professional growth, ensuring I stay at the forefront of technology trends
    and deliver excellence in every project.
  `
}

As a full-stack developer, I combine technical expertise with creative problem-solving to deliver exceptional results. My approach is rooted in continuous learning and adapting to new technologies, allowing me to tackle complex challenges and contribute to innovative solutions in the ever-evolving tech landscape.

skills.json
programmingLanguages.map((skill) => {
  • C
  • C++
  • Java
  • Python
});
markupLanguages.map((skill) => {
  • HTML
  • CSS
});
scriptingLanguages.map((skill) => {
  • JavaScript
});
databases.map((skill) => {
  • MySQL
  • OracleSQL
});
developmentTools.map((skill) => {
  • Android Studio
  • Netlify
  • GitHub
});
frameworks.map((skill) => {
  • Bootstrap
  • Angular
});
education.ts
class BachelorinComputerScience&Engineering {
institution: "Vidyavardhaka College of Engineering, Mysore"
year: "2024"
details: [
"CGPA 7.18"
]
}
class Pre-UniversityEducation {
institution: "Vidyavardhaka PU College, Mysore"
year: "2020"
}
class SecondarySchoolExamination {
institution: "Amrita Vidayalam, Mysore"
year: "2018"
}
projects.ts
const Canvas-Air = {
name: "Canvas-Air",
description: "Computer vision project with OpenCV, enabling air drawing using tracked colored marker.",
tech: [
  "Python",
  "OpenCV",
  "NumPy"
],
details: [
  "Implemented computer vision project with OpenCV",
  "Enabled air drawing using tracked colored marker",
  "Leveraged Python's libraries for color detection, morphological operations, contour detection, and coordinate tracking",
  "Proficient in Python, OpenCV, and computer vision",
  "Required Python 3, NumPy, and OpenCV"
]
const Personal-Portfolio-Website = {
name: "Personal Portfolio Website",
description: "Personal portfolio website showcasing professional achievements, skills, and projects.",
tech: [
  "HTML",
  "CSS",
  "JavaScript"
],
details: [
  "Crafted and hosted a personal portfolio website",
  "Showcased professional achievements, skills, and projects",
  "Developed with a modern and responsive design",
  "Serves as an interactive showcase of expertise",
  "Testament to dedication to personal branding and online presence"
]
experience.ts
class SDEINTERN {
company: "Schneider Electric"
responsibilities: [
"Spearheaded the development of a streamlined ticketing system"
"Optimized internal communication and issue resolution processes"
"Leveraged advanced technologies"
"Designed and implemented a user-friendly interface for efficient workflow management"
]
}
const certifications = [
"Architecting with Google Compute Engine and Google Cloud Data Analyst Learning Path"
"Elastic Google Cloud Infrastructure: Scaling and Automation"
"Architecting with Google Kubernetes Engine: Foundations"
"Advanced Insights with BigQuery"
];
contact.ts
const sendMessage = async (formData) => {
// Process form submission
await submitForm(formData);
};