VIEW RESUME ↗
OPEN TO COLLABORATIONS
TIRTHRAJ BHALODIYA
Tirthraj Bhalodiya

Software Engineer & Competitive Programmer,
at Gajabuja · Bangalore, India.
LeetCode Knight & Technical Blogger.

Focused on mobile game systems,
algorithmic engineering &
machine learning integration.

GitHub LeetCode LinkedIn Blog Email X Code360
0
YRS EXPERIENCE
0
NOTABLE PROJECTS
0
SYSTEM AVAILABILITY
0
USER SATISFACTION ↑

Selected Work

Projects That Ship.

| AI · COMPUTER VISION

Suspicious Activity
Recognition

Anomaly detection using Dual-Resolution Knowledge Distillation and GANs. Student-teacher CNN architecture achieving 80% accuracy with 30% improved robustness.

📈 80% Accuracy · +30% Robustness
TensorFlowKerasGANsCNNPython
import tensorflow as tf
from models import StudentTeacherCNN
 
# Dual-Resolution Distillation
model = StudentTeacherCNN(
  resolution='dual',
  gan_augment=True
)
 
# accuracy: 0.80 | +30% robust
model.evaluate(test_data)
| BIG DATA · DISTRIBUTED SYSTEMS

YADFS — Distributed
File System

High-performance distributed file system on Hadoop + Zookeeper. Engineered for 100+ nodes with fault-tolerant mechanisms ensuring 99.9% availability.

🟢 99.9% Availability · 100+ Nodes
HadoopZookeeperJavaDistributed Systems
# YADFS Node Status
 
NameNode ACTIVE
DataNode 102/102 online
Zookeeper quorum: 3/3
 
Availability: 99.9%
Replication: factor=3
 
# Fault recovery: OK ✓
| LLM · NLP

Pharma Knowledge
Assistant

AI agent using Qwen LLM and HDBSCAN clustering for pharmaceutical data retrieval. Pushed user satisfaction from 70% to 90% within 3 months.

😊 70% → 90% User Satisfaction
Qwen LLMHDBSCANNLPPythonFastAPI
# Pharma Agent
 
from agent import QwenAgent
from cluster import HDBSCAN
 
agent = QwenAgent(
  clusterer=HDBSCAN()
)
 
# satisfaction: 70%→90% ↑
agent.retrieve(query)
| CLOUD · DEVOPS

Automated Kubernetes
Backup Service

Containerized Docker + Kubernetes backup solution integrated with Google Drive API. Reduced monthly downtime by 15 hours and ensured business continuity.

⚡ −15 hrs Monthly Downtime
DockerKubernetesGoogle Drive APIPython
# k8s backup service
 
$ kubectl get pods
backup-svc Running
gdrive-sync Running
 
✔ Last backup: 2m ago
✔ Drive sync: OK
✔ Downtime: -15h/mo
| BACKEND ENGINEERING

FastAPI User
Management CRUD

High-performance modular CRUD API using FastAPI and Pydantic. Optimized request handling via Uvicorn with full Swagger UI documentation.

🚀 High Performance · Full Swagger Docs
FastAPIPydanticUvicornPython
from fastapi import FastAPI
from pydantic import BaseModel
 
app = FastAPI()
 
@app.get("/users/{id}")
async def get_user(id: int):
  return users[id]
 
# Swagger: /docs ✓

About

I'm Tirthraj Bhalodiya, a Software Engineer based in Bangalore with a passion for building things that are fast, intelligent, and elegant.

At Gajabuja, I architect gameplay systems, backend pipelines, and monetization flows for mobile games reaching real users daily. I hold a B.Tech in Computer Science from PES University with a CGPA of 8.08.

As a LeetCode Knight, I'm obsessed with algorithmic elegance. I also write deep-dive technical articles on Hashnode.

CERTIFICATIONS

Google Data Analytics AWS Storage AWS Networking AWS Serverless Building Recommendation Systems HackerRank Problem Solving Linux Kernel Dev — LFD103

EDUCATION

B.Tech CSE — PES University
Bangalore · 2021–2025 · CGPA: 8.08

CURRENT ROLE

Software Engineer @ Gajabuja
Promoted: Associate → SE · April 2026

COMPETITIVE PROGRAMMING

LeetCode Knight 🏆 · Profile
Coding Ninjas Code360

Technical Skills

The Full Stack.

⚙️Core Development
C++C#Unity.NETPythonCR
🔥Backend & Cloud
FirebaseRedisFastAPIREST APIsDockerKubernetesGCPAWS
🧠ML & AI
Deep LearningCNN/RNNLLMsNLPTensorFlowGNNHDBSCAN
Big Data
Apache SparkHadoopKafkaZookeeper
📊Growth & Analytics
Applovin MAXironSourceAdjustCrashlyticsLive-Ops
🛠️DevOps & Tools
GitDockerPostmanLinuxUvicornPydantic

Experience

Where I've Built.

Software Engineer

Gajabuja · Bangalore, India

May 2025 — Present
⬆ Promoted: Associate → Software Engineer · April 2026

FEATURE DEVELOPMENT

Shipped gameplay & live-ops features for mobile word puzzle games using Unity (C#) with .NET architecture and reusable manager patterns.

BACKEND & DATA

Integrated Firebase for persistence and Redis for high-performance leaderboards. API design and validation via Postman.

AUTH & SECURITY

Configured Sign in with Apple and Google Sign-in for secure cross-device synchronization.

MONETIZATION

Deployed Applovin MAX & ironSource LevelPlay with Meta, Moloco, Mintegral networks. Engineered Adjust deep-link flows.

INFRASTRUCTURE

Monitored production via Google Cloud Console and resolved crashes through Firebase Crashlytics.

SYSTEMS ENGINEERING

Delivered Daily Rewards, rewarded ad flows, and gameplay power-ups with polished UI animations.

Machine Learning Intern

LearnTricks

March 2024 — April 2024

SPAM DETECTION

Created predictive models for spam content achieving 90%+ precision, reducing unwanted emails by 15%.

NLP ANALYSIS

Analyzed 1,000+ social media posts using NLP techniques to extract consumer sentiment insights.

Machine Learning Intern

Acmegrade

July 2023 — Sep 2023

MUSIC RECOMMENDATION

Built recommendation system achieving 90%+ accuracy using collaborative and content-based filtering. Enhanced engagement by 30%.

MOVIE RECOMMENDATION

Developed movie recommender with 85% accuracy using matrix factorization and nearest neighbor algorithms.

Services

What I Can Do For You.

📱

Full-Stack Mobile Development

End-to-end mobile apps in C# & Unity — from architecture to shipping. Seamless integration of Auth, Analytics, Ads, and custom backend workflows.

⚙️

Algorithmic Consulting & Optimization

Deep DSA expertise applied to your codebase. I identify performance bottlenecks, optimize complexity, and solve the "impossible" problems.

✍️

Technical Writing & Content

Deep-dive articles, architecture docs and engineering guides. I make complex topics clear, structured, and genuinely worth reading.

🧠

Machine Learning Integration

From CNNs to LLMs — I integrate intelligent features into your product. Anomaly detection, recommendation systems, and knowledge retrieval.

Contact

LET'S
BUILD
TOGETHER.