Blog
1 November, 2021
Web Caching, a quick guide.
When it comes to web performance and app optimization, caching is one of the solution you can't overlook. And also caching is default concept build into HTTP request, let learn how to exploit it.
3 May, 2021
Getting Hang of GIT.
Sharing my process of getting to know and learning git commands using the directory and files system analogy.
21 July, 2020
Measuring performance and building lightning web apps.
How much time is enough for the user to wait, or what content can be considered meaningful, when the first time user interacted with the content, what was reaction time to that interaction? To find answers to all these questions we measure and optimize.
22 May, 2020
Derived state and using Selectors
How to implement selectors to improve react performance, code reuse and optimized communication with state management library.
20 January, 2020
React lazy, Suspense and loadable-components.
Understanding React lazy and suspense API. The inspiration behind the library loadable-components, and why and how to use it in your react application with an example.
29 December, 2019
An Introduction to PWA.
Progressive Web Apps (PWA) combine new technologies with established best practices for creating a reliable, accessible and engaging experience. PWA allow you to deliver user experiences that of native apps.
7 December, 2019
The Way I Learn Things.
Sharing my process of learning new things in the dynamic and rapidly growing JavaScript universe.
28 September, 2019
Day 1, React India.
My experience at Day 1, React India Conference. The speakers, talks and fun which kick started first international react conference in India at Goa.
1 September, 2019
Why I am writing a blog.
I have decided to write blog, and here is my first post mentioning why.