Blog
JavaScript object key order
JavaScript does not always guarantee insertion order. So, what order does it follow?
Oct 29, 2024SOLID principles in JavaScript frameworks
If SOLID principles seem hard to apply to JavaScript frameworks, this is my attempt to make it simpler.
Sep 15, 2024Mobile data app discrimination
When using mobile data, some apps don't have access to the Internet.
Aug 28, 2024No webcam? No problem
What if you're requested to switch on your webcam during an interview and you don't have one? Your Android phone's got a camera, right?
Jul 31, 2024Set & Map in JavaScript
Have you ever wondered why, when and where you would possibly use Set or Map in JavaScript? Join me in discovering these intriguing data structures.
Jun 18, 2024Location v/s Position based compensation
Employers usually have to debate over compensation strategies. Is there a right and a wrong way choice?
Jun 6, 2024Measuring experience
Experience is one of the main criteria employers look for before making a recruitment decision. Is it measured correctly?
May 30, 2024Work-life balance
Work life and personal life need to be kept separate. Should they though?
May 17, 2024My thoughts on Work From Home
Working from home has its perks, but why isn't it a standard yet?
Apr 26, 2024Confusing the meaning of things
Using common terms we hear in the tech industry, without understanding them properly.
Apr 25, 2024Off-the-shelf v/s Custom UI Library
If you've ever wondered which one you should go for, you're like me. I got some ideas to share.
Apr 23, 2024Contributing to Open Source
It's amazing how we have access to so many resources for free. How do we maintain this culture?