Personal Project - GeoNerd a replacement OwnTracks server

Lately, I’ve been very interested in improving my experience with geolocated data. I love revisiting old routes and remembering specific shops or alleys that I forgot I visited.

@lil5 Thanks for the suggestion! After looking at it I'm a bit worried about #GinGonic : is this project alive? No blog entry since 2020, documentation is really poor, no release in the past 7 months, less than 1 closed issue per week while 600+ are opened... Is it a safe bet? When you're used to Django vibrant community as I am, it's worrying...

Been playing around with #PHP #FatFreeFramework and it’s a lovely functional experience, less OOP, similar to #flask or #GinGonic

https://www.fatfreeframework.com/3.8/getting-started#Hello,World:TheLess-Than-A-MinuteFat-FreeRecipe

Getting Started | Fat-Free Framework for PHP

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust web applications - fast!

@array @funkyduck try #GoLang with #GinGonic and enjoy simplicity like python with the speed of rust.

https://gin-gonic.com/docs/quickstart/

Quickstart

In this quickstart, we’ll glean insights from code segments and learn how to: Requirements Go 1.16 or above Installation To install Gin package, you need to install Go and set your Go workspace first. Download and install it: $ go get -u github.com/gin-gonic/gin Or install: $ go install github.com/gin-gonic/gin@latest Import it in your code: import "github.com/gin-gonic/gin" (Optional) Import net/http. This is required for example if using constants such as http.StatusOK. import "net/http" Create your project folder and cd inside $ mkdir -p $GOPATH/src/github.

Gin Web Framework