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.

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

Hi! ๐Ÿ‘‹๐Ÿป

Hi, I'm Mathias โ€“ a senior full-stack developer with a wealth of experience in PHP (Symfony/Laravel), Node.js, a variety of template engines, and modern frontend frameworks like Vue.js, Svelte/SvelteKit, and React. I also specialize in DevSecOps and IT security.

Iโ€™m passionate about building high-quality, scalable software that follows best practices. With a sharp focus on detail and a commitment to clean, maintainable code, I aim to create solutions that not only meet but exceed expectations.

As an active member of the open-source community, I truly believe in the power of collaboration and continuous learning. Iโ€™m always excited to connect with fellow developers to exchange ideas, solve challenges, and explore new possibilities.

Thanks for stopping by my profile! Feel free to explore my projects, and donโ€™t hesitate to reach out if you have any questions or are interested in collaborating on a project.

๐Ÿ’ซ About Me

๐ŸŒฑ Currently sharpening my skills in Laravel and Vue.js.
๐Ÿ’ฌ 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 working on NixOS or Ubuntu.
๐Ÿš Prefer using bash shell.
๐Ÿก 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

๐Ÿง‘โ€๐Ÿ’ป Programming/scripting/markup Languages

Java PHP JavaScript TypeScript Shell Scripting CSS Sass HTML JSON Markdown

๐Ÿ–ผ๏ธ Frameworks

Babel TailwindCSS Bootstrap Chart.js Express.js Laravel NodeJS React Spring Boot Symfony Svelte SvelteKit Vite Vue.js Webpack Fastly

โ›ˆ๏ธ Databases

MySQL MariaDB MongoDB Redis

๐Ÿ”Ž CI

Dependabot GitHub Actions Bitbucket Pipelines Travis CI Docker

โ˜๏ธ Web servers & Cloud Systems

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

๐ŸŽจ Design Tools

Adobe Illustrator

๐Ÿ”– Version Control

Git

๐Ÿ’ป IDE/Code Editors

PhpStorm PyCharm IntelliJ IDEA Visual Studio Code

๐Ÿ–ฅ๏ธ Operating Systems

Alpine Linux Android Debian Kali Linux Linux NixOS Ubuntu Windows

๐ŸŒ Browsers

Firefox Google Chrome

๐Ÿค Collaboration Tools

Asana Jira Slack Discord

๐Ÿ“ฆ CMS

PrestaShop Drupal WordPress

๐Ÿ“ŠGitHub Stats

๐Ÿ†GitHub Trophies

GitHub Trophies


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 PHP library designed to optimize SVG files by applying various transformations and cleanup operations.

    PHP 20 1

  2. php-chmod php-chmod Public

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

    PHP 10 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 3

  4. blmvuln blmvuln Public

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

    PHP 41 5

  5. ~/.gitconfig ~/.gitconfig
    1
    [user]
    2
            email = [email protected]
    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