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

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.

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

Greetings! 👋🏻

Greetings and welcome to my GitHub profile! I'm Mathias, a full-stack web developer with extensive experience in PHP (Symfony), NodeJS (Express), Java (Spring), various template engines, frontend frameworks such as Svelte/SvelteKit, DevSecOps, and IT security.

I'm passionate about crafting high-quality, scalable software solutions that adhere to best practices. With a keen eye for detail and a dedication to clean code, I strive to deliver maintainable systems that exceed expectations.

As a committed member of the open-source community, I believe in the power of collaboration and continuous learning. I'm always eager to connect with fellow developers to exchange ideas, tackle challenges, and push the boundaries of what's possible.

Thank you for visiting my profile. Feel free to explore my projects and reach out to me if you have any questions or if you're interested in collaborating on a project.

💫 About Me

🌱 Currently sharpening my PHP skills, with a focus on Symfony.
💬 Don't hesitate to ask me about IT security-related topics.
⚡ An interesting fact about my experience includes being recognized as a top contributor to one of the world's largest Content Management Systems (CMS) in 2018.
📫 Feel free to contact me via email for any inquiries or discussions.
💻 Prefer NixOS due to its declarative configuration, atomic upgrades and rollbacks, and functional package management.
🐚 Prefer using the Fish shell due to its intuitive and user-friendly CLI.
🏡 Have a strong passion for automating tasks and particularly enjoy leveraging Home Assistant to streamline and enhance various aspects of my daily life.
📖 Currently reading "The Pragmatic Programmer" by David Thomas and Andrew Hunt.

🔋Tech Stack

Frontend

HTML5 CSS3 Javascript Svelte Vite Bootstrap Tailwind CSS Webpack Sass React

Backend

PHP Symfony Node.Js Express Java Hibernate Spring Shell Script GNU Bash Badge Python

Package managers

Composer npm pnpm Yarn Apache Maven PyPI

Data

MySQL MariaDB MongoDB Redis

Infrastructure

Docker Nginx Apache Azure Google Cloud Cloudflare Heroku cPanel Laragon GitHub Actions Platform.sh Fastly Vercel

Services

GitHub Bitbucket Jira Slack Discord Microsoft Teams

OS

NixOS Ubuntu Kali Windows

IDE

IntelliJ PHPStorm PyCharm Visual Studio Code

Software

Insomnia Postman wireshark Adobe Illustrator Adobe Photoshop

CVS

Git

CMS

PrestaShop Drupal WordPress Badge

📊GitHub Stats

🏆GitHub Trophies

GitHub Trophies


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

GitHub

Pinned

  1. php-chmod php-chmod Public

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

    PHP 9 2

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

  3. blmvuln blmvuln Public

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

    PHP 36 6

  4. Java-CI-CD Java-CI-CD Public

    This is an example of building a CI/CD pipeline using GitHub actions. ✅:octocat:🐋

    Java 7 6

  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