life is too short for a diary

Most popular




Download Detroit Become Human

Detroit: Become Human, the award-winning video game production from Quantic Dream, is finally available on Steam! Featuring world-renowned actors including Jesse Williams (Grey’s Anatomy), Clancy Brown (Carnivale), Lance Henriksen (Aliens), Bryan Dechart (True Blood) and Valorie Curry (Twilight)...

Continue reading → Tags : game download






Deploy an Angular App to GitHub Pages for Free

GitHub Pages provides a simple way to host static websites for free. In this guide, we'll create a basic Angular app, build it for production, and deploy it to GitHub Pages...

Continue reading → Tags : angular gitHub pages






Mapping YAML to Configuration classes in Spring Boot

Spring Boot provides an elegant way to bind YAML configurations directly to Java classes using the @ConfigurationProperties annotation. This tutorial will walk you through the basics and show you how to map a nested YAML structure to a configuration class...

Continue reading → Tags : spring boot java