Himanshu Yadav
Himanshu Yadav PHAGWARA, PUNJAB
Full-Stack+AI

I build full-stack web apps and AI-powered tools from scratch, working across frontend and backend, with a strong focus on clean architecture, performance, and user experience.

🎵
LAST PLAYED — OFFLINE
Raga of Revenge
Anirudh Ravichander · DC

JSJavaScript
TSTypeScript
H5HTML / CSS
TWTailwind
PyPython
CC / C++
🗄SQL
Git / GitHub
Next.js
React
NNode.js
🍃MongoDB



492 contributions in the last year
Less
More
CONTRIBUTED TO
Himanshu-29-tech/c-language, Himanshu-29-tech/js-self, Himanshu-29-tech/cpp and 26 other repositories · @cake-build

cake-build / website Merged
Open Source Contributor · PR #3416 — semantic HTML accessibility fix
2025
Remote
ArogyaAI · Confluence 2.0 HealthTech
Builder · AI-powered rural health assistant with ASHA Worker Dashboard · Two-person team
2025
Remote
EcoTrack · PromptWars Virtual Challenge 3
Builder · Carbon footprint tracker using Google Antigravity · Deployed on Vercel
2025
Remote
himanshuji.hashnode.dev Published
Technical Writer · "DOM Manipulation in JavaScript — A Beginner's Cheatsheet"
2025
Remote

Lovely Professional University
2025 – 2029
B.Tech in Computer Science & Engineering

🔀Open Source
Merged PR #3416
cake-build / website
Fixed semantic HTML accessibility — first open-source contribution via GitHub Codespaces.
🏆Hackathon
Confluence 2.0
HealthTech Track
Built ArogyaAI — AI-powered rural health assistant with ASHA Worker Dashboard.
🌍Hackathon
PromptWars Winner
Virtual Challenge 3
Built EcoTrack with Google Antigravity. Live: carbon-footprint-sandy-eta.vercel.app
📱Competition
google solution challenge
Unstop · June 2025
Registered and participated in 10+ challenge on Unstop platform.

Second-year Computer Science student at Lovely Professional University — coding, learning in public, and building real things that ship. Experienced in JavaScript, Python, C, HTML/CSS, and SQL, with ongoing deep dives into C++, DSA, Next.js, and AI/ML. Merged my first open-source PR, won recognition at multiple hackathons, and published technical writing on Hashnode. Firm believer that the best way to learn anything is to build something with it and put it out in the world.


// DOM Manipulation — Beginner's Cheatsheet const el = document.querySelector('.card'); el.classList.add('active'); el.style.color = '#22c55e'; document.body.addEventListener('click', e => { if (e.target.matches('.btn')) handleClick(e.target); }); const div = document.createElement('div'); div.textContent = '🌱 Hello World'; document.body.appendChild(div); // NodeList → Array const items = [...document.querySelectorAll('li')]; items.forEach(item => item.remove());
2025
DOM Manipulation in JavaScript — A Beginner's Cheatsheet
Everything you need to start controlling the browser DOM with vanilla JavaScript.

More builds & practice repos → github.com/Himanshu-29-tech

"Keep pushing — greatness awaits those who don't stop."
— Himanshu's motto 🚀
💭

Get In Touch

If you've made it this far, we should talk :)
I'm open to collaborations, hackathon teams, and interesting problems.
My inbox is always open.

✉ Say Hello