Skip to content
View RobinReinecke's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Germany

Block or report RobinReinecke

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
RobinReinecke/README.md
Visitor Count

Hi! Welcome to my profile


I am Robin, a Software Engineer at Volkswagen Financial Services in Germany. I love to write awesome software with a strong focus on high-quality and clean code. But I'm also interested in other Computer Science topics like Machine Learning (Artificial Intelligence), Web Security, Distributed Systems, Automation, and Crypto .

Technologies and Tools:

My Main Stuff:

JavaScript C# .Net Python TypeScript Git Ubuntu SonarQube C++ CSS3 HTML5 Markdown Azure NodeJS React Angular NPM Yarn ESLint MariaDB MySQL MongoDB Nginx Grav Adobe Photoshop Adobe Premiere Pro Docker Jira Confluence Postman AWS Swagger

But I'm also familiar with:

Java C Next JS Express.js Redis Jenkins Apache NumPy PyTorch SciPy TensorFlow Ansible CMake Kubernetes Terraform Raspberry Pi

IDE of Choice:

Visual Studio Code

My GitHub Stats :



Random Dev Quote

Pinned Loading

  1. dynamic-dns-netcup-api dynamic-dns-netcup-api Public

    Forked from mm28ajos/dynamic-dns-netcup-api

    A simple dynamic DNS client written in PHP for use with the netcup DNS API.

    PHP 1 1

  2. Monoalphabetic-and-Vigenere-Cipher Monoalphabetic-and-Vigenere-Cipher Public

    Encrypt and break monoalphabetic and vigenère cipher using n-gram analysis

    Python

  3. P2P-Chat P2P-Chat Public

    A Peer-to-Peer Chat written in C++

    C++ 6

  4. qisbot qisbot Public archive

    TUBS QIS: Automatically check the exams you are registered for

    Python 1

  5. Windows-Network-Spy Windows-Network-Spy Public

    C# application to spy local windows machines using wmic

    C#

  6. Find duplicates in Spotify playlists... Find duplicates in Spotify playlists (because Spotify's duplicate detection is garbage)
    1
    from spotipy.oauth2 import SpotifyClientCredentials
    2
    import spotipy
    3
    from difflib import SequenceMatcher
    4
    from termcolor import colored
    5