199 lines
6.1 KiB
HTML
199 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="description" content="Veit Heller—Technologist at Large">
|
||
<meta name="author" content="Veit Heller">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||
<style>
|
||
@font-face {
|
||
font-family: 'charterregular';
|
||
src: url('charter_regular-webfont.woff') format('woff');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
body {
|
||
font-family: 'charterregular', Georgia, serif;
|
||
font-size: 18px;
|
||
width: 100vw;
|
||
height: 100vh;
|
||
margin: 0;
|
||
background-color: #fafaf3;
|
||
}
|
||
.main {
|
||
max-width: 600px;
|
||
padding: 2em;
|
||
text-align: justify;
|
||
margin: auto;
|
||
padding-top: 1em;
|
||
}
|
||
.main h1 {
|
||
font-size: 28px;
|
||
font-weight: 400;
|
||
}
|
||
.main h2 {
|
||
font-size: 22px;
|
||
font-weight: 400;
|
||
}
|
||
.main a {
|
||
color: #000;
|
||
text-decoration: none;
|
||
border-bottom: 2px solid #d6dde3;
|
||
}
|
||
.main ul {
|
||
margin-top: 0.1em;
|
||
}
|
||
.main li {
|
||
list-style: circle;
|
||
}
|
||
.broken-up {
|
||
display: flex;
|
||
width: 100%;
|
||
justify-content: space-between;
|
||
padding: 0;
|
||
}
|
||
.broken-up li {
|
||
list-style: none;
|
||
}
|
||
.definition {
|
||
border-left: 3px solid lightgrey;
|
||
padding-left: 0.5em;
|
||
margin-left: 0.5em;
|
||
}
|
||
.definition .summary {
|
||
font-size: 20px;
|
||
text-align: left;
|
||
}
|
||
.definition .summary .word {
|
||
font-size: 20px;
|
||
border-bottom: 2px dotted lightgrey;
|
||
}
|
||
.definition .pronounciation {
|
||
font-size: 18px;
|
||
margin-left: 1em;
|
||
color: #444;
|
||
display: inline-block;
|
||
}
|
||
.definition .pos {
|
||
font-style: italic;
|
||
}
|
||
.definition .addendum {
|
||
font-size: 16px;
|
||
}
|
||
@media(max-width: 700px) {
|
||
.broken-up {
|
||
display: block;
|
||
}
|
||
.broken-up li {
|
||
list-style: circle;
|
||
}
|
||
.main h1 {
|
||
font-size: 20px;
|
||
}
|
||
.main ul {
|
||
padding: 0;
|
||
}
|
||
}
|
||
</style>
|
||
<title>Veit Heller—Technologist at Large</title>
|
||
</head>
|
||
<body lang="en">
|
||
<div class="main">
|
||
<h1>Veit Heller—Technologist at Large</h1>
|
||
<ul class="broken-up">
|
||
<li><a href="mailto:veit@veitheller.de">Email</a></li>
|
||
<li><a href="https://github.com/hellerve">Github</a></li>
|
||
<li><a href="https://blog.veitheller.de">Blog</a></li>
|
||
</ul>
|
||
<p>
|
||
Nice to meet you! I’m Veit, a programmer from Berlin, and I’m a
|
||
technologist at large.
|
||
</p>
|
||
<div class="definition">
|
||
<p class="summary">
|
||
<span class="word">Technologist at large</span>
|
||
<span class="pronounciation">[tek-ˈnä-lə-jist ət ˈlärj]</span>
|
||
</p>
|
||
<p class="pos">
|
||
<span>noun</span>
|
||
</p>
|
||
<p class="description">
|
||
one who is able to design, conceptualize, build, shape, or in any
|
||
other way influence computer systems, not bound to any particular
|
||
employer.
|
||
</p>
|
||
<p class="addendum">
|
||
See also: <a href="https://www.merriam-webster.com/dictionary/contractor">Contractor</a>,
|
||
<a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>.
|
||
</p>
|
||
</div>
|
||
<h2>What I am doing right now</h2>
|
||
<p>
|
||
I’m currently in Berlin, Germany, thinking about effects and the
|
||
Principle of Least Privilege, and prototyping ideas around that.
|
||
</p>
|
||
<h2>What I can do for you</h2>
|
||
<p>
|
||
I am available for consulting work. Here are a few examples of things
|
||
that I could do for you:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
Design, develop and architect your next product, and help your team
|
||
build it.
|
||
</li>
|
||
<li>
|
||
Prototype a new idea, documenting the process and assumptions along
|
||
the way meticulously.
|
||
</li>
|
||
<li>
|
||
Investigate slow parts of your product and help you figure out how
|
||
to make it faster—or make it faster for you.
|
||
</li>
|
||
</ul>
|
||
<p>
|
||
I have worked with a wide array of technologies and consider myself a
|
||
generalist. My experience ranges from Lisp and Smalltalk to Python and
|
||
Go, and from Postgres and Cisco switches to MongoDB and AWS. Of course,
|
||
this also means that I’m not an expert in any one technology—the best
|
||
way to know whether I’m the right person for your project is to ask me.
|
||
</p>
|
||
<p>
|
||
You can also take a look at my <a href="/static/resume.pdf">résumé</a>
|
||
or my <a href="https://github.com/hellerve">Github profile</a> if you’re
|
||
especially curious.
|
||
</p>
|
||
<p>
|
||
My rates are fixed and follow a simple, yet beautiful—at least in my
|
||
eyes—scheme:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
If your product is a closed source, proprietary solution, I charge
|
||
1,000€ per day.
|
||
</li>
|
||
<li>
|
||
If your product is open source, I charge 800€ per day, 100€ of which
|
||
will be donated to a charitable organization of my choice.
|
||
</li>
|
||
</ul>
|
||
<h2>How you can contact me</h2>
|
||
<p>
|
||
I love to hear from any- and everyone who wants to share something with
|
||
me, and doubly so if I can help you in any way!
|
||
</p>
|
||
<p>
|
||
If you have any questions, comments, or want me to help your product
|
||
succeed <a href="mailto:veit@veitheller.de">reach out to me</a>! My PGP
|
||
is available <a href="/static/key/pubkey.asc">on this server</a>.
|
||
</p>
|
||
<p>
|
||
Of course you can also contact me if you just want to have a chat! To
|
||
understand what I can help you with and what I especially like hearing
|
||
about, check out <a href="https://blog.veitheller.de/open_invite.html">
|
||
my open invitation</a>!
|
||
</div>
|
||
</body>
|
||
</html>
|