Resources
Tools for the journey
Cheat sheets, roadmaps, templates, and hand-picked recommendations. Everything is free and used in the projects on this site.
Cheat Sheets
Python Cheat Sheet
One page of the Python you use every day: comprehensions, slicing, f-strings, pathlib, and common stdlib patterns.
(opens in a new tab)SQL & PostgreSQL Cheat Sheet
Joins, window functions, indexes, and EXPLAIN, covering the queries and concepts that come up in real work and interviews.
(opens in a new tab)Git Command Cheat Sheet
From daily workflow to fixing mistakes: rebase, cherry-pick, reflog, and the recovery commands that save your branch.
(opens in a new tab)Roadmaps
Templates
FastAPI Project Template
A batteries-included starter: project layout, SQLAlchemy, Alembic migrations, pytest fixtures, Docker, and CI.
(opens in a new tab)Next.js + TypeScript Template
A strict-TypeScript Next.js starter with Tailwind, testing, linting, and sensible defaults for SEO and accessibility.
(opens in a new tab)Books
Tools
Build With Bipin on GitHub
Every project on this site is open source. Read the code, open issues, and send pull requests.
(opens in a new tab)Excalidraw
The whiteboard tool used for every architecture diagram on this site. Free, fast, and collaborative.
(opens in a new tab)uv — Python Package Manager
A dramatically faster replacement for pip and virtualenv workflows. The tool every Python course here uses.
(opens in a new tab)