suhas.profile.ts
2 engagements  ·  2 projects  ·  2 hackathon wins  ·  ~4 yrs exp  ·  read-only
Suhas B Rao
// the portfolio of
Suhas B
Bridging enterprise OMS with modern AI
🏆
Company Hackathon 1st Place
Call Center AI
🥉
Company Hackathon 3rd Place
SFCC B2B usecase
// identity
engineer.ts profile
1const me = {
2name: "Suhas B Rao",
3role: "Software Engineer",
4company: "Perfaware India Pvt. Ltd.",
5location: "Bengaluru, IN",
6platform: "Sterling OMS",
7experience: "~4 years",
8degree: "B.E. Electronics & Communication",
9wins: ["1st", "3rd"], // hackathons
10};
stack.ts tech
1const stack = {
2primary: ["Java", "TypeScript"],
3frontend: ["Angular"],
4backend: ["Spring Boot"],
5ai: ["WatsonX", "n8n", "LLMs", "AI Agents"],
6db: ["SQL"],
7exploring: true,
8};
// experience
Perfaware · Sterling OMS
Next Gen Store
UI customization & Angular development for enterprise retail clients
1const storeWork = {
2scope: "Sterling Next Gen Store",
3work: [
4"UI customizations",
5"Angular component development",
6"OMS workflows & integration",
7]
8}
Perfaware · Sterling OMS
Next Gen Call Center
End-to-end UI & backend development for enterprise call center operations
1const ccWork = {
2scope: "Sterling Next Gen Call Center",
3work: [
4"Call center UI customization",
5"Java backend development",
6"Agent workflow optimization",
7]
8}
// projects
Call Center AI Agent
Intelligent assistant for enterprise call center ops on Sterling OMS
1class CallCenterAgent {
2capabilities = [
3"Order lookup & tracking",
4"Product information",
5"Appeasement handling",
6]
7}
CDT Automation Agent
n8n-powered pipeline that dynamically exports & analyzes CDT differences between environments
1async function analyzeCDT(env) {
2const data = await exportDynamic(env);
3const report = await analyze(data);
4// zero manual steps
5return report;
6}
// proficiency
language
Java
frontend
Angular
backend
Spring Boot
platform
Sterling OMS
ai platform
WatsonX Orchestrate
automation
n8n
database
SQL
emerging
LLMs / AI Agents
// status
status.ts live
1export const status = {
2openToWork: true,
3currentlyExploring: "Agentic AI · LLM orchestration · RAG pipelines",
4missionStatement: "Bridging legacy enterprise systems with modern AI",
5hackathonWins: 2, // and counting
6experience: "~4 years @ Perfaware India",
7};