Skip to content
View ManojPandi26's full-sized avatar

Block or report ManojPandi26

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
ManojPandi26/README.md

๐Ÿ‘‹ Welcome to my GitHub Universe!

Typing SVG
Profile Views GitHub Followers

๐Ÿš€ About Me

Code Animation

๐Ÿ‘จโ€๐Ÿ’ป Developer Profile

Name: Manoj Pandi
Role: Java Full Stack Developer
Location: India ๐Ÿ‡ฎ๐Ÿ‡ณ
Experience: Building scalable Backend applications
Motto: "Code with purpose, debug with patience"

Current_Status:
  - ๐Ÿ”ญ Working_On: BookBliss Library System
  - ๐ŸŒฑ Learning: Microservices & System Design  
  - ๐ŸŽฏ Goal: Open Source Contributions
  - ๐Ÿ’ผ Seeking: Backend Engineering Opportunities

Contact:
  Email: manojpandi680@gmail.com
  Availability: Open for collaboration

๐Ÿ› ๏ธ Tech Arsenal

public class TechStack {
    private String[] backend;
    private String[] frontend;
    private String[] databases;
    private String[] devops;
    private String[] tools;
    
    public TechStack() {
        this.backend = new String[]{"Java โ˜•", "Spring Boot ๐Ÿš€"};
        this.frontend = new String[]{"React โš›๏ธ", "JavaScript ๐Ÿ’›"};
        this.databases = new String[]{"MySQL ๐Ÿฌ", "PostgreSQL ๐Ÿ˜", 
                                     "MongoDB ๐Ÿƒ", "Redis โšก"};
        this.devops = new String[]{"Docker ๐Ÿณ", "AWS โ˜๏ธ"};
        this.tools = new String[]{"Git ๐Ÿ“‚", "Postman ๐Ÿ“ฎ", "Grafana ๐Ÿ“Š"};
    }
    
    public String getCurrentFocus() {
        return "Microservices Architecture ๐Ÿ—๏ธ";
    }
    
    public String favoriteDebuggingMethod() {
        return "System.out.println() // Don't judge me! ๐Ÿ˜…";
    }
    
    public static void main(String[] args) {
        TechStack developer = new TechStack();
        System.out.println("Current Focus: " + developer.getCurrentFocus());
        System.out.println("Debugging Method: " + developer.favoriteDebuggingMethod());
    }
}
Snake Animation

๐ŸŽฎ Quick Stats & Fun Facts

๐Ÿ’ป Coding Journey ๐Ÿš€ Current Mission ๐ŸŽฏ Next Level
Building BookBliss ๐Ÿ“š Mastering Microservices ๐Ÿ”ง Contributing to OSS ๐ŸŒŸ
Spring Boot Expert โšก System Design Student ๐Ÿ“– Cloud Native Explorer โ˜๏ธ
๐Ÿ” Click to see more about my journey!
graph LR
    A[๐ŸŽ“ Started Coding] --> B[๐Ÿ“š Learned Java]
    B --> C[๐ŸŒฑ Discovered Spring Boot]
    C --> D[๐Ÿณ Embraced Docker]
    D --> E[โ˜๏ธ Exploring AWS]
    E --> F[๐Ÿ—๏ธ Building Microservices]
    F --> G[๐Ÿš€ Current: BookBliss Project]
    G --> H[๐ŸŽฏ Future: Open Source Contributor]
    
    style A fill:#ff6b6b
    style G fill:#4ecdc4
    style H fill:#45b7d1
Loading

๐ŸŒŸ What drives me:

  • ๐Ÿ’ก Solving complex problems with elegant solutions
  • ๐Ÿ”ง Building systems that scale and perform
  • ๐ŸŒ Creating software that makes a difference
  • ๐Ÿ“š Continuous learning and sharing knowledge

โšก Fun Facts:

  • I can debug for hours without getting frustrated ๐Ÿ•
  • My code comments are probably longer than my code ๐Ÿ“
  • I believe good architecture is like good music - you feel it! ๐ŸŽต
  • Coffee is not just a beverage, it's a programming language โ˜•

๐Ÿ† GitHub Trophies

GitHub Trophies

๐Ÿ› ๏ธ Tech Stack

Languages

Frameworks & Libraries

Databases

DevOps & Tools


๐Ÿ“Š GitHub Analytics

GitHub Streak

๐Ÿ”ฅ Contribution Graph


๐ŸŽฏ Current Focus


๐Ÿ“ˆ Weekly Development Breakdown

Java           8 hrs 25 mins   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   65.2%
Spring Boot    3 hrs 15 mins   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   25.1%
JavaScript     1 hr 12 mins    โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘    9.3%
Docker         15 mins         โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘    0.4%

๐ŸŒ Connect With Me


๐Ÿ’ป Featured Projects

โญ From Manoj Pandi | Made with โค๏ธ and lots of โ˜•

Pinned Loading

  1. HotelRoomReserveSystem HotelRoomReserveSystem Public

    Java 1

  2. CodSoft CodSoft Public

    Java

  3. ManojPandi26-SpringBoot_webApplication ManojPandi26-SpringBoot_webApplication Public

    HTML

  4. Task_Management Task_Management Public

    JavaScript

  5. BookBliss_SB BookBliss_SB Public

    Java

  6. Multi_Tenant_Billing_System Multi_Tenant_Billing_System Public

    Enterprise-grade multi-tenant SaaS billing platform built with Spring Boot, PostgreSQL, Redis, JWT authentication, and Razorpay integration.

    Java 1 1