A monthly overview of things you need to know as an architect or aspiring architect. Yao Yue discusses the fundamental limitations of standard line charts for system observability. Drawing from 15 ...
In a recent project, I needed an easy way to traverse Java object trees and extract values from the objects. Instead of continually going through huge iterator-if-else setups, I wanted a tool that ...
Kotlin is pretty great. It's got a whole bunch of useful language features, and the syntax is generally clean and simple. It's also cross-platform, and the base language can compile to a whole bunch ...