Caddy is a modern open-source web server known for automatic HTTPS and simple configuration, created by Matthew Holt in 2015, written in Go.
Provider
2 results shownArticle
2 results shownBuilding a Static Website with Hugo: Quickly Create a Business Website
Hugo is a blazing-fast static site generator. This article covers Hugo installation, configuration, and deployment workflow for building a business website.
Go and Gin Backend Development Guide: Routing, Middleware and Concurrency
A backend development guide based on official Gin and Go resources covering routing, middleware, JSON binding, and the goroutine concurrency model.