Skip to content
View IQBE's full-sized avatar
👀
Looking for a job
👀
Looking for a job

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.

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

My cover photo

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

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

#!/usr/bin/env python

class Me:
  def __init__(self):
    self.name = "Ilya Quateau"
    self.aka = "IQBE"
    self.location = "Aalst, Belgium"
    self.birthday = 2001
    self.currently_learning = ["Rust", "Docker Swarm"]
    self.work_in_progress = ("Personal website", "Home lab")
    self.job = {}

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

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

Pinned Loading

  1. ilya.quateau.net ilya.quateau.net Public

    My personal website

    TypeScript

  2. dotfiles dotfiles Public

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

    Lua 1

  3. SteijeDeBroek/Projectwerk SteijeDeBroek/Projectwerk Public

    Het projectwerk-werk over het coockiemonster

    C#

  4. 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

  5. DLData DLData Public archive

    A small project to learn data engineering best practices

    Python

  6. QtChatApp QtChatApp Public archive

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

    C++