Skip to content
View matthiasseghers's full-sized avatar
🦊
🦊

Block or report matthiasseghers

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
matthiasseghers/README.md

πŸ‘‹ Hey, I'm Matthias

Backend Developer
Building scalable applications with a passion for DevOps and tinkering with software


Terminal Animation


πŸ› οΈ Tech Stack

Category Technologies
Programming JavaScript TypeScript PHP Python
Frontend React
Backend PHP Symfony Laravel Sulu MySQL
DevOps Docker Git
Tools VSCode PHPStorm iTerm2 Postman
OS macOS

πŸ’Ό What I'm Working On

<?php

class Developer
{
    public string $name = "Matthias";
    public array $focus = [
        "Backend Development",
        "DevOps Exploration", 
        "Software Tinkering"
    ];
    
    public function getCurrentStack(): array
    {
        return [
            'backend' => ['Symfony', 'Laravel', 'Sulu'],
            'database' => ['MySQL'],
            'devops' => ['Docker', 'Git']
        ];
    }
}
πŸ”§ What I Build & Explore

Backend Development

  • Building robust APIs with Symfony and Laravel
  • Implementing Sulu CMS solutions
  • Database design and optimization with MySQL
  • RESTful API architecture and best practices

DevOps & Tinkering

  • Containerization experiments with Docker
  • CI/CD workflow automation
  • Development environment optimization
  • Exploring new tools and technologies

πŸ“ˆ GitHub Stats


Profile Views

Popular repositories Loading

  1. dotfiles dotfiles Public

    Shell 1

  2. 111 111 Public archive

    Het winnende idee

    TypeScript 1

  3. matthiasseghers matthiasseghers Public

  4. FOSUserBundle FOSUserBundle Public

    Forked from FriendsOfSymfony/FOSUserBundle

    Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.

    PHP

  5. matthiasseghers.github.io matthiasseghers.github.io Public

    CSS

  6. docksal docksal Public

    Forked from docksal/docksal

    Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux

    Shell