Published
The GenAI Landscape — structured
Foundations, architectures, tooling, and production patterns across modern Generative AI — navigable as a structured mindmap.
→Scheduling with CP-SAT — A Hands-On Tutorial
From a single machine to RCPSP — how to model and solve real scheduling problems in Python using Google's CP-SAT solver. Working code, animated Gantt charts, and intuition at every step.
Prerequisites: Python, basic familiarity with optimisation
→
How much can you get from your CPU — and when do you need a GPU?
Most Python code uses a fraction of available CPU power. An interactive explainer on parallelism, OpenBLAS tiling, and where the CPU ceiling actually is.
Prerequisites: Basic Python, NumPy familiarity
→
Stock Market Series — A Guide I Made for My Son
Two-level interactive guide — from what a stock is all the way to financial statements, technical analysis, and building a real portfolio.
→