All tags

A thumbnail image

Practicing your DBT skills locally with DuckDB

Want to practice your DBT skills but don't have access to a data warehouse? In this post, I will show you how to run DBT without the for a cloud based data warehouse.

A thumbnail image

Adding Application Insight Based Monitoring to Fast API

Learn how to add application insights-based monitoring to your FastAPI project using opencensus. All you need is custom middleware and a tracer.

A thumbnail image

DIY auto-grad Engine: A Step-by-Step Guide to Calculating Derivatives Automatically

Want to understand the magic of Jax, PyTorch, and TensorFlow auto-grad engines? The best to learn is to build your DIY version from scratch in Python.

A thumbnail image

Python Dataclass From Scratch

Want to understand the magic behind data classes? Learn how to create them from scratch using Python's exec function.

A thumbnail image

Poetry cheatsheet

Keep forgetting the CLI commands for Poetry? This cheatsheet will help you.

A thumbnail image

TIL: How to pass data to PyTest fixtures from the CLI

Today I learned how to pass different URLs via the CLI to PyTest fixtures to make my test reusable on different API deployments.