jsonresume-theme-modern-plain
Version:
A clean, modern JSON Resume theme with a professional two-column layout, PT Sans typography, and optimized for single-page print output
179 lines (178 loc) • 5.5 kB
JSON
{
"basics": {
"name": "Jane Doe",
"label": "Senior Software Engineer",
"image": "",
"email": "jane.doe@example.com",
"phone": "+1 (555) 123-4567",
"website": "https://janedoe.dev",
"summary": "Experienced software engineer with 8+ years of expertise in full-stack development, cloud architecture, and team leadership. Passionate about building scalable applications and mentoring junior developers. Proven track record of delivering high-impact projects in fast-paced startup and enterprise environments.",
"location": {
"city": "San Francisco",
"countryCode": "US",
"region": "California"
},
"profiles": [
{
"network": "LinkedIn",
"username": "janedoe",
"url": "https://www.linkedin.com/in/janedoe"
},
{
"network": "GitHub",
"username": "janedoe",
"url": "https://github.com/janedoe"
}
]
},
"work": [
{
"name": "TechCorp Inc.",
"position": "Senior Software Engineer",
"url": "https://techcorp.example.com",
"startDate": "2021-03",
"endDate": "",
"summary": "Leading development of microservices architecture and mentoring a team of 5 engineers.",
"highlights": [
"Architected and implemented a microservices platform serving 10M+ users, reducing response time by 40%",
"Led migration from monolithic architecture to microservices, improving deployment frequency by 300%",
"Mentored 5 junior engineers, resulting in 2 promotions within the team",
"Implemented CI/CD pipelines reducing deployment time from 2 hours to 15 minutes",
"Reduced infrastructure costs by 30% through optimization and cloud resource management"
]
},
{
"name": "StartupXYZ",
"position": "Full Stack Developer",
"url": "https://startupxyz.example.com",
"startDate": "2018-06",
"endDate": "2021-02",
"summary": "Built core features for a SaaS platform from ground up, scaling from 0 to 100K users.",
"highlights": [
"Developed full-stack features using React, Node.js, and PostgreSQL for early-stage SaaS product",
"Implemented real-time collaboration features using WebSockets, supporting 5K concurrent users",
"Reduced API response time by 60% through database query optimization and caching strategies",
"Built automated testing suite achieving 85% code coverage, reducing production bugs by 50%",
"Collaborated with product team to define technical requirements and roadmap"
]
},
{
"name": "Digital Agency Co.",
"position": "Junior Web Developer",
"url": "https://digitalagency.example.com",
"startDate": "2016-01",
"endDate": "2018-05",
"summary": "Developed responsive websites and web applications for various clients.",
"highlights": [
"Built 15+ responsive websites using HTML, CSS, JavaScript, and WordPress",
"Improved website performance scores by 40% through optimization techniques",
"Collaborated with designers to implement pixel-perfect UI components",
"Maintained and updated existing client websites, ensuring compatibility across browsers"
]
}
],
"education": [
{
"institution": "University of California, Berkeley",
"url": "https://www.berkeley.edu",
"area": "Computer Science",
"studyType": "Bachelor of Science",
"startDate": "2012-09",
"endDate": "2016-05",
"gpa": "3.8"
}
],
"certificates": [
{
"name": "AWS Certified Solutions Architect",
"date": "2022-08",
"issuer": "Amazon Web Services",
"url": "https://aws.amazon.com/certification/"
},
{
"name": "Google Cloud Professional Developer",
"date": "2021-11",
"issuer": "Google Cloud",
"url": "https://cloud.google.com/certification"
}
],
"skills": [
{
"name": "Programming Languages",
"level": "Expert",
"keywords": [
"JavaScript",
"TypeScript",
"Python",
"Go",
"SQL"
]
},
{
"name": "Frontend Development",
"level": "Expert",
"keywords": [
"React",
"Vue.js",
"Next.js",
"HTML5",
"CSS3",
"Tailwind CSS"
]
},
{
"name": "Backend & Databases",
"level": "Expert",
"keywords": [
"Node.js",
"Express",
"PostgreSQL",
"MongoDB",
"Redis",
"GraphQL"
]
},
{
"name": "Cloud & DevOps",
"level": "Advanced",
"keywords": [
"AWS",
"Docker",
"Kubernetes",
"CI/CD",
"Terraform",
"GitHub Actions"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Spanish",
"fluency": "Professional working proficiency"
},
{
"language": "French",
"fluency": "Basic"
}
],
"projects": [
{
"name": "OpenSource Toolkit",
"url": "https://github.com/janedoe/opensource-toolkit",
"description": "Popular open-source library with 5K+ GitHub stars"
},
{
"name": "DevBlog",
"url": "https://janedoe.dev/blog",
"description": "Technical blog with 50K+ monthly readers"
},
{
"name": "MobileApp",
"description": "React Native app for local community events"
}
]
}