Best of MongoDBJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Writing A Microservice Using Node.js

    The post discusses the benefits of using Node.js for web services development and explains how to build a microservice using Node.js. It covers topics such as the tech stack, database choice, web framework, validation, configuration, static analysis, testing, logging, metrics, monitoring stack, local infrastructure with Docker, and continuous integration. The code examples and explanations provide valuable insights for Node.js web developers.

  2. 2
    Article
    Avatar of asayerasayer·2y

    Mongoose: simplifying MongoDB for Node.js

    Mongoose is a popular Object Document Mapper (ODM) for simplifying MongoDB in Node.js applications. It offers built-in validation, schema definitions, and a plugin system for custom features. The post provides a step-by-step guide on installing Mongoose, setting up a connection, handling connection errors, creating schemas and models, and performing CRUD operations. Key error management techniques and Mongoose query examples are also discussed to ensure reliable application development.

  3. 3
    Article
    Avatar of mongoMongoDB·2y

    Microservices: Realizing the Benefits Without the Complexity

    Microservices can deliver reliable applications, but they come with complexity. Combining Temporal and MongoDB can simplify service orchestration and data management, making it easier to handle a wide variety of data and eliminate the need for complex infrastructure. Developers can focus on coding and solving business problems.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    PHP Arrays in Practice: How to Rebuild the Football Team Cards Project with PHP and MongoDB

    Learn how to rebuild the football team cards project from freeCodeCamp's JavaScript curriculum using PHP and MongoDB. The guide covers installation of MongoDB for PHP, setup of MongoDB Atlas, and performing CRUD operations. Basic PHP knowledge and familiarity with HTML, CSS, JavaScript, and databases are prerequisites for following along.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    A Beginner's Guide to Integrating MongoDB With TensorFlow Using JavaScript

    Learn how to integrate MongoDB with TensorFlow.js using JavaScript to create scalable and efficient web applications. The guide covers setting up your development environment, importing data, defining schemas, converting data into tensors, and building a basic machine learning model. You'll also explore the versatility of TensorFlow in applications like image recognition, NLP, recommendation systems, autonomous driving, and healthcare.