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

JavaPHPJavaScriptTypeScriptShell ScriptingCSSSassHTMLJSONMarkdown

🤖 AI & Machine Learning

OpenAIGoogle Geminifal.aiRAGAI AgentsAgentic WorkflowsEmbeddingsVector DatabasesSemantic SearchTool CallingMCP

🖼️ Frameworks, Libraries & Runtime

LaravelSymfonyVue.jsReactSvelteSvelteKitSpring BootNode.jsViteTailwind CSSBootstrapChart.jsExpress.jsWebpackInertia.js

🏗️ Software Architecture & Engineering

REST APIGraphQLOpenAPIOOPSOLIDMVCDesign PatternsDomain-Driven DesignEvent-Driven ArchitectureType-Safe DevelopmentMicroservicesDistributed SystemsSystem Design

⛈️ Databases & Data Stores

MySQLMariaDBMongoDBRedisClickHouseVector Databases

🔎 CI/CD, Testing & DevOps

GitHub ActionsBitbucket PipelinesTravis CIDockerPHPUnitPestVitestPlaywrightESLintPrettierPHPStanRector

☁️ Web Servers, Cloud & Infrastructure

NginxApacheAWSMicrosoft AzureGoogle CloudCloudflareFastlyVercelPlatform.shHeroku

🔐 Security & Governance

OAuth 2.0OpenID ConnectISO 27001ISO 27002ISMSDevSecOpsZero TrustSecure by DesignLeast PrivilegeDefense in Depth

🎨 Design & Creative Tools

Adobe Illustrator

🔖 Version Control & Collaboration

GitGitHubAsanaJiraSlackDiscord

💻 IDEs & Development Environment

PhpStormPyCharmIntelliJ IDEAVisual Studio Code

🖥️ Operating Systems

LinuxUbuntuDebianAlpine LinuxNixOSWindows

🌐 CMS, E-commerce & Platforms

WordPressDrupalPrestaShop

🏠 Smart Home & Automation

Home AssistantMQTTZigbee

📊GitHub Stats


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

GitHub

Pinned Loading

  1. php-svg-optimizerphp-svg-optimizerPublic

    php-svg-optimizer is a lightweight PHP library designed to optimize, minify, and sanitize SVG files 🖼️✨🛡️

    PHP 34 6

  2. php-chmodphp-chmodPublic

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

    PHP 11 2

  3. php-mbstring-extensionphp-mbstring-extensionPublic

    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. blmvulnblmvulnPublic

    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=MathiasReker
    4
    username=MathiasReker
    5
    signingkey=~/.ssh/github_ed25519.pub
  6. Add GitHub signing SSH keyAdd GitHub signing SSH key
    1
    #!/bin/bash
    2
    3
    # Name of SSH key
    4
    key=github_ed25519 # You can rename this
    5