-
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 » -
Android Core
Flutter Firebase Authentication Tutorial
In this post on Flutter firebase authentication, we’ll take a look as to how we can authenticate users to our…
Read More »