At one point in my career, I was no longer excited about the software I was building.
My favorite part of the job were low-level details and complex algorithms.
After switching to user-facing applications, they were mostly gone.
It seemed programming was about moving data from on...
Author(s): Changkun Ou
Permalink: https://golang.design/research/ultimate-channel
Recently, I have been rethinking the programming patterns regarding
graphics applications, and already wrote a 3D graphics package in Go,
called polyred.
While I was designing the rendering pipelin...
A few months ago, I published a post on Multi-platform Docker images with GoReleaser and GitHub Actions. Today’s post has the same idea, but using Podman instead of Docker.
I live in Brazil, and, if you’re not familiar, internet usually sucks here.
The Question
When you work on data science problems, you always start with a question you’re trying to answer. This question will affect the data you pick, your exploration process, and how you interpret the results.
The question for this article is: How much (in percentage...
A hands-on talk on how to create and set up a project with GoReleaser.