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…
useful git commands for common tasks
$git config You can use it to configure the author’s name, email address, file formats and many more to be used with…
Install & manage Package with Linux
When you are on Windows and want to download a new program, what do you do?Usually a little research on…
WebRTC
What is WebRTC and is it Safe? We are hearing about it again and again, but what is WebRTC and…
Computer ports
When you look at a computer, you can see that there are different types of sockets, called "ports". These allow…
AWS — How to Deploy Angular With NodeJS App On Elastic Beanstalk
AWS provides more than 100 services and it’s very important to know which service you should select for your needs.…
How to Dockerize Angular App With NodeJS Backend
Docker is an enterprise-ready container platform that enables organizations to seamlessly build, share and run any application, anywhere. Almost every…