In Part 1 of “How to build a blog with MongoDB, Express, Angular 2 and Node.JS on Ubuntu” we set up the foundations for our application. In part 2 we’ve created our CRUD API. In part 3 we will create the frontend logic to piece it all together. We’re building a […]
Estimated reading time: 21 minutes
In part 1 of this tutorial we setup our environment. In part 2, we’re going to write the necessary code to build a basic CRUD. This will be a simple blog with posts and comments. Nothing fancy about it. Let’s begin 1. Automated build As I showed in part 1 of […]
Estimated reading time: 12 minutes
One of the most common posts out there is the “How to build a blog in 15 minutes” it all started in Railscasts back in 2006. Since then I’ve seen several of them in languages as diverse as PHP, phyton, pearl, C# even C++ believe it or not. In this tutorial, […]
Estimated reading time: 6 minutes
Angular (commonly referred to as “Angular 2+” or “Angular 2“) is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations to address all of the parts of the developer’s workflow while building complex web applications. Angular is […]
Estimated reading time: 8 minutes
In software development, a greenfield project could be one of developing a system for a totally new environment, without concern for integrating with other systems, especially not legacy systems. Such projects are deemed as higher risk, as they are often for new infrastructure, new customers, and even new owners. For […]
Estimated reading time: 8 minutes