Thanks to visit codestin.com
Credit goes to github.com

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 is supported. This note will only be visible to 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-old dotfiles-old Public

    Shell 1

  2. dotfiles dotfiles Public

    Shell 1

  3. statistics-for-strava-quickstart statistics-for-strava-quickstart Public

    A zero-friction local setup kit for Statistics for Strava by @robiningelbrecht. This repo does not contain the application itself β€” it wraps it with a guided make setup so you can get from zero to …

    Makefile 1

  4. 111 111 Public archive

    Het winnende idee

    TypeScript 1

  5. matthiasseghers matthiasseghers Public

  6. FOSUserBundle FOSUserBundle Public

    Forked from FriendsOfSymfony/FOSUserBundle

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

    PHP