♻️ Move resume parts to separate content pieces
This commit is contained in:
parent
8d09360dcb
commit
6292c91b3d
7 changed files with 193 additions and 119 deletions
67
content/web/sections/050-projects.md
Normal file
67
content/web/sections/050-projects.md
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
id: projects
|
||||
---
|
||||
## Open Source Projects
|
||||
|
||||
<section class="projects">
|
||||
|
||||
<section class="project middleware">
|
||||
|
||||
### gin error middleware
|
||||
|
||||
<a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler" class="noprint">🔗</a>
|
||||
A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.
|
||||
|
||||
</section><!-- /.project.middleware -->
|
||||
|
||||
<section class="project responsable">
|
||||
|
||||
### Responsable Errors
|
||||
|
||||
<a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors" class="noprint">🔗</a>
|
||||
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.
|
||||
|
||||
</section><!-- /.project.responsable -->
|
||||
|
||||
<section class="project log">
|
||||
|
||||
### droplogger
|
||||
|
||||
<a href="https://gitlab.com/danjones000/droplogger" class="noprint">🔗</a>
|
||||
Python logging application especially suited for life-logging with IFTTT and Dropbox.
|
||||
|
||||
#### my-log
|
||||
|
||||
<a href="https://codeberg.org/danjones000/my-log/" class="noprint">🔗</a>
|
||||
A work-in-progress complete rewrite of droplogger in go.
|
||||
|
||||
</section><!-- /.project.log -->
|
||||
|
||||
<section class="project strip-beats">
|
||||
|
||||
### strip-beats
|
||||
|
||||
<a href="https://codeberg.org/danjones000/strip-beats" class="noprint">🔗</a>
|
||||
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.*
|
||||
|
||||
</section><!-- /.project.strip-beats -->
|
||||
|
||||
<section class="project object-spy">
|
||||
|
||||
### Object Spy
|
||||
|
||||
<a href="https://packagist.org/packages/danjones000/object-spy" class="noprint">🔗</a>
|
||||
PHP debugging library that makes it easy to inspect private properties and methods without using reflection.
|
||||
|
||||
</section><!-- /.project.object-spy -->
|
||||
|
||||
<section class="project go-status">
|
||||
|
||||
### http go status
|
||||
|
||||
<a href="https://codeberg.org/danjones000/http-go-status" class="noprint">🔗</a>
|
||||
Super simple web server that just returns the HTTP status you ask for. Useful for testing.
|
||||
|
||||
</section><!-- /.project.go-status -->
|
||||
|
||||
</section><!-- /.projects -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue