-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (245 loc) · 8.94 KB
/
index.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en-IR" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Personal Website of Ahmad Jafari, Software Engineer and Front-End Developer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
<title>Ahmad Jafari (Software Engineer & Senior Front-end Developer)</title>
</head>
<body>
<div class="container">
<header>
<h1>Ahmad Jafari</h1>
<h2>
Software Engineer
<br />
Senior Front-end Developer
</h2>
<address>
<p>Phone: +98 930-848-5060</p>
<p>Email: a99jafari@gmail.com</p>
<p id="linkedin">
LinkedIn:
<a href="https://linkedin.com/in/jafari-dev" target="_blank"
>@jafari-dev</a
>
</p>
<p id="github">
GitHub:
<a href="https://github.com/jafari-dev" target="_blank"
>@jafari-dev</a
>
</p>
</address>
</header>
<section>
<h3>Summary</h3>
<p>
Proficient Front-end engineer with over 4 years of experience in the
industry, creating exceptional web applications with a user-focused
approach and strict adherence to software engineering best practices.
Worked with cross-functional teams of 5 to 30 people to deliver over
10 exceptional products. Interested in solving complex problems with a
creative approach and staying up-to-date with the latest technologies.
</p>
</section>
<section class="skills">
<h3>Skills</h3>
<ul>
<li>HTML & Accessibility</li>
<li>CSS & Sass</li>
<li>Bootstrap & Tailwind</li>
<li>JavaScript & TypeScript</li>
<li>ReactJS & NextJS</li>
<li>Ant Design & Material UI</li>
<li>Redux & Redux Toolkit</li>
<li>MobX & React Query</li>
<li>Jest, Cypress & StoryBook</li>
<li>Webpack & Babel</li>
<li>Git, Docker & CI/CD</li>
<li>SOLID & Design Patterns</li>
<li>CSR, SSG, SSR & ISR</li>
<li>Micro Frontend & PWA</li>
<li>BDD, TDD & DDD</li>
</ul>
</section>
<section class="experience">
<h3>Work Experience</h3>
<article>
<header>
<h4>Senior Front-end Developer</h4>
<h5>Ethica Data (Full-time)</h5>
<h6 id="current-job-period">May 2023 – Present</h6>
<h6>Toronto, Canada (Remote)</h6>
</header>
<ul>
<li>
Expanded a large project in the researching field with over 90
universities as clients
</li>
<li>
Conducted thorough testing and debugging to ensure the
application's reliability, resulting in a reduction of error
reporting by more than 95%
</li>
<li>
Verified the quality of newly added code through meticulous code
reviews (20% of sprint time)
</li>
<li>
Elevated clients satisfaction about 80% by introducing a new
feature for the application
</li>
</ul>
</article>
<article>
<header>
<h4>Senior Front-end Developer</h4>
<h5>Dorfak Intelligent Systems (Full-time)</h5>
<h6>Oct 2022 - Apr 2023 (7 mos)</h6>
<h6>Tehran, Iran (Hybrid)</h6>
</header>
<ul>
<li>
Architected 2 financial web applications for the Iranian stock
exchange and cryptocurrencies
</li>
<li>
Increased the speed of the loading time for a product about 40% (7
seconds) by utilizing IndexedDB
</li>
<li>
Reduced the number of lines of code in the codebase by
approximately 10% through effective refactoring and removal of
unused code left by previous developers
</li>
<li>
Communicated with the backend team on a weekly meeting (2 or 3
hours per week) to ensure the smooth progression of tasks
</li>
</ul>
</article>
<article>
<header>
<h4>Front-end Developer</h4>
<h5>Zardalu (Full-time)</h5>
<h6>Nov 2020 - Sep 2022 (23 mos)</h6>
<h6>Tehran, Iran (On-Site & Remote)</h6>
</header>
<ul>
<li>
Delivered 4 fully-tested enterprise web applications to European
organizations and startups
</li>
<li>
Achieved code coverage of 85% or higher for all software and
projects using automated testing
</li>
<li>
Refactored an outsourced project, switching from JavaScript to
TypeScript and improving the performance while decreasing critical
errors by approximately 40%
</li>
<li>
Implemented a large-scale organizational software with a unique UI
design and minimal use of third-party libraries to ensure the code
maintainability for years
</li>
</ul>
</article>
<article>
<header>
<h4>Front-end Developing Teacher</h4>
<h5>Meybod University (Contract)</h5>
<h6>Apr 2021 - Sep 2021 (6 mos)</h6>
<h6>Yazd, Iran (Remote)</h6>
</header>
<ul>
<li>
Taught front-end development, related languages, and top
technologies in 80 hours and analyzed a project-based approach and
a complete roadmap to provide a challenging cryptocurrencies
</li>
<li>
Developed 5 complex mini-projects and a feature-rich Twitter-like
website with a responsive design
</li>
<li>
Guided students on essential soft skills, including task time
estimation, cross-team communication and stress management in
urgent tasks
</li>
</ul>
</article>
<article>
<header>
<h4>Teacher of Advanced Programming</h4>
<h5>Meybod University (Contract)</h5>
<h6>Feb 2019 - Jul 2020 (18 mos)</h6>
<h6>Hamedan, Iran (On-site)</h6>
</header>
<ul>
<li>
Specialized in teaching object-oriented programming, Git, SOLID
principles and design patterns
</li>
<li>
Trained more than 60 students and designed 4 final projects of
advanced programming course
</li>
<li>
Attained a significant 20% improvement in the passing rate of
targeted course students through the implementation of
supplementary and specialized classes
</li>
</ul>
</article>
<article>
<header>
<h4>C++ Instructor</h4>
<h5>TopLearn.com (Contract)</h5>
<h6>Feb 2020 - Jun 2020 (5 mos)</h6>
<h6>Tehran, Iran (Remote)</h6>
</header>
<ul>
<li>
Accomplished online instructor with a demonstrated track record in
teaching C++ programming and OOP concepts to over 20,000 students
(<a href="https://toplearn.com/c/v24X" target="_blank">Link</a>)
</li>
<li>
Received a high rating of 4.4 out of 5 based on student
evaluations, validating the quality of the course
</li>
</ul>
</article>
</section>
<section class="educations">
<h3>Education</h3>
<article>
<h4>Bachelor’s Degree of Software Engineering</h4>
<h5>Bu-Ali Sina University</h5>
</article>
</section>
<section class="languages">
<h3>Languages</h3>
<ul>
<li>Persian (Native)</li>
<li>English (Intermediate)</li>
</ul>
</section>
</div>
</body>
<script src="./script.js"></script>
</html>