I'm developing a couple of websites currently, the first two using the Jekyll framework and Liquid for GitHub Pages, the third one using a PHP backend on my own web server and the last one using Python Flask as backend and jQuery in frontend:
- mtex-toolbox.github.io
- franjoli-productions.de [1]
- local: filmbibliothek/ [1]
[1] programmed from scratch
In my recent private project I programmed a local hosted movie streaming service for your own movie collection, named Filmbibliothek. It is programmed with Python Flask and Jinja templates as backend and jQuery in frontent. It also includes a script to collect some metadata about a movie, only based on its name.
Before that I did a lot of programming in C/C++ for microcontrollers: e.g. AudioRGB
And right now I'm learning high performance computing in C and Python using the libraries OpenMP and MPI.