Skip to content
View Mazennaji's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Mazennaji

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mazennaji/README.md
Mazen Naji — Software Engineer · Game Developer · AI Engineer
Typing animation of taglines

Portfolio  LinkedIn  GitHub  Email  LeetCode  HackerRank

Profile views   GitHub followers   Based in Lebanon   Open to work and collaborations

divider

Who Am I

#!/usr/bin/env python3
#  engineer.py  ·  Mazen Naji  ·  v∞

class MazenNaji:
    """
    CS Graduate turned Software Engineer.
    I don't just write code — I engineer experiences.
    """

    name       : str  = "Mazen Naji"
    role       : str  = "Software Engineer · Game Developer · AI Engineer"
    origin     : str  = "Lebanon"
    status     : str  = "Building systems that are smart, scalable & immersive"
    learning   : list = [
        "Deep Reinforcement Learning",
        "Procedural World Generation",
        "Distributed Systems at Scale",
    ]
    superpower : str  = "Bridging raw creativity with ruthless technical precision"

    def mission(self) -> str:
        return "Turn ideas → code → experiences that actually matter."

    def philosophy(self) -> str:
        return "Every system I build should outlive the hype that inspired it."

    def fun_facts(self) -> dict:
        return {
            "bugs_fixed"       : "countless (and counting)",
            "coffee_consumed"  : "astronomical",
            "worlds_built"     : "in progress…",
            "sleep_schedule"   : "negotiable",
            "favourite_quote"  : "The best way to predict the future is to invent it.",
        }

if __name__ == "__main__":
    me = MazenNaji()
    print(me.mission())



About Me

I'm Mazen — a software engineer who genuinely loses track of time building things, whether that's a neural net, a multiplayer game server, or a slick full-stack app. I like taking an idea that's still fuzzy in someone's head and turning it into something real, fast, and built to last.

Right now I'm deep in Deep Reinforcement Learning and procedural world generation, and slowly leveling up my distributed systems game. I'm the kind of person who reads the docs and the source code, and who'll happily fall down a rabbit hole at 2am chasing one weird bug.

I also genuinely enjoy contributing to open source and collaborating with people who care about craft as much as I do — if that's you, my inbox is open.

  • Currently building: AI pipelines, gameplay systems & scalable backends
  • Currently leveling up: RL, procedural generation, distributed systems
  • Always down for: open-source collabs, hackathons, ambitious side projects
  • Fun fact: my sleep schedule is best described as "negotiable"
Animated illustration of a developer coding



Tech Arsenal


◈ Languages

C++, Java, Python, JavaScript, TypeScript
Go, Rust, PHP, C, C#
Lua, Kotlin, Dart, Bash, Scala, Perl, Haskell



◈ Web & Backend

React, Next.js, Nuxt, Vue, Angular, Svelte
Node.js, FastAPI, Django, Laravel, Spring, NestJS
GraphQL, Tailwind, Three.js, HTML, CSS, jQuery



◈ Databases

PostgreSQL, MySQL, MongoDB, SQLite, Redis
Firebase, Supabase, Prisma Microsoft SQL Server



◈ Cloud, DevOps & AI

Docker, Kubernetes, AWS, GCP, Linux, GitHub Actions, PyTorch, TensorFlow



◈ Mobile

Flutter, Android Studio, React Native, Java



◈ Game Development

Unity, Unreal Engine, Godot, Blender



◈ Tools & Environment

Git, GitHub, VS Code, Postman, Arduino, Anaconda, IntelliJ IDEA, Maven, Gradle



What I Build

Domain What I Do
AI Systems LLM pipelines · RL agents · computer vision · generative models
Full-Stack Web Scalable APIs · real-time apps · micro-frontends · edge deployments
Game Development Gameplay systems · shader programming · procedural generation · AI NPCs
Mobile Cross-platform apps with Flutter & React Native
Cloud & DevOps Containerised microservices · CI/CD · distributed infrastructure



GitHub Stats




Competitive Programming

MazenNaji's LeetCode stats and heatmap



Platform Focus Areas Link
LeetCode Data Structures · Algorithms · Weekly Contests Visit
HackerRank Problem Solving · Certifications · Rankings Visit



Contribution Snake

GitHub contribution snake animation



"The best way to predict the future is to invent it."

Alan Kay




Collab   Status   CP


The universe is written in the language of code.  I am fluent.


Credit: Mazen Naji
Last edited on: 02/09/2026

If the code hits different, drop a star

Pinned Loading

  1. ai-intelligence-platform-java-ml ai-intelligence-platform-java-ml Public

    An all-in-one Java Machine Learning platform integrating fraud detection, regression, NLP, recommendation systems, and deep learning with Spring Boot REST APIs and production-ready ML pipelines.

    Java 1

  2. DesignPatterns DesignPatterns Public

    A complete collection of Java design pattern examples. Each folder contains working code, explanations, and README for understanding structure, roles, and real-world applications. Covers Creational…

    Java

  3. developers-community-platform developers-community-platform Public

    A full stack developer community built with Next.js 16, GitHub authentication, MongoDB, and server-side rendering.

    TypeScript

  4. java-solid-principles java-solid-principles Public

    Java SOLID principles with bad vs good examples, runnable Main classes, and one commit per principle.

    Java

  5. exception-desk exception-desk Public

    Built an internal dispatcher workspace that transforms mixed Arabic and English driver updates into structured shipment records. Automatically classifies issue severity, suggests actions, and gener…

    TypeScript

  6. mindmap-ai mindmap-ai Public

    AI-powered 3D knowledge mapping platform, build interactive concept maps from PDFs, study with an AI tutor, collaborate in real-time, and track your progress. Built with Next.js, Supabase, Firebase…

    TypeScript