Recent Articles

Creating and Analyzing Java Heap Dumps

As Java developers, we are familiar with our applications throwing OutOfMemoryErrors or our server monitoring tools throwing alerts and complaining about high JVM memory utilization.

Read more

Writing Meaningful Commit Messages

Writing meaningful commit messages can save a lot of time answering many “why?” and “how?” questions, and thus gives us more time in the day to do productive work.

Read more

Painless Code Formatting with EditorConfig

Are you working on a project with other developers where reading code is not as fun as you would want because of inconsistent coding styles?

Read more

Getting Started with AWS S3 and Spring Boot

In this article, we are going to explore AWS' Simple Storage Service (S3) together with Spring Boot to build a custom file-sharing application (just like in the good old days before Google Drive, Dropbox & co).

Read more

Handling Cookies with Spring Boot and the Servlet API

This article is about cookies and different ways we can implement them in Spring Boot. We are going to have a short overview of what cookies are, how they work, and how we can handle them using the Servlet API and Spring Boot.

Read more

Book Notes: The Psychology of Money

TL;DR: Read this Book, when… you want to start investing money, but don’t know how you want to confirm your investment mindset you enjoy reading a financial adviser’s view on investing money Book Facts Title: The Psychology of Money Authors: Morgan Housel Word Count: ~ 80,000 (ca.

Read more