Skip to content
View Witchoy's full-sized avatar
🐝
BEE :D
🐝
BEE :D

Highlights

  • Pro

Block or report Witchoy

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

Hi there !

class SoftwareEngineer extends Human 
{
    private String _name;
    private List<String> _passions;

    public void SoftwareEngineer() 
    {
        super();
        this._name = "Jules";
        this._passions = {"Films", "Video Games", "Rock", "Running"};
    }

    public void sayHi()
    {
        System.out.println("Hello there, have fun wandering around my profil.");
    }
}

🛠️ Languages and Tools I use:



Languages and Tools I'm learning on my own / having fun with:

🎓 Right Now

I'm a third-year Computer Science student (BUT3 Informatique) in Strasbourg! I'm currently working on importing more of my projects from GitLab to GitHub!

Pinned Loading

  1. Torrington Torrington Public

    Torrington is a serious game developed in C# with Godot for a university project. The goal is to understand how the selection of academic programs is made.

    C#

  2. WiMusic_Api WiMusic_Api Public

    A music streaming backend built with Node.js, Express and TypeScript. It supports uploading MP3 files, managing tracks, artists and albums (with pagination), and streaming audio content. It uses Pr…

    TypeScript

  3. Arbay Arbay Public

    Unity tutorial to learn 2D game developpment

    C#

  4. witchoy.github.io witchoy.github.io Public

    Repository for my personal GitHub website !

    JavaScript