photoprism/photoprism: Personal Photo Management powered by Go and Google TensorFlowThis needs more work, but is already a nice photo viewer

Practical Go: Real world advice for writing maintainable Go programsThis guide explains how to write maintainable Go programs

More permissive date parsing for golangIt should try this date parsing library, so perhaps Ekster can show all kinds of items even when dates don't parse with the default date parser.

spiral/roadrunner: High-performance PHP application server, load-balancer and process manager written in GolangRoadrunner is a PHP application server. I want to check this out. At work we use a lot of PHP code and perhaps could help with that.

Close your response bodies, or you will have a massive memory leak in long running programs #golang #tip
Perhaps it's possible with some kind of introspection to copy fields from a microformats.Data object to a normal struct, just like how "encoding/json" works. You could create your own structs and copy those fields from the MF2 into your own data model.

Load more