class Developer:
def __init__(self):
self.name = "Balaji R"
self.role = "Backend Developer & AI Enthusiast"
self.education = "B.Tech IT @ St. Joseph's Institute of Technology, Chennai"
self.location = "Chennai, India"
self.current_focus = [
"Building scalable backend systems",
"Exploring advanced ML algorithms",
"Mastering cloud-native architectures",
"Contributing to open-source projects"
]
def say_hi(self):
print("Thanks for dropping by! Let's connect and build something amazing together 🚀")
me = Developer()
me.say_hi()
-
St. Joseph's Institute of Technology
- Chennai, India
-
23:08
(UTC +05:30) - https://balaji-devfolio.vercel.app/
- in/balaji-ramu-437b51290
- @r_balaji242005
Pinned Loading
-
tic-tac-toe
tic-tac-toe PublicA stylish and responsive Tic Tac Toe game built with HTML, CSS, and JavaScript. Play solo against an AI (Easy, Medium, Hard modes) or challenge a friend in multiplayer mode. Includes a scoreboard, …
JavaScript 1
-
weather-app-react
weather-app-react PublicA simple weather application built with React that displays current weather information for any city using the OpenWeatherMap API.
JavaScript 1
-
ai-agent-chatbot
ai-agent-chatbot PublicA multi-model conversational AI chatbot built with powerful tools like Streamlit, LangChain, LangGraph, and FastAPI.
Python 1
-
askdocs-ai
askdocs-ai PublicAn AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs
-
mern-auth-system
mern-auth-system PublicA full-stack authentication system built with the MERN stack. This project implements secure user authentication and authorization with JWT, password hashing, and email services.
JavaScript 1
If the problem persists, check the GitHub status page or contact support.

