
Python 3.11
I know it have been a very long time since I posted anything here, life have been, well life. Anyway python 3.11 went out of RC phase last week, so let’s see what’s new: You…
Your daily geek
I know it have been a very long time since I posted anything here, life have been, well life. Anyway python 3.11 went out of RC phase last week, so let’s see what’s new: You…
New Knowledge and full steam ahead: Recently discovered GraphQL, and that seems to be more fitting on how I want to interact with my API. Also, even though I had fun with the previous implementation…
I know have a bottom of the server ready to run, an empty metrics API is running. Everything for this basic implementation is up and running. Defining how to interact with data At the end…
Continue Reading Sensor API Update – data manipulation design
So really quick update, I did not managed to put a lot of effort in this project during the week, but at least a few things were done: Server is running With the current incomplete…
So a bit earlier this week Matt Parker asked on hit Patreon for some help with subtitles. I though it was a good idea to tests AWS Transcribe. From there I create tiny CDK app…
Hello, so this is my new project, this one is a real one, so some context: I plan to build a weather station at home using an Arduino, but for it to be useful, I…
It’s hard to keep the right balance between showing code and showing testing that is a bit more complex to make interesting on stream. That’s why I jumped to some actual implementation before finishing the…
Last Friday, I implemented the last part of the basic testing for the Password File API. To perform the unit testing for the lambda, I went for a pretty basic solution: no SAM image deployment…
New features for Python 3.10 is now on beta, this means that no new features will be added for this version. Let’s take a look to the most important features this version will onboard. Structural…