Hey There! 👋
I’m your host, Nicholas.
Welcome to my little corner of the internet. 🏕️
I waffle on about code & technology.
It ain’t much, but it’s honest work. 😄
Grab a coffee ☕, relax ⛱️ and enjoy your stay!
Featured Posts 📣
-
Generalized CNF for "At Least k, given n variables"
Formula & questionable eyeball proof to convert "at least k" constraints to CNF for easier use with the resolution algorithm.
-
Caching makes things fast - an embedded example (CG2271)
We built a race car for a RTOS course. We made it pretty responsive with some trivial state caching.
-
FindNUS 🔭
My friend and I built a Lost & Found web-app over summer. I reflect on developing its RESTful API backend and various aspects of backend development.