next-direction - Overview
Hi, my name is Manuel.
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.