โšก Origin Story
๐ŸŽจ 5 Master Themes
๐Ÿ“„ 01_origin_story.md โ€” workspace/portfolio
01
02
03
04
05
06
07
// STATUS: AI Graduate @ MMU | CGPA 3.74

# Full-Stack Developer with a Deep Passion for AI

I'm Lim Wei Jian, an AI Graduate from MMU (CGPA 3.74) with a deep passion for full-stack engineering. Whether it's C++, Python, or TypeScript, I just enjoy turning ideas into smooth, useful software. Take a look around!

โš™๏ธ 02_academic_journey.json โ€” workspace/data

// ๐ŸŽ“ Academic Journey & Project Research

From STEM foundation to Diploma Full-Stack Team Lead and Degree AI breakthroughs

01
02
03
04
05
06
07
08
09
{ "academic_journey": [
{ "period": "2024 - 2026", "cgpa": "3.74"
"title": "B.S. Artificial Intelligence"
"institution": "Multimedia University (Melaka Campus)"

Specialized in Generative AI, Multi-Agent Orchestration, RAG Frameworks, and Computer Vision (YOLO/ResNet).

"featured_project": "๐Ÿ”ฅ FYP Project: JKR-Compliant TIA Automated Generator"
"highlights": "Architected a Multi-Agent framework with RAG grounding on official JKR regulatory guidelines, boosting efficiency by over 70%!"
},
{ "period": "2022 - 2024", "cgpa": "3.78"
"title": "Diploma in Information Technology"
"institution": "Multimedia University (Melaka Campus)"

Mastered software engineering principles, algorithms, and full-stack web development as Team Lead.

"featured_project": "๐Ÿ’ก Diploma Project: AI Toolbox SaaS Platform"
"highlights": "Built a subscription-based AI platform featuring Translator, Chatbot, Text Rewriter, and Text-to-Image tools (HTML/CSS/JS/PHP/MySQL)."
},
{ "period": "2017 - 2022",
"title": "Sijil Pelajaran Malaysia (SPM)"
"institution": "SMK Dato Abdul Rahman Yassin, Johor Bahru"

Graduated with honors (1 A+, 7 A, 1 A-, 1 B), building strong analytical logic and team leadership.

}
] }
๐Ÿ“„ 03_culture_hub.config โ€” workspace/config

// โœจ Cultural Tastes & Inspirations

Inspirations beyond code: Football tactics, R&B Groove, Sci-Fi, and competitive gaming

01
02
03
04
05
06
โšฝ

Football Pitch (Favorite Clubs)

Hover club cards to view star player photos

Passionate about tactical precision, fluid passing, and execution excellence on the pitch โ€” just like writing high-performance code.

BVB
Borussia Dortmund Bundesliga ยท Signal Iduna Park
09
๐Ÿš€
Arsenal FC (Gunners) Premier League ยท Emirates
AFC
โšฝ
Manchester City Premier League ยท Etihad
MCFC
๐ŸŽต

Music Groove (R&B & Soul)

Click artist cards to view & stream songs

Enthusiast of R&B, Soul, and Funk music by Khalil Fong, David Tao, and Bruno Mars. Rich harmonies drive coding focus.

๐Ÿ“ป
Khalil Fong (ๆ–นๅคงๅŒ) Mandarin R&B ยท Soulboy
๐ŸŽต Song Tracklist โ–พ
๐ŸŽ™๏ธ
David Tao (้™ถๅ–†) R&B Godfather ยท Classic Harmonies
๐ŸŽต Song Tracklist โ–พ
๐ŸŽท
Bruno Mars Funk & Soul ยท 24K Magic
๐ŸŽต Song Tracklist โ–พ
โšก 04_skill_studio.cpp โ€” workspace/src

// โšก IT Skill Studio & Live Web IDE

Interactive IDE Playground: Switch language tabs and execute multi-threaded C++/PyTorch code live

๐Ÿ’ป Tech Stack Inventory
๐Ÿค– AI & Computer Vision
PyTorch 2.4 YOLOv8 OpenCV RAG Vector
๐Ÿ’ป Core Languages
C++ (Core) Python TypeScript Java C# .NET
๐ŸŒ Web & Infrastructure
Astro SSG React 18 Tailwind MySQL Cloudflare
#include <iostream>
#include <vector>
#include <thread>

class ParallelMatrixEngine {
public:
    void executeTask(int thread_id) {
        std::cout << "[C++20 Thread #" << thread_id << "] High-performance matrix kernel computed." << std::endl;
    }
};

int main() {
    ParallelMatrixEngine engine;
    std::cout << ">> Initializing CUDA & C++ Thread Pool..." << std::endl;
    engine.executeTask(0);
    return 0;
}
๐Ÿ’ป Execution Terminal (stdout): Build Status: SUCCESS (Exit Code 0)
>> Select a tab above and click "Run Code โ–ถ" to execute live stdout streaming...
๐Ÿค– 05_n8n_workflow.py โ€” workspace/pipelines

// ๐Ÿค– n8n AI Story Generator

Input a prompt and observe how multi-agent workflow nodes transform it into a narrative

โšก
Try Presets:
n8n Multi-Agent Node Execution Flow ๐ŸŸข Pipeline Idle
๐Ÿ“ฅ
1. User Input
Webhook Trigger
โšก
2. n8n Webhook
REST Endpoint
๐Ÿ”
3. Genre Classifier
Agent Classifier
๐Ÿ“–
4. RAG Node
ChromaDB Store
๐Ÿช„
5. Story Agent
LLM Streaming
๐Ÿ“„ Generated Story Stream Console: live websocket stream
> Click "Generate Story Workflow โšก" above to trigger n8n node scheduling stream...
๐Ÿ› ๏ธ 06_micro_tools.css โ€” workspace/styles

// ๐Ÿ› ๏ธ Micro-Tools Playground

Interactive micro-tools & real-time CSS variable compiler targeting this live webpage

๐ŸŽจ 1. Live CSS Variable Tweaker Live DOM Target: :root

Drag the sliders below to compiles and mutates CSS custom properties live on this webpage in real time!

--glass-blur: 12px
--card-radius: 16px
--glow-opacity: 0.6
--accent-hue (Hue Spectrum): 150ยฐ
๐ŸŸข 2. Matrix Rain Engine Live Tweaker Live Canvas Target

Interactively adjust the falling speed and stream opacity of the background letter glitch rain live!

Rain Speed Multiplier: 1.0x
Stream Opacity: 0.35
๐ŸŸข zsh
>> Lim Wei Jian Interactive Workstation Terminal v2026.8.3
Type 'help' for commands or 'matrix' to trigger code rain.
weijian@mmu-ai-node:~$