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

Greetings! 👋🏻

Greetings and welcome to my GitHub profile! I'm Mathias, a full-stack web developer with extensive experience in PHP ( Symfony/Laravel), NodeJS (Express), Java (Spring), various template engines, frontend frameworks such as Vue.js, 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 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 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

🧑‍💻 Programming/scripting/markup Languages

Java PHP JavaScript TypeScript Shell Bash CSS Sass HTML JSON Markdown

🖼️ Frameworks

Babel TailwindCSS Bootstrap Chart.js Express.js Laravel NodeJS React Sass 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

Adobe Illustrator

📦 Package Managers

Chocolatey Composer Nix npm pnpm Yarn Apache Maven

🔖 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 11

  2. php-chmod php-chmod Public

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

    PHP 9 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 6

  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