Enterprise Java
-
Top 5 Spring Boot Features Java Developers Should Know
You might have heard about Spring Boot and it’s magical powers about creating a Spring Web application in just under…
Read More » -
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 » -
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 » -
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 » -
Fully working prototypes with Spring Boot and H2
We do use a lot of h2 with spring especially for unit tests. However instead of unit tests we might…
Read More » -
Serverless – a new way to build modern applications
Curious about serverless/function-as-a-service/cloud functions technologies, but haven’t had a chance to dig in? Wondering what all the excitement is about?…
Read More »