Profile photo

Abhishek Baiju

@glaucusec

  • Home
  • About
  • My Stack
  • Posts
  • Contact
Profile photo
Abhishek Baiju

Posts

RSS

Thoughts 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)
Mar 14, 20252 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
Mar 13, 20254 min read

Understanding Caching in Next.js 15

Learn about Caching in Next.js 15

#caching#nextjs
Jan 30, 20252 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
Jul 29, 20225 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