diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 97 |
1 files changed, 46 insertions, 51 deletions
diff --git a/index.html b/index.html index e29dbd1..4ec9a61 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ <dl class="p-contact h-card"> <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</dd> + <dt>Phone</dt><dd>(available upon request)</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> @@ -47,11 +48,11 @@ </ul> <h3>System operations</h3> <ul> - <li><strong>Linux</strong>: experienced with various distros (Ubuntu, openSUSE, NixOS, alpinelinux)</li> + <li><strong>Linux</strong>: experienced with various distros</li> <li><strong>Other <abbr title="operating systems">OSs</abbr></strong>: worked with Windows, OpenBSD</li> <li><strong>Cloud</strong>: worked with AWS</li> <li><strong>Web server</strong>: nginx</li> - <li><strong>Build tools</strong>: Makefile, flit, nix</li> + <li><strong>Build tools</strong>: flit, nix</li> <li><strong><abbr title="continuous integration, continuous delivery">CI/CD</abbr></strong>: Gitlab CI, GH Actions, sourchut builds, luminar</li> <li><strong><abbr title="database management system">DBMS</abbr></strong>: MariaDB, Postgresql</li> <li><strong>NoSQL</strong>: Redis, MongoDB, RethinkDB</li> @@ -116,29 +117,51 @@ <h2 id="projects">Projects</h2> <h3>Development</h3> <ul> - <li class="h-event"> - <span class="event-summary"> - <a href="https://git.sr.ht/~huyngo/ex.tra">ex.tra</a>: - </span> - <span class="event-description"> - experimental dictionary server - </span> - </li> - <li class="h-event"> - <span class="event-summary"> - <a href="https://git.sr.ht/~huyngo/witchie">witchie</a> - (forked project): - </span> - <span class="event-description"> - CLI / TUI client for Akkoma - </span> + <li> + written in Python: + <ul> + <li class="h-event"> + <span class="event-summary"> + <a href="https://sr.ht/~huyngo/memedes">memedes</a> + </span> + <span class="event-description"> + meme templating service with image description + </span> + </li> + <li class="h-event"> + <span class="event-summary"> + <a href="https://git.sr.ht/~huyngo/witchie">witchie</a> + (forked project): + </span> + <span class="event-description"> + CLI / TUI client for Akkoma + </span> + </li> + <li class="h-event"> + <span class="event-summary"> + <a href="https://github.com/Huy-Ngo/acanban/">acanban</a>: + </span> + <span class="event-description"> + kanban board project management for school projects + </span> + </li> + <li class="h-event"> + <span class="event-summary"> + <a href="https://git.sr.ht/~cnx/palace"> + <abbr title="Pythonic Audio Library and Codecs Environment">palace</abbr></a>: + </span> + <span class="event-description"> + wrapper library for 3D audio processing + </span> + </li> + </ul> </li> <li class="h-event"> <span class="event-summary"> - <a href="https://sr.ht/~huyngo/memedes">memedes</a> + <a href="https://git.sr.ht/~huyngo/ex.tra">ex.tra</a>: </span> <span class="event-description"> - meme templating service with image description + experimental dictionary server in Elixir </span> </li> <li class="h-event"> @@ -149,40 +172,12 @@ service status tracker </span> </li> - <!-- - <li class="h-event"> - <span class="event-summary"> - <a href="https://git.sr.ht/~huyngo/time-tracker">time-tracker</a> - </span> - <span class="event-description"> - tracking time spent on daily activities - </span> - </li> - --> - <li class="h-event"> - <span class="event-summary"> - <a href="https://github.com/Huy-Ngo/acanban/">acanban</a>: - </span> - <span class="event-description"> - kanban board project management for school projects - </span> - </li> - <li class="h-event"> - <span class="event-summary"> - <a href="https://git.sr.ht/~cnx/palace"> - <abbr title="Pythonic Audio Library and Codecs Environment">palace</abbr></a>: - </span> - <span class="event-description"> - wrapper library for 3D audio processing - </span> - </li> </ul> <h3>Contributions</h2> <ul> - <li><a href="https://github.com/NixOS/nixpkgs">nixpkgs</a> (packaging software)</li> - <li><a href="https://akkoma.social/">akkoma</a> (frontend bug fixes)</li> - <li><a href="https://sanic.dev/">sanic framework</a> (bug fixes, features)</li> - <li><a href="https://hacktivis.me/projects/badwolf">badwolf</a> (localization)</li> + <li><a href="https://github.com/NixOS/nixpkgs">nixpkgs</a>: Software packages for NixOS</li> + <li><a href="https://akkoma.social/">akkoma</a>: Independent federated social media (frontend fixes)</li> + <li><a href="https://sanic.dev/">sanic framework</a>: A performant asynchronous Python web framework</li> </ul> <h3>Others</h3> <ul> |