The shortcomings of node.js ยท Bun is a brand new javascript runtime designed to be a "drop-in replacement for Node.js". The 3 pillars of Bun according to...
Let us start with a bit of background to provide some context. Chapter 1 - The one where a random guy faraway eating bat soup affected me! I am a...
Abstraction allows us to hide our implementation. It is one of the key properties of Object-Oriented Programming (OOP). In java, it is implemented...
In react, Refs provide a way to access or reference the DOM element from within a parent component. Generally, in react, we would use props for any...
Javascript handles values that don't or shouldn't exist by the use of undefined, not defined & null keywords. These may seem similar, but there are...
Again Java passes variables in functions similar to js. Check out the detailed explanations...