<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>
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>