www-lauka-net-11ty/index.njk

99 lines
3.4 KiB
Text
Raw Normal View History

2022-06-22 11:02:01 +02:00
---
layout: layouts/home.njk
title: "lauka.net"
2022-07-02 16:31:52 +02:00
eleventyExcludeFromCollections: true
2022-06-22 11:02:01 +02:00
---
<h1>{{ title }}</h1>
<p>
Hi, my name is
<strong>
<span class="p-name">Laura
Kalb</span>
</strong>
and I (literally) do things on the internet.
</p>
<h2>About me</h2>
<p class="p-note">
I'm a network engineer, with a pretty mixed technical background. I started my career in software development, and then
moved on to be a sysadmin with main emphasis on linux environments. Afterwards, I was a mix of network engineer and site
2022-10-11 20:11:20 +02:00
reliability engineer. Now I'm responsible for the network infrastructure at a big datacenter provider. Currently I'm
primarily working on network automation and our internal network infrastructure.
</p>
<h2>Books</h2>
<p class="p-note">
I always loved to read as many books as I can. So here I'm listing the books I've read since I started this webpage,
including a rating and short description. These are the last few books I've rated:
</p>
<ul>
{%- for book in collections.book | reverse -%}
{% if loop.index0 < 5 %}
<li><a href="{{ book.url }}">{{ book.data.name }}</a>
{% for i in range(0, book.data.rating) -%}
{%- endfor %}
</li>
{% endif %}
{%- endfor -%}
<li><a href="/books/">more ...</a></li>
</ul>
<h2>Some nice stuff</h2>
<p class="p-note">
A list of
<strong>tools</strong>,
<strong>projects</strong>
and
<strong>fun stuff</strong>
that I already have worked on or that I want to work on in the future.
</p>
<ul>
<li>hosting my own mail with
<a href="https://mailcow.email/" target="_blank">mailcow</a>
</li>
<li>managing my domains via Infrastructure as Code and Github Actions with
<a href="https://github.com/octodns/octodns" target="_blank">OctoDNS</a>
</li>
<li>wrote my own
<a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a>
in Python</li>
2022-11-17 07:46:22 +01:00
<li>Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend</li>
</ul>
<h2>Notepad</h2>
<p class="p-note">
My list of awesome technologies I want to implement soon:
</p>
<ul>
<li>
2022-11-17 07:46:22 +01:00
<a href="https://garagehq.deuxfleurs.fr/" target="_blank">Garage</a>: A S3-compatible storage (for selfhosting static websites like this one)</li>
</ul>
<h2>Contact me</h2>
<p class="p-note">
Some ways to contact me:
</p>
<ul>
2022-11-17 07:46:22 +01:00
<li>
2023-01-27 19:15:13 +01:00
<a rel="me" href="https://chaos.social/@lauralani">@lauralani@chaos.social</a>
2022-11-17 07:46:22 +01:00
</li>
<li>mail (at) (this domain)</li>
<li>
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
</li>
<li>
<a href="https://www.xing.com/profile/Laura_Kalb3/" target="_blank">Xing</a>
</li>
</ul>
<h2>About</h2>
<p class="p-note">
2022-11-17 07:46:22 +01:00
This website is open source and hosted at
<a href="https://codeberg.org/lauralani/www-lauka-net" target="_blank">Codeberg e.V.</a>. It's an entirely static webpage generated by
<a href="https://www.11ty.dev/" target="_blank">{{ eleventy.generator }}</a>
and hosted with
2022-11-11 17:04:20 +01:00
<a href="https://azure.com/" target="_blank">Azure Static Web Apps</a>.
2022-07-02 16:31:52 +02:00
<br/><br/>
This page makes due without any cookies, frontend javascript, tracking and databases
in the effort to make the web quick and usable again :)
<br/><br/><a href="/impressum.html">Impressum und Datenschutzerklärung</a>
</p>