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 June 11, 2024 12:27
*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 June 15, 2024 07:17
RxJS 5 Operators By Example