Skip to content
Chris Schenk
  • Sub to my YouTube Channel 👍
  • About
  • Contact

Setting up a Tomcat behind a reverse proxy

Java, YouTube / December 17, 2019

There are various good reasons to place your Java web application that is running in the Apache Tomcat behind a reverse proxy: Load balancing, implementing a TLS termination proxy or adding a web application firewall to the mix are some examples.

Setting up a Tomcat behind a reverse proxy Read More »

How to use the groupingBy collector in Java streams

Java, YouTube / December 16, 2019

Working with the Java Streaming API can help you in many ways but here I would like to show you how to use the Collectors groupingBy method. This helps you to collect the elements from the stream in groups or buckets. The setup We have an Employee class that holds the name, the department, the

How to use the groupingBy collector in Java streams Read More »

How to implement a generic in memory cache in Java

Java, YouTube / December 15, 2019

I would like to show you how to create a pretty simple in memory cache in Java that can hold a single object. This may help you to take some load off your database for example.

How to implement a generic in memory cache in Java Read More »

Java: Lazy initialize a collection with Optional

Java, YouTube / December 14, 2019

In this short advice I would like to show you how to create null-safe code when working with unset data in a Java Bean or some API that you are using which may return a null reference. It will be an easy to read one liner.

Java: Lazy initialize a collection with Optional Read More »

← Previous 1 2 3 4 … 22 Next →
  • Terms of Service
  • (DE)
  • |
  • Privacy Policy
  • (DE)
Copyright © 2006-2026 Chris Schenk
We use cookies to ensure that we give you the best experience on our website.