Active & Ready
Muhammad Hayyan
Tech Enthusiast from Hyderabad, Pakistan
I am passionate about technology, AI, software development, and building useful digital products. I enjoy creating modern web experiences and solving real-world problems.
terminal.sh
01
const developer = {
02
name: "Muhammad Hayyan",
03
focus: "AI & Prompt Engineering",
04
origin: "Hyderabad, PK"
05
};
06
function buildFuture() {
07
developer.code();
08
}