-
Software Development
Leveraging Software Platforms
Be Clear on What a Software Platform Is Different people have suggested different definitions for the term software platform. Let…
Read More » -
Enterprise Java
It Broke vs You’re Wrong
When building REST APIs for microservices, there are a few design decisions to make about responses. Some responses are clearly…
Read More » -
Software Development
What The Commit!?
Committing in Git is The Future Whatever you write in your git commit history is what you’ll be going back…
Read More » -
Core Java
Proving There’s No Exception
How do you prove the existence of nothingness? Should you? In some tests I’ve written, especially around either validation, or…
Read More » -
Core Java
[MEGA DEAL] The 2020 Complete Java Master Class Bundle (96%)
Build a Reputable Career as a Developer with Over 62 Hours of Training to Master the Most In-Demand Programming Languages…
Read More » -
Enterprise Java
PIT, JUnit 5 and Gradle – with just one extra line of configuration
Discover dead simple, improved PIT and JUnit 5 configuration in Gradle (with gradle-pitest-plugin 1.4.7+). JUnit 5 is undeniably more and…
Read More » -
Core Java
Discovering the Magic Version Number of .class Files
Abstract What version of Java was used to create your .class files? For your own projects, this is easy to…
Read More » -
Web Development
3 ways to engage developers in the UX process
Working as a UX-designer among a pack of back-end developers can be a challenge. The best technical solution is not…
Read More » -
DevOps
Quarkus tests with Testcontainers and PostgreSQL
Testcontainers is a Java library that allows integrating Docker containers in JUnit tests with ease. In a Containerized World, there…
Read More »