I am a Software Engineer living in Berlin, Germany with a strong interest in front-end development.
Apart from computers, I am an avid cyclist and I love practicing foreign languages (hence me living abroad). Speaking of which, I am fluent in French and English. I used to know some Spanish. I recently picked German up.
I am a huge fan of comic books, The Walking Dead being my all-time favorite. I also read novels, mostly sci-fi. Besides all that, I occasionally play the guitar.
I write blog posts on this very website not only about computer science but also broader topics such as the environment, bikes or travels. There are RSS and Atom feeds that you can subscribe to. I usually write a few times a year. Feedback is greatly appreciated.
const matchPaceFormatWithColon = v => v && v.match(/^(\d{1,2}):(\d{2})$/); const matchPaceFormatWithQuotes = v => v && v.match(/^(\d{1,2})'(\d{2})"$/); const paceToSeconds = (v, separator = 'COLON') => { const [, minutes, seconds] = separator === 'COLON' ? matchPaceFormatWithColon(v) : matchPaceFormatWithQuotes(v) return Number(minutes) * 60 +...
I recently went to Canada for the first time of my life. Boy did I like it! It was grand! Truly a beautiful country, with very friendly people. And I've only seen a tiny part of Canada! Alright, as I did in previous articles, here is a list of things to know about Canada before you get there, and then my very own recommendations on places to...
Les conditions étaient presque toutes réunies pour une belle course. En ce dimanche 4 août 2024, hier donc, je participais pour la troisième fois à la course sur route VeloCity à Berlin : 100kms dans Berlin, avec une bonne partie en dehors de la ville, sur routes fermées, quelques milliers de participants, départ et arrivée au milieu du...
I operate by Crocker's Rules. You can contact me on any of the above-mentioned websites, or using the following email address:
Should you decide to reach out, please don't say just hi and don't ask to ask :).