Posts
RSSThoughts on web development, web security, and building things that matter
#nextjs (2)#asn (1)#caching (1)#git (1)#google-fonts (1)#recon (1)#tailwindcss (1)#web-performance (1)
2 min read
How to Move Commits to a New Branch in Git
If you accidentally committed changes to the wrong branch (e.g., `release/dev`) and meant to commit them to a new branch instead, don’t worry! Here’s a step-by-step guide to fix this issue.
#git
4 min read
Understanding Caching in Next.js 15
Learn about Caching in Next.js 15
#caching#nextjs
2 min read
Using Google Fonts with @next/font in Tailwind CSS v4
Learn how to integrate and optimize Google Fonts in a Next.js project using @next/font with Tailwind CSS v4.
#tailwindcss#nextjs#google-fonts#web-performance
5 min read
ASN Lookups
This blog post contains a brief introduction to ASN, how we can increase the attack surface from ASN lookup, and the various ways of performing ASN lookups.
#asn#recon