Posts
-
Jul 6, 2015
Cocos2d-x | Ubuntu | Linux | Snippet
I have started playing with the Cocos2d-x Game Framework for some game development and had some initial troubles getting it to run on Ubuntu, So I made a simple bash script to handle the installation of some system dependencies.
-
Apr 17, 2015
PHP | Gravatar | Twig | Library
A recent project of mine involved using Gravatar, so I made a Twig Extension to provide filters for simplified Avatar generation.
-
Feb 18, 2015
Symfony | FOS | UserBundle | PHP | Tutorial
Recently I have been learning to use Symfony for a project of mine as a less opinionated and more modular alternative to Laravel. So far it has been a very nice experience, and I believe it is a great framework for large scale developments.
-
Dec 31, 2014
Jekyll | Liquid | JSON | API | Snippet
While I don’t have a current use for it, I thought it would be cool to create a JSON API for Posts on this blog. Whatever I used had to work with Github Pages where my site is hosted, so using a gem is not an option.
-
Nov 1, 2014
Javascript | Tutorial
I spent quite some time searching for a currency API to use for currency conversions on websites. I eventually found Open Exchange Rates and their Money.js library, which is a great solution for handling currecny conversions on websites.
-
Oct 16, 2014
HTML | Javascript | App
As a bit of an experiment with offline web apps, I decided to try making a small text editor, and Teddit was born. However it is not like a normal offline web app using a manifest.appcache, it is saved in your bookmarks bar.
-
Oct 14, 2014
Javascript | Userscript
I frequently visit Hacker News alongside Reddit for seeing tech news and wasting time. Reddit has a nice feature in which you can set it to open all links to comment threads and external sites in a new tab, which I personally prefer. Yet I haven’t found this feature on Hacker News, So using TamperMonkey I decided to build it myself.