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

2.9 KiB

id
projects

Open Source Projects

ezcache

🔗 Dead simple in-memory caching library for Go, designed to improve application performance by reducing database load and API calls.

nomino

🔗 Go library for random filename generation, useful for creating unique identifiers and preventing naming conflicts.

gin error middleware

🔗 A middleware for Go Gin framework and wrapper functions to make handling errors easier and more idiomatic, improving API robustness.

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, it enables structured and user-friendly error responses.

droplogger

🔗 Python logging application especially suited for life-logging with IFTTT and Dropbox, providing automated personal data collection.

my-log

🔗 A work-in-progress complete rewrite of droplogger in Go, aiming for improved performance and maintainability.

strip-beats

🔗 Go CLI app for transforming a folder of music videos and music files, with semi-automatic tagging and a user-friendly TUI, streamlining media organization. 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, simplifying complex debugging tasks.

http go status

🔗 Super simple web server that just returns the HTTP status you ask for, useful for testing and debugging HTTP client behavior.