Git rename branch
In this article, we will learn how to rename a git branch in local and for the remote servers. If you ever faced a situation… Read More »Git rename branch
In this article, we will learn how to rename a git branch in local and for the remote servers. If you ever faced a situation… Read More »Git rename branch
Have you ever committed files in Git, pushed them to a remote server, and later needed to revert some of them to a specific previous… Read More »Revert Files to a Specific Previous Version in Git
In this article, we will learn about the difference between package.json vs package-lock.json. package.json vs package-lock.json? package.json: It is used for installing packages in a… Read More »package.json vs package-lock.json
In this article, we will learn about Augury which is a browser dev tools extension for debugging Angular applications. What is Augury It is for… Read More »Debugging Angular applications with Augury
In this article, we will learn about the difference between Major minor and patch release in package.json configuration. What is package.json (In short) It’ is… Read More »Major minor and patch release in package.json
In this article, we will learn about Strict mode in javascript and its use cases. What is strict mode in javascript It’s a new feature… Read More »Strict mode in javascript and its use cases
In this article, we will learn about how to display a UTC time to the local timezone in JavaScript. The problem Generally, dates are stored… Read More »UTC time to the local time in JavaScript
this article is to understand npm vs npx in JavaScript.
In this article, we will see how Git Revert multiple commits at a time without affecting/changing the Git history. You must have reverted a single… Read More »Git Revert multiple commits at a time
location.href vs location.replace vs location.assign
This post help to solve issue of Javascript’s new Date() with IE and Safari.
A component or module in es6 is sometimes imported with curly braces and sometimes without it so let’s see when to use curly braces in… Read More »when to use curly braces in es6 import?
About the error What is the Error:nginx [error] open() “/usr/local/var/run/nginx.pid” failed (2: No such file or directory) Why is this Error:This error occurs if there… Read More »nginx: [error] open() ‘/usr/local/var/run/nginx.pid’ failed (2: No such file or directory)
Some times MySQL fails to start/restart with an error like “Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed” The simple solution to fix is to… Read More »XAMPP MySQL fails to start: ‘InnoDB’ ENGINE failed
Ever thought of having an application to run it directly instead of multiple shell commands? And won’t it be cool to just convert your shell… Read More »Create mac app from a shell script
Have you ever discovered a scenario wherever you probably did some arithmetic computation on decimal numbers in a computer and it returned an unexpected weird… Read More »why 0.1 + 0.2 does not equal to 0.3?
JavaScript supports Generator functions and Objects similar to Python Generators. Let’s see what is JavaScript Generators and how it works. What is Generator Generator in… Read More »JavaScript Generator and how it works.
JavaScript has many ways to handle asynchronous calls and Promise is one of the mostly used built-in object nowadays. so let’s understand what is Promise and… Read More »JavaScript promises and how it works.
Pay attention to the things first which are the most important. Distance yourself from negativity. Stop only when DONE not when TIRED. Wake up with… Read More »Just Start – The Motivation
Ever got into a trap of fraudulent transactions from your bank account? Do you have faith and believe in yourself and on the service provider that… Read More »How to secure your bank account and cards from fraud transactions.