class RohitKumarSingh:
def __init__(self):
self.name = "Rohit Kumar Singh"
self.role = "Full Stack Developer"
self.language_spoken = ["Python", "JavaScript", "C++", "C"]
self.code = {
"frontend": ["HTML", "CSS", "Tailwind", "React"],
"backend": ["Node.js", "Express", "Python"],
"database": ["MongoDB", "Neon"],
"tools": ["VS Code", "Git", "npm", "Blender"]
}
self.current_focus = "LLMs & Conversational AI"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = RohitKumarSingh()
me.say_hi()graph TD
A[π€ AI/ML Projects] --> B[LLM Integration]
A --> C[AI Powered Full Stack Applications]
D[π Full Stack Apps] --> E[React + Node.js]
D --> F[MongoDB Integration]
G[π Learning] --> H[Advanced Python]
G --> I[Cloud Technologies]
style A fill:#9929EA
style D fill:#CC66DA
style G fill:#F8F8F8
π Click to expand my 2024 goals!
- π€ Build an advanced chatbot with multiple LLM integrations
- π Create a full-stack AI-powered web application
- π Master advanced React patterns and state management
- βοΈ Learn cloud deployment (AWS/GCP)
- π₯ Contribute to 10+ open source projects
- π Write technical blogs about AI/ML
- π― Build a personal AI assistant
π Coming Soon: Technical blogs about LLMs and Full Stack Development!
| π‘ Did you know? |
|---|
I debug with console.log() and I'm not ashamed! π |
| My code works perfectly... until someone else tries to run it π€·ββοΈ |
| I speak fluent Python, but still learning human languages π |
| Coffee is my debugging fluid β |