Blog

Here I write about my journey as a developer.


Everything a front end engineer should know about A/B testing

Everything a front end engineer should know about A/B testing

A/B testing is a data driven way to figure out what UX patterns work better than others in real world. This is a very user focused paradigm and very central to how we build modern consumer facing front-ends. In this detailed guide we cover all the important topics you should know.

August 2, 2023

View Article
Detailed guide to automatically generate a sitemap for your Nextjs website.

Detailed guide to automatically generate a sitemap for your Nextjs website.

Sitemap generation is critical if you care about search engine discoverability of your web pages. Thankfully this is extremely simple for Nextjs based web applications.

July 20, 2023

View Article
7 reasons why Tailwind css is better than Bootstrap

7 reasons why Tailwind css is better than Bootstrap

A detailed explanation on why tailwind is better than bootstrap when it comes to performant css frameworks

June 25, 2023

View Article
A comprehensive guide to Redux for beginners

A comprehensive guide to Redux for beginners

Redux is a very popular but perceived to be hard to understand React library that is becoming increasingly popular. In this guide I explain what is the purpose of this library and how to understand it in the perspective of a new developer.

April 2, 2023

View Article