Java
-
Search for time interval in logs
Intro This post is indirectly related to my mini-series about log analysis. It would be great to read the two…
Read More » -
Build a Mobile App with React Native and Spring Boot
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
[FREE WEBINAR] Java 11 First Impressions
A little more than a year ago, we were anxiously awaiting the arrival of the newly modular Java 9. Around…
Read More » -
Serverless cold start is not a problem – and here is why (for most applications)
When you start with serverless you will very soon learn/hear about functions cold start (I believe serverless = cloud functions +…
Read More » -
IDE approach to log analysis pt. 2
Intro In the first part I explained the theoretical approach to log analysis that I think is best for a sustain engineer.…
Read More » -
IDE approach to log analysis pt. 1
Intro I think most software engineers understand the importance of logs. They have become part of software development. If something…
Read More » -
JMetro Version 4.8 Released
Hello again! Version 4.8 of JMetro Java, JavaFX theme has just been released. We’re getting close to version 5.0 which…
Read More » -
Building Enterprise Java applications, the Spring way
I think it is fair to say that Java EE has gained pretty bad reputation among Java developers. Despite the…
Read More » -
Picocli on GraalVM: Blazingly Fast Command Line Apps
GraalVM GraalVM allows you to compile your programs ahead-of-time into a native executable. The resulting program has faster startup time…
Read More »