THE BLOG
30 Mar, 2023
How to Optimize React Components Using Computed Variables
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
CSS grids are awesome, now that more browsers are supporting it, it's time that we embrace grid and use its full potential. Click to read more.
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
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.