Introduction
A blockchain is an integrated solution of different computer science problems in the form of a single, append-only, publicly available, transparent, and cryptographically auditable database that runs in a distributed and decentralized environment.
I’ve heard many t...
I wanted to share a quick thing that made my life easier on tmux lately, but before we dig into that, I feel like I need to explain how I usually work.
How my workflow looks like
It has 2 main modes:
Mode 1: Local
I open an Alacritty windows and run:
$ tmux
Mode 2: Remote
This i...
A conversation about maintaining OSS — in Portuguese.
You may have noticed that the team at Gopher Academy has been unusually quiet lately. In April, we contacted the Walt Disney World Swan and Dolphin Resort to discuss the cancellation of our conference at their property.
Last year I wrote a new HTTP router for Go called Flow. I've been using it in production on this site and in a couple of other projects since, and I'm pretty happy with how it's working out so decided to share it a bit more widely.
My aim with Flow was to bring together my favo...
Cohesion is part of the low coupling, high cohesion principle that’s supposed to keep your code maintainable.
While low coupling means few dependencies, high cohesion roughly translates to single responsibility.
Highly cohesive code (a module or a function) is focused on a...
Twitter Spaces with Twitter and Charm folks, discussing favorite developer tools.
This Space was not recorded.
This release contains several minor improvements and a couple of new features! Let’s have a look!
goreleaser changelog preview.
Highlights
goreleaser changelog was added to GoReleaser Pro — you can use it to preview your next release changelog
added more...
A couple of weeks ago I was working on adding SSH Certificate Authentication support to Wish, and did not find any good, to the point documentation on how to use certificates from the Go SSH client — hence this post.
In short, we need to parse the user’s private key and t...