Tutorials

Migrating WordPress Content to MongoDB

WordPress uses MySQL as a primary database to store its content that includes posts, categories, tags, users, media and other meta details. WordPress also has a pretty awesome import/export feature that generates a generic XML file containing the content information. This article is a part of Codeforgeek redesign series. When we chose to decouple WordPress

Migrating WordPress Content to MongoDB Read More »

The Most Common Python Programming Mistakes, And How To Avoid Them

Python is an incredibly popular, and at the same time, high-level programming language, mostly due to its relative simplicity in comparison to some other notable languages, including Java and C++. It is particularly great when looking to build data structures, but it is also compatible with almost all platforms: another reason why it is a

The Most Common Python Programming Mistakes, And How To Avoid Them Read More »

Facebook Login Implementation Using Nodejs and Express

Facebook Login is widely used as an authentication module on websites. Instead of asking user manual details such as email and password and then verify them, it’s better to use already verified user details. In this article, we are going to learn and implement a Facebook Login System using Nodejs and ExpressJS. You can download

Facebook Login Implementation Using Nodejs and Express Read More »

Hosting Nodejs App on Clouding.io Platform

Introduction In this article, we are going to cover the development and deployment of the Nodejs App on the Clouding.io platform. Clouding.io is the Cloud VPS service that offers affordable, SSD-based virtual private servers to host your application. Why Clouding Platform Clouding.io has affordable virtual private servers with very fast processors, wide bandwidth, and SSD

Hosting Nodejs App on Clouding.io Platform Read More »