RSSAmplifier

Blog

Krish Baidya

Welcome to my website!

krishbaidya.meRSS feed ↗2 posts

Latest posts

How a Single Equation Powers Crypto Exchanges

A deep dive into Automated Market Makers (AMM) — how DEXs like Uniswap use the constant product formula x · y = k to price tokens, with Python code and interactive visualizations.

Creating a Programming Language from Scratch

Learn how interpreted programming languages work by building a simple interpreter from scratch, including tokenization, AST construction, parsing, and execution.