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…
Design – Plan – Write
How to automate, build & deployment to your AWS ec2 instance? The goal of this tutorial is to give a…
The VirtualBox error “VM Session was closed before any attempt to power it on” usually occurs when the user shuts…
In this setup guide we will learn how to use Prettier to take care of our code formatting and ESLint to take care of…
What’s the best code formatting library for JavaScript? When it comes to code formatting styles — developers often believe in…
From project to project, code formatting rules can vary significantly and it is not always easy to follow them exactly.…
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…
Usually we can log in ssh with a login and password. But in this article we will try something different:…
One of the main differences in the comparison between developer and DevOps is the specifity of the role within an…
I – How to create a repertory in Linux from terminal mkdir -p <folder name mkdir -p would not give an…
Node Package Manager, or npm (usually written in lower case) is one of the most commonly used package managers in…