Which are some good books for programmers to read?
The Pragmatic Programmer Concurrency in Practice Head First Design Patterns Data Structures and Algorithms Made Easy by Nasrimha…. Effective Java
In Java, memory is divided into which two types of memory?
Memory is divided into stack and heap. Stack is further subdivided into per-thread stack. Variables local to the thread live…
What skill-sets should one possess to become an in-demand Java Developer in a Product-Development Industry?
Data Structure and Algorithms Microservices System Desing Database Concepts Junit and unit testing Spring & Hibernate Maven Clean Code Performance…
Setting up environment variables on MacOs Big Sur 11.X
If you like me happen to purchase a new MacBook for software development purposes you would need to set environment…
What are the most interesting Java hacks that most developers don’t know about?
IntelliJ is a far superior IDE then Eclipse JUNIT makes your code fool proof Coding to interfaces decouples your code…
WordPress hosting compared between Google cloud and GoDaddy
On google cloud there are a wide variety of instance types from which you can choose. This way you can…
Three lessons from a dying man
Happiness is not something that you just go out and find. It is the byproduct of a well-lived life. Our…
Key pointers of spirituality !!!!
Expect this moment to be as it is right now; Neither better nor Worse !!!! Most people want to have…
Do static members serialize in Java?
Hi friends it’s a tricky and interesting question. Any experienced Java developer would most properly respond with the answer “No”,…