Running a Mongo Shell Script From Within A Larger Bash Script
Explains methods to embed and run MongoDB shell scripts within larger Bash scripts for automation tasks like replica-set setup and data population.
Explains methods to embed and run MongoDB shell scripts within larger Bash scripts for automation tasks like replica-set setup and data population.
A software engineer shares a personal story of overcoming a fear of public speaking and reflects on the complex role of pain in career growth.
A step-by-step tutorial for installing and setting up MongoDB on Windows, including environmental variables and verification.
A developer details their process of recovering a forgotten UniFi controller password by exploring the MongoDB database within a Docker container.
Demonstrates how to model and query graph-like data in MongoDB using the Aggregation Framework's graph lookup, inspired by a scenario from 'Designing Data-Intensive Applications'.
A technical guide on configuring MongoDB replication and using Debezium to stream database changes into Apache Kafka.
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
Explores how to speed up MongoDB's $facet aggregation stage using parallel processing for faster data analysis.
A developer shares personal struggles with learning JavaScript, Node.js, and Express, and how overcoming self-doubt was key to success.
A technical guide on deploying a MongoDB Sharded Cluster using Kubernetes StatefulSets on Google Kubernetes Engine (GKE).
A guide on deploying MongoDB Enterprise Edition on Google Kubernetes Engine (GKE), covering Docker image configuration and best practices.
A guide to configuring MongoDB for production on Google Kubernetes Engine, covering host VM optimizations like XFS filesystems and disabling Huge Pages.
A guide to deploying MongoDB as a StatefulSet on Google Kubernetes Engine, discussing production considerations beyond basic setup.
A guide to writing effective API tests for Node.js applications, covering tools, concepts, and best practices for integration testing.
A critique of a MongoDB outage post-mortem, discussing the pitfalls of 'accidental DBAs' and the need for specialized database reliability engineering.
Tutorial on building a MEAN stack API with TypeScript and deploying it on Heroku, focusing on MongoDB, Express, and Node.js.
A tutorial on setting up a self-hosted web accessibility testing dashboard using the open-source Pa11y tool on a DigitalOcean server.
A developer's 2015 recap focusing on conference overload, MongoDB's evolution with RocksDB, and leaving Parse, highlighting major tech industry shifts.
Explores how MongoDB's BI Connector pushes SQL WHERE clauses and projections down to the database as an aggregation pipeline for efficient querying.
A tutorial on using ODBC and SQL to query MongoDB data from a Linux command line, using the MongoDB BI Connector.