Sharing my thoughts, learnings, and experiences in software development and beyond. Here, I write about web technologies, insights, and things I find interesting.

Concepts of shallow and deep comparison in JavaScript, understanding their role in data equality and React performance. Using each for efficient rendering and accurate data validation.

javascriptreactjs

Cross-Origin Resource Sharing (CORS) is a security mechanism implemented by web browsers to restrict access to resources from a different domain.

nodejscorsjavascript

MongoDB, a popular NoSQL database, can be used to store binary data, such as images, as Buffer objects.

nodejsmongodb
November 10, 2024

The term 'cascading' refers to a manner in which information is passed on to the next step where the progression or the flow is influenced by the previous step.

cssfrontend