I keep experimenting with go and bots, so this week I decided to create a Twitter bot. It’s not the typical bot that just publishes things or does some scraping, this one will react to mentions; each time someone mentions the bot, it will reply with a “hello”. This is...
[Read More]
Putting Text on an Image with Golang
Running it locally, on GCP or Heroku easily
Since the beginning of my career, I have been focused on Java as my main programming language, but recently I switched to a company that uses Golang, and to help me to learn more about the language I decided to build something.
[Read More]
My path to AWS Solutions Architect - Associate certification
Passing AWS SAA-C02 - January 2021
I finally got the AWS certification 🤓! I read many stories about how people prepare to pass this exam. Everyone has their own way of learning so I wanted to build my own strategy out of all the things that I felt could help me from the experiences of others....
[Read More]
Automating webhook tests
Testcontainers + Ngrok + Docker
Has it happened to you that you are coding a test that requires you to wait for a webhook notification? It is a problem because normally the third-party service is outside your network and your machine will not hear their notification unless you provide them with your public IP, and...
[Read More]
Earthly + Quarkus Funqy
Simplifying building automation
There is a new building automation tool in the neighborhood named Earthly. Its intention is to simplify CI pipelines. Nothing like an image to explain it better:
[Read More]