PinnedIn Defence of ==: The JavaScript Opinion Everyone HatesStrict equality isn’t always “safer” — and loose equality isn’t always “wrong.”Feb 1, 2026·5 min read·46
Front End Interview Series- Part 4This is fourth part of the Front End Interview series. This can be helpful for your upcoming interview.Jun 4, 2023·5 min read·207
My career wrap 2022- Reflecting on this year's journey.A contribution to Hashnode's initiative Dev Retro 2022, wrapping up this year's career challenges and experiences.Dec 19, 2022·5 min read·123
What is React Reconciliation?There are times when working with React you get something unexpected on UI and you are just sitting there wondering why is React behaving weirdly? via GIPHY Well, if you understand how React figures out stuff under the hood, you might avoid falling ...Mar 3, 2022·3 min read·102
What is nullish coalescing and how does it work?Nullish coalescing(??) is a logical operator introduced in ES6+ which can be used to provide a default value if the value is null or undefined. It will first check the value of the left-hand side operand and if that evaluates to null or undefined th...Jan 12, 2022·2 min read·643
How to write the shortest JavaScript code?Want to write the smallest possible code in JavaScript? If yes, then follow this simple step Go to your code editor and create a blank JavaScript file and you are done! No, I am not kidding, the blank JavaScript file also makes browser to do some t...Nov 15, 2021·2 min read·95
Front End Interview Series-Part 3This is third part of the Front End Interview series. This can be helpful for your upcoming interview.Sep 2, 2021·5 min read·787