Hi, my name is Manuel.
const aboutMe = {
born: "sometime in the 80's",
studies: "computer science",
job: "full stack web developer",
hobbies: "cycling, reading, learning"
}
class Experience {
public $technologies = [
'PHP', 'JavaScript', 'HTML', 'CSS', 'SQL', 'MarkDown',
'GIT', 'Linux', 'Windows', 'WSL2', 'PHPStorm'
];
public $languages = [
'german' => 'Mother tongue',
'english' => 'Fluent',
'spanish' => 'Basics',
];
public $favoriteStack = ['Symfony Framework', 'API Platform', 'MySQL', 'NuxtJS', 'TailwindCSS'];
public $otherStack = ['ExpressJS', 'MongoDB', 'Redis', 'NuxtJS', 'TailwindCSS'];
public $furtherKnowledge = [
'concepts' => 'Agile scrum process, responsive design, basics of accessibility and technical SEO, design systems',
'libraries' => 'React, Svelte, D3.js',
'cms' => 'Directus CMS, basics of Wordpress and Typo3',
'devOps' => 'Docker, Dokku, basics of Kubernetes and AWS, CI/CD with GitLab',
];
}
I'm currently working on a private project with my $otherStack
for visualizing data with D3.js. The favorite part of this stack is that it is kind of stateless through ExpressJS session handling with Redis. With this it could easily be deployed to Amazon AWS with full automatic scalability.
Usually I deploy my private projects on a LAMP or Dokku environment, depending on the stack and technologies I'm using.
- I have a blog (in german): Next Direction
- I host my own mailserver using Mailcow
- I made my own little version of StackOverflow using Directus CMS and Nuxt: CC - NextDirection
- I love learning and reading about new things every day through online courses, videos or simply project documentations