Git reflog vs. log differences
The biggest difference between Git reflog vs. Git log is that the log is a public accounting of the repository’s…
npm-check-updates (ncu) : How to update angular package version with ease
npm-check-updates upgrades our package.json dependencies to the latest versions, ignoring specified versions. It maintains existing semantic versioning policies, i.e. "express": "^4.0.0" to "express": "^5.0.0".It only modifies package.json…
NgZone in Angular: How and when to use it.
A zone is an execution context that persists across async tasks. You can think of it as thread-local storage for JavaScript…
Chocolatey: the package manager for Windows
Chocolatey is a package manager for Windows. It is a program that allows you to install and uninstall applications at…
Windows Package Manager
What is Windows Package Manager? Windows Package Manager is a command-line tool for managing software that can be used on…
How to Deploy an Angular App to Docker Hub & Deploy a Docker container to Kubernetes using YAML files
Deploy an Angular App to Docker Hub Deploy a Docker container to Kubernetes … Read the rest
Converting Angular Web Application into Ionic App
In the software industry, after you successfully built a web application aligned with the client requirements, you may be asked…
Angular & WebAssembly
What is Web Assembly? WebAssembly (Wasm) is a new way to run code on the web.It is a binary instruction…
AOT and JIT Compiler in Angular ?
An angular application mainly consists of HTML templates, their components which include various TypeScript files. Whenever we run over an…
Asynchronous programming with async and await
The async keyword First, we have the async keyword, which you put in front of a function declaration to turn…









