This commit is contained in:
retoor 2024-12-15 23:57:30 +00:00 committed by root
parent ba7ab94df0
commit 83ede59c76
2 changed files with 12 additions and 10 deletions

View File

@ -21,9 +21,9 @@
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<h2 class="hero ui icon header">
C Development
</h1>
</h2>
<p class="large">
With C I mostly reinvent to wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to to write nginx-grade webservers with webdav support. I also have experience in writing Redis quality key-value stores. Projects made:
<li>HTTP(S) Server with support for reverse proxy and load balancing</li>
@ -36,9 +36,9 @@
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<h2 class="hero ui icon header">
Python development
</h1>
</h2>
<p class="large">
Python is my goto language for software development.
Technologies I prefer to work with but not limited to are:
@ -52,9 +52,9 @@
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<h2 class="hero ui icon header">
Databases
</h1>
</h2>
<p class="large">
I have experience with:
<ul>
@ -68,9 +68,9 @@
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<h2 class="hero ui icon header">
Other languages
</h1>
</h2>
<p class="large">
I have professional experience with:
<ul>
@ -85,6 +85,8 @@
<li>Actionscript</li>
<li>Node</li>
<li>JavaScript (ECMAScript)</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</p>
</div>

View File

@ -6,7 +6,7 @@ networks:
services:
server:
image: gitea/gitea:1.22.3
image: gitea/gitea:1.22.4
container_name: tea
environment:
- USER_UID=1000
@ -20,4 +20,4 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "127.0.0.1:8082:3000"
- "127.0.0.1:222:22"
- "0.0.0.0:2222:22"