resume.jsonā¢4.4 kB
{
"personalInfo": {
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "+1 (555) 123-4567",
"location": "San Francisco, CA",
"linkedin": "https://linkedin.com/in/johndoe",
"github": "https://github.com/johndoe"
},
"summary": "Experienced Full-Stack Software Engineer with 5+ years of experience building scalable web applications using React, Node.js, and cloud technologies. Passionate about clean code, system design, and mentoring junior developers.",
"experience": [
{
"company": "TechCorp Inc.",
"position": "Senior Software Engineer",
"startDate": "2022-01",
"endDate": null,
"current": true,
"description": "Lead development of microservices architecture and mentor junior developers",
"achievements": [
"Led migration of monolithic application to microservices, reducing deployment time by 60%",
"Implemented CI/CD pipeline that reduced bug reports by 40%",
"Mentored 3 junior developers, helping them advance to mid-level positions"
],
"technologies": [
"React",
"Node.js",
"TypeScript",
"AWS",
"Docker",
"Kubernetes",
"PostgreSQL"
]
},
{
"company": "StartupXYZ",
"position": "Full-Stack Developer",
"startDate": "2020-06",
"endDate": "2021-12",
"current": false,
"description": "Developed and maintained web applications for a fast-growing startup",
"achievements": [
"Built customer dashboard that increased user engagement by 35%",
"Optimized database queries, improving page load times by 50%",
"Collaborated with design team to implement responsive UI components"
],
"technologies": [
"React",
"Express.js",
"MongoDB",
"Redis",
"Jest",
"Webpack"
]
},
{
"company": "WebDev Solutions",
"position": "Frontend Developer",
"startDate": "2019-08",
"endDate": "2020-05",
"current": false,
"description": "Developed responsive web applications and maintained existing codebase",
"achievements": [
"Created reusable component library used across 5+ projects",
"Improved accessibility compliance to WCAG 2.1 AA standards",
"Reduced bundle size by 30% through code splitting and optimization"
],
"technologies": ["React", "JavaScript", "CSS3", "SASS", "Webpack", "Jest"]
}
],
"education": [
{
"institution": "University of California, Berkeley",
"degree": "Bachelor of Science",
"field": "Computer Science",
"startDate": "2015-09",
"endDate": "2019-05",
"gpa": "3.8/4.0",
"achievements": [
"Dean's List for 6 consecutive semesters",
"President of Computer Science Club",
"Completed senior capstone project on machine learning"
]
}
],
"skills": [
"JavaScript",
"TypeScript",
"React",
"Node.js",
"Express.js",
"Python",
"AWS",
"Docker",
"Kubernetes",
"PostgreSQL",
"MongoDB",
"Redis",
"Git",
"Jest",
"Webpack",
"CI/CD",
"System Design",
"Agile/Scrum"
],
"projects": [
{
"name": "E-commerce Platform",
"description": "Full-stack e-commerce application with payment integration and admin dashboard",
"technologies": ["React", "Node.js", "PostgreSQL", "Stripe API", "AWS"],
"url": "https://ecommerce-demo.com",
"github": "https://github.com/johndoe/ecommerce-platform",
"startDate": "2023-01",
"endDate": "2023-06"
},
{
"name": "Task Management App",
"description": "Collaborative task management tool with real-time updates and team collaboration features",
"technologies": ["React", "Socket.io", "MongoDB", "Express.js"],
"github": "https://github.com/johndoe/task-manager",
"startDate": "2022-08",
"endDate": "2022-12"
}
],
"certifications": [
{
"name": "AWS Certified Solutions Architect",
"issuer": "Amazon Web Services",
"date": "2023-03",
"credentialId": "AWS-SAA-123456",
"url": "https://aws.amazon.com/verification"
},
{
"name": "React Developer Certification",
"issuer": "Meta",
"date": "2022-11",
"credentialId": "META-REACT-789012"
}
]
}