Google Datt is a general-purpose programming language from Google and used to build web applications, mobile applications, and the Internet of Things…
I always have a strong interest in knowing great peoples of my field like software development and programming. Knowing about them, following them, a…
How to remove all unused imports in Eclipse Eclipse IDE gives warning "The import XXX is never used" whenever it detects unused import i…
One of the oldest coding practice is to keep line width 80, and many of us follow it blindly but have you ever thought why we have this practice in f…
Hello guys, today, I am going to share one of the useful tips to find out how long a particular process is running in Linux. This is very useful whil…
Hello guys, how are you doing? I hope you all are fine and doing good in your life and career. Today, I am going to talk about the Strategy pattern, …
Hello, Friends, I have been writing Java articles for a long time and one thing I have learned from that experience is that learning makes you a bett…
One of my goals in 2018 is to learn and master Git and I have been searching for some good tutorials and courses to start with. The Internet is full …
Many of my friends and colleagues used to wait until November to buy books, gadgets, and other computer items to get the huge discount offered on Bla…
Coding is an integral part of Programming, and we all somehow learned to code by following examples here and there. Yes, I am talking about both self…
I often receive queries like should programmers create an alternative source of income, or should programmers create their own blog or website? Both …
Even though the Clean Code book was released many years ago and there are lots of good reviews already available, I couldn't resist to write my …
This week’s task is to implement a binary search in Java, you need to write both iterative and recursive binary search algorithm. In computer scienc…
Hello guys, it's been a long since I have shared a Java design pattern tutorial. I did share some courses to learn design patterns but haven'…