Zakarya EL KHIYATI

Hey, I'm Zak !

I had a passion for mathematics growing up, which led me to eventually get a PhD in applied mathematics. I've recently been giving space for my interest in building stuff to express itself through programming. I'm also naturally curious about understanding the world around me - from physics to psychology and everything in between.

Tech Stack

Languages, frameworks, and tools I use

tech_stack.py
tech_stack = {
    "daily": ["Python", "SQL"],
    "ml_and_scientific": {
        "core": ["NumPy", "SciPy", "Pandas", "Scikit-learn"],
        "deep_learning": ["PyTorch"],
        "rl": ["Stable-Baselines3", "OpenAI Gym"],
        "viz": ["Matplotlib"]
    },
    "exploring": ["FastAPI", "TypeScript", "Next.js"],
    # "past": ["R", "C/C++", "MATLAB"]  # Good times, but moved on
    "tools": ["Git", "LaTeX", "Linux", "Docker", "Jupyter"]
}