From bb43447b267f3a827362ed4b3cd0ae4128ae0689 Mon Sep 17 00:00:00 2001 From: stawros Date: Sat, 21 Sep 2024 01:17:49 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a915a7..aeae893 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,10 @@ In previous years my job was oriented on **Java EE**. ### Projects :hammer_and_pick: -Recently I concentrate on my homelab: +Homelab + +Project under constant development + ```mermaid flowchart LR subgraph collocation @@ -43,6 +46,7 @@ flowchart LR subgraph CI forgejo woodpecker + allure reposilite end subgraph Nextcloud @@ -54,9 +58,9 @@ flowchart LR NGINX end forgejo --> woodpecker --> reposilite + woodpecker --> allure -.->|reports| c_forgejo forgejo -.->|mirror| c_forgejo woodpecker ---> c_reposilite - woodpecker ---> dc[Docker Hub] yah["You are here"] -.-> c_forgejo ``` @@ -64,6 +68,10 @@ flowchart LR Tech stack: Docker Compose #### Some personal coding projects +- Garmin HUD+ companion application + - Complex map & navigation solution to be used with Garmin HUD+ + - Tech stack: Kotlin, Mapbox SDK + - Repository: https://git.ztsh.eu/stawros/Garmin - Time management library - Provides time structures to time management apps - Tech stack: Plain Java + Junit, AssertJ