Which are some good books for programmers to read?
The Pragmatic ProgrammerConcurrency in PracticeHead First Design PatternsData Structures and Algorithms Made Easy by Nasrimha….Effective…
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…
What skill-sets should one possess to become an in-demand Java Developer in a Product-Development Industry?
Data Structure and AlgorithmsMicroservicesSystem DesingDatabase ConceptsJunit and unit testingSpring & HibernateMavenClean CodePerformance Tuning
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…
What are the most interesting Java hacks that most developers don’t know about?
IntelliJ is a far superior IDE then EclipseJUNIT makes your code fool proofCoding to interfaces…
WordPress hosting compared between Google cloud and GoDaddy
On google cloud there are a wide variety of instance types from which you can…
Three lessons from a dying man
Happiness is not something that you just go out and find. It is the byproduct…
Key pointers of spirituality !!!!
Expect this moment to be as it is right now; Neither better nor Worse !!!!…
Do static members serialize in Java?
Hi friends it's a tricky and interesting question. Any experienced Java developer would most properly…