Skip to content
View next-direction's full-sized avatar
Block or Report

Block or report next-direction

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
next-direction/README.md

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

Popular repositories Loading

  1. nuxt-fastify nuxt-fastify Public

    Project skeleton using Nuxt.js and Fastify server

    TypeScript 9 3

  2. typegoose typegoose Public

    Forked from szokodiakos/typegoose

    Typegoose - Define Mongoose models using TypeScript classes.

    TypeScript

  3. fastify-swagger fastify-swagger Public

    Forked from fastify/fastify-swagger

    Swagger documentation generator for Fastify

    JavaScript

  4. mongoose-schema-jsonschema mongoose-schema-jsonschema Public

    Forked from DScheglov/mongoose-schema-jsonschema

    JavaScript

  5. fastify-oas fastify-oas Public

    Forked from SkeLLLa/fastify-oas

    Fastify OpenAPI plugin. [Mirror. Main repo =>]

    JavaScript

  6. flysystem-aws-s3-v3 flysystem-aws-s3-v3 Public

    Forked from cubs/flysystem-aws-s3-v3

    Flysystem Adapter for AWS SDK V3

    PHP