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.
name: 'Sathwik Amburi',
lookingForJob: 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'],
hireable: () => boolean{
return(
this.lookingForJob&&
this.frameworks.includes("React")
);
}
};