uv in 2026 — Why Python Tooling Finally Felt Done

Practical uv: project setup, dependency management, lockfiles, tool installs, scripts with inline deps, and why it replaced pip/poetry for many teams.

May 4, 2026 · 4 min · 743 words · Manvendra Rajpoot

uv Cookbook for Python in 2026 — Recipes from Real Projects

Day-to-day uv recipes: workspaces, single-file scripts with deps, lockfile workflows, Docker patterns, CI integration, monorepo, and gotchas.

May 1, 2026 · 4 min · 641 words · Manvendra Rajpoot

TypeScript Strict Mode in 2026 — Settings That Actually Catch Bugs

Going beyond "strict": true: noUncheckedIndexedAccess, exactOptionalPropertyTypes, verbatimModuleSyntax, and the patterns that keep TS rigorous without misery.

April 30, 2026 · 3 min · 520 words · Manvendra Rajpoot

Biome vs ESLint + Prettier in 2026 — The Faster Toolchain

Biome (the Rust-based all-in-one) vs the classic ESLint + Prettier. Speed, ecosystem reality, configuration migration, and a clear recommendation.

April 30, 2026 · 2 min · 304 words · Manvendra Rajpoot

Modern Rust Tooling in 2026 — cargo, clippy, fmt, and Workspaces

Productivity Rust tooling for 2026. cargo, clippy, fmt, workspaces, nextest, watch, and the strict-lints that catch bugs in CI.

April 30, 2026 · 3 min · 624 words · Manvendra Rajpoot

Reproducible Dev Environments in 2026 — Nix, Devbox, mise, and Devcontainers

Picking a reproducible dev-environment tool in 2026. Nix flakes (deepest), Devbox (Nix made friendly), mise (lightweight version manager), devcontainers (Docker-based), and which fits which team.

April 30, 2026 · 6 min · 1089 words · Manvendra Rajpoot

Modern Python Tooling in 2026 — uv, Ruff, ty, and the New Toolchain

Modern Python tooling worth using in 2026 — uv replaces pip/venv/poetry/pyenv, Ruff replaces flake8/black/isort, ty (Astral) is the fast type checker, plus the project layout and pre-commit setup that pulls it together.

April 28, 2026 · 7 min · 1412 words · Manvendra Rajpoot

A Git Workflow That Doesn't Get in Your Way (Solo Edition)

A pragmatic Git workflow for solo developers and small teams: trunk-based commits, sane branching, rebases without fear, and the recovery commands you’ll thank past-you for memorizing.

April 28, 2026 · 8 min · 1533 words · Manvendra Rajpoot

Python Virtual Environments: uv vs venv vs Poetry in 2026

An opinionated guide to Python virtual environment and packaging tools — uv, venv, Poetry, and how to pick the right one for your project.

April 28, 2026 · 6 min · 1182 words · Manvendra Rajpoot