-
Notifications
You must be signed in to change notification settings - Fork 41
/
index_2023.html
343 lines (333 loc) · 10.7 KB
/
index_2023.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dalin Huang - Portfolio</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.6;
}
h1,
h2,
h3,
h4 {
font-weight: 500;
}
a {
color: #007bff;
}
a:hover {
color: #0056b3;
}
.section-title {
font-weight: 500;
margin-bottom: 1.5rem;
}
</style>
</head>
<body>
<header class="bg-primary text-white text-center py-5">
<h1>Dalin Huang</h1>
<p>
(647) 927-2292 |
<a class="text-white" href="mailto:[email protected]"
>
</p>
<p>
<a
class="text-white"
href="https://www.linkedin.com/in/dalinhuang"
target="_blank"
>LinkedIn</a
>
|
<a
class="text-white"
href="https://dalin.dev/index_2017.html"
target="_blank"
>Old Portfolio Site</a
>
|
<a class="text-white" href="https://github.com/dalindev" target="_blank"
>GitHub (Personal)</a
>
</p>
</header>
<section class="container my-5">
<h2 class="section-title">Education</h2>
<div>
<h4>BSc: Specialization in Computer Science; Minor in Economics</h4>
<p>University of Ottawa, ON | 2009 - 2014</p>
</div>
</section>
<section class="container my-5">
<h2 class="section-title">Skills & Abilities</h2>
<div class="row">
<div class="col-md-6">
<h4>Front-End</h4>
<p>
React, Tailwind, Shadcn/UI, Chakra UI, Typescript, JavaScript,
HTML5, CSS3
</p>
</div>
<div class="col-md-6">
<h4>Back-End</h4>
<p>Node.js, Python, Ruby, PHP, Perl</p>
</div>
<div class="col-md-6">
<h4>Cloud</h4>
<p>
Supabase, GCP, Firebase, Vercel, Netlify, AWS (EC2, RDS, S3, SQS,
ELB, Lambda), TenCent Cloud
</p>
</div>
<div class="col-md-6">
<h4>Data</h4>
<p>Supabase, Firebase, MySQL, PostgreSQL, Redis, Elasticsearch</p>
</div>
<div class="col-md-6">
<h4>Frameworks</h4>
<p>
Next.js, Remix, Ruby on Rails, Django, Flask, Vue.js, Express,
Backbone.js, CodeIgniter
</p>
</div>
<div class="col-md-6">
<h4>Languages</h4>
<p>Fluent in English, Native in Mandarin</p>
</div>
</div>
</section>
<section class="container my-5">
<h2 class="section-title">Work Experience</h2>
<div class="mb-4">
<h4>Senior Full Stack Developer</h4>
<p>Real Simple Labs (getsimplepay.io) | Dec 2023 – Present</p>
<ul>
<li>
Spearheaded the transition from a Flutter web app to a
high-performance Next.js and React-based system, achieving an 80%
reduction in bundle size, 5x faster loading times, and a 10x
improvement in first render speed, with a Lighthouse score of 99.
</li>
<li>
Engineered core payment processing functionalities including
refunds, transactions, and webhooks, enhancing system efficiency and
user experience.
</li>
<li>
Developed and launched several Shopify extension apps, expanding
product functionality and market reach.
</li>
<li>
Revolutionized the backend architecture by integrating advanced
design patterns and comprehensive testing frameworks, achieving 80%
code coverage within weeks.
</li>
<li>
Completely rebuilt a Firebase+Express backend into Supabase
PostgreSQL and Next.js app.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Senior Product Developer</h4>
<p>Orium.com | May 2022 – Dec 2023</p>
<ul>
<li>
Contributed to the development of a modular headless commerce
starter kit, achieving Lighthouse scores above 90/75 for
desktop/mobile.
</li>
<li>
Led the implementation of security and accessibility standards
within the starter kit.
</li>
<li>
Directed performance enhancements, optimizing server-side rendering
(SSR) and static site generation (SSG).
</li>
<li>
Designed an innovative theme system by developing a custom library
that converts Figma tokens into dynamic Chakra UI themes.
</li>
<li>
Strengthened partnerships with CMS and commerce providers by
integrating their APIs into the starter kit.
</li>
<li>
Developed open-source plugins and templates, broadening community
benefits and enhancing product interoperability.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Founder & Developer</h4>
<p>HiNature Ltd | Jun 2019 – Present</p>
<ul>
<li>
Co-founded with family members to bring everyone
microbiome-friendly, eco-friendly, natural cosmetics.
</li>
<li>
Developed a WeChat scanner app that analyzes 35,000 ingredients with
95% accuracy.
</li>
<li>
Collaborated with marketing teams to promote products both online
and offline.
</li>
<li>
Built and trained a small IT admin team in China (no longer lead the
team).
</li>
</ul>
</div>
<div class="mb-4">
<h4>Developer</h4>
<p>Shopify | May 2019 – Feb 2020</p>
<ul>
<li>Worked on the Shopify Money/Capital team.</li>
<li>
Collaborated closely with PMs to contribute from design to
implementation for every new project.
</li>
<li>
Engaged in pair programming with team members from staff to junior,
very active and responsive for code review.
</li>
<li>
Contributed to projects that resulted in significant revenue
increases for Shopify, recognized by CEO.
</li>
<li>
Successfully refactored the capital offer decision tree, improving
efficiency and making it more convenient for updating and testing.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Full Stack Developer</h4>
<p>Combyne Ag (Formerly FarmLead) | Feb 2017 – May 2019</p>
<ul>
<li>
Designed, built, and maintained backend servers (Python API server,
MySQL Database).
</li>
<li>
Developed two admin systems using PHP7/MySQL + JS/HTML5/CSS3 and
Node.js/Express + Vue.js.
</li>
<li>
Learned Salesforce in one month, then developed and integrated it.
</li>
<li>
Utilized AWS services including EC2, S3, RDS, SQS, ELB, and Lambda.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Software Application Developer</h4>
<p>i-sight.com | Mar 2016 – Feb 2017</p>
<ul>
<li>
Worked as a full-stack developer using Backbone.js, Node.js,
Seneca.js, PostgreSQL.
</li>
<li>
Served as lead/core developer for three major projects: Michigan
State Project / GSK Project / Wipro Project.
</li>
<li>
Utilized technologies such as Node.js, Backbone.js, PostgreSQL,
JavaScript, HTML5, CSS3, Bootstrap, Elasticsearch, Git, and Redis.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Web Developer</h4>
<p>Events.com | Mar 2015 – Mar 2016</p>
<ul>
<li>
Worked as a full-stack developer (LAMP) in the Events.com Ottawa
office.
</li>
<li>Built and maintained online event registration services.</li>
<li>
Utilized technologies including PHP5, JavaScript, Perl, MySQL,
CodeIgniter, Angularjs, and Bootstrap3.
</li>
</ul>
</div>
</section>
<section class="container my-5">
<h2 class="section-title">Other Project Experience</h2>
<div class="mb-4">
<h4>xnohub.com</h4>
<p>2024</p>
<ul>
<li>
Developed a real-time visualizer for the Nano currency network,
showcasing live transactions and major nodes on a 3D globe with
interactive effects.
</li>
</ul>
</div>
<div class="mb-4">
<h4>LocalXNO.com</h4>
<p>2024</p>
<ul>
<li>
Designed and deployed a Nano marketplace using Next.js, Supabase,
PostgreSQL, and various Google APIs for enhanced functionality.
</li>
</ul>
</div>
<div class="mb-4">
<h4>PayPaw (A payment service for Bytom Blockchain)</h4>
<p>Jul 2019 – 2021</p>
<ul>
<li>
In a dev challenge project, my team (2 dev) competed against more
than 50 teams and won first place with a USD $30,000 prize.
</li>
</ul>
</div>
<div class="mb-4">
<h4>Mining Software Optimization</h4>
<p>2020</p>
<ul>
<li>
Optimized C++ GPU mining software, boosting efficiency by 30%
through caching.
</li>
</ul>
</div>
<div>
<h4>BytomDice (A cryptocurrency betting site for Bytom Blockchain)</h4>
<p>Jan 2019 – 2020</p>
<ul>
<li>Developed a cryptocurrency on-chain betting site.</li>
</ul>
</div>
</section>
<footer class="text-center py-3">
<p>© 2024 Dalin Huang. All Rights Reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>