-
Software Development
Open Source Etiquette
Here is a short list of common courtesy rules for open source software development. Actually, they apply elsewhere also, but…
Read More » -
Enterprise Java
Mockito: Why You Still Should Appreciate InjectMocks Annotation
Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. I seemed a…
Read More » -
Agile
Epic Problem Statement
When solving complex problems at scale, we use epics, features, and stories to align, focus, and coordinate the work of…
Read More » -
Software Development
Dogfooding the Eclipse Dash License Tool
There’s background information about this post in my previous post. I’ve been using the Eclipse Dash License Tool on itself.…
Read More » -
Software Development
How to set up QA processes!
“QA is a bottleneck!” We often come across such a statement. I was working with a startup offering travel services.…
Read More » -
Enterprise Java
Code-Based Test Automation vs. Codeless Automation
As more advanced technologies are entering the continuous testing landscape powered by AI/ML, organizations and especially, practitioners, are debating which…
Read More » -
Enterprise Java
RESTful services with HATEOAS: Hypermedia, Optional Or Not?
1. Introduction In this last, conclusive part of the tutorial we are going to compile our thoughts, what we have…
Read More » -
Android Core
Double back button press to exit in React Native
In this quick tutorial, we’ll be taking a look at how to implement double back press to exit, in React…
Read More » -
Enterprise Java
How to publish jar to Maven central
You created your brand new project and you want to release it to maven central so people can use in…
Read More »