Blog Posts
Easy theming with CSS Variables: Add dark mode to your app
May 25, 2020Why join the dark side ? Adding dark mode to websites/web-apps are trending now. Here are some of it's benefits: Dark mode is easy on eyes…
HTTP/2: As web developer, What you need to change
March 9, 2020As of March 2020, HTTP/2 is used by 43.8% of all the websites. This numbers will only grow. This is short summary of my recent exploration…
Improve your JavaScript with functional programming
July 31, 2019If you want to write your JavaScript code in a better way, one of the most effective techniques is functional programming (FP). It’s no…
Quickly start a Hot-reloaded web project with ParcelJS
January 26, 2019Want to start a quick Web/HTML+SASS+HTML modules project with auto reload? You don't have to fiddle with nodemon/local-server/webpack/other…
How Tailwind CSS reduced my frontend development time
January 15, 2019Tailwind CSS has reduced my style-development time to half. It’s amazing and something that you should try! Tailwind CSS is a utility first…
React class components state: setState(function) or setState(object)?
November 21, 2018React has two ways of setting a local state. The setState() function with state object as a parameter, while the second way is setState…
My Experience: Learning Angular 5 as a long time react developer
April 3, 2018I started with frontend programming 8 years back with jQuery and AngularJS. I later learned React. For project requirement, I recently…
How I hosted my React based website on github for free
December 14, 2017You probably know github hosting is free for open source projects. But incase you are not aware —** you can also host your personal website…
CSS-Only Stylish Checkboxes and Radios
May 25, 2017I recently struggled with styling checkboxes and radios with CSS. While I could use libraries like iCheck, I wanted to avoid Javascript and…
My UI Development Workflow
April 8, 2017Over the years, I have developed many UIs. I have learned many approaches for the same — and here I have distilled down my “UI Development…
How to bundle & deploy Javascript apps to the remote server using npm
February 19, 2017I am using webpack to bundle all my JS, HTML & CSS files. While webpack is capable bundler, It does not provide any tool (I could be wrong…
Back to Blogging!
February 6, 2017Its been years since I blogged. I have stories to tell, random musings to share, things that may help my fellow developers, life lessons…