In 1-on-1 coaching calls, I’ll help you solve your problems within minutes. Let’s 10x your speed of learning to code!
Develop faster
2 hours of weekly coaching saves my clients 10 hours per week. This is how you will save time when working with me:
Improved learning
With me as your coach, you will learn 10x faster than on your own. This is how we will accelerate your learning:
Quicker launch
Together, we will launch your product weeks faster. This is how we will speed up your launch:
The method
We will usually have 2 one-hour coaching calls per week. This is how we will use our time effectively:
import { useState } from 'react';
import { Switch } from '@headlessui/react';
export const NotificationSettings = () => {
const [enabled, setEnabled] = useState(true);
return (
<form action="/notification-settings" method="post">
<Switch checked={enabled} onChange={setEnabled} name="notifications">
{/* ... */}
</Switch>
<button>Submit</button>
</form>
);
};
Bio
I am Niklas, live in Berlin and am happy to help you with your projects. Here is some information about me:
Learned to code
At age 10, I taught myself to code and wrote my first computer program.
Book offer
At age 16, I was offered a book publishing contract on Android Development.
US offer
At age 17, a company offered to fly me out to the US for their in-person sprint.
Conference talk
At age 18, I spoke at a conference and maintained apps preinstalled on phones.
First business
At age 20, I started my first software business and learned a lot from it.
Commercial success
At the age of 24, I launched the first product that hit 4 figures in revenue.
Let’s get your coaching started!