-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaroar_khandoker_cv.html
325 lines (301 loc) · 20.4 KB
/
saroar_khandoker_cv.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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<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">
<title>SAROAR KHANODKER CV</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Include your custom CSS inside the style tags below -->
<style>
.container {
font-family: Arial, sans-serif;
}
.section {
margin-bottom: 2rem;
}
.section-title {
color: navy;
border-bottom: 1px dashed gray;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
}
.section-list {
padding-left: 1rem;
}
.experience-item {
margin-bottom: 2rem;
}
.experience-date {
color: gray;
display: block;
margin-bottom: 1rem;
}
.experience-company {
color: navy;
}
.project-list li {
margin-bottom: 1rem;
}
/* Additional styles for your profile layout */
.profile-container {
display: flex;
justify-content: center;
align-items: start; /* align at the top */
flex-wrap: wrap;
}
.profile-image {
flex: 1;
max-width: 150px;
padding-right: 20px; /* Added right padding */
}
.profile-image img { /* Directly target the image within .profile-image */
width: 200px;
height: 200px;
}
.profile-description {
flex: 2;
display: block;
}
</style>
</head>
<body class="p-5">
<div class="text-center mb-5">
<h2>Saroar Khandoker</h2>
<h5 style="color: navy">IOS / Swift / Web Developer</h5>
</div>
<div class="text-center">
<ul class="list-unstyled d-inline-block">
<li class="d-inline-block me-3">
<div>
<span>📧</span>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</li>
<li class="d-inline-block me-3">
<div>
<span>📱</span>
<br> +351911700782
</div>
</li>
<li class="d-inline-block me-3">
<div>
<span>🗺️</span>
<br> Lisbon, Portugal
</div>
</li>
<li class="d-inline-block me-3">
<div>
<span>🔗</span>
<br>
<a href="https://www.linkedin.com/in/saroar-khandoker-3319b172/" target="_blank" rel="noopener noreferrer">Linkedin</a>
</div>
</li>
<li class="d-inline-block me-3">
<div>
<span>🔗</span>
<br>
<a href="https://github.com/saroar" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</li>
<li class="d-inline-block">
<div>
<span>🔗</span>
<br>
<a href="https://github.com/AddaMeSPB" target="_blank" rel="noopener noreferrer">Open Source</a>
</div>
</li>
</ul>
</div>
<div class="container">
<!-- Other sections of your content -->
<div class="section">
<h5 class="text-center section-title" style="color: navy;">Personal Profile</h5>
<div class="profile-container">
<div class="profile-description">
<p>
Master SwiftUI, Combine, and CoreData to build delightful, responsive iOS apps that elevate user experiences. My globally-minded approach, honed through international education and diverse team leadership, fosters seamless collaboration and cultural awareness. Adept at optimising workflow with modularized structures and TCA, I also automate deployments with Fastlane for streamlined delivery. Dedicated to both user satisfaction and personal well-being (yoga, meditation, and tantra), I bring focus and efficiency to every project.
</p>
</div>
</div>
</div>
<hr style="background-color: black; height: 2px;">
<!-- Other sections of your content -->
</div>
<!-- border -->
<!-- <div class="container text-left" style="background-color:#E7E9EB; border: 1px solid black; border-radius:50px; padding: 40px;"> -->
<div class="container text-left">
<div class="row">
<div class="col-lg-8 col-md-7 order-2 order-md-1">
<div class="section">
<h6 class="section-title" style="color: navy;">Experience</h6>
<!-- Experience Item -->
<div class="experience-item">
<h6>iOS Developer - Social Networking & Founder | <a href="http://addame.com" target="_blank" rel="noopener noreferrer" class="experience-company">Addame</a> (Nov 2020 - Present)</h6>
<ul class="experience-details">
<li>Led the development of Addame, a dynamic social networking app, from scratch using SwiftUI, Combine, and Sqlite, resulting in a 60% increase in user engagement within the 2 years.</li>
<li>Implemented a modularized project structure, greatly improving code maintainability and reducing bug incidence.</li>
<li>Adopted TCA (The Composable Architecture) for the presentation layer, notably increasing development efficiency and enhancing team collaboration.</li>
<li>Automated app deployment to AppStore via Fastlane, streamlining release cycles and ensuring consistent deployment schedules.</li>
</ul>
</div>
<div class="experience-item">
<h6>iOS Developer - Finance | <a href="https://www.sberbank.com/" target="_blank" rel="noopener noreferrer" class="experience-company">SberBank</a> (April 2021 - April 2022)
</h6>
<ul class="experience-details">
<li>Development of new features responsive to business requirements, significantly enhancing user experience and engagement.</li>
<li>Implemented fully functional analytics features, greatly improving the quality of data-driven decision-making.</li>
<li>Mentored new developers, contributing to improved team productivity and knowledge sharing.</li>
<li>Conducted code reviews, fixed critical bugs, wrote unit-tests, and was an active member in a Scrum team, leading to more efficient software release cycles.</li>
<li>Assisted B2B clients, resulting in notably higher client satisfaction and stronger business relationships.</li>
<li>Converted significant portions of the codebase from Objective-C to Swift, enhancing code maintainability and leveraging modern language features.</li>
<li>Maintained and optimized a large, mature codebase, ensuring stability and scalability of applications, while introducing best practices for code quality and performance.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>iOS Developer - Lifestyle | <a href="http://www.rbc.ru/vacancies" target="_blank" rel="noopener noreferrer" class="experience-company">RosBusinessConsulting</a> (05/2022 — 07/2022)</h6>
<ul class="experience-details">
<li>Worked on bug fixes, added new features, and refactored outdated code.</li>
<li>Automated processes of building and laying out mobile iOS.</li>
<li>Updated regularly UI tests and localization in multiple languages.</li>
<li>Uploading the app to AppStore.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>iOS Developer - Freelancer | <a href="http://upwork.com" target="_blank" rel="noopener noreferrer" class="experience-company">Upwork</a> (03/2020 - 11/2020)</h6>
<ul class="experience-details">
<li>Efficiently translated complex design plans into fully operational iOS app frameworks, ensuring seamless alignment with initial design concepts.</li>
<li>Recreated and implemented the entire app from scratch, integrating all business logic to meet and exceed project requirements.</li>
<li>Utilized advanced technologies including UIKit, MVC, WebSocket, CoreData, CoreLocation, MapKit, SwiftNIO, Vapor 4, JWT auth, Docker, and AWS S3, leading to robust app performance and scalable architecture.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>iOS Developer - Social Networking | <a href="https://www.linkedin.com/company/verumlabs-software/" target="_blank" rel="noopener noreferrer" class="experience-company">Verum</a> (11/2019 - 03/2020)</h6>
<ul class="experience-details">
<li>Played a pivotal role in a SCRUM team, collaborating effectively with developers, testers, and product owners to deliver projects ahead of schedule.</li>
<li>Designed and implemented app screens using Xcode and Storyboards, applying MVC and ARC patterns for enhanced app performance and maintainability.</li>
<li>Successfully integrated CoreData for efficient data storage, significantly improving data retrieval speed.</li>
<li>Seamlessly integrated third-party APIs like Google Maps and Facebook, enriching user experience and functionality.</li>
<li>Expertise in technologies including UIKit, WebSocket, and various frameworks, leading to a robust, feature-rich app environment.</li>
<li>Integrated a third-party voice calling feature using Objective-C, expanding the app’s functionality and improving user communication capabilities.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>Ruby on Rails Developer | <a href="https://hh.ru/employer/2744107" target="_blank" rel="noopener noreferrer" class="experience-company">NullPay</a> (11/2017 - 05/2018)</h6>
<ul class="experience-details">
<li>Planned and developed robust cryptocurrency trading platform features using HTML, JavaScript, AJAX, and JSON, enhancing user interaction and transactional efficiency.</li>
<li>Implemented secure and reliable payment gateway integrations for cryptocurrency transactions, ensuring a safe and user-friendly buying and selling experience.</li>
<li>Ensured compliance with internal standards and technical requirements, particularly focusing on security protocols essential for cryptocurrency transactions.</li>
<li>Developed real-time data visualization tools for cryptocurrency market analysis, aiding users in making informed trading decisions.</li>
<li>Optimized platform performance for handling high-volume, real-time cryptocurrency transactions, significantly reducing latency and improving user satisfaction.</li>
<li>Collaborated closely with the cybersecurity team to fortify the website against potential security threats, safeguarding user data and financial transactions.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>Ruby on Rails Developer | <a href="https://garwin.ru/" target="_blank" rel="noopener noreferrer" class="experience-company">GarageTools</a> (11/2016 - 04/2017)</h6>
<ul class="experience-details">
<li>Performed regular website maintenance and content updates, enhancing the site's functionality and user experience, thus contributing to increased user engagement and satisfaction.</li>
<li>Developed and wrote unit tests, ensuring higher code quality and reliability, leading to a reduction in application downtime and maintenance costs.</li>
<li>Engaged in bug fixing, which enhanced the overall performance and stability of our applications, resulting in increased customer satisfaction and trust in our products.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6 class="experience-company">Ruby on Rails Developer | OZ Interactive (06/2016 - 10/2016)</h6>
<ul class="experience-details">
<li>Planned and developed websites using HTML, enhancing user interfaces and improving the overall aesthetic and functionality of the websites.</li>
<li>Utilized AJAX and JSON for dynamic content updates, which improved the responsiveness and interactivity of web applications, leading to a better user experience.</li>
<li>Implemented Ruby on Rails frameworks to streamline backend processes, resulting in more efficient and scalable web applications.</li>
<li>Collaborated with design and development teams to ensure cohesive project execution, leading to more seamless and efficient project workflows.</li>
<li>Conducted thorough testing and debugging of web applications, ensuring high reliability and minimizing downtime for users.</li>
<li>Stayed abreast of the latest web development trends and technologies, applying this knowledge to create more innovative and cutting-edge web solutions.</li>
</ul>
</div>
<!-- Experience Item -->
<div class="experience-item">
<h6>Ruby on Rails Developer | <a href="https://mkechinov.ru/" target="_blank" rel="noopener noreferrer" class="experience-company">Mikhail Kechinov Studio</a> (06/2016 - 10/2016)</h6>
<ul class="experience-details">
<li>Developed websites based on mockups using HTML, JavaScript, AJAX, and JSON coding, enhancing user interaction and visual appeal.</li>
<li>Created and developed an e-commerce site, implementing robust shopping cart functionalities and secure payment gateways, resulting in a user-friendly shopping experience and increased online sales.</li>
<li>Optimized website performance using Ruby on Rails, improving load times and efficiency, which contributed to higher user retention and satisfaction.</li>
<li>Collaborated with UI/UX designers to refine website designs, ensuring both aesthetic appeal and functional usability, which enhanced overall customer engagement.</li>
<li>Implemented responsive design principles to ensure optimal viewing across various devices and platforms, expanding the site's accessibility and reach.</li>
<li>Conducted code reviews and maintained documentation, ensuring high-quality code standards and facilitating smooth project transitions and updates.</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-5 order-1 order-md-2">
<!-- Skills -->
<div class="section">
<h6 class="section-title">Skills</h6>
<ul class="section-list">
<li>REST APIs</li>
<li>Agile Development</li>
<li>Git, Bitbucket, Confluence</li>
<li>Swift, Ruby, HTML, CSS, JS</li>
<li>ParsingTechniques: XML,JSON</li>
<li>FrameWorks: Cccoa Touch, SPM</li>
<li>Object-Oriented Programming (OOP)</li>
<li>Data Storage: CodeData, Sqlite, Plist, UserDefaults</li>
<li>Tools: Agile methodology, Confluence,Jira, Jenkins, XCode, VSCode</li>
</ul>
</div>
<!-- Projects -->
<div class="section">
<h6 class="section-title">Other Projects</h6>
<ul class="section-list project-list">
<div style="clear: both;"></div> <!-- Clearing float for consistent layout -->
<li style="float: left;">
Creative Projects<br>
<a href="https://github.com/saroar/Portfolio" target="_blank" rel="noopener noreferrer">Github Direct Link</a>
</li>
<div style="clear: both;"></div> <!-- Clearing float at the end -->
<li style="float: left;">eCardify <br> - Category: Business<br>
<a href="https://apps.apple.com/pt/app/ecardify/id6452084315?l=en-GB" target="_blank" rel="noopener noreferrer">App Store link</a> &
<a href="https://ecardify.addame.com" target="_blank" rel="noopener noreferrer">Website</a>
</li>
<div style="clear: both;"></div> <!-- Clearing float after every two items for better layout -->
<li style="float: left;">iIntrvwbell(IOS Interview Q&A) <br> - Category: Education<br>
<a href
<a href="https://apps.apple.com/us/app/iintrvwbell/id6457363081" target="_blank" rel="noopener noreferrer">App Store link</a> & No Website
</li>
<div style="clear: both;"></div> <!-- Clearing float at the end -->
<li style="float: left;">Walk Nearby, Neighbours & Friends <br> - Category: Social Networking<br>
<a href="https://apps.apple.com/us/app/walk-nearby-neighbours-friends/id1538487173" target="_blank" rel="noopener noreferrer">App Store link</a> &
<a href="https://addame.com" target="_blank" rel="noopener noreferrer">Website</a>
</li>
<li style="float: left;">New Word - Learn Word & Vocabulary <br> - Category: Education<br>
<a href="https://apps.apple.com/us/app/new-word-learn-word-vocabulary/id1619504857" target="_blank" rel="noopener noreferrer">App Store link</a> &
<a href="https://words.addame.com/words" target="_blank" rel="noopener noreferrer">Website</a>
</li>
</ul>
</div>
<!-- Education -->
<div class="section" style="clear:both;">
<h6 class="section-title">Education</h6>
<ul>
<li>Bachelor in Information Technology, St. Petersburg State University of Aerospace Instrumentation, Russia, 2015</li>
<li>Remote Bootcamp in Ruby, USA</li>
</ul>
</div>
<!-- Languages -->
<div class="section" style="clear:both;">
<h6 class="section-title">Languages</h6>
<h6>English: Fluent</h6>
<h6>Russian: Fluent</h6>
<h6>Bangla: Native</h6>
<h6>Hindi: Speak</h6>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>