Here are some of the projects and articles I’ve done.

What Rust Taught Me About Writing Better C++
Exploring how we can write better C++ code by borrowing useful concepts from Rust.
rust cpp
Read More

Writing Minecraft Shaders
My experience learning how to write shaders for Minecraft and several things I learnt about computer graphics along the way.
glsl
Read More

Bridging Java and C++
Best practices and ideas that one may consider adopting when transitioning from Java to C++.
java cpp
Read More

Removing Outliers for Machine Learning
Some simple routines for cleaning up outliers in training data for machine learning, using the pandas library in Python.
ml python
Read More