Thoughts on Go vs. Rust vs. Zig
A thoughtful comparison of the Go, Rust, and Zig programming languages, highlighting their shared lack of class-based OOP.
A thoughtful comparison of the Go, Rust, and Zig programming languages, highlighting their shared lack of class-based OOP.
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
Analysis of Microsoft's Go port of the TypeScript compiler, discussing the timeline, benefits, and technical details of the native implementation.
Learn a simple Go testing pattern using 'if got, want :=' for cleaner, more readable tests and table-driven test examples.
A guide to deploying and managing simple Go web services on NixOS, highlighting benefits over Ansible and Docker for personal projects.
The author details their journey to reduce memory usage in their 'Mess With DNS' service by optimizing how IP address lookup data is stored.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
Exploring what kind of application can be built using only the Go programming language's standard library, without external dependencies.
A Go programmer shares lessons learned from debugging a struct copying issue and recommends the '100 Go Mistakes' resource.
A guide on integrating and running Go code within an Elixir application using WebAssembly (WASM/WASI) and the Wasmex library.
An in-depth technical look at Docker's core components, including its architecture, images, containers, and how they work together.
A developer compares learning Rust and Go for systems programming, highlighting their design philosophies and personal coding experiences.
A blog post reviewing a video presentation by Rob Pike on the history and development of the Unix operating system at Bell Labs.
A software engineer reflects on his startup journey and open-source work before joining Google to focus on developer productivity tools.
An introduction to Matt, a software engineer who builds apps on YouTube, organizes tech events, and works in healthcare tech.