-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
325 lines (312 loc) · 11.5 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
<!DOCTYPE html>
<html>
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-77153949-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-77153949-1");
</script>
<title>Timothy Ng</title>
<meta name="description" content="text" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"
/>
<meta charset="utf-8" />
<meta property="og:locale" content="en_US" />
<meta name="content-language" content="en_US" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato"
/>
</head>
<body>
<div class="container">
<div id="header-container">
<div class="row">
<div class="six columns">
<p id="brand"><a href="/">timothy ng</a></p>
</div>
<div id="nav-container" class="six columns">
<a href="#about">about</a> <span class="separator">-</span>
<a href="#portfolio">portfolio</a>
</div>
</div>
</div>
<hr class="header-footer-seperator" />
<!--__________CONTENT__________ -->
<div id="introduction">
<div class="row">
<div id="headshot" class="circle-img">
<img src="img/headshot.jpg" class="rounded" />
</div>
</div>
<div class="row">
<div class="large-text-container">
<p>Hi! I'm Tim. I'm a full-stack web developer in Los Angeles.</p>
<p>
I am currently a Software Engineer on the Platform &
Infrastructure team at
<a href="https://leaselock.com" target="_blank">LeaseLock</a>. My
daily work is centered around scale: I improve developer tooling
to scale our team, and I maintain and iterate on our cloud
infrastructure to scale our tech with the business.
</p>
</div>
</div>
<div class="row">
<div class="large-text-container">
<p>
If you'd like to get in touch with me, you can
<a href="mailto:[email protected]">e-mail me</a>.
</p>
<p>
You can also find me on
<a href="https://www.linkedin.com/in/timorthi" target="_blank"
>LinkedIn</a
>
and
<a href="https://github.com/timorthi" target="_blank">GitHub</a>.
</p>
</div>
</div>
</div>
<div id="skills-summary">
<div class="row">
<div class="content-container">
<p>
My software development experience consists of designing and
developing programs mostly using <b>TypeScript</b>,
<b>Python</b> and <b>Ruby</b>. With these languages, I've had the
opportunity to work with a variety of tools and libraries,
notably:
</p>
</div>
</div>
<div class="row">
<div class="content-container">
<div class="row">
<div class="six columns">
<div class="tech-list">
<p class="title">Front-End</p>
<ul>
<li>React</li>
</ul>
</div>
</div>
<div class="six columns">
<div class="tech-list">
<p class="title">Back-End</p>
<ul>
<li>Serverless Framework (w/ TypeScript)</li>
<li>Flask, Airflow (Python)</li>
<li>Ruby on Rails</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="six columns">
<div class="tech-list">
<p class="title">Tools</p>
<ul>
<li>Docker</li>
<li>Git</li>
<li>Webpack</li>
</ul>
</div>
</div>
<div class="six columns">
<div class="tech-list">
<p class="title">Cloud Solutions</p>
<ul>
<li>Amazon Web Services (Compute, Storage)</li>
<li>Google Cloud Platform (Logging, Metrics)</li>
<li>Heroku</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<hr />
<div id="about">
<div class="row">
<h4 class="section-heading">About Me</h4>
</div>
<div class="row">
<div class="content-container">
<p>
Born and raised in Kuala Lumpur, Malaysia, I currently live in Los
Angeles, California, working as a Software Engineer at
<a href="https://leaselock.com">LeaseLock</a> after having
completed my BSc. in Computer Science at CSU Northridge.
</p>
<p>
Like many others, my love for video games introduced me to the
world of software engineering. My first experience with code was
when I messed around with a reverse-engineered Java-based MMORPG
to spin up a private server for my friends and I to jump on to.
Though I had no idea what I was doing at the time, it was already
too late — I'd been bit by the coding bug. I started
dabbling with simple CLI programs like tic-tac-toe and eventually
found myself in the web development world not too long after that.
Although I'm comfortable with the whole stack, I take particular
interest in the back-end and systems design work these days.
</p>
<p>
I believe in using my skill set in software engineering to give
back to society. My open-source contributions span various
domains, from mental health platforms to developer utilities and
even social networks. All my personal projects are also
open-source — I've learned a lot through reading others'
code, and I hope I can help others do the same by sharing mine.
You can check out my portfolio below to read about some of the
things I've made and been a part of so far.
</p>
</div>
</div>
</div>
<hr />
<div id="portfolio">
<div class="row">
<h4 class="section-heading">Portfolio</h4>
</div>
<div class="row">
<div class="content-container">
<p>
<i
>I've written about some of the work that I'm proud of from my
time at LeaseLock:</i
>
</p>
<div class="project-links-container">
<div class="project">
<p>
<a
href="https://medium.com/leaselock-engineering/managing-leaselocks-infrastructure-with-terraform-part-1-new-year-new-infrastructure-151e21b99a33"
>Shaping LeaseLock's Infrastructure with Terraform</a
>
</p>
</div>
<div class="project">
<p>
<a
href="https://medium.com/leaselock-engineering/stepping-up-our-test-fixture-game-with-fishery-be22b76d1f22"
>Stepping up Our Test Fixture Game With Fishery</a
>
</p>
</div>
<div class="project">
<p>
<a
href="https://medium.com/leaselock-engineering/50-faster-testing-in-mochas-parallel-mode-a8eced30e823"
>50% Faster Testing with Mocha's Parallel Mode</a
>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="content-container">
<p>
<i
>Other than that, here are some of the projects I've worked on
recently!</i
>
</p>
<div class="project-links-container">
<div class="project">
<p>
<a href="https://www.redditraffler.com/" target="_blank"
>redditraffler.com</a
>
— An automated raffle system for Reddit threads.
(2018—Present)
</p>
</div>
<div class="project">
<p>
<a href="https://www.if-me.org/" target="_blank">if-me.org</a>
— A platform for sharing mental health experiences with
loved ones. (2018—Present)
</p>
</div>
<div class="project">
<p>
<a href="https://github.com/forem/forem" target="_blank"
>dev.to/forem</a
>
— A community of software developers getting together to
help one another out. (2018—Present)
</p>
</div>
<div class="project">
<p>
hubg.gg <i>(defunct)</i> — A statistics website for
PLAYERUNKNOWN's Battlegrounds. (2018)
</p>
</div>
<div class="project">
<p>
buddyz.io <i>(defunct)</i> — A social networking
platform exclusively for students. (2017—2018)
</p>
</div>
<div class="project">
<p>
<a
href="https://github.com/timorthi/pyfootball"
target="_blank"
>pyfootball</a
>
— A client library for the football-data.org API. (2016)
</p>
</div>
</div>
</div>
</div>
</div>
<!--__________END CONTENT__________ -->
<hr class="header-footer-seperator" />
<div id="footer">
<p>
<a href="mailto:[email protected]"
><i class="fa fa-envelope icon" aria-hidden="true"></i
></a>
-
<a href="https://www.linkedin.com/in/timorthi" target="_blank"
><i class="fab fa-linkedin icon" aria-hidden="true"></i
></a>
-
<a href="https://github.com/timorthi" target="_blank"
><i class="fab fa-github-alt icon" aria-hidden="true"></i
></a>
-
<a href="https://gitlab.com/timorthi" target="_blank"
><i class="fab fa-gitlab icon"></i
></a>
</p>
</div>
</div>
</body>
</html>