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.
My Blog
Logs are an essential debbuging tool when developing. But if your application emits many logs it can become hard to find what you are looking for. In this article, I will show you how to use Grafana Loki in your local envrionment, a tool that will make your log searching experience much better.
The tools I use to manage my knowledge (2021)
Constant learning is an important part of the life of a Software Engineer. But organizing and Digesting all that knowledge and information from multiple sources like Blog posts, newsletters, social networks, documentation sites can be a daunting task. In this post, I will talk about the tools I use to help me with that.
I spent my last weekend migrating my primary email address to my own domain. In this post I will explain the reasons for this change and challenges I faced with this process.
Serverless beyond FaaS
Serverless is for some time, the new hype in the infrastructure world. But it is offten confused with Lambdas. In this post I will show why Lambdas are only a sub part of Serverless.
In this article, I demonstrate how to create a JSON Schema, to provide auto-completion to Hadolint configuration files on VS Code editor.