Projects section
This commit is contained in:
parent
232e13f999
commit
bfc1d4bad3
1 changed files with 48 additions and 2 deletions
50
README.md
50
README.md
|
@ -17,6 +17,7 @@ In previous years my job was oriented on **Java EE**.
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
@ -25,11 +26,56 @@ In previous years my job was oriented on **Java EE**.
|
|||
Recently I concentrate on my homelab:
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A --> B
|
||||
subgraph collocation
|
||||
subgraph c_ci[CI]
|
||||
c_forgejo[forgejo]
|
||||
c_reposilite[reposilite]
|
||||
end
|
||||
java["java microservices"]
|
||||
c_nginx[NGINX]
|
||||
end
|
||||
|
||||
subgraph main
|
||||
subgraph CI
|
||||
forgejo
|
||||
woodpecker
|
||||
reposilite
|
||||
end
|
||||
subgraph Nextcloud
|
||||
Nextcloud
|
||||
Collabora
|
||||
end
|
||||
ha["Home Assistant"]
|
||||
syncthing
|
||||
NGINX
|
||||
end
|
||||
forgejo --> woodpecker --> reposilite
|
||||
forgejo -.->|mirror| c_forgejo
|
||||
woodpecker ---> c_reposilite
|
||||
woodpecker ---> dc[Docker Hub]
|
||||
yah["You are here"] -.-> c_forgejo
|
||||
|
||||
```
|
||||
|
||||
#### Some personal coding projects
|
||||
TODO
|
||||
- Time management library
|
||||
- Provides time structures to time management apps
|
||||
- Tech stack: Plain Java + Junit, AssertJ
|
||||
- Repository: https://git.ztsh.eu/Administrator/time
|
||||
- HackerRank
|
||||
- Recreated HackerRank's validation system based on stdin/out
|
||||
- Contains some solutions
|
||||
- Tech stack: Plain Java + Junit, AssertJ
|
||||
- Repository: https://git.ztsh.eu/Administrator/hackerrank
|
||||
- Redmine Assistant
|
||||
- Universal, multi-person time tracker addition to Redmine system
|
||||
- Tech stack: Spring Boot, Primefaces
|
||||
- Repository: to be published
|
||||
- Jira Assistant
|
||||
- Time tracker, dashboards, task mirroring between instances
|
||||
- Works with both cloud and server editions (even at once!)
|
||||
- Tech stack: Spring Boot, Vaadin, Hazelcast (cache)
|
||||
- Repository: to be published
|
||||
|
||||
### Socials :raising_hand_man:
|
||||
[](https://www.linkedin.com/in/piotr-dec/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue