Recent Posts

Multiple Spring Properties with Lists

2 minute read

Say you have multiple configuration files you want to use to when starting the application. One with some general settings shared by multiple instances and o...

Using Ssh Agent in Windows and Emacs

1 minute read

The SSH Agent allows you to remember the password for a password protected SSH private key during your session. While Linux usually is able to handle this ra...

In A Slump Hunting The Flow

1 minute read

All experienced programmers have probably felt the flow: being completely immersed in the code. You have some feature completely laid out in your brain and y...

Dynamic Flow Control During Backpressure

6 minute read

Do you have some kind of streaming source of data in your application? Notifications? Tweets? Messages? What happens if that source starts to produce data fa...