Load Testing: An Unorthodox Guide

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


@marcobehler.com | 4 years ago

SSH Cheat Sheet

A cheat sheet for popular SSH commands, key generation, SSH agents that I'm using a lot. | Continue reading


@marcobehler.com | 4 years ago

Spring Framework for Noobs

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


@marcobehler.com | 5 years ago

What Is Spring Boot? Autoconfigurations In-Depth

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


@marcobehler.com | 6 years ago

Java and Databases: Guide to JDBC, Hibernate and Spring Data

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


@marcobehler.com | 6 years ago

Java Microservices: A Practical Guide

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


@marcobehler.com | 6 years ago

Java 1.8.0 and Java 8 are one and the same

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


@marcobehler.com | 6 years ago

Java Database Access: An Overview Guide

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


@marcobehler.com | 6 years ago

A Guide to Logging in Java

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


@marcobehler.com | 7 years ago