-
Enterprise Java
Spring Constructor Dependency Injection Example
Welcome to Spring Constructor Dependency Injection Example guide. The Constructor based Dependency Injection is a type of Spring Dependency Injection.…
Read More » -
Agile
Inspection without adaptation is pointless in Scrum
People are naturally Agile. Our personal lives require us to demonstrate our ability to adapt more than our professional environments…
Read More » -
Enterprise Java
MicroProfile 2.2 BOM import support
MicroProfile 2.2 just has been released with updates to the Fault Tolerance, Open Tracing, Open API, and Rest Client APIs.…
Read More » -
Enterprise Java
Discover applications running on Kubernetes with Prometheus
Prometheus supports scraping multiple instances of an application. Applications that run in orchestrated environments require to be discovered dynamically, since…
Read More » -
Agile
Customers, Internal Delivery, and Trust
Your customers can’t take your product more often than once or twice a year. Because the product doesn’t need to leave…
Read More » -
Core Java
To See a World in a Grain of Sand: Once Again Hello World
“To see a world in a grain of sand”, and we would probably see a world in the simplest “Hello…
Read More » -
Core Java
Behind-the-Scenes Secrets of Jsoup V: Tips & Tricks of Optimization
We have done things right, now it’s time to do things faster. We would keep Donald Knuth‘s warning in mind,…
Read More » -
Core Java
A Simple Approach to Simulate User Input and Check Output
Recently some of my students asked me about the mechanism of unit test provided by MOOC from University of Helsinki,…
Read More » -
Software Development
Fibonacci and BigInteger: Secret Under the Hood
No matter what programming language you are learning, Fibonacci numbers calculation is just too classic to skip. It seems very…
Read More »