parent
aaac5d780b
commit
f08dfa02ab
@ -49,7 +49,7 @@
|
|||||||
<li>Server setup (Debian, Docker/K8s, web server, customer application)</li>
|
<li>Server setup (Debian, Docker/K8s, web server, customer application)</li>
|
||||||
<li>CI/CD, real-time monitoring</li>
|
<li>CI/CD, real-time monitoring</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3><b>Self hosting</b> - DevOps</h3>
|
<h3><b>Selfhost</b> - DevOps</h3>
|
||||||
JANUARY 2022 - TODAY
|
JANUARY 2022 - TODAY
|
||||||
<ul>
|
<ul>
|
||||||
<li>Debian + K8S + Gitea CI/CD + Nextcloud + Matrix.org + Jellyfin + SearXNG</li>
|
<li>Debian + K8S + Gitea CI/CD + Nextcloud + Matrix.org + Jellyfin + SearXNG</li>
|
||||||
|
@ -5,6 +5,8 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: html templates
|
||||||
|
// TODO: download resume as PDF
|
||||||
func main() {
|
func main() {
|
||||||
http.HandleFunc("/", Route)
|
http.HandleFunc("/", Route)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user