25 Feb 2026
Hello, World!
Hello there, I'm André! I'm a software engineer living in Brazil and working fully remotely. You can find me around social media by the handle andreiox.
The objective of this website is to have a little corner on the internet to write about some interests of mine, like self-hosting and software engineering, and also practice my writing in English.
While I'm here, let me talk about how I made this website. Due to its simplicity, I chose to not use any JavaScript here. Because of this, I'm just using hiccup, a library that represents HTML using Clojure vectors and maps. For the articles, I'm writing them in Markdown and parsing them into a hiccup structure so they can be transformed into HTML.
Anyway, I think that's enough of an introduction. See you in the next one!