Recent Posts

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...

My App Is Too Slow Now What

10 minute read

You don’t have to be a software engineer for long until you hit into performance issues. The database loads too slow. Calculating the route takes forever. Re...