Posts that somehow are related to any type of software development.
December 14, 2020
WordPress Docker
Recently I’ve spent a lot of time learning how to make plugins and themes for WordPress. To make this process easier, I’ve created a repository with everything needed to spin up a new instance of WordPress with a lot of good stuff along with it. The setup is meant to be used in combination with […]
November 25, 2019
Visual Studio Code keybindings
A collection of Visual Studio Code keybindings I find useful.
February 18, 2019
Sublime Text 3 – creating a plugin
Creating a plugin for Sublime Text 3.
October 3, 2018
Pretty-print JSON on a Mac
Simple pretty-printing of JSON on a Mac
June 15, 2018
Change file encoding in Vim
This is for my own reference, I always forget how to do this..
July 30, 2017
Ludum Dare 39: PowerClick
I attended the online game compo Ludum Dare 39 this weekend. Because of things I wasn't able to start until saturday evening, so I decided to create a very simple game this time.
April 24, 2017
Ludum Dare 38: Parking Zone
Read about my first participation in the Ludum Dare Game Jam.
August 9, 2015
Useful git tips
This is a collection of useful git commands, aliases, tips and tricks that I've come across or been using. Feel free to contribute to this collection by adding a comment below.
Basic usage of git-svn
This is a small guide I wrote for my own convenience when I recently was converting an SVN repository to a Git repository. I've published it here so that I can easily look up the things I need to remember..
Deleting rows with a LEFT JOIN in MySQL
This is something I don't do that often, and I always forget the correct syntax. Thus this post.