Getting Started with MongoLab
MongoDB is one of those NoSQL databases that has gathered popularity quickly. Even if you are a little skeptical about the NoSQL movement, some time spent with MongoDB will be a good experience....
View ArticleBuilding a Simple Blog App with MongoDB and PHP
If you want to create a blog using MongoDB and PHP, this article will teach you to: Connect to a MongoDB database Save documents in a collection Query documents in a collection Perform range queries...
View ArticleAn Introduction to the MEAN Stack
The term MEAN stack refers to a collection of JavaScript based technologies used to develop web applications. MEAN is an acronym for MongoDB, ExpressJS, AngularJS and Node.js. From client to server to...
View ArticleCreate a Movie Recommendation App with Prediction.io – Setup
In this tutorial, I’m going to walk you through Prediction IO, an open-source machine learning server. It allows you to create applications that could do the following: recommend items (e.g. movies,...
View ArticleCreate a Movie Recommendation App with Prediction.io – Implementation
In part one, we covered the basics of Prediction IO and installed its dependencies. In this part, we’re going to build the app. Importing Data from TMDB We will be importing the data using the...
View ArticleBuild a Node.js-powered Chatroom Web App: Node, MongoDB and Socket
This Node.js tutorial series will help you build a Node.js-powered real-time chatroom web app fully deployed in the cloud. In this series, you will learn how to setup Node.js on your Windows machine...
View ArticleCreating a Web App with MATLAB and the MEAN Stack
MATLAB is a high-level language used for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in...
View ArticleIntroduction to the MEAN Stack
It was a long time ago since the acronym LAMP (Linux Apache MySql PHP) was created. Today another very common stack is the MEAN stack. Probably not all of you know what that the acronym “MEAN” stands...
View ArticleCaching a MongoDB Database with Redis
Today, performance is one of the most important metrics you need to evaluate when developing a web service. Keeping customers engaged is critical to any company, especially startups, and for this...
View ArticleWrite Better Queries with Breeze.js
This article was peer reviewed by Agbonghama Collins. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Data volumes are growing rapidly and they are becoming...
View Article7 Simple Speed Solutions for MongoDB
MongoDB is a fast NoSQL database. Unfortunately, it is not a cure for all your performance woes and a single complex query can bring your code grinding to a halt. I recently suffered this fate and it...
View ArticleCreating a GraphQL Server with Node.js and MongoDB
Requesting data from the server on the client side is not a new concept. It allows an application to load data without having to refresh the page. This is most used in single page applications, which...
View ArticleDeploy Your Own REST API in 30 Mins Using mLabs and Heroku
This article was first published on the Heroku Dev Center The MEAN stack is a popular web development stack made up of MongoDB, Express, AngularJS, and Node.js. MEAN has gained popularity because it...
View ArticleUsing JOINs in MongoDB NoSQL Databases
Thanks to Julian Motz for kindly helping to peer review this article. One of the biggest differences between SQL and NoSQL databases is JOIN. In relational databases, the SQL JOIN clause allows you to...
View ArticleBuilding a Facebook Chat Bot with Node and Heroku
At last year's f8 conference, Facebook launched the Messenger Platform, giving developers the ability to create bots that could have a conversation with people on Messenger or from a Facebook Page....
View ArticleHow I Designed & Built a Fullstack JavaScript Trello Clone
A few weeks ago, I came across a developer sharing one of his side projects on GitHub: a Trello clone. Built with React, Redux, Express, and MongoDB, the project seemed to have plenty of scope for...
View ArticleA Practical Guide to Planning a MEAN Stack Application
A Practical Guide to Planning a MEAN Stack Application is an excerpt from Manning’s Getting MEAN with Mongo, Express, Angular, and Node, Second Edition. Getting MEAN, Second Edition is completely...
View ArticleMEAN Stack: Developing an app with Angular 2+ and the Angular CLI
The MEAN stack comprises of advanced technologies used to develop both the server-side and the client-side of a web application in a JavaScript environment. The components of the MEAN stack include the...
View ArticleServerless development with Node.js, AWS Lambda and MongoDB Atlas
This article was originally published on mongoDB. Thank you for supporting the partners who make SitePoint possible. The developer landscape has dramatically changed in recent years. It used to be...
View ArticleBuilding a New Parse Server & MongoDB Atlas-Based Application
This article was originally published on mongoDB. Thank you for supporting the partners who make SitePoint possible. Whether you're migrating from the deprecated Parse.com (api.parse.com) or building a...
View Article