-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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> | ||
| ||
|
@@ -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> | ||
|
@@ -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. | ||
|