How to Use Git Stash: Name and Retrieve Stashed Changes
Git stash is a tool to stash or save changes made on any tracked files without having to commit them. In this article, you will learn how to use git stash.
Git stash is a tool to stash or save changes made on any tracked files without having to commit them. In this article, you will learn how to use git stash.
Git alias is a tool in Git to generate shortcuts to repetitive commands. In this guide, you will learn everything necessary to work with git aliases
If you have used git version control, you probably have seen the keyword HEAD. This article explains everything you need to know about it.
Rebase is a powerful tool that helps to keep commits up to date in relation to another branch. This article explains how to use rebase step-by-step
Did you commit file changes by mistake in a remote repository? Don’t worry, this guide explains how to revert your previous commit and save the day.
The question mark (?:) in TypeScript is used to define a property or parameter as optional. This article shows examples to understand this concept and more.
Software engineers have an understanding of all the pieces that go into developing software, but it doesn’t mean they know how to hack
You can use optional parameters in TypeScript by adding a question mark ? at the end of each parameters to avoid passing all parameters defined in a function.
In this tutorial, you are going to learn how to integrate Firebase Authentication into your Angular project.
There are several reasons why software engineers have a high salary. Interestingly, not all software engineers around the world have a high salary. However…