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 |
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());
}
} |
| ๐ป 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
๐ 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 โ
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%

