Software Development
-
Git Undo Commit Example
1. Introduction Every human being may make mistakes, especially the Software developers:) When we’re writing code, it’s a process of how…
Read More » -
Git Diff Example
1. Introduction As we all know, Git has been a very popular source code management system for software development. It…
Read More » -
ElasticSearch Tutorial for Beginners
1. Introduction ElasticSearch is a search engine that can store large volumes of data and run queries in an extremely…
Read More » -
Git Remove Commit Example
In this example, we shall show how to remove commits from our git’s log history. As we can see, we…
Read More » -
Git Undo Merge Example
In the previous example, we have talked about Git Merge Conflict Example. Merge process sometimes can be automatized or can…
Read More » -
Legacy-ing of systems – The causes and solutions
1. Introduction Over the years in consulting, I’ve worked with many applications. Lots of them were new developments that is…
Read More » -
Git Merge Conflict Example
We are not living in a perfect world. There are conflicts everywhere even in our code. In this example, we…
Read More » -
Git Commit Amend Example
In the previous post Git “Hello World” Example we learnt some basic steps about Git. In this example, we shall show…
Read More » -
Git “Hello World” Example
In this example we shall show you how to start with Git. Git is a Version Control System (VCS) like CVS…
Read More »