Skip to content
View Balaji-R-05's full-sized avatar
:electron:
Manifesting
:electron:
Manifesting

Block or report Balaji-R-05

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Balaji-R-05/README.md
Banner Image

Hi there! I'm Balaji R

Backend Developer • AI/ML Enthusiast • Cloud & DevOps Explorer

Portfolio Profile Views

🚀 About Me

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 = [
            "Mastering System Design & Backend Engineering",
            "Exploring AI/ML & Advanced Algorithms",
            "Architecting Cloud-Native Solutions",
            "Contributing to Open Source"
        ]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's connect and build something amazing together 🚀")

me = Developer()
me.say_hi()

Languages and Tools

📊 GitHub Analytics

🤝 Connect With Me

LinkedIn Gmail GitHub LeetCode Portfolio

💭 Quote of the Day

Pinned Loading

  1. tic-tac-toe tic-tac-toe Public

    A 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

  2. ai-agent-chatbot ai-agent-chatbot Public

    A multi-model conversational AI chatbot built with powerful tools like Streamlit, LangChain, LangGraph, and FastAPI.

    Python 1

  3. todo-cli todo-cli Public

    A simple command-line todo manager built with Node.js, Commander, and Chalk.

    JavaScript 1

  4. askdocs-ai askdocs-ai Public

    An AI-powered chatbot that leverages RAG (Retrieval-Augmented Generation) to answer your questions based on the content of uploaded PDFs

    Python 3 1

  5. mern-auth-system mern-auth-system Public

    A 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

  6. DSA DSA Public

    This repository contains my solutions to various Data Structures and Algorithms (DSA) problems from LeetCode and GeeksforGeeks. It serves as a personal archive of problem-solving approaches, optimi…

    Java