/blog

I recently started writing online, mostly about Web development and JS. In total, I've written 8 articles on my blog.

All Posts

How to Crash in Production: The Art of Unexpected Drama

Catch errors in React before they crash your entire UI. Learn how Error Boundaries can save your app by gracefully handling failures and keeping your user experience intact.

How to Crash in Production: The Art of Unexpected Drama

Catch errors in React before they crash your entire UI. Learn how Error Boundaries can save your app by gracefully handling failures and keeping your user experience intact.

The Beauty of Stateless Components

Writing components in react without state management

Deep cloning nested objects natively without using lodash

Use native API structuredClone to deep copy nested objects

Fix cannot publish to npm error - npm ERR! Code E403

Fix npm ERR! Code 403: You cannot publish over the previously published versions.

Reduce Arrays like a pro in JavaScript

Understanding how to work with arrays in JavaScript using the reduce() method.

Higher Order Array Functions forEach, map and filter

Learn how to use Higher-Order Array Functions forEach, map and filter with examples.

Understanding Higher Order Functions in JavaScript

What are Higher-Order Functions in JavaScript? Understand them and how to use them with examples.