summary refs log tree commit diff
path: root/index.html
blob: 8ea056a71c91a845c6773381bfd1d5f183f19cae (plain) (blame)
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
<!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>
    <nav>
      <a rel="alternate" href="academic.html">Academic version</a>
      <a rel="alternate" href="work-cv.pdf">Download as PDF</a>
    </nav>
    <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 link-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>
            <dt>Projects</dt>
              <dd><a class="link-no-print verbatim-print" rel="me" href="https://git.sr.ht/~huyngo">https://git.sr.ht/~huyngo</a></dd>
              <dd><a class="link-no-print verbatim-print" rel="me" href="https://github.com/Huy-Ngo">https://github.com/Huy-Ngo</a></dd>
            <dt>Personal website</dt>
              <dd><a class="link-no-print verbatim-print" rel="me" href="https://xrvs.net/">https://xrvs.net/</a></dd>
          </dl>
          <h2 id="languages">Languages</h2>
          <ul>
            <li>Vietnamese (native)</li>
            <li>English (proficient)</li>
            <li>French (basic)</li>
          </ul>
          <h2 id="tech">Skills</h2>
          <dl class="skills">
            <dt>Programming Languages</dt>
              <dd><a class="link-no-print" rel="external nofollow" href="https://www.python.org/">Python</a></dd>
              <dd><a class="link-no-print" rel="external nofollow" href="https://www.gnu.org/software/bash/">Bash</a></dd>
              <dd><a class="link-no-print" rel="external nofollow" href="https://www.ecma-international.org/publications-and-standards/standards/ecma-262/">JavaScript</a></dd>
            <dt>Frameworks</dt>
              <dd><a class="link-no-print" rel="external nofollow" href="https://www.djangoproject.com/">Django</a></dd>
              <dd><a class="link-no-print" rel="external nofollow" href="https://flask.palletsprojects.com/">Flask</a></dd>
            <dt>Interests</dt>
              <dd>Web services</dd>
              <dd>Software development</dd>
            <dt>Systems</dt>
              <dd>*Linux, OpenBSD</dd>
            <dt>Databases</dt>
              <dd>Generic SQL</dd>
              <dd>NoSQL: Redis, RethinkDB</dd>
          </dl>
          <h2 id="contribution">Contributions</h2>
          <ul>
            <li>badwolf (localization)</li>
            <li>nixpkgs (packaging</li>
            <li>akkoma (bug fixes)</li>
            <li>libredirect (code)</li>
          </ul>
        </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-11</time> – <time class="dt-end">2023-04</time>:
              <span class="event-summary">Software Engineer at <a class="link-no-print" rel="external nofollow" href="https://cmcglobal.com.vn/">CMC Global</a></span>
              <ul class="event-detail">
              <li>
                Responsibilities:
                <ul>
                  <li>Software development: clarifying requirements, investigating and fixing issues, implementing backend</li>
                  <li>Team cooperation: allocating tasks, reviewing code, mentoring and training new members</li>
                </ul>
              </li>
                <li>Domain: data-driven software</li>
                <li>Technologies: Python/Django, Celery, MySQL, Redis, AWS, React JS</li>
              </ul>
            </li>
            <li class="h-event">
              <time class="dt-start">2021-04</time> – <time class="dt-end">2021-07</time>:
              <span class="event-summary">Intern at <a class="link-no-print" rel="external nofollow" href="https://bizflycloud.vn/">Bizfly Cloud</a></span>
              <ul class="event-detail">
                <li>Responsibilities: research and development</li>
                <li>Domain: web mail service and related modules</li>
                <li>Technologies: Python/Flask, Elasticsearch</li>
              </ul>
            </li>
          </ul>
          <h2 id="projects">Other projects</h2>
          <ul>
            <li class="h-event">
              <time class="dt-start">2023-03</time> – <time class="dt-end">present</time>:
              <span class="event-summary">Develop <a class="link-no-print" href="https://git.sr.ht/~huyngo/ex.tra/">ex.tra</a></span>
              <p class="event-description">
                An experimental dictionary server implementing DICT protocol (<abbr>RFC</abbr> 2229).
              </p>
              <ul class="event-detail">
                <li>Technologies: Elixir, Erlang <abbr title="Open Telecom Platform">OTP</abbr></li>
              </ul>
            </li>
            <li class="h-event">
              <time class="dt-start">2021-07</time> – <time class="dt-end">2022-07</time>:
              <span class="event-summary">Co-maintaining <a class="link-no-print" href="https://sr.ht/~cnx/ipwhl/"><abbr title="InterPlanetary Wheels">IPWHL<abbr></a></span>
              <p class="event-description">
                Singly-versioned Python built distributions backed by IPFS.
              </p>
              <ul class="event-detail">
                <li>Responsibilities: packaging software and release</li>
                <li>Technologies: Python, <abbr>IPFS</abbr>, shell scripts</li>
              </ul>
            </li>
            <li class="h-event">
              <time class="dt-start">2020-11</time> – <time class="dt-end">2021-03</time>:
              <span class="event-summary">Developing <a class="link-no-print" href="https://github.com/Huy-Ngo/acanban/">acanban</a></span>
              <p class="event-description">
                An experimental kanban-based project management system in academic context
              </p>
              <ul class="event-detail">
                <li>Responsibilities: system design, backend implementation, testing, packaging</li>
                <li>Technologies: Python, Quart framework, Hypercorn, systemd</li>
              </ul>
            </li>
            <li class="h-event">
              <time class="dt-start">2019-12</time> – <time class="dt-end">2020-10</time>:
              <span class="event-summary">
                Developing <a class="link-no-print" href="https://git.sr.ht/~cnx/palace"><abbr title="Pythonic Audio Library and Codecs Environment">palace</abbr></a>
              </span>
              <p class="event-description">
                Palace is a 3D audio processing library in Python
              </p>
              <ul class="event-detail">
                <li>Responsibilities: implementation, packaging and release</li>
                <li>Technologies: Python, Cython</li>
              </ul>
            </li>
          </ul>
        </div>
      </div>
    </main>
    <hr class="no-print">
    <footer>
      <p>
        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's résumé</a>.
      </p>
      <p>
        This is also done to work well in paper/PDF export.
        See <a rel="external" href="https://support.mozilla.org/en-US/kb/how-print-web-pages-firefox">how to print or save this page as PDF on Firefox</a> and on
        <a rel="external nofollow" href="https://support.google.com/chrome/answer/1069693">Chromium-based browsers</a>.
      </p>
    </footer>
  </body>
</html>