Go Turns 10

This weekend we celebrate the 10th anniversary of the Go release, marking the 10th birthday of Go as an open-source programming language and ecosystem for building modern networked software. Happy birthday, …

fresh

fresh: Build and (re)start go web apps after saving/creating/deleting source files. Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or …

gotop

gotop: A terminal based graphical activity monitor inspired by gtop and vtop. Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go! CLI Options -c, –color=NAME Set a colorscheme.-m, –minimal Only show …

Comparing Ingress controllers for Kubernetes

Deploying a Kubernetes cluster for a specific application, you need to realize the requirements from the application itself, business and developers. Having this understanding, you can make an architectural choice …

TypeScript: Optional Chaining

TypeScript 3.7 RC implements one of the most highly-demanded ECMAScript features yet: optional chaining and nullish coalescing! It is crazy! 🙂 Optional Chaining So what is optional chaining? Well at …