Update.
This commit is contained in:
parent
ba7ab94df0
commit
83ede59c76
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user