Tools

Tracking Web Vitals in Google Analytics

There are a few different ways to track Web Vitals, however the easiest way is using the web-vitals JavaScript library. In this post we will load the web-vitals directly from CDN and use that to track the Core Web Vitals (LCP, FID, CLS) and other Web Vitals (FCP, TTFB) metrics.   Track Web Vitals in …

Tracking Web Vitals in Google Analytics Read More »

Notepad++ Keyboard Shortcuts

I have been using Notepad++ everyday for coding at home and work for past 2-3 years. I don’t remember using any other editor during this entire period. I like this editor very much due to various features like syntax highlighting, collapse/expand functionality, ability to open 2 workspaces in same window, find in All Open Documents, …

Notepad++ Keyboard Shortcuts Read More »

Tools for Web Development

With so many tools available for Web Development its hard to find the right tools for the job. In this post I will mention some of the tools that I personally use for Web Development. Also, I will give links to some websites which can be really helpful for certain tasks like regular expressions etc. …

Tools for Web Development Read More »