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.
7 min read
How I Improved Page Load & SEO for an Image-Heavy Next.js Application
Steps I followed to to improve the performance and seo of my application
#seo#performance#nextjs
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