Tagged "Java"

A Design Pattern Trivialized by Kotlin: Singleton

This article describes the widely used design pattern Singleton, and shows how it is trivialized in Kotlin – there is a simple way to implement this pattern correctly, and with less effort.

Notes on the Decorator Design Pattern

The Decorator Pattern (a.k.a. wrapper) belongs to the catalogue of structural patterns as defined in the book Design Patterns by GoF.

Notes on Spring Tutorial: Creating Asynchronous Methods

Some notes taken during following the “Creating Asynchronous Methods” tutorial.