Most of us never question our keyboard layout. We simply inherit QWERTY, the default that has dominated typing for more than a century. It is on every laptop, every external keyboard, and every smartphone. But few stop to ask why we use it - or whether it is even good for us.
Continue reading My Journey to Colemak - Rethinking the Keyboard Layout We Take for Granted
Introduction
Continue reading Coding Assistants and Artificial Intelligence for the Rest of Us
Hey there! It’s been a long time since I wrote something 🙄. So, I thought to start writing about something I’ve been up to for 2 months now, Learning CSS!!. Yep, I suck at CSS and I tried to learn it finally. After learning some of the cool features of CSS like Flexbox and Grid, I wanted to try them on a real project. So, I came up with the idea of creating a simple Calendar in React.js that’s laid down using CSS Grid as you can see below.
Continue reading Making a Calendar in React.js with CSS Grid
Welcome! You must be coming here from Part 1 of this article, where I discussed how to implement the SW for a production site or you are just curious why certain things are not working with SW.
Continue reading An Idiot's Guide to Service Workers — Troubleshooting — Part 2
This article is not about the basics of the Service Workers (SW now onwards). There are plenty of other tutorials on the internet and the best one is from Google. This article will list down how to make use of SW on a production website and fix certain problems you might run into along the way.
Continue reading An Idiot's Guide to Service Workers — Implementation — Part 1