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 moreWriting 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 morePainless 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 moreGetting 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 moreHandling 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 moreBook 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