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…
possible Bugs by upgrading Angular version from 10 to 11
Case 1: No matching version found for @babel/helper-member-expression-to-functions After upgrading Angular version from v-10 to V-11, I tried to install…
Create JSON schema
Find out in this video how you can create JSON schema descriptions by yourself. Ticket.json { "$schema": "./ticket-schema-v1.json", "id": "ZUI-23424",…
Setup SSH keys for use with GitHub/GitLab/BitBucket etc
Create a new repository, or reuse an existing one. Generating a new SSH key Open Git Bashpaste the text below, substituting…





