RSSAmplifier

Blog

Krish's Blog

I make occasional posts about what I'm learning

krish.ggRSS feed ↗6 posts

Latest posts

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.

So I rebuilt Vercel...

A deep dive into how I built a Vercel clone from scratch.

Parsing JSON in 500 lines of Rust

Finally sitting down to learn Rust and how to write parsers.

Can we catch plagarism in hackathons?

My rollercoaster journey making a hackathon project to detect plagiarism in hackathon submissions.

Composing Decorators in Python

An experiment in abusing syntactic sugar

Teaching my computer to recognize handwritten digits

Exploring basic neural networks I implemented in C++