Explore >> Select a destination


You are here

bartlomiejmika.com
| | firehydrant.com
8.8 parsecs away

Travel
| | Learn how to structure a Go application with Docker Compose as your development environment.
| | benhoyt.com
10.7 parsecs away

Travel
| | My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.
| | benhoyt.com
11.0 parsecs away

Travel
| | Simple Lists is a tiny to-do list web application written in Go, with old school server-side rendering and no JavaScript.
| | dht.is
81.8 parsecs away

Travel
| Background I was packaging up a website as a PWA (progressive web application) so that it could be used offline at a conference, and I wanted to have some analytics collected while offline. After a lot of searching, I came across Piwik Pro, a capable analytics package that specifically included capabilities for offline analytics tracking. Perfect! However, their code assumes that you are building your project using a framework with a packaging-based workflow. My project was simple, vanilla html and javascript.