fixed missing things in work

This commit is contained in:
2023-10-12 21:10:03 +02:00
parent 80b777908b
commit a6a11ca35d
38 changed files with 115 additions and 42 deletions

View File

@ -47,7 +47,7 @@
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
<style>
/* Heist error element */
@ -1539,7 +1539,15 @@
<ul class='my-3 ml-6 space-y-1 list-disc'>
<li>
Developer for 2Lambda.co. Role migrated from just coding stuff to architecting and rewriting the whole software from the ground up using a small modular approach instead of the shaky one-off systems in place.<br />Was later a “nanny for everything”.
</li>
<li>
Did a lot of work to have self-documenting code (i.e. generate documentation from the actual values used in the program, not some comments that always get out of date)
</li>
<li>
Setting up a knowledge-base (Zettelkasten-approach) to track experiments and hyperlink them to the documentation generated above (and due to Zettelkasten you then get “this thing was used in Experiments a, b and c” automatically
</li>
<li>
@ -1551,7 +1559,11 @@
<ul class='my-3 ml-6 space-y-1 list-disc'>
<li>
….
Complete application was written in Clojure
</li>
<li>
Never touched that language before March - got up to speed in just 2 days, poked the expert on the team detailed questions about the runtime-system after 1 month (like inlining-behavior, allocation-things, etc.)
</li>
</ul>
@ -1586,6 +1598,22 @@
</li>
</ul>
</li>
<li>
Infrastructure
<ul class='my-3 ml-6 space-y-1 list-disc'>
<li>
Organized and co-administrated the 4 Root-Servers we had
</li>
<li>
Set up Kubernetes, Nexus, Docker, Nginx, letsencrypt-certs, dns-entries, etc..
</li>
</ul>
</li>