JCJayesh Chauhaninexploring-frontend-with-jayesh.hashnode.dev·Jul 8, 2025 · 2 min read8th-July All details in shHere’s a snapshot of notable events that occurred on July 8, across various years and topics — each in a concise, one‑line statement: 🔭 Exploration & Discovery– 1497: Portuguese explorer Vasco da Gama sets sail from Lisbon on his first voyage to In...00
JCJayesh Chauhaninexploring-backend-with-jayesh.hashnode.dev·Dec 7, 2024 · 2 min readWhy Ryan Dahl stop creating Node.js with SpiderMonkey just after 2 days...?Ryan Dahl initially chose SpiderMonkey, Mozilla's JavaScript engine, for the early stages of Node.js development. However, he later switched to Google's V8 engine due to its superior performance and design, which better suited the goals of Node.js. H...00
JCJayesh Chauhaninofficialjitandrachauhan.hashnode.dev·Dec 4, 2024 · 9 min readMongoDb OperatorsMongoDB operators in Node.js can be categorized into various groups like comparison, logical, array, update, element, and more. Below is a comprehensive list of commonly used MongoDB operators, along with their explanations, examples, and expected ou...00
JCJayesh Chauhaninexploring-frontend-with-jayesh.hashnode.dev·Dec 3, 2024 · 4 min readMongodb aggregation methodsLet’s go through each aggregation stage example again, this time with sample collections and expected outputs. Sample Collection Assume we have the following sample products collection: [ { "_id": 1, "name": "Product A", "category": "Electronics", ...01R
JCJayesh Chauhaninexploring-backend-with-jayesh.hashnode.dev·Dec 3, 2024 · 3 min readScaling up a Node.js serverScaling up a Node.js server to handle increasing traffic and workload can be efficiently achieved using the OS module and Cluster module in Node.js. Here's an overview of how these modules can be used and how they contribute to scaling. 1. The OS Mo...01R