Explore >> Select a destination


You are here

luketic.de
| | hjr265.me
4.3 parsecs away

Travel
| | I have been meaning to do a few short-form blog posts lately. This blog post is going to be one of them. In Go, on Linux, if you want to know when the terminal window is resized, you can listen for the SIGWINCH signal using the signal.Notify (or the signal.NotifyContext) function. The code will look something like this: 1 2 3 4 5 ch := make(chan os.Signal) signal.Notify(ch, syscall.SIGWINCH) for range ch { // The terminal has been resized.
| | danielmangum.com
2.2 parsecs away

Travel
| | This guide will teach you how to run the Kong API gateway locally as a proxy server for a Golang API using Docker. The Go API Link to heading The Golang standard library has a very simple http library that makes it very easy to spin up a web server. For now, we will build the simplest implementation of a web server. Start by creating a new directory in your go/src/.
| | infinitedigits.co
3.8 parsecs away

Travel
| | A simple pattern to get started using worker pools with Golang.
| | growbeyondgrades.org
24.6 parsecs away

Travel
| Having choices in how students show their learning is critically important to access, equity, and even engagement. In addition to these compelling reasons, having choices for demonstrating understanding is a necessary condition of assessment validity. Lee Ann Jung shows how by removing the barriers to assessment, every student has the chance to shine.