go dev @ scylladb.com
cloud native developer, with experience in distributed systems and passionate about dev tooling
how to build composable dev env automation using magefiles when working in organizations with multiple go teams, it's common to have duplicated "automation" in the develoment environment setup (scripts to run tests, upload results, lint code, etc.) makefile is the most commonly used entrypoint for these commands in go, but it doesn't scale and can't easily be composed magefile is a rake inspired cli that solves this by allowing to build this in pure go, can be distributed as a library that many projects can simply use