
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…
After the late release of Raspberry Pie Pico W, I wanted to rework my last design around the new feature that this hardware allows: The new design is going to work around a git flow…
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…
Sorry last week’s post was late, this one took me more time than anticipated. I’ve been experimenting on AWS S3 Object Lambda. Use cases: So S3 Lambda objects are S3 Access Points, that means that…
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…
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…