Macros in Vim

I don’t know how to quit vim so I am destined to use it forever. Let’s make the usage a little less painful.
Read more →

Git - Pushing Code to a Remote Computer

I needed to set up git for pushing into a non bare repo with a checked-out branch. Here is how I did it:
Read more →

Handling API Errors in Angular

This is a brief howto on handling error responses from your API with an Interceptor and Angular Material Dialogs
Read more →

Strippr - A Comic Strip Compositor

I like to create simple comic strips for fun. They all look similar, so I had an idea to create a small application that would swallow a JSON with ‘script’ and spit out a comic strip.
Read more →

A Quick Reflection About Java Reflection

I was asked a question:“What do you know about reflection in Java?” I wasn’t really confident while answering that question, so let’s get a bit wiser and polish my rusty knowledge.
Read more →