I'm Abhishek (or on GitHub, @glaucusec).
I'm a developer focused on building websites and exploring web technologies. My core interest lies at the intersection of web development and web security. I enjoy creating functional, efficient web experiences while continually learning how to make them more secure.
Recent Posts
View allThoughts on web development, web security, and building things that matter.
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