/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rakyll.org
| | blog.fmpwizard.com
4.2 parsecs away

Travel
| |
| | jbalogh.me
1.7 parsecs away

Travel
| | [AI summary] Mozilla is introducing push notifications for the web, enabling websites to send messages to users across multiple platforms, with details on the API and server-side implementation.
| | www.integralist.co.uk
7.3 parsecs away

Travel
| | Introduction Four ways to skin a cat How does the adapter work? Why is this interesting? Summary/Breakdown Introduction Here is some code that demonstrates the typical 'hello world' for a Go based web server: package main import ( "fmt" "net/http" ) func handler(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "Hello %s", r.URL.Path[1:]) } func main() { http.HandleFunc("/World", handler) http.ListenAndServe(":8080", nil) } Note: http://localhost:8080/World will return Hello World For most people,...
| | blogger.googleblog.com
24.8 parsecs away

Travel
| Posted by: +Samantha Schaffer and +Renee Kwang ,Software Engineer Interns. Whether you're a web developer who builds blog templates for ...