Blur Placeholders for GIFs in Next.js
Next.js only supports blur placeholders for static imgs, so we can use that to create a blur placeholder for GIFs.
I make occasional posts about what I'm learning
Next.js only supports blur placeholders for static imgs, so we can use that to create a blur placeholder for GIFs.
A deep dive into how I built a Vercel clone from scratch.
Finally sitting down to learn Rust and how to write parsers.
My rollercoaster journey making a hackathon project to detect plagiarism in hackathon submissions.
An experiment in abusing syntactic sugar
Exploring basic neural networks I implemented in C++