This site was completely revamped since 2017 using the following technologies:
- twitter bootstrap4 as html template, icons by fonts-awesome
- site fonts served by google-fonts
- server side code, flask (a python microframework)
- search engine: GAE + twitter typeahead
- client side CRUD actions based on backbone framework (REST support included)
- textarea uses markdown syntax
- persistence by Google Datastore
- hosted on Google App Engine
- unit testing GAE testbeds + nosetests
- js,css, html minification achieved with gulp4
- automatic browser reloading with browserify
- continuous deployment using TravisCI.