You need to enable JavaScript to run this website.

Searching for a job

Take a look on my CV, on my GitHub page, and on my three most significant projects described below.

DB.js

DB.js is a tiny MVVM implementation, see db.leanws.com. "Tiny" stands for "stable, versatile and fast": what's the point in using over-engineered libraries if faster web pages can be created with DB.js (100+ times smaller than Angular 2)?

Website Builder

Website Builder a is lightweight wiki engine for simple websites. It transforms plain text to web pages similarly to MediaWiki. See the short introduction video.

For more videos, see this YouTube channel devoted to the Website Builder. See another example: web pages manipulation.

Fully automated website testing

IMO QA's should not spend time on testing websites because it can be fully automated. I use firefox + perl marionette library to test web pages. Some websites (for example, Stripe) block marionette ; to test interaction with those, I use xdotool.