I was born curious and always wanted to know how things work. After having too much fun tearing everything apart and crafting stuff, I became a computer engineer. And then I kept on doing that to have more fun.
I love coding, analyzing and organizing data, solving problems, optimizing solutions and talking about boring stuff until they become interesting.
Usually, I keep notes on how I do things and sometimes I like converting those notes into fun stories or guides for whomever might find them interesting or even useful.
The third part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, a caching mechanism is implemented and tried locally and on Azure.
The second part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, python code is embedded in an Azure Function, run locally, then published to Azure.
The first part of an Azure Functions series, applied on a simple use case: Connect to a public API, parse and display data. Here, a local prototype is created, in a test driven development approach.