danielrayjones/content/web/sections/050-projects.md

2 KiB

id
projects

Open Source Projects

gin error middleware

🔗 A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.

Responsable Errors

🔗 A small go library that provides errors that can be more useful in the context of a web app. The heart of gin error middleware.

droplogger

🔗 Python logging application especially suited for life-logging with IFTTT and Dropbox.

my-log

🔗 A work-in-progress complete rewrite of droplogger in go.

strip-beats

🔗 go cli app for transforming a folder of music videos and music files, with semi-automatic tagging, and user-friendly TUI. This is a work in progress. Not yet fully functional.

Object Spy

🔗 PHP debugging library that makes it easy to inspect private properties and methods without using reflection.

http go status

🔗 Super simple web server that just returns the HTTP status you ask for. Useful for testing.