You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k0r.386/templates/home.html

47 lines
2.3 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{% extends "index.html" %}
{% block main %}
<p>Hi there! I am a programmer, OpenSource enthusiast and hacker based in Berlin, Germany.</p>
<p>
I call myself a code artist because programming can and should be seen as a creative process. Therefore code is art.
I love to craft pieces of art with code that are beautiful and elegant in their simplicity, readability and
architecture.
</p>
<h1>Experience</h1>
<p>
Pretty early in my life I realized that I work best on my own terms. That does not mean that I prefer to work alone.
Working with clients, team mates, designers and managers is a crucial part of any development process.
</p>
<p>
Some time in the year 2009 I decided to not only live up to my way of working but also share my experience even more.
I decided to become a freelancing programmer and consultant. Since then many different places benefited from my work.
Start-Ups in their first months as well as known companies like <a rel="noopener nofollow" href="https://www.here.com"
target="_blank">HERE</a> and <a rel="noopener nofollow" href="https://laboratories.telekom.com"
target="_blank">Deutsche Telekom Labs</a>.
</p>
<p>
Together with entrepreneurs, UI/UX experts and engineers of many fields I created novel and beautiful applications
that still influence the live of thousands of people.
</p>
<p>Please see <a href="/cv">my CV</a> for a more detailed list.</p>
<h1>Coaching</h1>
<p>
Im the organizer of <a rel="noopener nofollow" href="https://vuejs.berlin" target="_blank">Vuejs // Berlin</a>, a
monthly meetup group around <a rel="noopener nofollow" href="https://vuejs.org" target="_blank">Vue</a> and web
technologies in general.
</p>
<p>
Many people want to learn and grow. Whenever I can I try to help those people by sharing my experience and knowledge.
I already voluntarily coached at <a rel="noopener nofollow" href="https://www.codecurious.org/" target="_blank">Code
Curious</a>, <a rel="noopener nofollow" href="https://frauenloop.org" target="_blank">Frauenloop</a> and <a
rel="noopener nofollow" href="https://jugendhackt.de" target="_blank">Jugend Hackt</a>. I also helped children with
their first steps into the world of programming at the Berlin <a rel="noopener nofollow" href="https://coderdojo.com"
target="_blank">CoderDojo</a>.
</p>
{% endblock main %}