Blog

Thoughts on data engineering, Python, and building software.

·2 min read

Building Robust ETL Pipelines with Python

A deep dive into how I automated data processing flows using Pandas and raw SQL optimization techniques.

PythonETLData Engineering
Read article
·3 min read

Improve Python Code Quality with Ruff

In the ever-evolving Python ecosystem, maintaining clean, efficient, and error-free code is paramount for developers. Enter Ruff, a lightning-fast Python linter and code analyzer.

PythonTips
Read article