-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume2.json
More file actions
107 lines (107 loc) · 4.05 KB
/
resume2.json
File metadata and controls
107 lines (107 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"resume": {
"fullName": "Jane Doe",
"contactInfo": {
"email": "jane.doe@example.com",
"phone": "+1-234-567-8901",
"address": "1234 Maple Street, Cityville, State, 12345",
"linkedin": "https://www.linkedin.com/in/janedoe",
"github": "https://github.com/janedoe"
},
"objective": "Experienced software engineer seeking to leverage extensive background in software development and engineering to contribute to the success of a forward-thinking company.",
"education": [
{
"institution": "State University",
"degree": "Bachelor of Science in Computer Science",
"graduationYear": 2020,
"location": "Cityville, State",
"gpa": "3.8/4.0"
}
],
"workExperience": [
{
"jobTitle": "Senior Software Engineer",
"company": "Tech Solutions Inc.",
"duration": "June 2020 - Present",
"location": "Cityville, State",
"responsibilities": [
"Lead the development of a major project involving 10+ team members.",
"Design and implement new features and optimize existing ones from controller-level to UI.",
"Vigorously lead testing and debugging processes."
]
},
{
"jobTitle": "Software Engineer Intern",
"company": "Innovative Tech Ltd.",
"duration": "May 2018 - August 2019",
"location": "Techtown, State",
"responsibilities": [
"Assisted in the development of client-side applications.",
"Participated in weekly product design meetings, providing input on product features.",
"Contributed to the improvement of existing software by optimizing algorithms and enhancing user interface designs."
]
},
{
"jobTitle": "Backend Developer",
"company": "Data Systems LLC",
"duration": "January 2016 - April 2018",
"location": "Cityville, State",
"responsibilities": [
"Developed and maintained backend systems for various projects.",
"Worked closely with frontend developers to integrate frontend and backend functionality.",
"Optimized database queries and server-side processes for improved performance."
]
},
{
"jobTitle": "Frontend Developer",
"company": "WebTech Solutions",
"duration": "September 2019 - December 2021",
"location": "Cityville, State",
"responsibilities": [
"Designed and developed user-facing features using React.js and Angular.",
"Collaborated with design and product teams to create intuitive and responsive web interfaces.",
"Ensured the technical feasibility of UI/UX designs and optimized application for maximum speed and scalability."
]
},
{
"jobTitle": "DevOps Engineer",
"company": "Cloud Innovations",
"duration": "October 2017 - August 2019",
"location": "Techtown, State",
"responsibilities": [
"Implemented CI/CD pipelines for automating deployments and monitoring.",
"Managed cloud infrastructure using AWS services such as EC2, S3, and Lambda.",
"Ensured system security by implementing best practices and monitoring tools."
]
}
],
"skills": ["Python", "Java", "JavaScript", "React", "Node.js", "SQL", "HTML", "CSS"],
"certifications": [
{
"title": "Certified Scrum Master",
"issuingOrganization": "Scrum Alliance",
"dateIssued": "July 2021",
"expirationDate": "July 2024",
"credentialID": "1234567890"
}
],
"projects": [
{
"projectName": "Personal Portfolio Website",
"description": "Developed a personal website to showcase my software projects and technical blogs.",
"technologiesUsed": ["HTML", "CSS", "JavaScript"],
"link": "http://www.janedoeportfolio.com"
}
],
"languages": [
{
"language": "English",
"fluency": "Native"
},
{
"language": "Spanish",
"fluency": "Intermediate"
}
]
}
}