diff --git a/content/web/sections/050-projects.md b/content/web/sections/050-projects.md
index d9305ba..0977cab 100644
--- a/content/web/sections/050-projects.md
+++ b/content/web/sections/050-projects.md
@@ -10,7 +10,7 @@ id: projects
### ezcache
🔗
-Dead simple in-memory caching library for go.
+Dead simple in-memory caching library for Go, designed to improve application performance by reducing database load and API calls.
@@ -19,7 +19,7 @@ Dead simple in-memory caching library for go.
### nomino
🔗
-go library for random filename generation.
+Go library for random filename generation, useful for creating unique identifiers and preventing naming conflicts.
@@ -28,7 +28,7 @@ go library for random filename generation.
### gin error middleware
🔗
-A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.
+A middleware for Go Gin framework and wrapper functions to make handling errors easier and more idiomatic, improving API robustness.
@@ -37,7 +37,7 @@ A middleware for go gin framework and wrapper functions to make handling errors
### 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.
+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.
@@ -46,12 +46,12 @@ A small go library that provides errors that can be more useful in the context o
### droplogger
🔗
-Python logging application especially suited for life-logging with IFTTT and Dropbox.
+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.
+A work-in-progress complete rewrite of droplogger in Go, aiming for improved performance and maintainability.
@@ -60,7 +60,7 @@ 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.*
+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.*
@@ -69,7 +69,7 @@ go cli app for transforming a folder of music videos and music files, with semi-
### Object Spy
🔗
-PHP debugging library that makes it easy to inspect private properties and methods without using reflection.
+PHP debugging library that makes it easy to inspect private properties and methods without using reflection, simplifying complex debugging tasks.
@@ -78,7 +78,7 @@ PHP debugging library that makes it easy to inspect private properties and metho
### http go status
🔗
-Super simple web server that just returns the HTTP status you ask for. Useful for testing.
+Super simple web server that just returns the HTTP status you ask for, useful for testing and debugging HTTP client behavior.