Works
You can find most of my codes on my github account. This is where I keep all my personal projects - including this site ☺
borntoco.de - The repository for this website.
SAJA - Scalable Architecture for Javascript Applications. Inspired by Nicholas Zakas. Compose your application of loosely coupled modules which use pub/sub pattern for communication. All based on RequireJS.
cinodine - continuous intergration app for javascript. It is used in my previous workplace and runs seamlessly on Bamboo server. Uses node.js along with jsdom and QUnit modules. Everything to simulate real browser environment. Yes it was written before Phantom.js became popular ;)
plOOgins - the OOP approach to jQuery plugins. Register your plugin class. Select elements you need. Run your plugin for all the selected elements. Chaining included!
LocalCache - localStorage in action! Cache whatever You want. If cache is full it will release the oldest stored items until there is enough space to store new data.
todolist (AngularJS demo app) - a demo TODO list application to showcase AngularJS modularization and best practices. I use it mainly to try new things and teach my junior colleagues how to code.
Szkola Karate Shotokan "SAMURAJ" - the website of karate school that I train in. Backend consists of SQLite ORM layer coded in OOP PHP. Front-end is good old, pixel-based layout.