Skip to content

Instantly share code, notes, and snippets.

View digitalcraftsman's full-sized avatar

digitalcraftsman

View GitHub Profile
@sebz
sebz / grunt-hugo-lunrjs.md
Last active July 21, 2025 21:38
hugo + gruntjs + lunrjs = <3 search
@nmerouze
nmerouze / main.go
Last active March 17, 2025 15:20
Example for "Build Your Own Web Framework in Go" articles
package main
import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"log"
"net/http"
"time"