about summary refs log tree commit diff
path: root/content/works.md
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-23 22:30:40 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-23 22:30:55 +0700
commit7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182 (patch)
tree2076c30da37a1f63b3b01f90fc9d10d9585c0a43 /content/works.md
parent2f7bf859ff144e629be0868384a6c9a73270e1b5 (diff)
downloadblog-7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182.tar.gz
Rename works folder to projects for generalization
Diffstat (limited to 'content/works.md')
-rw-r--r--content/works.md65
1 files changed, 65 insertions, 0 deletions
diff --git a/content/works.md b/content/works.md
new file mode 100644
index 0000000..21b1b41
--- /dev/null
+++ b/content/works.md
@@ -0,0 +1,65 @@
+---
+title: Works
+language: en
+translationKey: works
+disable_feed: true
+---
+
+I am a web backend developer, though I'm open to experiment in other fields as
+well.  You can look at my projects on:
+
+- [GitHub](https://github.com/Huy-Ngo/)
+- [Disroot Git](https://git.disroot.org/huyngo)
+- [source hut](https://sr.ht/~huyngo/)
+
+See my CV in PDF format [here][cv].
+
+# Education
+
+- Bachelor: University of Science and Technology of Hanoi, 2018-2021
+
+# Free Software work
+
+I support free software by writing it and contribute to some projects within my
+ability.  Below are some projects I've participated in development.
+
+## My own
+
+- [Discord meme bot](/projects/discord-meme-bot/), a meme bot for Discord
+- [Acanban](/projects/acanban/), a project management system
+- [YAltaCV][yalta], a Python script that generate AltaCV-themed CV from YAML data
+- [cov-news][cov], a scraper for COVID-19 related news 
+- [Wikt CLI][wikt-cli] is a CLI Wiktionary client using its API.
+- [GenWord][genword] a word generator on Android, alternative to
+  [its JS equivalent][gen]
+
+## Contribution
+
+- [IPWHL (floating cheeses)](/projects/ipwhl/), a Python binary distributions
+- [Palace](/projects/palace/), a 3D audio library
+- [Axuy](/projects/axuy/), a 3D shooting game
+- [IPA keyboard layout][ipa] for [FlorisBoard][floris]
+- A [small feature][cras-patch] in [cras][cras], an anti-procrastination TODO
+  list
+
+### Super short contribution
+
+- [Nine-line PR][alt-client] for a software listing
+- [Three-line PR][site-envs] for envs.net website
+- [One-character PR][publiccode] for Public Code standard
+
+[cv]: https://raw.githubusercontent.com/Huy-Ngo/my-cv/master/huy-cv.pdf
+[yalta]: https://github.com/Huy-Ngo/YAltaCV
+[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
+
+[cnx]: https://cnx.srht.site/
+[ipa]: https://github.com/florisboard/florisboard/pull/560
+[floris]: https://github.com/florisboard/florisboard
+[cras]: https://git.sr.ht/~arivigo/cras
+[cras-patch]: https://git.sr.ht/~arivigo/cras/commit/c6187fe2c04da0b62889d805561f75b52efa696b
+[publiccode]: https://github.com/publiccodenet/standard/pull/439#issuecomment-774983961
+[site-envs]: https://git.envs.net/envs/site/pulls/3
+[alt-client]: https://github.com/mendel5/alternative-front-ends/pull/18