All blogs

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

How to call a shell script using a custom keyboard shortcut in MacOS

Boost your productivity in MacOS with custom keyboard shortcuts for shell scripts. This step-by-step guide will show you how to do it using Automator.