Skip to content
View Woontopia's full-sized avatar
🎃
Pumpkin Coding
🎃
Pumpkin Coding

Highlights

  • Pro
Block or Report

Block or report Woontopia

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

🐷 I'm Woontopia. Welcome to my GitHub! 🐷

const woontopia = {
    education: ["CS graduate at Cégep de Sorel-Tracy, 2021", "Bachelor in Computer Science at UQTR, 2023"],
    languages: ["French", "English"],
    code: ["PHP", "C#", "Java", "TypeScript", "JavaScript", "Python", "C"],
    askMeAbout: ["Web dev", "tech", "sports"],
    technologies: {
        backEnd: {
            tools: ["Laravel", ".Net", "Angular", "Next.js"],
        },
        frontEnd: {
            tools: ["Tailwind", "Bootstrap", "CSS", "Html", "pug"]
        },
        general: {
            general: ["Mac", "Windows", "Linux", "Docker"]
        },
        databases: ["MySQL", "PostgreSQL", "sqlite", "mongoDB"],
    },
    currentFocus: "Finishing Bachelor's degree",
    randomQuote: "Any fool can write code that a computer can understand. " +
        "Good programmers write code that humans can understand -Martin Fowler"
};

⚡ Stats ⚡






Pinned

  1. Max135/TFF Max135/TFF Public

    CSS 3

  2. Sudoku Sudoku Public

    Sudoku Web Game

    TypeScript

  3. poker poker Public

    Jeu de Poker

    Java

  4. jokerPoker jokerPoker Public

    Poker Hand Analyzer with Joker support

    C#

  5. sewerGame sewerGame Public

    Small game made with a custom Java engine

    Java

  6. Salvas21/JavaCC-AST-Analysis Salvas21/JavaCC-AST-Analysis Public

    Project using JavaCC and Eclipse AST's to get different metrics from a Java program

    Java 1