Learning Go Concurrency From Factorio Posted on June 28, 2020 | ropnop Go's concurrency model confused me at first, but it finally clicked when I thought of it like building an assembly line in Factorio [Read More] go
Proxying and Intercepting CLI Tools Posted on February 9, 2020 | ropnop Sometimes you need to intercept traffic from CLI tools. In this post I cover using Burp to intercept traffic from Java, Python, Node and Go CLIs [Read More] burp proxy python java node go