Skip to content

Instantly share code, notes, and snippets.

View pci's full-sized avatar

Philip Ingrey pci

  • @amigotechnology
  • @philingrey
View GitHub Profile
@peterhellberg
peterhellberg / graceful.go
Last active August 20, 2023 08:49
*http.Server in Go 1.8 supports graceful shutdown. This is a small example.
package main
import (
"context"
"log"
"net/http"
"os"
"os/signal"
"time"
)
@btroncone
btroncone / rxjs_operators_by_example.md
Last active July 16, 2023 14:57
RxJS 5 Operators By Example