-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
350 lines (318 loc) · 18.2 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
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<title>Basit Ali - Resume</title>
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="resources/css/media.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicons/favicon-16x16.png">
<link rel="manifest" href="/resources/favicons/site.webmanifest">
<link rel="mask-icon" href="/resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="row">
<div class="col span-1-of-3 personal">
<div class="personal-header">
<img src="resources/img/profile_pic2.png" alt="Profile picture">
<h1>Basit Ali</h1>
<p>Software Engineer</p>
</div>
<div class="personal-details">
<div class="personal-info">
<ion-icon name="mail"></ion-icon>
<a href="mailto:rjbasitali@gmail.com" target="_blank">rjbasitali@gmail.com</a>
</div>
<div class="personal-info">
<ion-icon name="call"></ion-icon>
<a href="tel:0923348054216" target="_blank">+92 334 8054216</a>
</div>
<div class="personal-info">
<ion-icon name="logo-linkedin"></ion-icon>
<a href="https://www.linkedin.com/in/rjbasitali/" target="_blank">rjbasitali</a>
</div>
<div class="personal-info">
<ion-icon name="logo-github"></ion-icon>
<a href="https://github.com/rjbasitali" target="_blank">rjbasitali</a>
</div>
<div class="personal-info">
<ion-icon name="globe-outline"></ion-icon>
<a href="https://rjbasitali.com" target="_blank">rjbasitali.com</a>
</div>
<h3>Education</h3>
<div class="personal-ed">
<p class="personal-ed-bold">BS in Software Engineering</p>
<p class="personal-ed-light">University of Karachi<br>2012 - 2015</p>
</div>
<div class="personal-ed">
<p class="personal-ed-bold">Intermediate (Pre-Engineering)</p>
<p class="personal-ed-light">PECHS College Karachi<br>2006 - 2008</p>
</div>
<h3>Languages</h3>
<div class="personal-ed">
<p class="personal-ed-bold">Urdu <span>(Native)</span></p>
<p class="personal-ed-bold">English <span>(Professional)</span></p>
</div>
<h3>Interests</h3>
<div class="personal-ed">
<p class="personal-ed-light">Digital Painting</p>
<p class="personal-ed-light">Football</p>
<p class="personal-ed-light">Swimming</p>
<p class="personal-ed-light">Games</p>
</div>
</div>
</div>
<div class="col span-2-of-3 professional">
<div class="main-heading">
<ion-icon name="person"></ion-icon>
<h2>Career Profile</h2>
</div>
<p class="main-desc">I'm passionate about programming for its thrill of problem solving and to create something new and future proof. I love exploring and learning new technologies, frameworks and programming languages. Writing efficient & low latency code, keeping it simple, and using best coding and architectural practices are my priorities when programming.
</p>
<div class="main-heading">
<ion-icon name="briefcase"></ion-icon>
<h2>Experiences</h2>
</div>
<!-- Remotebase -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Software Engineer</p>
<p class="exp-duration">August 2023 - Present</p>
</div>
<p class="exp-place">Remotebase, Karachi (Remote)</p>
<p class="exp-desc">Railtown Ventures is a Canadian quest lab, which turns ideas into great ventures. Here I'm working on a startup called SparkScience, which provides video conferencing and other VoIP solutions.
My role at SparkScience is to implement features on the backend and frontend using following technologies and more:</p>
<ul class="exp-items">
<li>Go / Golang </li>
<li>Web Services ( gin )</li>
<li>PostgreSQL</li>
<li>Redis</li>
<li>Async Processing</li>
</ul>
<!-- SpaceHost -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Software Developer</p>
<p class="exp-duration">December 2022 - Present</p>
</div>
<p class="exp-place">SpaceHost, Canada (Remote)</p>
<p class="exp-desc">#SpaceHost is a fully managed hosting provider that I helped develop and architect from scratch. #SpaceHost offers fully managed hosting for more than a dozen software, most of which are federated e.g, Mastodon, Pixelfed, Lemmy, Firefish, Akkoma etc.
<br/><br/>
At #SpaceHost, I work on the backend, cloud providers, reverse proxies, bash scripting, automation, payments, databases, caches, cloud storage, message queues, networking, monitoring, observability, and everything else that powers a fully managed hosting platform.</p>
<ul class="exp-items">
<li>Go / Golang </li>
<li>Web Services ( net/http )</li>
<li>PostgreSQL</li>
<li>Linux / Bash Scripting</li>
<li>Redis</li>
<li>RabbitMQ</li>
<li>Webhooks</li>
<li>Stripe</li>
<li>AWS / DigitalOcean</li>
<li>Monitoring / Observability</li>
<li>System Design</li>
<li>DevOps</li>
</ul>
<!-- Railtown -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Software Developer</p>
<p class="exp-duration">December 2020 - December 2022</p>
</div>
<p class="exp-place">Railtown Ventures, Canada (Remote)</p>
<p class="exp-desc">Railtown Ventures is a Canadian quest lab, which turns ideas into great ventures. Here I'm working on a startup called SparkScience, which provides video conferencing and other VoIP solutions.
My role at SparkScience is to implement features on the backend and frontend using following technologies and more:</p>
<ul class="exp-items">
<li>Go / Golang </li>
<li>Web Services ( net/http )</li>
<li>PostgreSQL</li>
<li>React ( TypeScript/HTML/CSS )</li>
<li>WebRTC / VoIP</li>
</ul>
<!-- Intigral -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Java Developer</p>
<p class="exp-duration">August 2020 - December 2020</p>
</div>
<p class="exp-place">Intigral, Dubai (Remote)</p>
<p class="exp-desc">Intigral is the leading provider of digital entertainment and sport in the MENA region.<br>
My role at Intigral was to implement features on the backend and expose APIs for the frontend to consume using following technologies:</p>
<ul class="exp-items">
<li>Spring Boot ( Java / Kotlin )</li>
<li>Web Services ( REST, JAX-WS )</li>
<li>JDBC</li>
<li>PostgreSQL</li>
<li>Redis</li>
<li>Amazon Web Services</li>
</ul>
<!-- Oraan -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Software Engineer</p>
<p class="exp-duration">April 2019 - July 2020</p>
</div>
<p class="exp-place">Oraan, Karachi</p>
<p class="exp-desc">Oraan is a fin-tech startup that is bridging the gap between conventional saving mechanisms and financial
technology to provide simpler financial access and money-management tools.<br>
My role at Oraan was to work on Software Architecture and implement it on backend using following technologies:</p>
<ul class="exp-items">
<li>Spring Boot</li>
<li>Web Services ( REST, JAX-WS )</li>
<li>PostgreSQL</li>
<li>Hibernate</li>
<li>Keycloak</li>
<li>Google Cloud Platform</li>
</ul>
<!-- Health at Hand -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Application Engineer</p>
<p class="exp-duration">May 2017 - April 2019</p>
</div>
<p class="exp-place">Health at Hand, Dubai</p>
<p class="exp-desc">Health at Hand is a Dubai based telehealth startup where patients can take remote video consultations with
doctors. I worked as the Lead Android Developer and helped my team solving critical problems like VoIP and creating a successful product.</p>
<ul class="exp-items">
<li><a href="https://play.google.com/store/apps/details?id=com.patient.myhealthathand" target="_blank">Health at Hand</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.myhealthathand.livedoc" target="_blank">LiveDoc</a></li>
</ul>
<!-- NextGenI -->
<div class="exp-head clearfix">
<p class="exp-title">Senior Application Engineer</p>
<p class="exp-duration">April 2016 - April 2019</p>
</div>
<p class="exp-place">NextGenI, Karachi</p>
<p class="exp-desc">Next Generation Innovations is a technology solutions company specializing in startups where I worked as Senior Android Developer on delivering various interesting and challenging products.</p>
<ul class="exp-items">
</ul>
<!-- Nest I/O -->
<div class="exp-head clearfix">
<p class="exp-title">Founding CTO</p>
<p class="exp-duration">June 2015 - April 2016</p>
</div>
<p class="exp-place">Nest I/O, Karachi</p>
<p class="exp-desc">Incubated at Nest I/O for IOTechnica, a startup on IoT and home automation co-founded by me.</p>
<ul class="exp-items">
<li><a href="https://thenestio.com/startup/iotechnica/" target="_blank">IOTechnica</a></li>
</ul>
<!-- Projects -->
<!-- <div class="main-heading">
<ion-icon name="file-tray-full"></ion-icon>
<h2>Projects</h2>
</div>
<p class="main-desc">Projects I worked on as an undergraduate and freelance</p>
<div class="exp-projects">
<div class="exp-project">
<a href="#">PowerBot</a>
<p>RuneScape is one of the most famous MMORPG (game), I developed scripts using java SE
to be used by PowerBot to play RuneScape game as AI/bot for a freelance client.</p>
</div>
<div class="exp-project">
<a href="#">Zohno</a>
<p>Automation software for generating reports and stats for Active Directory, Exchange, Lync, Salesforce,
Office 365 and WebEx and export it to excel or view it. Developed using .NET and C#.</p>
</div>
<div class="exp-project">
<a href="#">MyCam</a>
<p>Desktop app to record and save video through web cam. Developed using .NET and C#.</p>
</div>
<div class="exp-project">
<a href="#">AWS CloudWatchLogs</a>
<p>Desktop app to save specific logs to a text file from AWS CloudWatchLogs.</p>
</div>
<div class="exp-project">
<a href="#">Kidsway</a>
<p>Provides a platform for van drivers and parents where they can see and track their kids and their school
vans. Developed using Java/Spring and WebSocket API.</p>
</div>
<div class="exp-project">
<a href="https://www.facebook.com/RJBasitAli/videos/10208631775581946/" target="_blank">Cafuné</a>
<p>App to share pictures, chat and more.</p>
</div>
</div> -->
<!-- Skills -->
<div class="main-heading">
<ion-icon name="build"></ion-icon>
<h2>Skills & Proficiency</h2>
</div>
<div class="skills">
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Go
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 90%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Databases
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 90%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
System Design
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 90%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Java & Spring Boot
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Linux / Bash
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
Containers / Docker
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
GCP / AWS / DO
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 80%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
JavaScript / TypeScript
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 70%;"></div>
</div>
</div>
<div class="skill-container">
<div class="col span-1-of-3 skill-title">
HTML5 / CSS
</div>
<div class="col span-2-of-3 skill-bg">
<div class="skill-fg" style="width: 70%;"></div>
</div>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
</body>
</html>