Posts
2025
DumbDB III: from text to results - an high-level overview
June 1, 2025An high-level overview of how a textual SQL query is processed by a DBMS to produce a result
DumbDB II: introducing the Hash Index
April 12, 2025Implementing a Hash Index in to boost the performance of the Append-Only Database
DumbDB I: an Append-Only Database
April 6, 2025Developing a dumb DBMS from scratch using Python - implement the most common operations on with an Append-Only Database
2024
Interactive Debugging With Dagster and Docker
December 2, 2024How to set up interactive debugging using Dagster in a Dockerized environment so that you can inspect your assets, sensors, and even Dagster's code at runtime - all without any differences from your production environment.
Enhancing LLM Tool Usage with Converso
August 27, 2024Meet Converso, a LangChain extension that improves LLMs performance on the usage of complex tools
Generate your docstrings automatically with ZeroDocs
February 12, 2024ZeroDocs is a tool that uses OpenAI's APIs to automatically generate docstrings for Python projects and create pull requests with the changes, integrating easily with GitHub Actions.
2023
How to build a Telegram Bot for Plate Recognition
September 7, 2023Explore how to build a Telegram Bot for Plate Recognition, with a complete CI/CD pipeline and monitoring dashboards.