-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
428 lines (408 loc) · 26 KB
/
about.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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noodp,index,follow">
<meta name="revisit-after" content="1 days">
<meta name="google-site-verification" content="ZFrkEu3QMFl9Kz0JyK2SfzdIZ84lDgm9gLQ6J6FmAvg">
<meta name="p:domain_verify" content="faa7b25edce176988fb8171e9457554a">
<!-- Facebook Webmasters -->
<meta property="og:url" content="https://vhnam.github.io/about.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Giới thiệu | Nam Vo">
<meta property="og:description" content="Giới thiệu bản thân">
<meta property="og:image" content="https://vhnam.github.io/public/img/leading.jpg">
<meta property="og:locale" content="vi_VN">
<meta property="fb:app_id" content="2064203853819553">
<title>Nam Vo | Software Developer, Product Manager, UX/UI Designer</title>
<link rel="shortcut icon" href="https://vhnam.github.io/public/favicon.ico" type="image/x-icon">
<link rel="canonical" href="http://vhnam.github.io/">
<link rel="publisher" href="https://plus.google.com/116570296349523695729">
<link rel="stylesheet" href="https://vhnam.github.io/public/css/bootstrap.css">
<link rel="stylesheet" href="https://vhnam.github.io/public/css/about.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66016963-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-66016963-1');
</script>
</head>
<body itemscope="itemscope" itemtype="https://schema.org/Person">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/" itemprop="url">
<img src="https://vhnam.github.io/public/img/favicon.png" alt="Nam Vo" height="48" width="48">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement">
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/">Trang chủ</a>
</li>
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/blog">Nhật Ký</a>
</li>
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/tutorials">Chuyện Lập Trình</a>
</li>
<li class="nav-item active">
<a class="nav-link" itemprop="url" href="/about.html">Giới Thiệu</a>
</li>
<li class="nav-item">
<a class="nav-link" itemprop="url" href="/contact.html">Liên Hệ</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero">
<div class="container">
</div>
</section>
<section class="profile">
<div class="container">
<div class="profile__body">
<div class="row">
<div class="col-md-4 text-center">
<img class="mt-3" src="/public/img/namvh.png" alt="Nam Vo">
</div>
<div class="col-md-8">
<div class="preword">
<span>Xin chào</span>
</div>
<div class="profile__title">
Mình là <h1 class="profile__title--highlight">Võ Hoài Nam</h1>
</div>
<h2 class="profile__position">
Software Developer - Product Manager - UX/UI Designer
</h2>
<ul class="profile__social-networks">
<li>
<a itemprop="url" href="https://github.com/vhnam">
<img src="https://vhnam.github.io/public/img/github.png" class="social-networks__icon" alt="GitHub" />
</a>
</li>
<li>
<a itemprop="url" href="https://vn.linkedin.com/in/namvh">
<img src="https://vhnam.github.io/public/img/linkedin.png" class="social-networks__icon" alt="LinkedIn" />
</a>
</li>
<li>
<a itemprop="url" href="https://www.pinterest.com/vhnam2504/">
<img src="https://vhnam.github.io/public/img/pinterest.png" class="social-networks__icon" alt="Pinterest" />
</a>
</li>
<li>
<a itemprop="url" href="https://plus.google.com/+NamVoHoai2504">
<img src="https://vhnam.github.io/public/img/google+.png" class="social-networks__icon" alt="Google+" />
</a>
</li>
<li>
<a itemprop="url" href="https://soundcloud.com/namvh">
<img src="https://vhnam.github.io/public/img/soundcloud.png" class="social-networks__icon" alt="Soundcloud" />
</a>
</li>
</ul>
<ul class="profile__list">
<li class="list__item">
<strong class="list__title">Nơi ở:</strong> Saigon, Việt Nam
</li>
<li class="list__item">
<strong class="list__title">Email:</strong> [email protected]
</li>
</ul>
</div>
</div>
<div class="profile__bio">
<p>
Trước đây, mình là sinh viên trường Đại học Khoa Học Tự Nhiên (ĐHQG - Tp.HCM), khoá 2012. Khi chưa tốt nghiệp, mình được hướng dẫn về cách làm việc nhóm, tư duy phát triển sản phẩm, kỹ năng sống từ thầy Nguyễn Đức Huy. Sau này, mình được thầy Nguyễn Vinh Tiệp làm tư vấn về kỹ thuật cho các sản phẩm khi còn đi làm ở công ty.
</p>
<p>
Mình học ngành Công Nghệ Phần Mềm, khoa Công Nghệ Thông Tin. Hướng nghiên cứu chính của mình là hành vi người dùng. Đó là nền tảng để lựa chọn giải pháp phù hợp với vấn đề, thiết kế giao diện rồi mới tính đến công nghệ triển khai. Mình mạnh về Front-End và thiết kế UI (process). Thời gian làm Freelance đã rèn luyện mình có thể làm Full-Stack. Sau này, khi trở thành Trưởng phòng CNTT & Truyền thông tại VLAB Co., LTD, mình phát triển tiếp kỹ năng Marketing, làm việc và phát triển nhóm. Tại đó, mình có cơ hội làm việc với nhiều bạn trẻ tài năng để phát triển ứng dụng công khai thông tin quy hoạch trực tuyến cho TP.HCM.
</p>
</div>
</div>
</div>
</section>
<section class="projects">
<div class="container">
<h3 class="text-center mb-3">Dự án đã tham gia</h3>
<div class="projects__body">
<ul class="projects__list list">
<li class="list__item">
[09/2016 - 06/2018] <h4 class="item__title">Bản đồ Thông tin Quy hoạch Trực tuyến</h4>
<h5 class="item__sub-title">Mô tả</h5>
<p>
Sản phẩm công khai thông tin quy hoạch đến người dân cho toàn TP.HCM, gồm các thông tin như quy hoạch phân khu 1/2000, quy hoạch chi tiết 1/500,... Ngoài ra, có một số sản phẩm khác liên quan đến quy hoạch với các chủ đề như cao độ nền, hạ tầng - kỹ thuật,... Dự án hợp tác giữa công ty VLAB Co., LTD với các cơ quan nhà nước như Uỷ Ban Nhân Dân các quận/huyện, Sở Quy hoạch - Kiến Trúc, Sở Thông tin Truyền thông và các tổ chức khác.
</p>
<h5 class="item__sub-title">Sản phẩm đã triển khai</h5>
<p>
<ul>
<li>
Quận Thủ Đức: <a target="_blank" itemprop="url" href="https://ttqh-thuduc.tphcm.gov.vn">https://ttqh-thuduc.tphcm.gov.vn</a>
</li>
<li>
Quận 12: <a target="_blank" itemprop="url" href="https://ttqh-q12.hochiminhcity.gov.vn">https://ttqh-q12.hochiminhcity.gov.vn</a>
</li>
<li>
Quy mô toàn TP.HCM: <a target="_blank" itemprop="url" href="https://thongtinquyhoach.hochiminhcity.gov.vn">https://thongtinquyhoach.hochiminhcity.gov.vn</a>
</li>
</ul>
</p>
<h5 class="item__sub-title">Truyền thông</h5>
<p>
<ul>
<li>
VNExpress, <a target="_blank" itemprop="url" href="https://vnexpress.net/tin-tuc/thoi-su/nguoi-sai-gon-co-the-xem-thong-tin-quy-hoach-bang-smartphone-3677933.html">Người Sài Gòn có thể xem thông tin quy hoạch bằng smartphone</a>
</li>
<li>
Pháp Luật, <a target="_blank" itemprop="url" href="http://plo.vn/do-thi/nhap-chuot-xem-thong-tin-quy-hoach-o-quan-thu-duc-716376.html">Nhấp chuột xem thông tin quy hoạch ở quận Thủ Đức</a>
</li>
</ul>
</p>
</li>
<li class="list__item">
[04/2018 - 06/2018] <h4 class="item__title">Hiển thị hành vi người dùng</h4>
<h5 class="item__sub-title">Mô tả</h5>
<p>
Sản phẩm hiển thị kết quả thao tác của người dùng trên các sản phẩm của công ty VLAB Co., LTD. Mục đích để tìm được insights từ phía người dùng để cải thiện sản phẩm. Dữ liệu Hành vi của người dùng được lấy từ Google Analytics tích hợp vào từng sản phẩm. Đây là sản phẩm nội bộ.
</p>
</li>
<li class="list__item">
[10/2015 - 01/2016] <h4 class="item__title">Cải Lương Số</h4>
<h5 class="item__sub-title">Mô tả</h5>
<p>
Trang nhạc và diễn đàn dành cho những ai yêu thích cải lương.
</p>
<h5 class="item__sub-title">Sản phẩm đã triển khai</h5>
<p>
<ul>
<li>
Cải Lương Số - Trang nhạc, <a target="_blank" itemprop="url" href="http://cailuongso.com/">http://cailuongso.com/</a>
</li>
<li>
Cải Lương Số - Diễn đàn, <a target="_blank" itemprop="url" href="http://diendan.cailuongso.com/">http://diendan.cailuongso.com/</a>
</li>
</ul>
</p>
</li>
<li class="list__item">
[04/2014 - 07/2015] <h4 class="item__title">Penlook</h4>
<h5 class="item__sub-title">Mô tả</h5>
<p>
Dự án khởi nghiệp đầu tiên, Penlook là mạng xã hội dành cho người đi làm. Nơi trao đổi thông tin công việc, tuyển dụng, tìm việc,... tương tự như LinkedIn. Vì thời điểm này, các trang về việc làm ở quy mô mạng xã hội tại Việt Nam chưa có. Chỉ có những nơi rao tin thuần tuý như VietnamWork. Đây là bài học đầu tiên về phát triển sản phẩm thương mại.
</p>
</li>
<li class="list__item">
[02/2015 - 06/2015] <h4 class="item__title">hrm-client</h4>
<h5 class="item__sub-title">Mô tả</h5>
<p>
Sản phẩm liên quan đến IoT đầu tiên khi thực tập vị trí Front-End Developer tại ZenithTek. Sau khi người dùng check-in/ check-out tại thiết bị sẽ gửi thông tin liên quan đến thời gian và người dùng lên server. Tại đó, mình sẽ hiển thị thông tin của từng cá nhân dưới dạng Dashboard cho quản lý.
</p>
</li>
</ul>
</div>
</div>
</section>
<section class="experience">
<div class="container">
<h3 class="text-center mb-3">Kinh nghiệm</h3>
<div class="timeline">
<div class="timeline__container">
<div class="timeline__item item">
<div class="preword">
<span>11/2016 - 06/2018</span>
</div>
<h4 class="item__title">Trưởng phòng CNTT & Truyền thông</h4>
<h5 class="item__organization"><a itemprop="url" href="https://vlab.tech/">VLAB Co., LTD</a></h5>
<p class="item__description">
<strong>Sứ mệnh:</strong> Công khai thông tin quy hoạch cho người dân tại Tp.HCM<br>
<strong>Lĩnh vực:</strong> GIS, công nghệ, quản lý đô thị, thông tin quy hoạch<br>
<strong>Trách nhiệm:</strong><br>
- Quản lý bộ phận Công nghệ Thông tin, điều phối công việc và phối hợp với các phòng ban khác.<br>
- Phối hợp với khách hàng (UBND/phòng Quản lý Đô thị các quận/huyện, <a itemprop="url" href="http://www.qhkt.hochiminhcity.gov.vn/default.aspx">Sở Quy hoạch - Kiến trúc TP.HCM</a>) và lãnh đạo công ty để đưa ra mô hình, chức năng, thiết kế sản phẩm, quy trình nghiệp vụ.<br>
- Phối hợp với <a itemprop="url" href="http://ict-hcm.gov.vn/">Sở Thông tin - Truyền thông TP.HCM</a> để triển khai sản phẩm.<br>
- Thiết kế UI (thao tác quy trình nghiệp vụ) và cải thiện UX cho tất cả sản phẩm của công ty với Sketch/Figma/Balsamiq.<br>
- Quản lý hạ tầng, triển khai và quyết định giải pháp kỹ thuật.<br>
- Phỏng vấn nhân sự và hướng dẫn giải pháp cho các thành viên.
</p>
</div>
<div class="timeline__item item">
<div class="preword">
<span>10/2015 - 09/2016</span>
</div>
<h4 class="item__title">Freelance Web Developer</h4>
<p class="item__description">
- Bảo trì, phát triển chức năng mới, cải thiện giao diện cho trang <a itemprop="url" href="http://cailuongso.com/">Cải Lương Số</a> với PHP, MySQL.<br>
- Phát triển hệ thống quản lý kho dành cho phụ kiện điện thoại di động với Laravel.<br>
- Phát triển chức năng cho ứng dụng hybrid viết bằng PhoneGap - Angular 1.<br>
- Phát triển RESTful Web Services với Node.js/Express, MySQL.<br>
- Phát triển như viện JavaScript tương tự <a itemprop="url" href="https://github.com/ichord/At.js/">At.js</a>.
</p>
</div>
<div class="timeline__item">
<div class="preword">
<span>01/2015 - 06/2015</span>
</div>
<h4 class="item__title">Thực tập Front-End Developer</h4>
<h5 class="item__organization"><a itemprop="url" href="https://www.linkedin.com/company/zenithtek">ZenithTek</a></h5>
<p class="item__description">
Nghiên cứu ngôn ngữ thiết kế Material Design, áp dụng và phát triển chức năng hiển thị kết quả check-in/check-out trong phần Dashboard với Angular 1, elasticsearch.js, Auth0.
<p>
</div>
</div>
</div>
</div>
</section>
<section class="awards">
<div class="container">
<h3 class="text-center mb-3">Giải thưởng</h3>
<div class="awards__body">
<strong>2017</strong>
<ul>
<li>
<p>
<strong>TOP 10 Nhân Tài Đất Việt</strong> do VNPT phối hợp với báo Dân Trí tổ chức.<br>
Sản phẩm "Ứng dụng khai thông tin quy hoạch trực tuyến - Bản đồ quy hoạch trực tuyến" tham gia bảng Khởi Nghiệp.<br>
<strong>Truyền thông:</strong>
<ul>
<li>
Dân Trí, <a itemprop="url" href="http://dantri.com.vn/suc-manh-so/cong-cu-giup-tra-cuu-thong-tin-quy-hoach-va-hien-trang-dat-dai-nhanh-chong-20171111073337558.htm">Công cụ giúp tra cứu thông tin quy hoạch và hiện trạng đất đai nhanh chóng</a>
</li>
<li>
Nhân Tài Đất Việt, <a itemprop="url" href="http://nhantaidatviet.vnpt.vn/san-pham-ung-dung-cong-khai-thong-tin-quy-hoach-truc-tuyen-ban-do-quy-hoach-truc-tuyen.html">Sản phẩm: Ứng dụng công khai thông tin quy hoạch trực tuyến – Bản đồ quy hoạch trực tuyến</a>
</li>
</ul>
</p>
</li>
</ul>
<strong>2013</strong>
<ul>
<li>
<p>
<strong>Giải Khuyến khích</strong>, cuộc Olympic Tin học của trường ĐH Khoa học Tự Nhiên - ĐHQG TP.HCM
</p>
</li>
</ul>
</div>
</div>
</section>
<section class="miscellaneous">
<div class="container">
<h3 class="text-center mb-3">Khác</h3>
<div class="miscellaneous__body">
<h4 class="miscellaneous__title">Hoạt động</h4>
<ul>
<li>
<strong>Trumpet</strong>, nhóm nhạc Tao Đàn tại công viên Tao Đàn - TP.HCM, 2016.
</li>
<li>
<strong>Trumpet 1 & 3</strong>, Đội nghi lễ trường THCS Hoàng Văn Thụ - Nhà thiếu nhi Quận 10, 09/2007 - 09/2015.<br>
<strong>Clip biểu biễn:</strong>
<ul>
<li>
Liên hoan "Tiếng Kèn Đội Ta" khu vưc phía Nam lần IV năm 2010 tại Cà Mau, <a itemprop="url" href="https://youtu.be/GlJReiCd9EE">NTNQ10 - Chương trình biểu diễn</a>.
</li>
<li>
Liên hoan "Tiếng Kèn Đội Ta" mở rộng tỉnh Kiên Giang lần XI năm 2011, <a href="https://www.youtube.com/watch?v=0SpdqzSVhNY">Liên Hoan "Tiếng kèn Đội ta" mở rộng tỉnh Kiên Giang Lần thứ XI</a>.
</li>
<li>
Liên hoan "Tiếng Kèn Đội Ta" mở rộng tỉnh Kiên Giang lần XII năm 2013, <a href="https://www.youtube.com/watch?v=-GfMhzQCINk">Phần thi diễn của ntn quận 10</a>.
</li>
</ul>
</li>
<li>
<strong>Trưởng nhóm</strong>, câu lạc bộ harmonica trường THPT Nguyễn Du - Q10, 09/2010 - 06/2011
</li>
</ul>
<h4 class="miscellaneous__title">Sách yêu thích</h4>
<ul>
<li>
Hồ Công Hoài Phương, <a itemprop="url" href="https://tiki.vn/quang-cao-khong-noi-lao-p918148.html">Quảng cáo không nói láo</a>
</li>
<li>
Martin Lindstrom, <a itemprop="url" href="https://www.amazon.com/Small-DATA-Clues-Uncover-Trends/dp/1522635181">Small DATA: The Tiny Clues that Uncover Huge Trends</a>
</li>
<li>
Austin Kleon, <a itemprop="url" href="https://www.amazon.com/Steal-Like-Artist-Things-Creative/dp/0761169253">Steal Like an Artist: 10 Things Nobody Told You About Being Creative</a>
</li>
<li>
Phan Văn Trường, <a itemprop="url" href="https://tiki.vn/mot-doi-quan-tri-p787785.html">Một Đời Quản Trị</a>
</li>
<li>
Huỳnh Vĩnh Sơn, <a itemprop="url" href="https://tiki.vn/y-tuong-nay-la-cua-chung-minh-p375208.html">Ý Tưởng Này Là Của Chúng Mình</a>
</li>
<li>
Vương Hồng Sển, <a itemprop="url" href="https://tiki.vn/sai-gon-nam-xua-p373464.html">Saigon năm xưa</a>
</li>
</ul>
<h4 class="miscellaneous__title">Nhạc cụ</h4>
<p>
Thời gian rảnh rỗi mình thường tìm đến âm nhạc để giải trí. Phần tô màu là nhạc cụ mình biết chơi.
</p>
<img src="/public/img/orchestra-instruments.jpg" alt="Orchestra Instruments" itemprop="image">
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 text-left">
Lớn để mà còn biết sự khác biệt giữa mình và "cái tôi" - DSK
</div>
<div class="col-md-6 text-right">
Copyright © 2018 Nam Vo
</div>
</div>
</div>
<nav class="privacy-policy navbar navbar-dark bg-dark" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement">
<div class="container">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" itemprop="url" href="https://vhnam.github.io/privacy-policy.html">Chính sách bảo mật</a>
</li>
</ul>
</div>
</nav>
</footer>
<script src="https://vhnam.github.io/public/js/bootstrap.js"></script>
<!-- Facebook Analytics -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '2064203853819553',
xfbml : true,
version : 'v3.0'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66016963-1', 'vhnam.github.io');
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>