VSCode Icon

File

Edit

View

Go

Run

Terminal

Help

Arun Kushwaha - Visual Studio Code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
const HomePage = () => {
const [isLoaded, setIsLoaded] = useState(true);
const developerInfo = {
name: 'Arun Kushwaha',
branch: 'ECE @ NIT Hamirpur',
role: 'MERN Dev | AI/Drone Builder | Unity Creator',
bio: 'Bridging code and circuits—MERN, DevOps, Unity, and drone systems using GPR & AI.'
};
useEffect(() => {
document.title = `${developerInfo.name} | Portfolio`;
setIsLoaded(true);
}, []);
return (
<main className="hero-container">
<h1>{developerInfo.name}</h1>
<p>{developerInfo.role}</p>
<div className="cta">
<Link href="/projects">Explore My Work</Link>
</div>
</main>
);
};
export default HomePage;

Arun Kushwaha

ECE • MERN Stack • DevOps • AI/ML • Unity • Drone Tech

I'm an ECE undergrad from NIT Hamirpur with a passion for building intelligent systems and real-world solutions. From MERN-based full-stack apps and real-time chat platforms to drone-based landslide detection using GPR, I fuse code with hardware. I’ve organized 4+ national hackathons, mentored 80+ juniors, and deployed 8+ production-ready projects.

{
}
<>
/>
()
[]
=>