DevelopmentTipsEnvironment VariablesShellGit
Automate Your .env.example Generation - A Developer's Time-Saver
Learn how to automatically generate .env.example files from your .env.local without exposing sensitive values.
•2 min read
Thoughts on software development, tech, and more.
Learn how to automatically generate .env.example files from your .env.local without exposing sensitive values.
Learn how to quickly kill a stuck Next.js development server on port 3000 with a simple command.
Learn how to automatically detect and remove unused exports, files, and dependencies in your TypeScript/JavaScript projects using Knip.
Learn how to build a type-safe full-stack application using FastAPI for the backend, Next.js for the frontend, and hey API for SDK generation in a Turborepo monorepo setup.
Learn how to quickly check for TypeScript errors across your entire project without compiling, perfect for catching issues before they hit production.