-
Enterprise Java
Strategy Pattern Revisited With Spring
This blog post wants to show another approach how to implement the Strategy Pattern with dependency injection. As DI framework,…
Read More » -
Python
[MEGA DEAL] The Python & Django Web Development Bundle (97%)
Get Started on Web Development & Learn the Python & Django Programming Language Hey fellow geeks, This week, on our…
Read More » -
Enterprise Java
Selenium Testing For Effective Test Automation
While there is a substantial increment in the mobile apps market share, web apps are still prevalent with a significant…
Read More » -
Software Development
How to become a better Software Developer
This blog post contains my personal experience and opinions on how to become a better developer. Let’s get it straight,…
Read More » -
Android Core
How to capture Heap Dumps from Android App? – 3 Options
Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. They are also…
Read More » -
Agile
Consider Product Options with Minimum Outcomes
Do you have trouble fitting “all” of the necessary work into an iteration? Your managers might want to push you…
Read More » -
Software Development
Your code is redundant, live with it!
This article is about necessary and unavoidable code redundancy and discusses a model of code redundancy that helps to understand…
Read More » -
Enterprise Java
JUnit 5 and Selenium – Setup the project with Gradle, JUnit 5 and Jupiter Selenium
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
Enterprise Java
All you need to know about System.gc()
In this article, we have attempted to answer the most common questions around System.gc() API call. We hope it may…
Read More »