-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
287 lines (261 loc) · 16.8 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://cdn.tailwindcss.com"></script>
<title>Hamza Asif Resume</title>
<style>
@import url('https://rsms.me/inter/inter.css');
html body {
font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
html {
font-family: 'Inter var', sans-serif;
}
}
</style>
</head>
<body class="antialiased relative bg-gray-100 mx-4">
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.js" defer></script>
<div class="mx-auto max-w-5xl my-4 sm:mt-10 bg-white shadow-md text-base">
<header class="w-full px-4 sm:px-6 py-6 sm:py-8 bg-gray-900 text-gray-300">
<div class="flex flex-wrap items-start justify-between">
<div class="w-full md:w-1/2 mt-4 md:mt-0 order-2 md:order-1">
<h1 class="font-bold text-white text-xl md:text-3xl">Muhammad Hamza Asif</h1>
<h2 class="text-sm md:text-lg font-medium text-gray-300">Software Engineer & Ruby on Rails
Developer</h2>
</div>
<div class="w-full md:w-1/2 flex items-center md:justify-end space-x-4 order-1 md:order-2 mt-4 md:mt-0">
<a href="https://github.com/hmzasif" target="_new"
class="inline-flex items-center px-3 py-1 border border-transparent rounded-md shadow-sm text-sm md:text-base font-medium text-white bg-white-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-indigo-500">
<svg class="-ml-1 mr-2 h-4 md:h-5 w-4 md:w-5 text-gray-300" fill="currentColor" viewBox="0 0 24 24"
aria-hidden="true">
<path fill-rule="evenodd"
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"
clip-rule="evenodd"/>
</svg>
Github
</a>
<a href="https://www.linkedin.com/in/muhammad-hamza-asif/" target="_new"
class="inline-flex items-center px-3 py-1 border border-transparent rounded-md shadow-sm text-sm md:text-base font-medium text-white bg-white-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-indigo-500">
<svg class="-ml-1 mr-2 h-4 md:h-5 w-4 md:w-5 text-gray-300" xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
width="24" height="24" viewBox="0 0 24 24" aria-hidden="true">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
LinkedIn
</a>
<a href="resume.pdf" download="muhammad-hamza-asif-resume.pdf"
class="inline-flex items-center px-3 py-1 border border-transparent rounded-md shadow-sm text-sm md:text-base font-medium text-white bg-white-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-indigo-500 -mt-1">
<svg class="-ml-1 mr-2 h-4 md:h-5 w-4 md:w-5 text-gray-300" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"
viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z"
clip-rule="evenodd"/>
<path fill-rule="evenodd"
d="M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z"
clip-rule="evenodd"/>
</svg> PDF
</a>
</div>
</div>
<div class="mt-4 md:mt-6">
<h3 class="uppercase text-xs font-bold tracking-wide text-gray-100">Contacts</h3>
<ul class="space-y-2 mt-2 md:mt-3">
<li class="flex items-center">
<svg class="w-4 h-4 p-px mr-2 md:mr-3 text-gray-500" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"></path>
</svg>
+92 317 04344 41
</li>
<li class="flex items-center">
<svg class="w-4 h-4 p-px mr-2 md:mr-3 text-gray-500" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"></path>
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path>
</svg>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</li>
</ul>
</div>
</header>
<main class="mt-8 pb-8 px-10 max-h-full">
<section class="md:flex">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Summary</h2>
</div>
<div class="flex-1 space-y-2 divide-y divide-dashed divide-gray-300">
<article class="pb-3 w-full">
<div class="mt-4 sm:mt-0 flex-1 text-gray-700">
<p class="mb-2">
Full-stack developer having expertise in <strong>Ruby on Rails, Hotwire, Vue.js,
PostgreSQL</strong> and GraphQL to create dynamic and interactive user
interfaces.
</p>
<p class="mb-2">
I have more than <strong>3 and a half years</strong> of professional experience developing
websites and web applications, both in a team
environment and working alone.
</p>
<p>
In this <strong>Dynamic field of Full-stack development</strong>, my aim is to create
user-friendly solutions
that break new ground and move technology forward, adding innovation to the digital world.
</p>
</div>
</article>
</div>
</section>
<section class="md:flex mt-20">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Education</h2>
</div>
<div class="flex-1">
<article class="pb-4 w-full border-dashed border-b-2">
<div class="mb-3">
<h3 class="font-bold">Bachelor of Science - BS, Computer Science</h3>
<h4 class="text-teal-500">Bahria University</h4>
<h5 class="text-sm text-gray-600">Sep 2017 - Jun 2021</h5>
<h5 class="text-sm text-gray-600">Islamabad, Pakistan</h5>
</div>
</article>
<article class="pb-4 pt-4 w-full border-dashed border-b-2">
<div class="mb-3">
<h5 class=" font-bold">FSc, Pre-engineering</h5>
<h4 class="text-teal-500">Superior College</h4>
<h5 class="text-sm text-gray-600">Jun 2015 - Jun 2017</h5>
<h5 class="text-sm text-gray-600">Lahore, Pakistan</h5>
</div>
</article>
</div>
</section>
<section class="md:flex mt-20">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Work Experience</h2>
</div>
<div class="flex-1">
<article class="pb-4 w-full border-dashed border-b-2">
<div class="mb-3">
<h3 class="text-xl font-bold">Software Engineer</h3>
<h4 class="text-teal-500">ClusterCube</h4>
<h5 class="text-sm text-gray-600">August 2023 - Present</h5>
<h5 class="text-sm text-gray-600">Lisbon, Portugal · Remote</h5>
</div>
<div class="mt-4 sm:mt-0 flex-1 text-gray-700">
<p>
I contributed to a healthcare project at Nova University, where the application was used for
scientific research to study the impact of IT systems in healthcare. My role involved
developing and maintaining the application using Ruby, Ruby on Rails, Vue.js, and TailwindCSS.
I was responsible for implementing new features, optimizing the codebase, and ensuring a seamless
user experience for researchers and healthcare professionals.
</p>
</div>
</article>
<article class="pb-4 w-full mt-7 border-dashed border-b-2">
<div class="mb-3">
<h3 class="text-xl font-bold">Associate Software Engineer</h3>
<h4 class="text-teal-500">Recurso Labs</h4>
<h5 class="text-sm text-gray-600">May 2022 - Jun 2023</h5>
<h5 class="text-sm text-gray-600">Lahore, Pakistan · Remote</h5>
</div>
<div class="mt-4 sm:mt-0 flex-1 text-gray-700">
<p>Contributed to an API-based project, focusing on managing backend systems. Led efforts in bug fixes, feature additions,
and deployment management, ensuring smooth releases. Played a crucial role in optimizing sample
collection logistics for the medical platform. Additionally, developed and maintained a
micro-service to enhance system modularity and performance.</p>
</div>
</article>
<article class="pb-4 w-full mt-7 border-dashed border-b-2">
<div class="mb-3">
<h3 class="text-xl font-bold">Junior Software Engineer </h3>
<h4 class="text-teal-500">Pak wheels</h4>
<h5 class="text-sm text-gray-600">Feb 2021 - Mar 2022</h5>
<h5 class="text-sm text-gray-600">Lahore, Pakistan · On-site</h5>
</div>
<div class="mt-4 sm:mt-0 flex-1 text-gray-700">
<p>As a Junior Ruby on Rails Developer at Pak Wheels, I contributed to the development and
maintenance of the company's web platform using Ruby on Rails. My responsibilities included
implementing new features, optimizing existing code, and ensuring a seamless user experience. I
worked extensively with Vue.js to enhance the front-end interactivity and used TailwindCSS to
create responsive, modern designs. I also collaborated with senior developers to resolve bugs,
improve application performance, and maintain high code quality./p>
</div>
</article>
</div>
</section>
<section class="md:flex mt-20">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Skills</h2>
</div>
<div class="flex-1 space-y-2 divide-y divide-dashed divide-gray-300">
<article class="pb-4 w-full">
<div class="mt-4 sm:mt-0 flex-1 text-gray-700">
<p class="mt-2 font-semibold">Currently in use:</p>
<ul class="mt-2 list-disc ml-8">
<li>Ruby (since 2021), Ruby on Rails (since 2021), Turbolinks, HotWire (Turbo, Stimulus), Vue.js
PostgreSQL, Hotwire, GraphQL and Redis.
</li>
<li>Tailwind CSS / UI. Alpine.js.</li>
<li>Ngrok, Docker</li>
<li>Heroku, Digital Ocean, Docker and AWS</li>
</ul>
<p class="mt-5 font-semibold">I've had experience with various technologies, without any
specific ranking:</p>
<ul class="mt-2 list-disc ml-8">
<li>C, C++, JavaScript, Python, vue.js, Jekyll</li>
<li>MySQL, SQL Server, Mongo DB, Redis, Sidekiq, Full-text search and Elastic Search.</li>
<li>Windows, OSX, Linux (Ubuntu, Debian)</li>
<li>Stripe as a payment gateway</li>
<li>GIT, GitHub.</li>
</ul>
<p class="mt-5 font-semibold">Soft-skills:</p>
<ul class="mt-2 list-disc ml-8">
<li>Teaching and Mentoring.</li>
<li>Communication and management skills.</li>
</ul>
</div>
</article>
</div>
</section>
<section class="md:flex mt-20">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Other Activities</h2>
</div>
<div class="flex-1 space-y-2 divide-y divide-dashed divide-gray-300">
<article class="pb-4 w-full">
<ul class="mt-2 list-disc ml-8">
<li><a href="https://github.com/svenfuchs/rails-i18n" class="underline"
target="_new">rails-i18n</a> gem contribution
</li>
<li>Working on Personal Project</li>
</ul>
</article>
</div>
</section>
<section class="md:flex mt-20">
<div class="w-full md:w-56 border-b-0 pb-2 mb-4 md:pb-0 sm:mb-0 md:borderb-0 md:border-r md:mr-10">
<h2 class="font-bold text-2xl text-teal-900">Languages</h2>
</div>
<div class="flex-1 space-y-2 divide-y divide-dashed divide-gray-300">
<article class="pb-4 w-full">
<ul class="mt-2 list-disc ml-8">
<li>Urdu (Native proficiency)</li>
<li>English (Professional working proficiency)</li>
</ul>
</article>
</div>
</section>
</main>
</div>
<footer class="mx-auto max-w-5xl mt-3 mb-5 text-gray-500 text-center">
<small>© 2024 Muhammad Hamza Asif | Download a PDF version <a href="resume.pdf"
download="muhammad-hamza-asif-resume.pdf"
class="text-blue-600">here</a>.
</small>
</footer>
</body>