Automatically detecting and resolving deprecations using Semgrep26 November 2023·2968 words·14 minsSemgrep Go BashManaging deprecations oftentimes requires a lot of manual work and communication. But what if we could automate this process instead?
Adapting the python context manager pattern for Go2 July 2022·460 words·3 minsGo PythonI’ve recently started writing more Go, and one pattern I miss from Python is context managers, which are especially useful when doing IO.