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]
AWS Lambda: Quarkus vs Plain Java
Benchmark expirement
TL;DR
[Read More]
First steps with Serverless Framework
Building a simple Telegram Bot
In this post I want to show how I build a simple Telegram bot using serverless functions and using a tool that helped me to develop and test everything locally. I have never built a Telegram bot before, nor have I developed anything serverless or programmed in JS, so it...
[Read More]
Do I Need to test my code?
What should I test?
It is difficult to find any developer who does not agree with the title of this publication, even more, if asked in a job interview. Although, some developers took what Kent Beck once said “I get paid for code that works, not for tests” as a license to not create...
[Read More]