|
{{template "base/head" .}}
|
|
<style>
|
|
p,ul,li,h1,h2,h3 {
|
|
text-align:left;
|
|
}
|
|
|
|
</style>
|
|
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<div class="center">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
<h2>Home of Retoor</h2>
|
|
<h3>Full Stack Software Developer</h3>
|
|
<p>On this site you can find my last work, research and code snippets. It's all for free under MIT license unless stated otherwise in repository source folder.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
C Development
|
|
</h1>
|
|
<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>
|
|
<li>WebDav Server with support for HTTP ranges (Streaming of media) and user authentication</li>
|
|
<li>PubSub Server</li>
|
|
<li>Restfull Sqlite3 Server</li>
|
|
I write servers primarely in C. WebDav, HTTP, PubSub
|
|
<li>JSON protocol: Only JSON communication for PubSub and database queries. Including Python bindings</li>
|
|
<li>Extremely fast json library, three times aster than Python's original to be used with JSON protocol.Has abaliity to find JSON data within data for parsing streams</lI>
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
Python development
|
|
</h1>
|
|
<p class="large">
|
|
Python is my goto language for software development.
|
|
Technologies I prefer to work with but not limited to are:
|
|
|
|
<ul>
|
|
<li>Django</li>
|
|
<li>aiohttp</li>
|
|
<li>FastAPI</li>
|
|
<li>dataset</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
Databases
|
|
</h1>
|
|
<p class="large">
|
|
I have experience with:
|
|
<ul>
|
|
|
|
<li>MS SQL</li>
|
|
<li>Postgres SQL</li>
|
|
<li>MySQL</li>
|
|
<li>Redis</li>
|
|
<li>SQLite</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
Other languages
|
|
</h1>
|
|
<p class="large">
|
|
I have professional experience with:
|
|
<ul>
|
|
|
|
<li>C#</li>
|
|
<li>VB .NET</li>
|
|
<li>VB 6</li>
|
|
<li>Java</li>
|
|
<li>PHP</li>
|
|
<li>Python</li>
|
|
<li>Delhpi (.NET)</li>
|
|
<li>Actionscript</li>
|
|
<li>Node</li>
|
|
<li>JavaScript (ECMAScript)</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
{{template "base/footer" .}}
|