Kkelvinbzinkelvinbz.hashnode.dev·Nov 23, 2024 · 19 min readMERN - ExpressJS FundamentalsFundamentals Express.js is a popular web application framework for Node.js that simplifies building web applications and APIs. Middleware: Functions that access the request and response objects to modify, add data, or trigger other functions. Route...00
Kkelvinbzinkelvinbz.hashnode.dev·Nov 23, 2024 · 40 min readMongoDB FundamentalsMongoDB Architecture MongoDB is a popular NoSQL database designed for high performance, high availability, and easy scalability. It stores data in flexible, JSON-like documents, making it easy to work with structured, semi-structured, and unstructure...00