Update README.md

This commit is contained in:
Piotr Dec 2024-09-21 01:17:49 +02:00
parent 8ab68605e1
commit bb43447b26

View file

@ -25,7 +25,10 @@ In previous years my job was oriented on **Java EE**.
### Projects :hammer_and_pick: ### Projects :hammer_and_pick:
Recently I concentrate on my homelab: Homelab
Project under constant development
```mermaid ```mermaid
flowchart LR flowchart LR
subgraph collocation subgraph collocation
@ -43,6 +46,7 @@ flowchart LR
subgraph CI subgraph CI
forgejo forgejo
woodpecker woodpecker
allure
reposilite reposilite
end end
subgraph Nextcloud subgraph Nextcloud
@ -54,9 +58,9 @@ flowchart LR
NGINX NGINX
end end
forgejo --> woodpecker --> reposilite forgejo --> woodpecker --> reposilite
woodpecker --> allure -.->|reports| c_forgejo
forgejo -.->|mirror| c_forgejo forgejo -.->|mirror| c_forgejo
woodpecker ---> c_reposilite woodpecker ---> c_reposilite
woodpecker ---> dc[Docker Hub]
yah["You are here"] -.-> c_forgejo yah["You are here"] -.-> c_forgejo
``` ```
@ -64,6 +68,10 @@ flowchart LR
Tech stack: Docker Compose Tech stack: Docker Compose
#### Some personal coding projects #### 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 - Time management library
- Provides time structures to time management apps - Provides time structures to time management apps
- Tech stack: Plain Java + Junit, AssertJ - Tech stack: Plain Java + Junit, AssertJ