pipeline for Angular (CI/CD) with Gitlab , Docker and Ansible
How to automate, build & deployment to your AWS ec2 instance? The goal of this tutorial is to give a…
FIX: VirtualBox VM Session was closed before any attempt to power it on
The VirtualBox error “VM Session was closed before any attempt to power it on” usually occurs when the user shuts…
Using ESLint and Prettier with VScode in an Angular Project ?
In this setup guide we will learn how to use Prettier to take care of our code formatting and ESLint to take care of…
ESLint vs. Prettier
What’s the best code formatting library for JavaScript? When it comes to code formatting styles — developers often believe in…
How to format your Angular code with Prettier?
From project to project, code formatting rules can vary significantly and it is not always easy to follow them exactly.…
Angular – ng: command not found (Bug)
case-study : Installed angular-cli globally using (npm install -g angular-cli) but when trying to create project using ng new my-project it is…
Create an SSH key to connect to a server
Usually we can log in ssh with a login and password. But in this article we will try something different:…
Developer vs. DevOps roles: What’s the difference?
One of the main differences in the comparison between developer and DevOps is the specifity of the role within an…
Bash – Manage folder & File
I – How to create a repertory in Linux from terminal mkdir -p <folder name mkdir -p would not give an…
How to Create an npm Package Ready to Distribute From Scratch
Node Package Manager, or npm (usually written in lower case) is one of the most commonly used package managers in…