Skip to content
View IQBE's full-sized avatar
💼
Software consultant @ Kapernikov
💼
Software consultant @ Kapernikov

Block or report IQBE

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

My cover photo

</> Hello there! I'm Ilya Quateau </>

{ I'm a young software engineer, linux tinkerer and FOSS enthousiast }

class Me:
  def __init__(self):
    self.aka = "IQBE"
    self.birthday = 2001
    self.currently_learning = ["Rust", "Nix"]
    self.work_in_progress = "My personal website"
    self.job = { Kapernikov: "Software consultant" }

  def planned_projects():
    raise OverflowError('Way to many!!!')

  def get_in_contact():
    print('''
      Send me an email!
      git@quateau.net
    ''')

  def more_links():
    print('''
      Take a look at my linktree:
      https://linktr.ee/ilyaquateau
    ''')

GitHub Langs

# Note: This README is still work in progress, come back later for more...

Pinned Loading

  1. dotfiles dotfiles Public

    An easy way for me to store and share my dotfiles for Linux configuration

    Lua

  2. SteijeDeBroek/Projectwerk SteijeDeBroek/Projectwerk Public

    Het projectwerk-werk over het coockiemonster

    C#

  3. custom_crafting_vanilla custom_crafting_vanilla Public

    A small datapack that adds crafting recipes for vanilla items to make every day life a bit easier.

    1

  4. filechange filechange Public

    A simple library to quickly edit files and directories.

    Python

  5. QtChatApp QtChatApp Public archive

    A Qt chat application, heavily inspired by the network chat example provided by the Qt group.

    C++

  6. DLData DLData Public archive

    A small project to learn data engineering best practices

    Python