VISHNU A C
0%
Home About Experience Work Skills Contact
Open to opportunities

Building the
Future of
Backend & AI

I'm Vishnu A C — a Software Engineer with 1.7 years of experience crafting scalable microservices, cloud-native architectures, and AI-powered solutions.

0 Years
Experience
0+ Production
Projects
0% Latency
Reduced
SCROLL
BACKEND SYSTEMS· CLOUD ARCHITECTURE· AI INTEGRATION· MICROSERVICES· GO & PYTHON· MACHINE LEARNING· RAG PIPELINES· BACKEND SYSTEMS· CLOUD ARCHITECTURE· AI INTEGRATION· MICROSERVICES· GO & PYTHON· MACHINE LEARNING· RAG PIPELINES·
01 ABOUT

Software Engineer who transforms complex challenges into elegant, scalable systems

With 1.7 years at Anunta Technology, I architect production-grade backend systems at real-world scale. I've slashed API latencies by 42%, boosted database efficiency by 90%, and compressed release cycles from 2 days to under 2 hours.

I specialize in building high-throughput microservices in Go and Python, designing agentic AI workflows with AutoGen and RAG pipelines, and orchestrating cloud-native deployments on Azure. Passionate about turning complex distributed systems into clean, maintainable architectures that scale.

From building a zero-downtime API gateway with distributed rate limiting, to crafting RAG-powered legal chatbots and agentic AI platforms — I thrive at the intersection of backend engineering and artificial intelligence. Every system I build is designed to be fast, resilient, and production-ready.

42%
Latency Cut
90%
DB Efficiency ↑
1800×
Analytics Faster
99.7%
Uptime
Vishnu A C
1.7 Years
Exp
Education B.Tech AI & DS CGPA 8.4
Location Chennai, India
Languages English · Tamil · Hindi · Telugu
Status Open to Work
02 EXPERIENCE

Anunta Technology

Software Engineer
Jul 2024 — Apr 2026 ⚡ LWD: Apr 15, 2026

AI Fabric

Agentic AI Platform

Built production-grade agentic AI assistants using graph-based AutoGen workflows and RAG with ChromaDB. Designed multi-agent collaboration pipelines for enterprise automation.

PythonAutoGenChromaDBRAG

Euvantage

Cloud Monitoring

Led optimization of a hybrid cloud monitoring platform for 1000+ VMs, reducing API latency by 50%, achieving 99% uptime, cutting cloud configuration time from hours to minutes, lowering Azure monitoring costs by 40%, and reducing QA bugs by 80%.

50%Latency ↓
99%Uptime
GoPythonPostgreSQLAzure

Isolation

Resource Tracking

Developed a high-throughput async monitoring service, enabling 10x higher concurrency, improving DB performance by 40%, reducing runtime errors by 60%, and with only a 5% QA bug rate.

10xConcurrency ↑
40%DB Performance ↑
60%Runtime Errors ↓
5%QA Bug Rate
GoPythonPostgreSQLAzureDocker

Kraken

Deployment Pipeline

Modernized deployment pipelines using Go and RabbitMQ. Compressed release cycles from 2 days → under 2 hours.

24xFaster
GoRabbitMQCI/CDDocker

Cloud Optimal

Cost Analytics

Took ownership and migrated cost analytics from Python to Go. Reduced analytics runtime from 5 min → under 100ms — a 1800× improvement.

1800×Faster
GoGinRedisPostgreSQLMongoDB
Drag to explore
DOCKER·AZURE· POSTGRESQL·REDIS· RABBITMQ·FASTAPI· GIN·CHROMADB· DOCKER·AZURE· POSTGRESQL·REDIS· RABBITMQ·FASTAPI· GIN·CHROMADB·
03 SELECTED WORK
01

OwnGPT

Personal AI Assistant

Containerized local LLM assistant built with Go and Ollama. Features streaming responses, conversation memory, and complete data privacy — all running locally.

GoOllamaLLMDockerStreaming
func StreamResponse(prompt string) {
    client := ollama.NewClient()
    stream := client.Chat(prompt)
    for chunk := range stream {
        fmt.Print(chunk.Content)
    }
}
02

Resume Integrator

ATS & Interview Engine

AI-powered resume scoring using sentence embeddings. Automates candidate screening with configurable scoring weights and semantic skill extraction.

PythonNLPEmbeddingsFastAPIML
model = SentenceTransformer("all-MiniLM")
resume_vec = model.encode(resume)
job_vec = model.encode(job_desc)
score = cosine_sim(resume_vec, job_vec)
03

LawSmartBot

Legal RAG Chatbot

RAG-powered chatbot for Indian legal documents. Uses ChromaDB vector retrieval for accurate, context-aware legal assistance from a corpus of legislation.

PythonFastAPIRAGChromaDBLLMFirebase
collection = chroma.get_collection(
    name="indian_law"
)
results = collection.query(
    query_texts=[user_query],
    n_results=5
)
04

AeroGate

API Gateway

Lightweight, high-performance API gateway in Go. Features dynamic zero-downtime routing via PostgreSQL + Redis pub/sub, distributed rate limiting with sliding window algorithms, centralized auth, and async telemetry through Kafka.

GoRedisKafkaPostgreSQLDocker
func RateLimit(key string) bool {
    now := time.Now().UnixMilli()
    pipe := redis.Pipeline()
    pipe.ZRemRangeByScore(key,
        "0", fmt.Sprint(now-window))
    pipe.ZAdd(key, now, now)
    return pipe.ZCard(key) <= limit
}
05

Chatfluence

Confluence AI Companion

AI-powered Confluence assistant that features Page Assistant, Smart Gap Filler, Confidentiality Scanner, Focus Mode Summarizer, Quiz Generator, and Timeline Generator for intelligent content interaction.

PythonOllamaStreamlitConfluence APILLM
confluence = Confluence(
    url="https://team.atlassian.net"
)
pages = confluence.get_all_pages()
embeddings = ollama.embed(pages)
response = ollama.chat(
    model="llama3", context=docs
)
06

Work-Alive

ML Activity Monitor

ML-powered work activity monitor using Random Forest classifier. Detects and classifies user activity states in real-time for productivity insights.

PythonScikit-learnRandom ForestReal-time
model = RandomForestClassifier(
    n_estimators=100,
    max_depth=10
)
model.fit(X_train, y_train)
state = model.predict(live_data)
04 TECH STACK

Languages

PythonExpert
GoExpert
SQLAdvanced

Frameworks

FastAPIExpert
GinAdvanced
FlaskAdvanced

AI & Machine Learning

Machine LearningAdvanced
Deep LearningIntermediate
LLM / GenAIAdvanced
RAGAdvanced
NLPAdvanced
Prompt EngineeringAdvanced
AutoGenAdvanced
LangChainIntermediate

Databases

PostgreSQLAdvanced
MySQLAdvanced
MongoDBAdvanced
RedisIntermediate
ChromaDBAdvanced

DevOps & Cloud

DockerAdvanced
AzureAdvanced
RabbitMQAdvanced
GitExpert
CI/CDAdvanced
KubernetesBeginner
Google Cloud AI AgentsIntensive Course
NVIDIA Deep LearningFundamentals
KCG Math ClubCompetition Winner
05 GET IN TOUCH

Have a project?
Let's build it together.

I'm currently looking for new opportunities. Whether you have a question, a project idea, or just want to say hello — my inbox is always open.

Send me a message