1 follower
Web Developer, Proficient in JavaScript, React, Node.js, Docker, and AWS. I am passionate about writing and sharing what I’ve learned
Amazon EC2 provides purchasing options to enable you to optimize your costs based on your needs. On-Demand Instances Pay, by the second, for the instances that you launch. No longer-term commitments or upfront payments are needed. You have full con...
What is Redis? Redis is an open-source, in-memory data structure store used as database, cache and message broker Redis, which stands for Remote Dictionary Server. NoSQL Key/Value Store with some advance features. The different between MongoDB an...
An optional chain is a chain of one or more property accesses and function calls, the first of which begins with the token ?.. Long chains of property accesses in JavaScript can be error-prone, as any of them might evaluate to null or undefined (also...
In the section, we are going to see the necessary things to make sure before you start a react project. We are not going to do any changes in react, instead, we will focus on stuff that needs to be done before that. You can consider this section as a...