An overview of the tools and technologies that shape my development environment in 2025.
My Blog
Zero Knowledge proofs (ZKPs) are a powerful cryptographic tool that can enhance privacy in KYC processes by allowing users to prove their identity without revealing sensitive information.
Choosing the tech stack for a project, is a very important decision, that shouldn´t be taken lightly, as it can deeply impact the speed of development and the ability to add new features in the long run, application performance, developer hapiness and more. Ultimately, a very bad technological choice, can make the project to fail, if not in the short term, in the long term. In this article, I will talk a bit about some factors I consider important, when choosing a tech stack for any project.
In this post I will talk a bit about the setup and software of my personal laptop, powered by Linux.
There are lot´s of great software that is not available or is outdated on the Package managers repositories and it´s only available on GitHub. The biggest issue with installing software directly from GitHub is the update process, which is a very manual process. What if we could automate that process? In This article I will show how we can Ansible to make sure that any software installed from GitHub is always updated.