Blog
Implement Dark Mode on Website
02 April, 2020As the dark is getting popular on mobile apps, browsers are also adding the ability to use system dark mode settings. I was able to…
Understanding useState Hook in React
03 November, 2018React is the most powerful UI library. The team is improving performance and the development experience every day by adding amazing features…
Squash Git Commits
14 March, 2014Git is amazing and I recently learnt an awesome trick from one my colleague. If you need to combine you commits to one larger one, you can…