Skip to content
View shiva-sb's full-sized avatar

Block or report shiva-sb

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
shiva-sb/README.md

Typing SVG

Profile Views GitHub followers


๐Ÿง‘โ€๐Ÿ’ป About Me

class Shivabala:
    def __init__(self):
        self.name        = "Shivabala S R"
        self.username    = "shiva-sb"
        self.location    = "Tamil Nadu, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.degree      = "B.E. CSE (AI & ML) @ Annamalai University"
        self.email       = "shivabala900@gmail.com"

        self.stack = [
            "React.js", "Node.js", "Express.js",
            "Python", "Flask", "FastAPI",
            "PostgreSQL", "MongoDB"
        ]

        self.currently_learning = [
            "Advanced Machine Learning",
            "System Design",
            "TypeScript"
        ]

        self.fun_fact = "I debug with coffee โ˜• and fix bugs at 2 AM"

    def motto(self):
        return "Build. Break. Learn. Repeat. ๐Ÿ”„"

me = Shivabala()
print(me.motto())


๐Ÿ› ๏ธ Tech Stack

Languages

Python JavaScript HTML5 CSS3

Frameworks & Libraries

React Node.js Express.js Flask FastAPI Streamlit NumPy Matplotlib Tailwind CSS Material UI Chart.js Vite

Databases

PostgreSQL MongoDB

Tools & Platforms

Git GitHub Tableau Jira


๐Ÿ“Š GitHub Stats


๐Ÿ”ฅ Streak Stats

GitHub Streak


๐Ÿ“ˆ Activity Graph

Shivabala's GitHub Activity Graph


๐Ÿ’ผ Work Experience

๐Ÿข Daydreams Solution โ€” React Development Intern ย |ย  Jun 2025 โ€“ Jul 2025 ย |ย  ๐Ÿ“ India

React Jira JavaScript

  • ๐Ÿš€ Gained hands-on practical experience in React development, building and maintaining frontend components in a production environment.
  • ๐Ÿ“‹ Managed tasks and tracked progress using Jira for agile project management in a team setting.
  • ๐Ÿค Contributed to collaborative software development, following best practices for code quality and team workflows.
  • ๐ŸŒฑ Strengthened understanding of the full software development lifecycle from planning to deployment.

๐Ÿš€ Featured Projects

Project Stack Highlights
๐Ÿ“‹ Task Management App React ยท Node.js ยท Express ยท PostgreSQL ยท Sequelize ยท JWT ยท Material UI ยท Chart.js Full-stack MERN-style app with JWT auth, REST APIs, CRUD operations & status tracking (Todo / In Progress / Done)
๐Ÿ’ฐ FinDash: Financial Dashboard React ยท Vite ยท Tailwind CSS ยท React Router ยท Real-time APIs Dynamic dashboard with real-time financial metrics, state management & fully responsive UI
๐ŸŽฌ Movie Site React ยท Vite ยท REST API ยท Component Architecture SPA with API-driven content, robust loading & error handling, and clean modern styling

๐ŸŒฑ Currently Learning

๐Ÿค– Machine Learning      โ†’ Supervised Learning, Neural Networks, Model Evaluation
๐Ÿ—๏ธ  System Design         โ†’ Scalability, Caching, Load Balancing, Microservices
๐Ÿ”ท TypeScript             โ†’ Type Safety, Interfaces, Generics, Advanced Patterns
โšก Advanced React         โ†’ Performance Optimization, Custom Hooks, Context API
๐Ÿ“Š Data Science           โ†’ Seaborn, Advanced Matplotlib, Feature Engineering

๐ŸŽ“ Education

๐ŸŽ“ Degree ๐Ÿ›๏ธ Institution ๐Ÿ“… Year ๐Ÿ“Š Score
B.E. Computer Science & Engineering (AI & ML) Annamalai University 2022 โ€“ Present Pursuing
Higher Secondary Education ARG Academy Matriculation Higher Secondary School 2020 โ€“ 2023 75%

๐Ÿค Connect With Me

GitHub LinkedIn Email


"Build. Break. Learn. Repeat." ๐Ÿ”„

Pinned Loading

  1. RAG RAG Public

    โšก Gemini-Powered Persistent RAG System This repository contains a high-efficiency Retrieval-Augmented Generation (RAG) pipeline built using LangChain, FAISS, and the Gemini 3 Flash model.

    Python

  2. FinDash FinDash Public

    This repository contains the source code for a dynamic and interactive Financial Statement Dashboard web application. Built using React, this application provides a robust platform for financial anโ€ฆ

    JavaScript 4

  3. Task-Management Task-Management Public

    A full-stack task management system with user authentication, task CRUD operations, and dashboard analytics.

    JavaScript