THE BLOG
16 Aug, 2025
AI Coding Revolution: How Artificial Intelligence is Changing the Way We Code
15 Aug, 2025
How to Enable Borders on Vim LSP Hover Information (The Simple Way)
Hey there, fellow Vim warriors! Picture this: you're deep in the zone, coding away with your perfectly configured Vim setup, using LSP for all that…
03 Jun, 2025
The Magic of Smooth Scrolling: Two Lines of CSS That Transform User Experience
01 May, 2025
Linear MCP Server – The AI Sidekick You Didn't Know You Needed
Yo, code wranglers! Ever wish your AI tools could just get your Linear issues, projects, and comments without you playing the middleman? Well, Linear…
04 Apr, 2025
GitHub's MCP Server Goes Public - A Game Changer for AI Development
Yo, what's good tech fam! 🚀 Let me tell you about something CRAZY that just dropped in the dev world. GitHub just announced their own Model Context…
19 Feb, 2025
Vibe Coding: When AI Becomes Your Coding Bestie
A hilarious yet insightful look into the world of vibe coding and how it's changing the game for developers everywhere.
11 Feb, 2025
Connect to Sentry MCP Server - A Developer's Guide
28 Jul, 2024
Demystifying codebases: How to use AI to understand complex codebases easily and quickly?
Are you staring down a massive code repository, feeling overwhelmed by its complexity? You're not alone. Diving into unfamiliar codebases can be a…
02 Mar, 2024
The Ten Commandments of Software Development
26 Feb, 2024
Things learnt from BunJS to CRA migration
Introduction: Lightning Fast Bundling with BunJS (and a dash of Kevin Hart) BunJS is the talk of the town. It's the new kid on the block. But what…
10 Feb, 2024
Supercharge your Git Workflow with the Jira-Git Commit VSCode Extension
20 Jan, 2024
Enforcing coding standards via Typescript, Husky and Lint-staged
Typescript is a great tool to enforce coding standards and it helps in removing most of the buggy code beforehand. But it is not enough, we need to…
28 Oct, 2023
Reviving My Website: A Tale of Tech and Determination
28 Apr, 2023
Vim is a blackhole
I suddenly got pulled into the blackhole called VIM. I'm not able to sleep. I'm going crazy in setting up my own personal IDE. Read more.
30 Mar, 2023
How to Optimize React Components Using Computed Variables
Learn how to optimize your React components using computed variables. Improve performance, simplify your code, and make your app faster. Read now!
27 Dec, 2022
Frontend Performance Optimisation
Apps need to be performant and instantly interactive to users input. Here's a few ways to boost a web apps performace and interactivity.
18 Nov, 2022
Useful CSS Generators
24 Sep, 2022
You don't need these many state variables
React is reactive because of its reactive state variables and props. What if I told you, you don't need as many state variables as you require? If you…
20 Aug, 2022
My take on CSS Grids
12 Aug, 2022
Monitor your website speed using Pagespeed API and Google Sheets
Everyone loves speed - be it cars, superbikes, or websites. A good website (like this one 😉) loads content within the blink of an eye. A fast website…
10 Aug, 2022
How to create React Hooks? - A simple guide
05 Aug, 2022
How to cache your Gatsby site for faster builds in Github Actions?
We all start small, but once our content grows, soon we'll be finding ourselves with 300 pages at hand. This severly impacts the build time of the…
27 Jul, 2022
Dynamic OG images for your Gatsby blog
15 Jul, 2022
How I started a tech blog?
It's good to have a tech blog. I have written down my journey of how I started my blog. You too could get the flame from me.
12 Jul, 2022
Growing your Online Presence - 101
An online presence can be defined by how easy it is to find a brand or company online. Growing your online presence should be your key focus.
10 Jul, 2022
How to post to Instagram using an API?
I like to automate things very much, so I was looking for a way to automate my Instagram account. I searched and looked for many ways and all of them…
27 Jun, 2022
How to Select a Random Value from an Array?
19 Jun, 2022
Bookmarklets - No more boring tasks
Bookmarklets’ are nothing but a useful piece of code that can run on any loaded web page. This useful piece of code is written in JavaScript.