Loading...

Latest Posts

Newsletter October 23, 2023

Broken Windows

Hi, A week ago, during my talk on “Pragmatic Programming with Kotlin” , I discussed the Broken Window Theory. Originally, it’s from criminology. In criminology, the broken windows theory states that visible signs of crime, anti-social behavior, and civil disorder […] encourage further crime and disorder […]. ~ Wikipedia Dave Thomas and Andy Hunt have applied this concept to software development. Whenever there’s poor design, an unclear class, inadequately tested code, or unused assets in the repository, it becomes more likely that more “broken windows” will follow.


Newsletter October 19, 2023

Scream-Driven-Development

Hi, You probably know this feeling. You want to make a Breaking-Change in your system. Maybe you want to change an API. Or you’d like to switch up your environments. Or you want to shut down a service because it’s no longer needed. Whenever I face such a decision, I wonder about its consequences. Will it affect other stakeholders? The answer is often, yes. This is the case now. I want to conduct deployments more frequently in an environment.


Newsletter October 16, 2023

Editor Fluency

Hi, Today, I gave a presentation titled “Pragmatic Programming with Kotlin” at KKON. It was once again a great pleasure. And because the RabbitMQ Summit is coming up this Friday, followed by the W-JAX in two weeks, I really didn’t feel like creating more slides. So, I opted for live coding. That way, I’m certainly faster in preparation (tm). But aside from my laziness, there was another reason why I chose to do this.


Newsletter October 12, 2023

A Quick Look Back: My Recent Weeks

Hi, Time flies, and the past weeks have been especially busy for me. Here’s a brief overview of what’s been on my plate: 1. Relaxation and Inspiration: My Vacation in Austria We all know it: Periods of intense work need to be balanced with times of relaxation. Last week, I took such a break, spending it with my family at a children’s hotel in Austria. Even though I had my computer with me, it remained switched off – except for a brief moment due to tax reasons.


Newsletter September 25, 2023

Deliberate Practice

Hi, Currently, I am practicing calligraphy. My handwriting has always been purely “functional.” Every day, I write out all the letters of the alphabet, focusing on the quality of each stroke. Five years ago, I practiced touch-typing. Every day for 10 minutes on https://www.keybr.com/ . Seven years ago, I banished my mouse within the IDE. I had to learn how to operate everything using the keyboard alone. And ten years ago, I focused on the Shell.


Top