

Recent
Integrating Todoist and Discord using Windmill
·1879 words·9 mins
I’ve been spending more time in Discord lately, and I’ve been wanting a way to see the status of my Todoist tasks directly in Discord.
Automatically detecting and resolving deprecations using Semgrep
Managing 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 Go
I’ve recently started writing more Go, and one pattern I miss from Python is context managers, which are especially useful when doing IO.