
Julian Kapeller
Full Stack Developer
Munich, Germany
Passionate web developer focused on creating clean, efficient, and scalable web applications with a modern tech stack. Specialized in Python, Kotlin, and JavaScript, delivering responsive and intuitive user interfaces.
interface Developer {
name: string;
skills: string[];
interests: string[];
};
interface TechStack {
devOps: string[];
backend: string[];
frontend: string[];
};
type ContactType = 'github' | 'linkedIn' | 'email';
const techStack: TechStack = {
devOps: [
'GitLab',
'GitHub',
'Ansible',
'Terraform',
'Docker'
],
frontend: [
'React',
'JavaScript',
'KotlinJS',
'TailwindCSS',
'Astro',
'SCSS',
'Markdown',
'WordPress',
'Joomla'
],
backend: [
'Python',
'Java',
'Kotlin',
'Node.js',
'PostgreSQL',
'MySQL',
'S3 Storage',
'HDFS',
'Spark'
]
};
// Developer profile
const me: Developer = {
name: 'Julian Kapeller',
skills: [
...techStack.devOps,
...techStack.backend,
...techStack.frontend
],
interests: [
'Full Stack Development',
'Cycling',
'Hiking'
]
};
// Contact function
const contact = (type: ContactType): string => {
switch (type) {
case 'github':
return 'https://github.com/jkapeller';
case 'linkedIn':
return 'https://www.linkedin.com/in/julian-kapeller/';
case 'email':
return 'info@juliankapeller.com';
default:
return 'Send fax.';
}
};
ubuntuAuto bash script
A bash script that automatically installs and configures a Python Django project on Ubuntu. It is designed to be run on a fresh Ubuntu server.
Open Project Websitejuliankapeller.com
An example for the websites I build. This website is built with Astro and Tailwind CSS. I deployed it using AWS (S3 Bucket, CloudFront, Route 53).
Open Project WebsiteCorporate Projects
Many of the projects I have worked on are corporate projects. I have worked on projects for companies like Münchner Verlagsgruppe, Blickfeld LiDAR, Siemens, and Keyspot.
Open Project Website