Good old web tests – extremely valuable, sometimes hard to maintain, and annoying once they get flaky. If you are familiar with

Read More

Want to start a religious discussion? Start asking your teammates whether or not you should mock static method calls. It's debatable if

Read More

Writing your first test with JUnit 5 is straightforward. Annotate your test method with @Test and verify the result using assertions. Apart

Read More

With this blog post, we'll learn how to use the Serverless framework to develop and deploy AWS Lambda functions using Java and

Read More

I was recently wasting time and energy to get the CI pipelines for my two main GitHub repositories working with Travis CI.

Read More

Recently I got the chance to review Vlad Mihalcea's Hypersistence Optimizer. It… checks your JPA and Hibernate mappings and provides you tips

Read More

Detecting vulnerabilities inside our dependencies is crucial for creating robust, reliable, and secure applications. Besides that, static code analysis tools and pre-defined

Read More

Manually creating a new Maven project is cumbersome. Most companies have a set of shared libraries (e.g., security, encryption, or payment) and

Read More

Telegram is widely adopted as a messenger app and a good alternative to WhatsApp. With Telegram, you are not limited to chatting

Read More

Once our new prototype is ready for a first demo, we usually need some meaningful data to present it. Using foo, bar,

Read More