Eight Mile · Writing

Articles on Programming

Engineering notes, write-ups and the occasional opinion.

Programming

WebRTC Explained

A practical guide to real-time audio, video, data channels, infrastructure choices, security, and production-ready implementation.

·

7 min read

Programming

Event-Driven Systems

A practical guide to designing resilient event-driven platforms that scale cleanly, recover safely, and support modern digital services.

·

7 min read

Programming

Deno JS Guide

A practical guide to Deno, its secure runtime, TypeScript support, tooling, deployment patterns, and when teams should adopt it.

·

7 min read

Programming

Bun.js Guide

A practical guide to Bun.js performance, tooling, migration strategy, and how Eight Mile can help teams adopt it safely.

·

8 min read

Programming

Flutter Basics

A practical beginner guide to Flutter widgets, Dart syntax, state, layouts, and building reliable cross-platform apps.

·

2 min read

Programming

MVC Explained

Learn how Model View Controller separates data, interface, and application logic to make software easier to build and maintain.

·

2 min read

Programming

Testing That Works

A practical guide to choosing the right tests, avoiding brittle suites, and shipping software with confidence.

·

3 min read

Programming

Go for CLI Tools

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

Programming

What is OOP?

Understanding the Core Principles of Object-Oriented Programming

·

4 min read