Skip to content

next-direction/next-direction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Welcome

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.

Random other facts

  • 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

Who doesn't love badges

Stack Exchange reputation
Twitter Follow
GitHub last commit

About

Little things about me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published