Java
-
Quick Tip: Debugging a GWT application using Chrome Dev tools
Debugging is an important aspect of software development. Having the right tools can save a lot of time and headaches.…
Read More » -
Simple Spring Boot Admin Setup
Spring Boot Admin is a cool dashboard for monitoring your spring boot applications. However, setting it up is not that…
Read More » -
[MEGA DEAL] Complete Java Programming Bootcamp (94% off)
10 Courses (83.5 Hours) to Become a Java Master: Design UIs with JavaFX, Utilize Design Patterns, Master Multithreading & More…
Read More » -
Java Command-Line Interfaces (Part 5): JewelCli
After looking at command-line processing in Java with Apache Commons CLI, args4j, jbock, and Commandline in previous posts, I turn…
Read More » -
OAuth2, JWT, Open-ID Connect and other confusing things
Disclaimer If feel I have to start this post with an important disclaimer: don’t trust too much what I’m about…
Read More » -
Java Command-Line Interfaces (Part 4): Commandline
This fourth part of my series on command-line parsing in Java features Commandline, which is described as “a Java library…
Read More » -
Lifecycle of JUnit 5 Extension Model
JUnit5 final release is around the corner (currently it is M4), and I have started playing with it a bit…
Read More » -
Java Command-Line Interfaces (Part 3): jbock
In the first two posts of this series on command-line parsing in Java, I looked at the Apache Commons CLI…
Read More » -
Test AWS cloud stack offline with Arquillian and LocalStack
When you are building your applications on AWS cloud stack (such as DynamoDB, S3, …), you need to write tests against…
Read More »