Which problem do we want to solve? We will try to solve one of the worst practices used on tests […]
Tag: # java
Passay – The password generation and validation library
Applications and websites that allow users to sign-up mostly have restrictions of password like Passwords should be 8 characters or […]
Applozic Android SDK Tutorial 3 – Chat Conversations
Introduction This tutorial is Part 3 of a multi-part series covering Applozic Android SDK integration into an Android app. Our […]
Debugging gradle plugins
I recently had issues using the axion-release-plugin and wanted to debug the gradle plugin. But all manuals which you can […]
How to Develop Microservices: 7 Event-Driven Considerations
What are the are most important things for developers to know when it comes to microservices application development? Many organizations […]
Using TomTom Maps with Java and Spring
While the TomTom Maps SDK for Web is a JavaScript library, we’ll look at how to incorporate it into a […]
Why did my Java Web App stop working with MySQL!?!
There are different kinds of bugs and they show up in different places. This bug was hard because it showed […]
Docker Swarm continuous deployment using native service health checks
This blog post explains the process to configure the Docker service health checks using native docker service commands. Docker swarm […]
Explaining Stack in Detail
Stack Stacks are the result of approaching a LIFO (Last in, First out) ordering with list node connection behavior. This […]
Distribution of JVM desktop applications
The previous posts of this series focused on different frameworks to develop JVM-based applications. Distributing applications on a couple of […]