WebRTC Explained
A practical guide to real-time audio, video, data channels, infrastructure choices, security, and production-ready implementation.
·
7 min read
Eight Mile · Writing
Engineering notes, write-ups and the occasional opinion.
A practical guide to real-time audio, video, data channels, infrastructure choices, security, and production-ready implementation.
·
7 min read
A practical guide to designing resilient event-driven platforms that scale cleanly, recover safely, and support modern digital services.
·
7 min read
A practical guide to Deno, its secure runtime, TypeScript support, tooling, deployment patterns, and when teams should adopt it.
·
7 min read
A practical guide to Bun.js performance, tooling, migration strategy, and how Eight Mile can help teams adopt it safely.
·
8 min read
A practical beginner guide to Flutter widgets, Dart syntax, state, layouts, and building reliable cross-platform apps.
·
2 min read
Learn how Model View Controller separates data, interface, and application logic to make software easier to build and maintain.
·
2 min read
A practical guide to choosing the right tests, avoiding brittle suites, and shipping software with confidence.
·
3 min read
Practical patterns for writing simple, readable, maintainable Go that fits the language.
·
4 min read
Practical habits that make Python code clearer, safer, and more maintainable.
·
4 min read
How to build command line programs in Go that read from pipes, fail properly, handle signals and ship as one binary anyone can run.
·
6 min read
A practical tour of the core JavaScript ideas — types, scope, functions, objects, and asynchrony — that make every framework you learn afterwards feel obvious.
·
6 min read