DumbDB III: from text to results - an high-level overviewJune 1, 2025An high-level overview of how a textual SQL query is processed by a DBMS to produce a resultPythonDatabasesData Engineering
DumbDB II: introducing the Hash IndexApril 12, 2025Implementing a Hash Index in to boost the performance of the Append-Only DatabasePythonDatabasesData Engineering
DumbDB I: an Append-Only DatabaseApril 6, 2025Developing a dumb DBMS from scratch using Python - implement the most common operations on with an Append-Only DatabasePythonDatabasesData Engineering
Interactive Debugging With Dagster and DockerDecember 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.DagsterDockerData Engineering
Enhancing LLM Tool Usage with ConversoAugust 27, 2024Meet Converso, a LangChain extension that improves LLMs performance on the usage of complex toolsAIPythonLangChainLLM
Generate your docstrings automatically with ZeroDocsFebruary 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.AIPythonCI/CDLLM
How to build a Telegram Bot for Plate RecognitionSeptember 7, 2023Explore how to build a Telegram Bot for Plate Recognition, with a complete CI/CD pipeline and monitoring dashboards.AIComputer VisionPythonGrafanaMLflowTelegram