Node.js series Part 2. Create a Simple Blog App with Express.js
Chapter 1: Introduction In Part 1 of my node.js series we have learned how to easily build a web server with node.js on-board resources. Lastly we installed the Express.js module…
Node.js series Part 1. Create a Simple Web-Server with Node.js
Chapter 1: Under the hood of the simple web-server Node.js is based on JavaScript. JavaScript has always been known as a front-end programming language that is executed in the browser.…
Mongodb and Mongoose on Ubuntu Linux
In this article I will show you how to install mongodb on a Ubuntu Linux System. For this I use the step by step installation guide from mongodb. Since the…
Create a user in Ubuntu 18.04 Linux
A user can be created in ubuntu Linux with the command useradd or adduser. I use adduser because with this perl script, in addition to creating the user in /etc/passwd…
Initialization and Deployment of a firebase project
The use of Firebase Services requires the global installation of the Firebase Command Line Tools (Firebase CLI) on your computer. Note: I will not go into the installation of the…
node.js and npm on Mac OS
node.js (or simply node) basically is a server side programming language to run JavaScript Code outside the browser. With node a developer can create server side programs in Java Script.…
Homebrew Package Manager on Mac OS
Most of the Mac OS users install software via the Apple App store or download a .dmg file from the Internet and run an installation script to install the software…