Cloud Data Strategies: Preventing Data Black Holes in the Cloud
This article was originally published on mongoDB. Thank you for supporting the partners who make SitePoint possible. Black holes are regions in spacetime with such a strong gravitational pull that...
View ArticleDistributed App Deployment with Kubernetes & MongoDB Atlas
This article was originally published on mongoDB. Thank you for supporting the partners who make SitePoint possible. Storytelling is one of the parts of being a Developer Advocate that I enjoy....
View ArticleAn Introduction to MongoDB
MongoDB is an open-source, document-oriented, NoSQL database program. If you’ve been involved with the traditional, relational databases for long, the idea of a document-oriented, NoSQL database might...
View ArticleBuild a Simple Beginner App with Node, Bootstrap & MongoDB
If you’re just getting started with Node.js and want to try your hand at building a web app, things can often get a little overwhelming. Once you get beyond the "Hello, World!" tutorials, much of the...
View ArticleGetting Started with Python and MongoDB
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. You can get started with MongoDB and your favorite programming language by...
View ArticleHow to Integrate MongoDB Atlas and Segment using MongoDB Stitch
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. It can be quite difficult tying together multiple systems, APIs, and third-party...
View ArticleJSON Schema Validation & Expressive Query Syntax in MongoDB 3.6
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. One of MongoDB’s key strengths has always been developer empowerment: by relying on...
View ArticleGetting Started With Google Cloud Functions and MongoDB
This article was originally published on Code Barbarian. Thank you for supporting the partners who make SitePoint possible. Serverless architectures are becoming increasingly popular, and with good...
View ArticleBuild Custom Dashboards with MongoDB, Azure & Serverless Functions
This article was originally published on Ahmad Awais. Thank you for supporting the partners who make SitePoint possible. TL;DR: I’m building a custom WordPress dashboard for an enterprise client which...
View ArticleIntegrating MongoDB and Amazon Kinesis for Intelligent, Durable Streams
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. You can build your online, operational workloads atop MongoDB and still respond to...
View ArticleSetting up Your PyMongo Environment
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. In this article, we'll introduce developers to programming MongoDB using the Python...
View ArticleHow Blinkist Powers Millions of Users on MongoDB Atlas
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. Not unlike other startups, Blinkist grew its roots in a college dorm. Only, its...
View ArticleHow to Enrich Data with MongoDB Stitch
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. Here is what we are going to achieve in this tutorial: Firstly, we are going to...
View ArticleBuild a Slack App in 10 Minutes with MongoDB Stitch
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. Slack is not only the fastest growing startup in history, but it's also an app by...
View ArticleNon-relational Databases and Supporting Mixed Workloads
This article was created in partnership with MongoDB. Thank you for supporting the partners who make SitePoint possible. Suppose that you’re building an e-commerce platform and as part of the exercise,...
View ArticleBuild a Node.js CRUD App Using React and FeathersJS
Building a modern project requires splitting the logic into front-end and back-end code. The reason behind this move is to promote code re-usability. For example, we may need to build a native mobile...
View ArticleLocal Authentication Using Passport in Node.js
A common requirement when building a web app is to implement a login system, so that users can authenticate themselves before gaining access to protected views or resources. Luckily for those building...
View Article