Commit code for MicroPython

TL, DR MicroPython is a fantastic framework to write code for micro controllers. The procedure to contribute code on GitHub has a few bureaucratic steps which may be hard to get right first. Here the steps you need to follow. MicroPython MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a… Continue reading Commit code for MicroPython

A MicroPython client for MinIO

TL, DR MicroPython is a fantastic framework to write code for micro controllers. I just created a very simple library to enable those devices uploading files into a MinIO object storage. MinIO object storage I already wrote a couple of blog posts about MinIO (you can check them here), a great self-hosted object storage software.… Continue reading A MicroPython client for MinIO

Google Foobar Challenge level 5 – Expanding Nebula

TL, DR Google Foobar is a hidden coding challenge by Google, and Expanding Nebula is the challenge I solved using Python in order to complete level 5. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Getting ready to run The ninth… Continue reading Google Foobar Challenge level 5 – Expanding Nebula

Google Foobar Challenge level 4 – Escape Pods

TL, DR Google Foobar is a hidden coding challenge by Google, and Escape Pods is the challenge I solved using Python in order to complete level 4. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Getting ready to run The eighth… Continue reading Google Foobar Challenge level 4 – Escape Pods

Google Foobar Challenge level 4 – Free the Bunny Workers

TL, DR Google Foobar is a hidden coding challenge by Google, and Free the Bunny Workers is the challenge I solved using Python in order to progress in level 4. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Getting ready to… Continue reading Google Foobar Challenge level 4 – Free the Bunny Workers

Google Foobar Challenge level 3 – Find the Access Codes

TL, DR Google Foobar is a hidden coding challenge by Google, and Find the Access Codes is the challenge I solved using Python in order to complete level 3. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Getting ready to run… Continue reading Google Foobar Challenge level 3 – Find the Access Codes

Google Foobar Challenge level 3 – Prepare the Bunnies’ Escape

TL, DR Google Foobar is a hidden coding challenge by Google, and Prepare the Bunnies’ Escape is the challenge I solved using Python in order to move forward in level 3. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Getting ready… Continue reading Google Foobar Challenge level 3 – Prepare the Bunnies’ Escape

Google Foobar Challenge level 3 – Bomb, Baby!

TL, DR Google Foobar is a hidden coding challenge by Google, and Bomb, Baby! is the challenge I solved using Python in order to move forward in level 3. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Controlled explosion The fourth… Continue reading Google Foobar Challenge level 3 – Bomb, Baby!

Google Foobar Challenge level 2 – Elevator Maintenance

TL, DR Google Foobar is a hidden coding challenge by Google, and Elevator Maintenance is the challenge I solved using Python in order to complete level 2. This post is part of a series on Google Foobar, with all the challenges I encountered. The full series is available here. Keeping lifts in order The third… Continue reading Google Foobar Challenge level 2 – Elevator Maintenance