RandomWits

life is too short for a diary

Most popular




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






Ethiopian Airlines Reschedule

Recently, I needed to reschedule my Ethiopian Airlines flight due to a change in plans. With just a week before departure, I was anxious about whether I could manage the rescheduling in time. Here’s how I handled it, step by step...

Continue reading → Tags : travel






Manage Ruby Version using rbenv

I usually build my jekyll website using bundle install. However I started getting following build error...

Continue reading → Tags : ruby jekyll