You can use this guide to understand how to properly execute load tests, what data to collect during load tests and how to interpret that data. | Continue reading
A cheat sheet for popular SSH commands, key generation, SSH agents that I'm using a lot. | Continue reading
You can use this guide to understand what Spring framework is and how its core features like dependency injection or aspected oriented programming work. Also, a comprehensive FAQ. | Continue reading
You can use this guide to get an in-depth understanding of what Spring Boot is, how its AutoConfigurations work and what the difference to Spring framework is. | Continue reading
You can use this guide to understand how to connect to and query any database in Java. Covers JDBC API, as well as frameworks like Hibernate, jOOQ or Spring Data. | Continue reading
You can use this guide to understand what Java microservices are, how you architect and build them. Also: A look at Java microservice libraries & common questions. | Continue reading
You can use this guide to get practical information on how to find and install the latest Java, understand the differences between Java distributions (AdoptOpenJdk, OpenJDK, OracleJDK etc.), as well as get an overview of Java language features, including version Java versions 8-1 … | Continue reading
You can use this guide to get an overview of how to access databases in Java. From databases like MySQL, Postgres and Oracle, to libraries like JDBC, Hibernate and jOOQ. | Continue reading
Developers can use this guide to discover, understand and use the right Java logging library for their applications, like Log4j2, Logback, or java.util.logging. | Continue reading