SensorNet package CI Release
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…
Your daily geek
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…
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…
Small update on my little password store project, I took my last weekend off from code because I needed to break a bit. Things a moving on, slower that I expected, mostly because, coding on…
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…