-
Enterprise Java
Java/Spring: How to Generate an Entire Swagger Documented CRUD REST API With Speedment
As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable…
Read More » -
Agile
Build Team Resilience: Work Together (Part 1)
I’ve been working with clients who have brittle environments. Their brittleness doesn’t show up all the time. When everything is…
Read More » -
Web Development
Coding Challenge: Product of Array Except Self
I came across this interesting video on YouTube talking about an example of coding question often asked at interviews at…
Read More » -
Software Development
3 Key Metrics for Measuring Software Quality
As a software architect, software quality is always on top of the priority and we are measured by the quality…
Read More » -
Core Java
Call That An Exception?
While this is a Java example to do with testing and wiremock, it relates to a more universal problem. We…
Read More » -
Software Development
Half a Helper Method
I’ve probably seen this happen more in test code, where thinking is often even more procedural than normal. It’s certainly…
Read More » -
Enterprise Java
CUBA: Getting Ready for Production
“It works on my local machine!” Nowadays it sounds like a meme, but the problem “development environment vs production environment”…
Read More » -
Core Java
Mythematical Codey Code
Consider the following snippet: int max = 10; int a = 0; while (true) { // do a thing that…
Read More » -
DevOps
6 reasons why you should employ Microservices in DevOps
Netflix, Amazon, Google, PayPal, and Facebook have more in common than them being the absolute behemoths of their niches. They…
Read More »