-
Enterprise Java
Running ADF Essentials on Tomcat in a Docker container
I develop sample applications pretty often. I try out some ideas, play with some techniques and share the result of…
Read More » -
Agile
When Teams Don’t Finish Work in a Sprint: 3 Tips to Seeing and Finishing Work
Sprints, by definition, are a timebox. You’re supposed to say, “Pencils down!” at the end of the sprint, show your…
Read More » -
Software Development
Best Practices When Versioning a Release
Ever wondered how to version a release of your software? Ever looked around at the software you’re using and asked…
Read More » -
Kotlin
Defending Public-By-Default in Kotlin
Some people have spoken against Kotlin’s decision to make classes, methods, etc. public by default (when no visibility modifier is…
Read More » -
Software Development
Teach Them The Language First
I wanted to write this article for some time now, but I wasn’t sure if it’s such a spread phenomenon…
Read More » -
Core Java
JasperReports: The Tricky Parts
If you have been programming in Java long enough, chances are you needed to generate reports for business users. In…
Read More » -
Enterprise Java
CI/CD for SpringBoot applications using Travis-CI
In this article we are going to learn how we can use Travis CI for Continuous Integration and Continuous Deployment (CI/CD) of a SpringBoot application.…
Read More » -
Core Java
Adding Terms to Javadoc Search with Java 9
There is a relatively old web page called “Proposed Javadoc Tags” that appears to have originally been written in conjunction…
Read More » -
Enterprise Java
Sample Logback Configuration for Spring Boot Profile Based Logging
We would want different logging configurations for different profiles in Spring Boot, like in local running we would just want…
Read More »