Update.
This commit is contained in:
parent
ba7ab94df0
commit
83ede59c76
@ -21,9 +21,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="eight wide center column">
|
<div class="eight wide center column">
|
||||||
<h1 class="hero ui icon header">
|
<h2 class="hero ui icon header">
|
||||||
C Development
|
C Development
|
||||||
</h1>
|
</h2>
|
||||||
<p class="large">
|
<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:
|
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>
|
<li>HTTP(S) Server with support for reverse proxy and load balancing</li>
|
||||||
@ -36,9 +36,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="eight wide center column">
|
<div class="eight wide center column">
|
||||||
<h1 class="hero ui icon header">
|
<h2 class="hero ui icon header">
|
||||||
Python development
|
Python development
|
||||||
</h1>
|
</h2>
|
||||||
<p class="large">
|
<p class="large">
|
||||||
Python is my goto language for software development.
|
Python is my goto language for software development.
|
||||||
Technologies I prefer to work with but not limited to are:
|
Technologies I prefer to work with but not limited to are:
|
||||||
@ -52,9 +52,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="eight wide center column">
|
<div class="eight wide center column">
|
||||||
<h1 class="hero ui icon header">
|
<h2 class="hero ui icon header">
|
||||||
Databases
|
Databases
|
||||||
</h1>
|
</h2>
|
||||||
<p class="large">
|
<p class="large">
|
||||||
I have experience with:
|
I have experience with:
|
||||||
<ul>
|
<ul>
|
||||||
@ -68,9 +68,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="eight wide center column">
|
<div class="eight wide center column">
|
||||||
<h1 class="hero ui icon header">
|
<h2 class="hero ui icon header">
|
||||||
Other languages
|
Other languages
|
||||||
</h1>
|
</h2>
|
||||||
<p class="large">
|
<p class="large">
|
||||||
I have professional experience with:
|
I have professional experience with:
|
||||||
<ul>
|
<ul>
|
||||||
@ -85,6 +85,8 @@
|
|||||||
<li>Actionscript</li>
|
<li>Actionscript</li>
|
||||||
<li>Node</li>
|
<li>Node</li>
|
||||||
<li>JavaScript (ECMAScript)</li>
|
<li>JavaScript (ECMAScript)</li>
|
||||||
|
<li>HTML</li>
|
||||||
|
<li>CSS</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,7 +6,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.22.3
|
image: gitea/gitea:1.22.4
|
||||||
container_name: tea
|
container_name: tea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
@ -20,4 +20,4 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8082:3000"
|
- "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