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

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.

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

LinkedIn  GitHub  Email  LeetCode  HackerRank



// WHO_AM_I

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

class MazenNaji:
    """
    CS Undergraduate 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())



// TECH_ARSENAL


◈ Languages





◈ Web & Backend





◈ Databases


 



◈ Cloud, DevOps & AI



◈ Mobile



◈ Game Development



◈ Tools & Environment




// PERFORMANCE_METRICS

  






// COMPETITIVE_PROGRAMMING

LeetCode Stats



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



// GITHUB_TROPHIES




// ACTIVITY_GRAPH




// CORE_ATTRIBUTES

  Systems Design      ████████████████████████████████  ELITE
  Algorithm Mastery   ██████████████████████████████░░  94%
  Game Architecture   █████████████████████████████░░░  92%
  DevOps & Cloud      ████████████████████████████░░░░  90%
  AI Engineering      ███████████████████████████░░░░░  88%
  Creative Vision     ████████████████████████████████  MAX



// 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



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

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. algorand-nft-ticketing-system algorand-nft-ticketing-system Public

    Forked from Ganainmtech/Algorand-Web3-Masterclasses-POC

    A Web3 cinema NFT ticketing system built on Algorand that allows users to mint movie tickets as NFTs, store metadata on IPFS, and verify ticket ownership securely on-chain.

    TypeScript