Coding
Not a good day without some codingI like to code. I can’t imagine life without being creative, and coding is a good way of getting some creativity out of my brain.

Github
You can find some of my work on github

PHP
I have 10+ experience with php. Most on my homepage is made in php.

Go
I’m working on my Go skills. I really like this language.

Java
I have 10+ experience with java. Almost all my puzzle generators are created in java. Also some of my Android apps are created in java.

Perl
Perl was one of my first languages. I’ve automated quite a lot with perl scripts.

npm
When I have time, I create npm modules.

Angular
I’m rewriting my webpage in Angular 2, or was it 3 – no that didn’t exist. Let’s say Angular 2-10, so I don’t have to update this so many times.

Javascript
I prefer coding javascript in node or angular, but if I need to I do it the hard way.

Python
There always a room for python. I always hated the indentation, but you get used to it with a good IDE. Come in handy with ansible.
Google Drive on Windows crashes
I like Google Drive. But, there is a problem with it crashes in certain scenarios. If you import too many files to it, like 5000+, before you let it finish syncing, it tends to crash. This was pretty frustrating when I wanted to move the files from dropbox to Google...
#FreeFreddy puzzle game is out
Cellar Labs new puzzle game, Free Freddy, is out for Android. Get it at Google Play. Solve 100 puzzles to earn trophies and certificates. Or try solve random puzzles in different sizes and difficult levels. If you feel lucky, try a 10x10 insane puzzle. The game will...
#Phaser.io phaser-swipe-pages
Find it on GitHub phaser-swipe-pages Phaser component to manage a state of pages Can be useful for eg help screens etc. It will use the Phaser.Camera to move around, and take care of positioning your objects Install The easies way of using it is compiling your project...
phaser-swipe for #phaser.io
I've created a swipe component for Phaser.io. You can find it on GitHub You can grab the swipe.js file and include it in your project, or you can use npm or bower: Usage You can use it...
phaser-updatable-label
I created an animated updatable label for the Javascript framework Phaser.io. You can find it on github. You can use it like: // If you used browerify. Else just add it in script tag and use class UpdatableLabel. var UpdatableLabel =...