Skip to main content

About

This site is a curated overview of my work in software engineering, including open-source projects, articles, and blog posts.

I focus on building practical, well-engineered solutions across areas such as web and mobile applications, security, and cloud computing. I’m particularly interested in work that not only solves real-world problems but also contributes positively to the wider developer community.

Through writing and open-source contributions, I share insights from my experience and ongoing learning in a constantly evolving field. Collaboration and knowledge sharing are central to how I work, and I hope my projects and articles are useful and inspiring to others.

Contact #

Either you find me on one of the multiple sites I frequent ( StackOverflow, LinkedIn, Gist, GitHub, Medium, dev.to ) or feel free to send me a message via .

Technical Stuff #

This site is generated with hugo, a static site generator. The base theme is derived from jpanther’s awesome congo theme. The source content is hosted on GitHub and continuously deployed via GitHub Actions to Firebase Hosting (a CDN).

Syncing Content #

Coverage

The content is fetched using a simple Node CLI written in Typescript. It retrieves data from sources such as GitHub, Stack Overflow, dev.to, and Medium, and converts it into Markdown with Hugo-compatible front matter and directory structure.

Version #

Build Status

This version is based on commit 7806aa2e and was built via CI job #1355 .

Old Site #

This is the second version of this site, rebuilt from scratch in 2022. The previous version is no longer maintained and is available at old.favr.dev . It was originally built with Codedoc by the CONNECT platform , which is no longer actively maintained.