CAPM, Chaos, and Choosing Wisely

Stocks, life, decisions—all come with risk. Might as well understand it before jumping in.

April 13, 2025 · 3 min · 560 words · Shubham

Mastering Python Decorators: A Practical Guide

Introduction As Python developers, we’re always searching for ways to write more efficient, clean, and maintainable code. Enter decorators — a powerful Python feature that allows you to modify or enhance functions without changing their core implementation. In this article, we’ll dive deep into decorators through a real-world performance monitoring example. What Are Decorators? At its core, a decorator is a function that takes another function as an input and extends or modifies its behaviour. Think of it like a wrapper that can add functionality to existing code without modifying the original function. ...

March 22, 2025 · 2 min · 380 words · Shubham

Complete Guide to Setting Up a Headless Raspberry Pi (No Monitor Needed!)

Including the setup of a static IP.

February 17, 2025 · 2 min · 393 words · Shubham

Shores of the cosmic ocean

The known is finite, the unknown infinite; intellectually we stand on an islet in the midst of an illimitable ocean of inexplicability. Our business in every generation is to reclaim a little more land.

September 15, 2023 · 4 min · 769 words · Shubham