RSSAmplifier

Blog

The Speaking Machine

I’m a developer who’s worked with Go, Java, C++ and Rust. I’m collecting and sharing my thoughts on electronic music, digital audio, software development, ge...

coderkini.devRSS feed ↗4 posts

Latest posts

decltype, Demystified

Scratching the surface on C++'s decltype specifier

Understanding const, constexpr in C++

Understanding const, constexpr and their impact on pointers, and references in C++

Time for some change and C++

I’m about 20 years into my software development career, and lately I’ve been feeling a quiet sense of saturation. Most of my work has lived in familiar territory—Java for the most part, with phases of C#/.NET, Node.js, and more recently Go. The problems have been interesting, the systems meaningful, but the shape of the work has remained largely the same: database-driven applications, CRUD-heavy…

Debugging in Go

tools and techniques to make debugging Go programs more intuitive and simple