My blog
posted April 2014


I wanted to learn Python, so a few months ago (I forgot to post about it here!) I redid my old blog in Django.
It's way different than PHP but it was a lot of fun :) I love learning different technologies. You can check it out here but be careful, it's in french!
Here's a list of what I want to learn right now:
- QT with C++
- Unity
- Android applications
Brackets
posted April 2014
I recently advised a colleague to try Brackets since he's learning html, css, etc...
But I've never really used it myself for a project. I've tried it, found it really cool, but never had a chance to start a project with it yet.
As I was trying to convince my colleague to give it a try I ran into this cool video from Jeffrey Way the guy who made Tutsplus (and the amazing sublime text tutorial)
Check it out!
I wanted something I could display on my TV continuously, I think I did a pretty good job.
This shows how much is a LTC in US dollar in real time, it's made with a bit of python and a bit of javascript, you can check it here


Markdown
posted December 2013
I've changed the way I handle articles on this blog. I used to type plain html, but I'm now using the markdown syntax with the php parsedown parser.
So if you see any display errors, please tell me.