Skip to content
View ivbeck's full-sized avatar
πŸ‘½
Invading
πŸ‘½
Invading

Highlights

  • Pro

Block or report ivbeck

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

Typing SVG

Profile views GitHub Badge

πŸš€ About Me

const iven = {
  pronouns: "He/Him",
  location: "🌍 Germany",
  currentlyLearning: ["AI/ML", "Systems Engineering"],
};

🌐 Connect With Me

LinkedIn Email

Core Technologies

Tools & Platforms

πŸ“ˆ Contribution Graph

πŸ† GitHub Achievements

🎯 Current Focus

πŸ”­ Working On

Building scalable, robust systems

🌱 Learning

Cloud architecture and AI/ML integration

πŸ’‘ Random Dev Quote


🐍 My Contributions

github contribution grid snake animation

Thanks for visiting! Let's build something amazing together ✨

Pinned Loading

  1. rsnake rsnake Public

    A Rust implementation of the famous snake game

    Rust 1

  2. cpp cpp Public

    A repo dedicated to learning fundamentals of the C++ programming language.

    C++

  3. file-deno file-deno Public

    A lightweight and fast fileserver written in Typescript using the Deno Interpreter.

    TypeScript

  4. berlin.py berlin.py Public

    Discord bot implemented in python

    Python

  5. .emacs .emacs
    1
    ;; mac related key remaps
    2
    (setq mac-option-key-is-meta t)
    3
    (setq mac-right-option-modifier nil)
    4
    (setq mac-command-modifier 'meta)
    5