PNPankaj Navaleinpankajnavale24.hashnode.dev·May 18, 2023 · 3 min readEfficient Coding Techniques with MERN StackWhen it comes to efficient coding techniques with the MERN (MongoDB, Express, React, Node.js) stack, there are several practices you can follow to improve your productivity and maintainability. In this context, let's explore some techniques related t...00
PNPankaj Navaleinpankajnavale24.hashnode.dev·Apr 30, 2023 · 6 min readLearn Database Management System from Scratchwhat is a database? A database is an organized collection of data that can be modified, retrieved and updated. The data stored in the database is in a row and column format, which is called a table. Every website which needs us to sign up uses a d...00