How To Remove Duplicate Values From List Using Java Stream API? Introduction Stream API feature was introduced in Java 8 but it is still confusing for many and also many have… Continue reading “How To Remove Duplicate Values From List Using Java Stream API?”…
Git Tutorial 30 – Understand Soft, Mixed And Hard Options Of Git Reset Introduction As a part of GIT Tutorials End To End, we will learn about –soft, –mixed and –hard options of the… Continue reading “Git Tutorial 30 – Understand Soft, Mixed And Hard Options Of Git Reset”…
Different Ways Of Iterating Map In Java – Including forEach() and stream() Of Java 8 Introduction Map in Java is an interface. It stores data as key-value pair. We will learn different ways to iterate… Continue reading “Different Ways Of Iterating Map In Java – Including forEach() and stream() Of Java 8”…
Git Tutorial 29 – How To Undo Local Last Commit Using Git Reset Introduction As a part of GIT Tutorials End To End, we will learn to undo the local last commit using the… Continue reading “Git Tutorial 29 – How To Undo Local Last Commit Using Git Reset”…
Git Tutorial 28 – How to undo all local commits in a branch to reset to remote branch Introduction As a part of GIT Tutorials End To End, we will learn to revert all local commits from a branch… Continue reading “Git Tutorial 28 – How to undo all local commits in a branch to reset to remote branch”…
Git Tutorial 27 – How To Revert Changes In File Using Git Checkout and Git Restore Commands Introduction As a part of GIT Tutorials End To End, we will learn to revert changes in a file using Git… Continue reading “Git Tutorial 27 – How To Revert Changes In File Using Git Checkout and Git Restore Commands”…
Git Tutorial 26 – How To Ignore Already Indexed/staged/Committed/Pushed File to Git Repo Introduction As a part of GIT Tutorials End To End, we will learn to ignore already Indexed/staged/Committed/Pushed File to Git Repo… Continue reading “Git Tutorial 26 – How To Ignore Already Indexed/staged/Committed/Pushed File to Git Repo”…
Git Tutorial 25 – Important Pattern Formats For the .gitignore file Introduction As a part of GIT Tutorials End To End, we will learn about the important pattern formats for the .gitignore… Continue reading “Git Tutorial 25 – Important Pattern Formats For the .gitignore file”…
Git Tutorial 24 – Ignore Files Using .gitignore Introduction As a part of GIT Tutorials End To End, we will learn about the .gitignore file or ignoring file and… Continue reading “Git Tutorial 24 – Ignore Files Using .gitignore”…
Git Tutorial 23 – Git Stash Apply – How To Solve Merge Conflict Introduction As a part of GIT Tutorials End To End, we will learn about Solving merge conflict during Git Stash apply… Continue reading “Git Tutorial 23 – Git Stash Apply – How To Solve Merge Conflict”…