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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Ngô Ngọc Đức Huy</title>
<meta name="viewport" content="width=device-width,minimum-scale=1" />
<link rel="stylesheet" href="style.css"/>
<link rel="vcs-git" href="https://git.sr.ht/~huyngo/web-cv/"/>
<link rel="canonical" href="https://xrvs.net/cv/"/>
<link rel="shortcut icon" href="data:," />
<link rel="me" href="https://fosstodon.org/@huy_ngo"/>
</head>
<body>
<main class="h-resume">
<h1>Ngô Ngọc Đức Huy</h1>
<div class="container">
<div id="left">
<h2>Basic info</h2>
<dl class="p-contact h-card">
<dt>Position</dt><dd>Back-end developer</dd>
<dt>E-Mail</dt><dd><a class="email no-print" href="mailto:huyngo@disroot.org">huyngo@disroot.org</a></dd>
<dt>Location</dt><dd>Hà Nội, Việt Nam<br>(prefer remote work)</dd>
</dl>
<h2 id="certifications">Certifications</h2>
<ul>
<li><abbr>IELTS</abbr>: 6.5</li>
<li><abbr>TCF</abbr>: 363/B1</li>
</ul>
<h2 id="languages">Languages</h2>
<ul>
<li>Vietnamese (native)</li>
<li>English (proficient)</li>
<li>French (basic)</li>
</ul>
<h2 id="knowledge">Knowledge</h2>
<dl id="skills">
<dt>Programming Languages</dt>
<dd>Python</dd>
<dd>Bash</dd>
<dd>JavaScript</dd>
<dd>Go</dd>
<dt>Frameworks</dt>
<dd>Django</dd>
<dd>Flask</dd>
<dt>Systems</dt>
<dd>NixOS</dd>
<dd>Alpine Linux</dd>
<dd>Debian GNU/Linux</dd>
<dd>openBSD</dd>
<dt>Databases</dt>
<dd>MariaDB</dd>
<dd>SQLite</dd>
<dd>RethinkDB</dd>
<dd>Redis</dd>
<dd>Elasticsearch</dd>
</dl>
</div>
<div id="right">
<h2 id="education">Education</h2>
<ul>
<li class="h-event">
<time class="dt-start">2018-09</time> – <time class="dt-end">2021-09</time>:
Bachelor degree at <a rel="external nofollow" href="https://usth.edu.vn">University of Science and Technology of Hanoi (<abbr>USTH</abbr>)</a>
in Information and Communication Technology, funded by <abbr>USTH</abbr> scholarship
</li>
</ul>
<h2 id="experience">Work experience</h2>
<ul>
<li class="h-event">
<time class="dt-start">2021-04</time> – <time class="dt-end">2021-07</time>:
Intern at <a class="no-print" rel="external nofollow" href="https://bizflycloud.vn/">Bizfly Cloud</a>, working on web mail service and related modules
</li>
<li class="h-event">
<time class="dt-start">2021-11</time> – <time class="dt-end">present</time>:
Software Engineer at <a class="no-print" rel="external nofollow" href="https://cmcglobal.com.vn/">CMC Global</a>, working directly with a multi-national client
</li>
</ul>
<h2 id="projects">Other projects</h2>
<ul>
<li class="h-event">
<time class="dt-start">2021-07</time> – <time class="dt-end">2022-07</time>:
Maintaining <a href="https://sr.ht/~cnx/ipwhl/">InterPlanetary Wheels (<abbr>IPWHL<abbr>)</a>,
a platform-unique, singly-versioned Python package repositories backed by <a href="https://ipfs.tech/">InterPlanetary File System (<abbr>IPFS</abbr>)</a>
</li>
<li class="h-event">
<time class="dt-start">2020-11</time> – <time class="dt-end">2021-03</time>:
Developing <a href="https://github.com/Huy-Ngo/acanban/">acanban</a>, an experimental project management system in academic context
</li>
<li class="h-event">
<time class="dt-start">2019-12</time> – <time class="dt-end">2020-10</time>:
Developing <a href="https://git.sr.ht/~cnx/palace">palace</a>, a 3D audio processing library in Python
</li>
</ul>
<h2 id="links">Links</h2>
<ul>
<li>Forges: <a rel="me" href="https://git.sr.ht/~huyngo">SourceHut</a>, <a rel="me" href="https://github.com/Huy-Ngo">Github</a></li>
<li>Packages maintained on: <a class="no-print" rel="me" href="https://pkgs.alpinelinux.org/packages?maintainer=Ng%C3%B4+Ng%E1%BB%8Dc+%C4%90%E1%BB%A9c+Huy">Alpine Linux</a></li>
<li><a rel="me" href="https://xrvs.net/">Personal website</a></li>
</ul>
</div>
</div>
</main>
<footer>
Copyright 2022 Ngô Ngọc Đức Huy, licensed <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>;
inspired by <a href="https://lanodan.eu">Haelwenn (lanodan) Monnier</a>'s résumé;
This is also done to work well in paper/PDF export.
</footer>
</body>
</html>
|