Tagged
javascript
3 notes
10 May 2026
Why I migrated my personal site from Next.js to Astro
How I rewrote a Next.js 14 personal site as Astro 6 over a weekend. Why Astro fits a publication better than a framework, how I restored Next-style ISR via Vercel, and what the new stack unlocks.
28 Apr 2026
I built pipequery, a pipe-based query language for JavaScript — over a weekend
Pipequery - A small, zero-dependency query language for JavaScript and TypeScript that lets you filter, transform, aggregate, and join data using a left-to-right pipe syntax instead of the back-to-front nesting that SQL forces on you
09 Jan 2023
Advanced Security Patterns in Javascript
JavaScript is an incredibly powerful scripting language that has enabled the development of powerful web applications. As such, it is essential for businesses to ensure that their applications are secure and that the best security practices are followed when creating and deploying applications built with JavaScript. In this article, we will discuss three advanced security patterns that can be used in JavaScript applications: Content Security Policy (CSP), Cross-Origin Resource Sharing (CORS), and Authentication and Authorization.