function() =>
[1, 2, 3].map()
💻
🚀
🔍
📊
</>
{ }
[]
=>
&&
SOFTWARE ENGINEER • DATA ENGINEER • GEN AI Developer •
SOFTWARE ENGINEER • DATA ENGINEER • GEN AI Developer •

Hello,I'm
Gaurang

Developer focused on data-driven products—currently building AI internal tools at Headout ('25); previously built vector-search chatbots and high-accuracy scraping pipelines at Resistant Technology ('24) and engineered feedback and ranking systems at Kalvium ('23).
I specialize in LLM-powered data pipelines, distributed backend APIs, and scalable AI systems.
Off duty, you'll find me tweeting on X and reading Web-Novels. Welcome to my notebook :)
gaurang@portfolio:~
$
welcome.js
javascript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function welcome() {
const visitor = {
name: "Guest",
interests: ["AI", "Data", "Web Dev"],
skills: ["Python", "JavaScript", "React"]
};
return {
message: `Hello ${visitor.name}! Welcome to my portfolio.`,
explore: () => "Feel free to explore my projects and experience!",
contact: () => "Let's connect and build something amazing together!"
};
}
// Run this function to get started
const greeting = welcome();
console.log(greeting.message);
console.log(greeting.explore());

Tech Stack

🐍Python
🟨JavaScript
🔷TypeScript
⚛️React
🟢Node.js
🐘PostgreSQL
🍃MongoDB
🧠LLMs
📊Vector DBs
☁️AWS
🐳Docker
✅️Selenium