What’s in the Python Setup AI Keeps Generating
I learned Python in the venv-and-pip era, where using black already made you thorough. These days AI scaffolds the …
I learned Python in the venv-and-pip era, where using black already made you thorough. These days AI scaffolds the …
I kept reading about agentic AI without really understanding any of it. So I built an Airflow monitoring agent to learn …
Apache Kafka is free. Airflow is free. Spark is free. But running them in production is not, and the companies that …
Cloud data warehouses have never had more competition. This post breaks down the architecture, costs, and the open …
A follow-up on building a generative art system in Go, showcasing new engines like Perlin Pearls, Swirl, and Cells, …
Took on the challenge of shrinking my site as much as possible. From trimming scripts to rethinking images, I learned a …
Generative art shifts the focus from drawing images to designing systems. Instead of sketching directly, you define …
A detailed comparison of gzip, Snappy, LZ4, and zstd compression algorithms, analyzing their impact on storage savings, …
A deep dive into common compression algorithms like gzip, Snappy, LZ4, and zstd, explaining their trade-offs in speed, …
Explore DuckDB, an in-process SQL OLAP database, as a powerful alternative to Spark for local data analytics. Learn how …