1const developer = {
2 name: "Zyad Mohammed",
3 role: "Full Stack Developer",
4 stack: ["React","Node.js","MongoDB"],
5 location: "Egypt 🇪🇬",
6 remote: true,
7 available: true,
8 learning: "always",
9 coffee: Infinity,
10 hire: () => "Let's build!"
11};
12
13export default developer;
available_for_hire: true
Zyad
Mohammed
_
Passionate Full Stack Developer writing clean, scalable code. Specializing in React + Node.js — remote-ready & fast learner.
// run zyad --info
// about.js — Who is Zyad?
about.js
A developer who believes clean code and great design belong together.

∞
growth_mindset
1/**
2 * @name Zyad Mohammed
3 * @role Full Stack Developer
4 * @status Available for hire ✓
5 */
6
7const bio = "Recently graduated & building real products.";
8
9function getStrengths() {
10 return [
11 "Remote & startup environments",
12 "Fast learner — adapts quickly",
13 "Frontend-focused full-stack",
14 "Ships quality code fast"
15 ];
16}
✓
remote_ready
12+
technologies
∞
curiosity
ReactNode.jsMongoDB
HTML5CSS3JavaScript
ExpressREST APIOOP
Async/AwaitGitVS Code
currently_learning:
"TypeScript & Next.js"
// timeline.json — git log --all --oneline
timeline.json
Every commit that shaped me as a developer.
2020 — 2024
Computer Science Graduate
🎓 Education
Completed CS degree with focus on algorithms, OOP, and database design. This is where my passion truly ignited.
2022
Frontend Deep Dive
💡 Self-Learning
Mastered React, component architecture & state management. Built real projects and understood UI/UX principles.
2023
Full Stack Expansion
⚙ Projects
Extended to backend — built REST APIs with Node.js, Express & MongoDB. Deployed first apps and mastered Git.
2024
Freelance & Real Projects
💼 Work
Shipped production apps end-to-end for real clients. Learned to handle deadlines and feedback in remote environments.
2025 — Now
Seeking Junior Role
🚀 Next Chapter
Ready to join a great team, contribute fast, and make real impact at a startup where quality and velocity both matter.
// skills.ts — type TechStack = typeof zyad.skills
skills.ts
Technologies I work with every day and continuously level up.
🎨frontend.tsx
const htmlCss90%
const javascript85%
const react80%
⚙backend.js
async nodejs78%
async express75%
async restApi80%
🗄database.json
type mongodb72%
type git83%
type oop80%
📊 GitHub Contributions — 0 this year
Less
More
// techStack.svg — import * as stack from './icons'
techStack.svg
Every tool I use to build great products — and what I'm learning next.
React
JS
JavaScript
Node
Node.js
EXP
Express
MDB
MongoDB
HTML
HTML5
CSS
CSS3
GIT
Git
WS
Socket.io
REST
REST API
TS
TypeScript
learning
Next
Next.js
learning
// projects.md — ls -la ./work
projects.md
Real projects built to solve real problems.
ecommerce/App.jsx
import {Cart,Auth} from './modules'
// 🛒 Full MERN e-commerce
const app = new Express()
app.use(Cart,Auth,MongoDB)
// 🛒 Full MERN e-commerce
const app = new Express()
app.use(Cart,Auth,MongoDB)
E-Commerce Platform MERN
Complete shopping app with user auth, product management, cart & order tracking built end-to-end.
⎋ Source Codechat/socket.js
const io = require('socket.io')(server)
// 💬 Real-time messaging
io.on('connection',socket => {
socket.emit('msg', data)
// 💬 Real-time messaging
io.on('connection',socket => {
socket.emit('msg', data)
Real-Time Chat App WS
WebSocket-powered messaging with rooms, user presence & persistent message history.
⎋ Source Codetasks/TaskBoard.jsx
const [tasks,set] = useState([])
// 📝 Drag & drop tasks
const onDrop = (task) =>
set(reorder(task))
// 📝 Drag & drop tasks
const onDrop = (task) =>
set(reorder(task))
Task Manager App React
Productivity app with drag-and-drop, categories & priorities. Clean UX focused on clarity.
⎋ Source Code// contact.env — cat .env | grep CONTACT
# Zyad Mohammed — contact config
NAME="Zyad Mohammed"
ROLE="Full Stack Developer"
GITHUB="github.com/zyadelalfy55-arch"
AVAILABLE=true
REMOTE=true
Let's build something great.
Looking for a junior role or freelance project? I respond fast and I'm ready to start.