It seems like your browser doesn't support the JavaScript technology or has it turned off. Go to the section "about this site" for more information.Elia Doumerc | Changelog
ELIA Doumerc About me Music Informatics Contact

Changelog

Index


Last Update: October 3, 2023

v2.1

2023-10-03

Motivation

Heroku (my backend hosting provider) decided to remove the free plan. So, in order to save costs I had to get rid of the backend which, being a programming exercise, was mostly unnecessary anyway.

Changes

So what I did is to turn the recordings into static files, which makes them less flexible to be queried, but reduces loading time to nothing.

Furthermore I had to remove the highscore table in the LEDs game as it also requires the backend. The game is still playable. It has been moved to the Informatics section as I don’t think I will be adding enough games in the future to justify a dedicated games section. Besides, this website is rather supposed to be about me and what I do than a games portal.

v2.0

2022-06-28

Problems so far

Altough the site seemed rather complete, there were a few under-the-hood issues that affected the performance (loading time) and the development flow:

Changes

Most of these issues were adressed by merging the frontend code into a single Hugo project. Hugo is a powerful Static Site Generator. The pages are now compiled once and served quickly via Netlify. The content is comfortably edited in the Markdown language with optional HTML extensions and the translation process is more straight forward. The code is available on my Github repository.

The dynamic content is requested via JavaScript and served by the flask app which has been radically reduced to a simple API. The delay due to the on-demand launch of the server is still present, but only noticeable in the music section, where it takes a bit longer to load the available composers.

E-Mail: