Posts
-
How to setup a generic shared hosting environment with Passenger
Mar 7, 2019
Passenger is a nice little web server that has the capability to start, stop and scale web server applications with ease.
-
Get a wildcard certificate for free today using Let's Encrypt
Mar 30, 2018
I’m very happy today to learn that Let’s Encrypt is now providing wilcard certificates as they anounced last July.
-
Let’s Encrypt is now working. Really.
Dec 12, 2015
I just put this blog on HTTPS. Why did I do that? Because I can.
-
Accouncing widget.js 0.6.0 – a minimalist JavaScript framework
Aug 20, 2015
It’s been years now that I’m doing resistance against most big and well-known JavaScript frameworks and I’m using my own. (For the little story I literally hate everything that claims to use MVC. I should write an article about that some day.) So, since I had some time this week between two clients’ projects, I decided to finally write some decent documentation about it.
-
Music Generation for js13kGames
Aug 28, 2014
js13kGames is a yearly game development competition created by Andrzej Mazur. It runs for a month and has one main constraint: don’t go over 13k. It’s quite similar to a lot of demo competitions, but for JavaScript games.
-
Jan 29, 2014
Fish is really a good shell that I’m using everyday since two years now. Unfortunately there is not much guides about how to program using it. That’s sad because fish has a lot of advantages over bash to write scripts: cleaner and easier to remember syntax, good variables escaping, etc.. So I decided to write a small tutorial on the subject.
-
Ring.js – JavaScript Class System with Multiple Inheritance
Jun 13, 2013
Ring.js is JavaScript library implementing a multiple inheritance model for the JavaScript language.
-
Loading Quest – Javascript Loading Widget for RPG Lovers
Jun 10, 2013
Loading Quest is a small Javascript library to display a role playing video game on web applications that have long processing requests.
-
PyGreen – The Simplest Static Web Site Generator Ever For Python Programmers
May 25, 2013
Pygreen is a simple tool for Python programmers to generate static web sites.
-
Dec 29, 2012
It’s been a looong time I’ve been looking for a good solution to synchronize my mp3 collection on multiple computers, Dropbox-style. It’s quite strange, but I’ve never found anything that pleased me, so I just coded it.