Skip to content
View MathiasReker's full-sized avatar
β˜•
β˜•

Block or report MathiasReker

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
MathiasReker/README.md

Hi! πŸ‘‹πŸ»

Hi, I'm Mathias – a Senior Full Stack Developer with extensive experience in PHP (Symfony/Laravel), Node.js, Vue.js, Svelte/SvelteKit, React, and TypeScript. I also have a strong background in DevSecOps, IT security, system integration, and cloud infrastructure.

I’m passionate about building high-quality, scalable software. I care deeply about clean, type-safe, maintainable code and enjoy working across the entire stack – from backend architecture and APIs to frontend applications, infrastructure, and deployment pipelines.

In recent years, I have also focused increasingly on AI integration and AI-powered product development. I enjoy exploring how LLMs, AI agents, automation, and emerging technologies can be applied to build practical, useful, and maintainable software solutions.

As an active member of the open-source community, I believe in the power of collaboration, knowledge sharing, and continuous learning. I enjoy solving complex problems, exploring new technologies, and turning ideas into robust software.

πŸ’« About Me

🌱 Currently exploring AI integration and continuously sharpening my skills across the stack.
πŸ’¬ Don't hesitate to ask me about IT security-related topics.
⚑ In 2018, I was recognized as a Top Contributor to PrestaShop, one of the world's largest open-source e-commerce platforms.
πŸ“« Feel free to reach out via email for inquiries, discussions, or collaboration.
πŸ’» Prefer working on NixOS or Ubuntu.
🐚 Prefer using Bash.
🏑 Passionate about smart home automation, network architecture, hardware integration, and Home Assistant.
βš™οΈ Enjoy automating repetitive tasks and building systems that make everyday life more efficient.
πŸ“– Always learning, exploring new technologies, and looking for better ways to build reliable software.

πŸ”‹ Tech Stack

πŸ§‘β€πŸ’» Programming, Scripting & Markup Languages

Java PHP JavaScript TypeScript Shell Scripting CSS Sass HTML JSON Markdown

πŸ€– AI & Machine Learning

OpenAI Google Gemini fal.ai RAG AI Agents Agentic Workflows Embeddings Vector Databases Semantic Search Tool Calling MCP

πŸ–ΌοΈ Frameworks, Libraries & Runtime

Laravel Symfony Vue.js React Svelte SvelteKit Spring Boot Node.js Vite Tailwind CSS Bootstrap Chart.js Express.js Webpack Inertia.js

πŸ—οΈ Software Architecture & Engineering

REST API GraphQL OpenAPI OOP SOLID MVC Design Patterns Domain-Driven Design Event-Driven Architecture Type-Safe Development Microservices Distributed Systems System Design

β›ˆοΈ Databases & Data Stores

MySQL MariaDB MongoDB Redis ClickHouse Vector Databases

πŸ”Ž CI/CD, Testing & DevOps

GitHub Actions Bitbucket Pipelines Travis CI Docker PHPUnit Pest Vitest Playwright ESLint Prettier PHPStan Rector

☁️ Web Servers, Cloud & Infrastructure

Nginx Apache AWS Microsoft Azure Google Cloud Cloudflare Fastly Vercel Platform.sh Heroku

πŸ” Security & Governance

OAuth 2.0 OpenID Connect ISO 27001 ISO 27002 ISMS DevSecOps Zero Trust Secure by Design Least Privilege Defense in Depth

🎨 Design & Creative Tools

Adobe Illustrator

πŸ”– Version Control & Collaboration

Git GitHub Asana Jira Slack Discord

πŸ’» IDEs & Development Environment

PhpStorm PyCharm IntelliJ IDEA Visual Studio Code

πŸ–₯️ Operating Systems

Linux Ubuntu Debian Alpine Linux NixOS Windows

🌐 CMS, E-commerce & Platforms

WordPress Drupal PrestaShop

🏠 Smart Home & Automation

Home Assistant MQTT Zigbee

πŸ“ŠGitHub Stats


I would be honored if you would consider nominating me for the GitHub Star program.

GitHub

Pinned Loading

  1. php-svg-optimizer php-svg-optimizer Public

    php-svg-optimizer is a lightweight PHP library designed to optimize, minify, and sanitize SVG files πŸ–ΌοΈβœ¨πŸ›‘οΈ

    PHP 34 6

  2. php-chmod php-chmod Public

    php-chmod is a PHP library for easily changing file/directory permissions recursively.

    PHP 11 2

  3. php-mbstring-extension php-mbstring-extension Public

    The php-mbstring-extension is a PHP library that provides support for multibyte strings that are not covered by the standard PHP string functions.

    PHP 6 2

  4. blmvuln blmvuln Public

    Major Security Vulnerability on PrestaShop Websites - CVE-2022-31101

    PHP 42 5

  5. ~/.gitconfig ~/.gitconfig
    1
    [user]
    2
            email = 26626066+MathiasReker@users.noreply.github.com
    3
            name = Mathias Reker
    4
            username = MathiasReker
    5
            signingkey = ~/.ssh/github_ed25519.pub
  6. Add GitHub signing SSH key Add GitHub signing SSH key
    1
    #!/bin/bash
    2
    
                  
    3
    # Name of SSH key
    4
    key=github_ed25519 # You can rename this
    5