exploring-frontend-with-jayesh.hashnode.dev8th-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...Jul 8, 2025·2 min read
exploring-backend-with-jayesh.hashnode.devWhy 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...Dec 7, 2024·2 min read
officialjitandrachauhan.hashnode.devMongoDb 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...Dec 4, 2024·9 min read
exploring-frontend-with-jayesh.hashnode.devMongodb 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", ...Dec 3, 2024·4 min read
exploring-backend-with-jayesh.hashnode.devScaling 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...Dec 3, 2024·3 min read