forked from feder-cr/lib_resume_builder_AIHawk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstructure.html
192 lines (185 loc) · 10.8 KB
/
structure.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="/ai_cv_builder/resume_style/style_samodum_bold.css">
</head>
<body>
<header>
<h1>John Doe</h1>
<div class="contact-info">
<p class="fas fa-map-marker-alt">
<span>City, State, Country</span>
</p>
<p class="fas fa-phone">
<span>+00 1234567890</span>
</p>
<p class="fas fa-envelope">
<span>[email protected]</span>
</p>
<p class="fab fa-linkedin">
<a href="https://www.linkedin.com/in/johndoe/">LinkedIn</a>
</p>
<p class="fab fa-github">
<a href="https://github.com/johndoe">GitHub</a>
</p>
</div>
</header>
<main>
<section id="bio" class="section-block">
<p>Experienced Engineering Manager with a proven track record of leading high-performing teams and
delivering scalable web solutions. I possess strong skills in full-stack development, specializing in
JavaScript, TypeScript, React, and NodeJS. My expertise lies in designing robust systems that
effectively serve large-scale users while driving innovation aligned with business objectives. I am
seeking a challenging role where I can leverage my technical skills and leadership experience to
contribute to the success of a forward-thinking organization.</p>
</section>
<section id="technologies" class="section-block">
<h2>Technologies</h2>
<ul class="section-list ">
<li class="section-list-item">
<h3 class="section-list-item-heading">Front End</h3>
<p class="section-list-item-content">JavaScript, TypeScript, React, NextJS, HTML5, CSS3, Tailwind
</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Back End</h3>
<p class="section-list-item-content">NodeJS, Python, Microservices, NestJS, REST, GraphQL</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Data Storage</h3>
<p class="section-list-item-content">PostgreSQL, MongoDB, Redis</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Cloud & DevOps</h3>
<p class="section-list-item-content">AWS, GCP, Docker, Kubernetes, CI/CD</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Project Management</h3>
<p class="section-list-item-content">Agile, Scrum, Kanban, Jira</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Design</h3>
<p class="section-list-item-content">Figma, Adobe XD, Adobe Photoshop, Adobe Illustrator, Blender
</p>
</li>
</ul>
</section>
<section id="education" class="section-block">
<h2>Education</h2>
<ul class="section-list">
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">2003 - 2007</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Bachelor's Degree in Computer Science | GPA:
4.0/5</span>
<span class="section-list-body-header-employer">Anonymous University — Location</span>
</header>
</div>
</li>
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">2011 - 2013</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Diploma in Operations Management | GPA:
85/100</span>
<span class="section-list-body-header-employer">Anonymous Institute — Location</span>
</header>
</div>
</li>
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">2012 - 2014</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Diploma in Entrepreneurship & Business
Management | GPA: 90/100</span>
<span class="section-list-body-header-employer">Anonymous Business Centre — Location</span>
</header>
</div>
</li>
</ul>
</section>
<section id="work-experience" class="section-block">
<h2>Work Experience</h2>
<ul class="section-list">
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">01/2024 - Present</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Engineering Manager</span>
<span class="section-list-body-header-employer">Company A — City A</span>
</header>
<ul class="section-list-body-content">
<li>Oversee multiple development teams totaling 12 engineers, fostering a culture of
innovation and continuous improvement across the organization.</li>
<li>Develop and implement company-wide technical strategies aligned with long-term business
objectives, resulting in a 30% increase in overall product delivery speed.</li>
<li>Collaborate with C-level executives and product managers to define strategic product
roadmaps and prioritize features based on market demands and company vision.</li>
<li>Implement and refine agile methodologies across teams, improving overall engineering
efficiency by 25% and enhancing cross-team collaboration.</li>
<li>Establish and oversee mentorship programs and career development paths for engineers at
all levels, resulting in improved retention and team satisfaction.</li>
<li>Manage resource allocation across departments to optimize team performance.</li>
</ul>
</div>
</li>
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">03/2023 - 12/2023</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Team Lead, Fullstack Development</span>
<span class="section-list-body-header-employer">Company B — City B</span>
</header>
<ul class="section-list-body-content">
<li>Led architectural decisions for scalable software solutions.</li>
<li>Conducted performance evaluations and provided constructive feedback.</li>
<li>Recruited, interviewed, and hired team members.</li>
<li>Facilitated communication within the team to ensure alignment.</li>
<li>Implemented agile methodologies, facilitating sprint planning and retrospectives.</li>
</ul>
</div>
</li>
<li class="section-list-item section-list-item--start">
<h3 class="section-list-item-heading">06/2020 - 02/2023</h3>
<div class="section-list-body">
<header class="section-list-body-header">
<span class="section-list-body-header-role">Senior Software Engineer & Consultant</span>
<span class="section-list-body-header-employer">Consulting Firm — City C</span>
</header>
<ul class="section-list-body-content">
<li>Led development of critical features for major commercial projects.</li>
<li>Engaged with stakeholders to translate requirements into technical solutions.</li>
<li>Mentored junior developers to follow best practices.</li>
<li>Enhanced performance by applying advanced optimization techniques.</li>
</ul>
</div>
</li>
</ul>
</section>
<section id="skills" class="section-block">
<h2>Other Skills</h2>
<ul class="section-list ">
<li class="section-list-item">
<h3 class="section-list-item-heading">Languages</h3>
<p class="section-list-item-content">English (Native), German (Conversational), French (Basic)</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Creative Skills</h3>
<p class="section-list-item-content">3D Modeling, Cinematography, Photography</p>
</li>
<li class="section-list-item">
<h3 class="section-list-item-heading">Communication Skills</h3>
<p class="section-list-item-content">Public Speaking, Negotiation</p>
</li>
</ul>
</section>
</main>
</body>
</html>