1
2
3
4
5
6
7
8
9
10
11
const hacker = {
name: "@ModxMH",
role: "Full-Stack Developer & Security Enthusiast",
bio: "I build fast, secure & accessible web apps — from pixel-perfect UI to clean backend logic. Exploring TypeScript, distributed systems, ethical hacking & good coffee.",
location: "Earth, probably at a keyboard",
openToWork: true
};
1
2
3
4
5
6
// featured work
export const projects = [
commerce-engine★ 214
Headless e-commerce API with cart, checkout & inventory sync.
dash-analytics★ 156
Real-time analytics dashboard with live charts.
taskflow-cli★ 98
Terminal task manager with git-like commands.
ml-image-tagger★ 132
Image classification API deployed via Docker.
];
1
2
3
4
5
6
7
{
"core_skills": [
JavaScript / TypeScript92%
React / Next.js88%
Node.js / APIs80%
Databases (SQL / NoSQL)75%
DevOps / Docker68%
],
"also_uses":
GitFigmaTailwind
GraphQLAWSLinux
Burp SuiteWireshark
1
2
3
4
<!-- career log -->
2024 — present
Senior Developer @ Company Name
Leading frontend architecture for internal tools; mentoring 3 juniors.
2022 — 2024
Full-Stack Developer @ Startup Inc.
Shipped v1 product — auth, billing, dashboard — 10k+ users.
2021 — 2022
Junior Developer @ Agency Co.
Built client websites; learned React, APIs & deployment pipelines.
guest@ModxMH~ %