DevEdu / Blog
·5 essays in setup-tutorials
Engineering writing for people who actually build things.
Long-form, opinionated essays on framework deep dives, schema design, performance, and developer experience. New every two weeks.
Results
5 matchesCI/CD with GitHub Actions: Your First Pipeline
Build a real CI/CD pipeline with GitHub Actions — install, test, build, deploy — for a TypeScript app, with the patterns that scale to dozens of jobs.
PostgreSQL Local Setup on macOS with Homebrew
Install PostgreSQL locally without Docker, create a development database, and configure your shell — the cleanest path for daily Mac development.
Git and GitHub Workflow for Solo Developers
A pragmatic Git setup for someone working alone — sensible defaults, the commands that matter, and a workflow that scales gracefully when teammates join.
VS Code Power User Configuration: Settings, Extensions, and Habits
A focused VS Code setup for engineers — the settings worth changing, the extensions worth installing, and the habits that turn it into a productivity machine.
ESLint and Prettier Setup for TypeScript Projects
Wire up the modern ESLint flat config with Prettier in a TypeScript project, set them up to cooperate, and never argue about formatting again.