This is the first post on chajo.dev — a minimalistic tech blog.
I plan to write here about software engineering, systems, the tools I use, and the occasional side project. Posts will be short, practical, and to the point.
A code sample
Because no tech blog is complete without one:
package main
import "fmt"
func main() {
fmt.Println("Hello, world")
}
More soon.