Articles
These are my various writings. Some might say they are cool.
I built my first machine learning model
— I've started to dip my toes into deep learning with Python. This article is about how I built an image classification model with fastai.
GLSL Shaders
— A collection of older GLSL shader
External APIs for React Components
— Leveraging the `useImperativeHandle` hook to expose functions as an API.
Edge cases when sending analytics event data over HTTP
— Some corner cases I had to tackle while sending analytics events from client-side JS
Track Youtube embedded videos with YT API
— Handy snippet to track all embeded YT videos on a page.
Block Sampling Textures in a GLSL shader
— I've started to experiment with textures in my GLSL shaders. Check out how I created this block sampling effect.