-
Enterprise Java
Think Twice Before Using Reflection
Introduction Sometimes, as a developer, you may bump into a situation when it’s not possible to instantiate an object using…
Read More » -
Enterprise Java
Fetching data with ORM is easy! Is it?
Introduction Almost any system operates with external data stores in some way. In most of the cases, it is a…
Read More » -
Software Development
Microservices for Java Developers: Distributed Tracing
1. Introduction This part of the tutorial is going to conclude the observability discussions by dissecting its last pillar, distributed…
Read More » -
Core Java
Can/Should I use parallel streams in a transaction context?
Introduction To make a long story short, you should not use transactions within a parallel stream. This is because each…
Read More » -
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 »