
Gianfranco Demarco
Data & AI Engineer | M.Sc. in Artificial Intelligence
Posts
An 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
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.