Git Revert multiple commits at a time
In this article, we will see how Git Revert multiple commits at a time without… Read More »Git Revert multiple commits at a time
In this article, we will see how Git Revert multiple commits at a time without… 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… 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… 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… 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?… Read More »Create mac app from a shell script
Have you ever discovered a scenario wherever you probably did some arithmetic computation on decimal… 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… Read More »JavaScript Generator and how it works.
JavaScript has many ways to handle asynchronous calls and Promise is one of the mostly used… Read More »JavaScript promises and how it works.