Revert last commit in GIT
Revert last commit in GIt also knows as delete the last commit that was made...
Read More ⟶
When injected, HttpBackend dispatches requests directly to the backend, without going through the interceptor...
Read More ⟶
Uploading images to S3 bucket using Nodejs code. The below code will upload any assets to mentioned AWS S3 bucket and...
Read More ⟶
Search the path of actual installed packged detination. After that copy and run like below command.
which npm
which...
Read More ⟶
Login to you linux server
Remove any existing if already installed.
sudo yum erase codedeploy-agent
Remove...
Read More ⟶
Whenever you create an SNS topic by itself, the default access policy will look something like this: The default...
Read More ⟶
This article will show you how to use Angular Date pipe in component ts file.
To achieve the same we need to...
Read More ⟶
This error generally comes when you upgrade your angular fire and firebase to the latest version.
...
Read More ⟶
Revert last commit in GIT
git reset --soft HEAD~1
--soft will not remove your uncommited code. Again if you...
Read More ⟶
Recursion is a technique to reuturn a function as a loop until it meet a condition. So instead of loop such as for,...
Read More ⟶