Senior Systems Engineer
@TriOpSys
⚡ Blogger ⚡ Musician ⚡ Belgian🇧🇪 living in Holland 🇳🇱
Enthusiastic about software development, mainly Java ☕ oriented.
In October 2024, I visited Devoxx Belgium and again it was an awesome event! I learned a lot and received quite some information which I do not want to withhold from you. In this blog, you can find my takeaways of Devoxx Belgium 2024!
@devoxx
#java
A software architect is a programmer; and continues to be a programmer. Never fall for the lie that suggests that software architects pull back from code to focus on higher-level issues. - Robert C. Martin
#quotes
#quoteoftheday
'Spring Boot Docker Best Practices': In this blog, you will learn some Docker best practices mainly focussed on Spring Boot applications. You will learn these practices by applying them to a sample application. Enjoy!
#java
#springboot
#docker
'Docker Best Practices': In this blog, you will learn some Docker best practices mainly focussed on Java applications. This is not only a theoretical exercise, but you will learn how to apply the best practices to your Dockerfiles. Enjoy!
#java
#docker
'How to Monitor a Spring Boot App': In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana.
#java
#springboot
In this blog, you will learn some Docker best practices mainly focussed on Java applications. This is not only a theoretical exercise, but you will learn how to apply the best practices to your Dockerfiles. Enjoy!
#java
#docker
A Software Bill of Materials (SBOM) is getting more and more important in the software supply chain. In this blog, you will learn what an SBOM is and how to build the SBOM in an automated way. Enjoy!
#java
Are you using the C4 model to create your architecture diagrams? Then Structurizr might be a good option for you to consider. Let's take a closer look at it in this blog!
#c4model
'Spring Boot Configuration Properties Explained': In this blog, you will take a look at several Spring Boot configuration annotations, what they mean and how you can apply them in your code.
#java
#springboot
Are you using the C4 model to create your architecture diagrams? Then Structurizr might be a good option for you to consider. Let's take a closer look at it in this blog!
#c4model
A software architect is a programmer; and continues to be a programmer. Never fall for the lie that suggests that software architects pull back from code to focus on higher-level issues. - Robert C. Martin
#quotes
#quoteoftheday
In this blog, you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana.
#java
#springboot
When you pull a Docker image, you will notice that it is pulled as different layers. In this post you will get a better understanding of Docker layers.
#docker
In this blog, you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana.
#java
#springboot
When you pull a Docker image, you will notice that it is pulled as different layers. In this post you will get a better understanding of Docker layers.
#docker
In this blog, you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana.
#java
#springboot
When building a Spring Boot application, you will need to validate the input of web requests, the input to your services, etc. In this blog, you will learn how to add validation to your Spring Boot application.
#java
#springboot
'Spring Boot Configuration Properties Explained': In this blog, you will take a look at several Spring Boot configuration annotations, what they mean and how you can apply them in your code.
#java
#springboot
In this blog, you will learn some Docker best practices mainly focussed on Java applications. This is not only a theoretical exercise, but you will learn how to apply the best practices to your Dockerfiles. Enjoy!
#java
#docker
OpenRewrite is an automated refactoring ecosystem for source code, enabling developers to effectively eliminate technical debt within their repositories.