$ whoami
> sagar kundu // SDE & tech lead @ clustrix tech solutions
$ role
> software development engineer | full-stack dev x ai engineer x ethical hacker
$ location
> west bengal, india // UTC+5:30
$ cat philosophy.txt
> "code with purpose, build with passion, share with love"
$ uptime
> coding since 2022 // coffee-powered // always shipping
$ current_stack
> agentic ai | browser automation | pentesting | devops
| Currently Building Agentic AI Systems |
Learning LLM Orchestration & Red Teaming |
Ask me about AI Agents, Pentesting, Full-Stack |
Fun fact I code better at 3 AM |
const sagar = {
// Personal Matrix
personalInfo: {
name: "Sagar Kundu",
age: calculateAge("2006-XX-XX"), // The mystery continues...
location: "West Bengal, India",
timezone: "Asia/Kolkata (UTC+5:30)",
languages: ["Bengali", "English", "Hindi", "JavaScript"],
pronouns: "he/him"
},
// Current Mission
currentFocus: [
"Building Agentic AI systems & autonomous agents",
"Ethical hacking & penetration testing",
"Exploring LLM orchestration & AI pipelines",
"Browser automation at scale",
"Automating everything possible",
"Contributing to open source"
],
// Philosophy & Mindset
philosophy: {
code: "Write code that tells a story",
security: "Break it to understand it, then make it unbreakable",
ai: "Build agents that think, not just respond",
learning: "Every bug is a lesson, every feature is growth",
life: "Code with purpose, build with passion, share with love"
},
// Current Status
status: () => {
const activities = ['building agents', 'learning', 'debugging', 'caffeinating', 'hacking', 'training models'];
return activities[Math.floor(Math.random() * activities.length)];
},
// Fun Facts
funFacts: [
"Found my first bug at age 16, been hunting them ever since",
"I code better at night (3 AM = peak productivity)",
"My code-to-coffee ratio is approximately 100 lines per cup",
"Can debug code faster than most people can read it",
"Accidentally hacked my own website while testing security",
"My commit messages are sometimes song lyrics",
"Dream: To build something that changes the world"
]
};
console.log("Welcome to my digital world!");Building the future with autonomous AI agents, intelligent pipelines, and browser-scale automation
"Break it to understand it, then make it unbreakable"
"You have the right to perform your actions, but you are not entitled to the fruits of action."
— Bhagavad Gita 2.47
Developer Translation: Focus on writing great code, not just on getting recognition.
"Yoga is skill in action."
— Bhagavad Gita 2.50
Developer Translation: True programming is the art of skillful problem-solving.
"All undertakings are clouded by some sort of fault, just as fire is veiled by smoke."
— Bhagavad Gita 18.48
Developer Translation: Every codebase has bugs, but that doesn't stop us from building.
"Nothing in this world is as pure and sacred as knowledge."
— Bhagavad Gita 4.38
Developer Translation: Continuous learning is the most sacred practice of a developer.
// Why do programmers prefer dark mode?
// Because light attracts bugs!
const joke = Math.random() > 0.5
? "There are only 10 types of people: those who understand binary and those who don't."
: "99 little bugs in the code, 99 little bugs. Take one down, patch it around, 117 little bugs in the code.";
console.log(joke);- "Code is poetry written in logic"
- "Debugging is like being a detective in a crime movie where you're also the murderer"
- "The best error message is the one that never shows up"
- "Good code is its own best documentation"
- "First, solve the problem. Then, write the code"
interface CollaborationOpportunities {
openSource: boolean;
mentoring: boolean;
freelance: boolean;
fullTime: boolean;
speaking: boolean;
writing: boolean;
agenticAI: boolean;
securityAudits: boolean;
}
const opportunities: CollaborationOpportunities = {
openSource: true, // Always ready to contribute!
mentoring: true, // Love helping fellow developers
freelance: true, // Interesting projects welcome
fullTime: false, // Currently focused on personal growth
speaking: true, // Tech talks and workshops
writing: true, // Technical articles and tutorials
agenticAI: true, // Building autonomous AI agents
securityAudits: true // Pen testing & vulnerability assessments
};- Full-stack web development
- Agentic AI systems & LLM pipelines
- AI/ML implementation & model training
- Security audits & penetration testing
- Browser automation & web scraping at scale
- Technical mentoring & code reviews
- Project architecture & optimization
- Technical writing & documentation
From sa001gar with love and lots of coffee
Last updated: March 2025 | Made with passion, powered by caffeine
Thanks for visiting my digital universe! If you found something interesting, don't forget to star some repositories and let's build something amazing together!
