Essential tools for Go developers
Before writing Go programs, you must set up your editor and install essential tools. A short list includes staticcheck
, gosec
, govulncheck
, and gofumpt
.
Before writing Go programs, you must set up your editor and install essential tools. A short list includes staticcheck
, gosec
, govulncheck
, and gofumpt
.
Users won’t do this! No way! Why would they enter such values? It doesn’t make sense! Does it sound familiar? How many times have you said it to yourself?
Well… You are about to see and learn how a missing test puts thousands of production Kubernetes systems in danger.
Continue readingIt takes ages for the newsfeed to load. Scrolling on the tablet is slower than normal. Applications are not starting as smoothly as they did a week ago.
You are getting frustrated. You recall the last change you pushed to production. No, it couldn’t be that simple change! Are you sure?
Continue readingWhat does it mean to keep security in mind when writing Go code? Answering this question in one short article seems impossible. For this reason, we will narrow it down to a few specific practices.
Continue readingIn this episode, Graeme King hosted me to show practical examples of refactoring the test codebase.
Continue reading