Skip to content

Commit

Permalink
resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Mar 17, 2024
1 parent 1c36fb2 commit e679157
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Binary file not shown.
13 changes: 6 additions & 7 deletions cmd/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>
<a aria-label="My Github Profile" target="_blank" href="https://github.com/Ujstor">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a aria-label="My Resume" target="_blank" href="./static/resume_23.pdf">
<a aria-label="My Resume" target="_blank" href="./static/resume_24.pdf">
<i class="icon fa fa fa-file-pdf-o" aria-hidden="true"></i>
</a>
<a aria-label="Send Email" href="mailto:[email protected]" target="_blank"
Expand Down Expand Up @@ -166,8 +166,8 @@ <h3>Go-Blueprint</h3>
<p style="text-align: justify">
Core maintainer of the Go-Blueprint project: Go Blueprint is a CLI tool that allows users to
spin up a Go project with the corresponding structure. It also offers the option to
integrate with some of the more popular Go frameworks. Additionally, it implements database
drivers along with Docker Compose file for quick database creation, HTMx templates and GitHubAction worflows.
integrate with some of the most popular Go frameworks. Additionally, it implements database
drivers along with Docker Compose file for quick database creation, HTMx templates, GitHubAction worflows and Websockets.
</p>
<a class="project-link" target="_blank" href="https://github.com/Melkeydev/go-blueprint">GitHub</a>
&nbsp;
Expand Down Expand Up @@ -258,9 +258,8 @@ <h3>Deployment Cluster with S3 & PSQL</h3>
</div>
<p style="text-align: justify">
Application and service hosting infrastructure utilizing Hetzner's VPS and Docker containers, integrated with Coolify
for a unified PaaS solution. Benefit from dedicated Postgres DB and S3 storage for robust backup capabilities of your Docker
containerized applications and databases. The infrastructure deployment and management are conducted through Terraform and Ansible,
with clustering operated in swarm mode
for a unified PaaS solution. Benefit from dedicated Postgres DB and S3 storage. The infrastructure deployment and
management are conducted through Terraform and Ansible, with clustering operated in swarm mode.
</p>
<a class="project-link" target="_blank" href="https://github.com/Ujstor/deployment-cluster-s3-db">GitHub</a>
</div>
Expand Down Expand Up @@ -294,7 +293,7 @@ <h3>Self-Hosting AI Models</h3>
/>
</div>
<p style="text-align: justify">
This project demonstrates the implementation of self-hosting AI models (Ollama, Stable Diffusion, Foocus) using Traefik on a home network.
Implementation of self-hosting AI models (Ollama, Stable Diffusion, Foocus) using Traefik on a home network.
It serves as an efficient and secure alternative to cloud-based solutions, incorporating Traefik for optimized traffic routing and SSH
tunneling for safe access. Highlighting the complexities of AI service management and network configuration, the project ensures smooth
operation and accessibility.
Expand Down

0 comments on commit e679157

Please sign in to comment.