HomeAboutProjectsContact
night
Quick Select
All Themes (32)
night
Quick Select
All Themes (32)
Sathwik Amburi
© 2026 Sathwik Amburi. All rights reserved.
Hi
👋
I'm

Sathwik Amburi

I'm a passionate 💻 Software Engineer by ☀️ day.
I'm a dedicated 🤖 GenAI Researcher by 🌙 night.
Bridging the gap between cutting-edge software development and innovative AI research.
constcoder: Person={
name: 'Sathwik Amburi',
doingPhD: true,
languages: ['Python', 'JavaScript', 'Rust', 'R', 'C++'],
databases: ['PostgreSQL', 'MongoDB'],
frameworks: ['React', 'Next.js', 'Express.js', 'Node.js', 'FastAPI', 'Langchain'],
tools: ['Docker', 'Git/GitHub'],
cloud: ['Azure', 'GCP'],
isInnovating: () => boolean{
return(
this.doingPhD&&
this.frameworks.includes("Next.js")
);
}
};