Should you zip your precache assets?
My attempt at benchmarking to figure out if it's faster to zip your precache assets and extract them in a service worker.
My attempt at benchmarking to figure out if it's faster to zip your precache assets and extract them in a service worker.
On the web, prefetching describes the practice of downloading something before the user actually needs it. But how do browsers indicate that a certain request is not a "real" user request, but instead a prefetch request?
My attempt at explaining k-means clustering in simple terms as well as walking through a very basic implementation of a clustering algorithm.
I wasn't satisfied with using client side LaTeX rendering, so I figured out how to do it in Node.js while also making it accessible.
Constraint Satisfaction Problems (CSP) are a way to represent a problem in terms of variables and constraints. In this blog post, I explore how to use and solve them.