about summary refs log tree commit diff
path: root/work.md
blob: 402c80e22929e62beddb9cc557c2b22b1c6e98a6 (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
---
layout: page
title: Work
language: en
ref: work
permalink: /about/work
---

I am a web backend developer, though I'm open to experiment in other fields as
well.  You can look at my project on:

- [GitHub](https://github.com/Huy-Ngo/)
- [Disroot Git](https://git.disroot.org/huyngo)
- [source hut](sr.ht/~huyngo/)

See my CV in PDF format [here][cv].

# Education

- Bachelor: University of Science and Technology of Hanoi, 2018-2021

# Work Experience

## Internship

So far I have only worked as intern in VC Corp. During my internship there, I
created a disposable mail system as a proof of concept. Afterwards, I have been
working with their mail system for a short while.

# Projects

## School projects

### Acanban

[Acanban][acanban] is an in-development academic-oriented project management
system.

So far, we have implemented only basic project collaboration features. There is
much work to be done in the future.

### Palace

[Palace][palace] is a 3D audio library in Python.  It is a wrapper around
OpenAL for Python, expecting to provide developers with modern and intuitive
utilities for audio processing.

## Personal projects

- [discord-meme-bot], a meme bot for discord
- [wikt-cli], a CLI tool to search Wiktionary using its API
- [cov-news][cov], a crawler for COVID-19 related news 
- [GenWord][genword] a word generator on Android, alternative to [its JS equivalent][gen]

## Miscellaneous

- [YAltaCV], a Python script that generate AltaCV-themed CV from YAML.
- [Round Robin][rr-sched], a web-based personal time scheduler inspired by
  process scheduler algorithm of the same name.

# Languages

I'm most comfortable with Vietnamese for casual conversation and English for
working (such as for documentation and commit message). I also can speak some
French and German with low fluency and read/write them with the help of a
dictionary.

[cv]: https://raw.githubusercontent.com/Huy-Ngo/my-cv/master/huy-cv.pdf
[palace]: https://git.sr.ht/~cnx/palace
[acanban]: https://github.com/Huy-Ngo/acanban
[YAltaCV]: https://github.com/Huy-Ngo/YAltaCV
[discord-meme-bot]: https://github.com/Huy-Ngo/discord-meme-bot
[wikt-cli]: https://git.sr.ht/~huyngo/wikt-cli
[genword]: https://git.sr.ht/~huyngo/GenWord
[cov]: https://github.com/Huy-Ngo/cov-news
[gen]: www.zompist.com/gen.html