shekhar@portfolio:~$ whoami
Shekhar Thathera

shekhar@portfolio:~$ role --get
Community Builder | Product & Design Learner | Startup Operator
shekhar@portfolio:~$ whereami
📍 Delhi NCR, India
shekhar@portfolio:~$ cat identity.log
> executing identity.log... 🚀 Building Startup4Nation — connecting sponsors with communities, colleges & startup ecosystems. 🎨 Designing experiences, brand assets, and workflows for programs, hackathons & developer communities. 🤝 Worked with AWS Community NCR, GDG, GDSC, and SoarX — scaling engagement and visuals across events. 💡 Motto: ship fast, learn publicly, iterate endlessly.
shekhar@portfolio:~$ system.status
Connected to localhost
// shekhar.dev :: profile.config
Flexing {
name: "Shekhar Thathera";
handle: "shekhar_thathera";
title: "Community-led Builder & Designer";
currentRole: "Co-founder @ Startup4Nation";
location: "Delhi NCR / Greater Noida, India";
studying: "B.Tech CSE (AI), 2nd Year";
modes: ["Hacker", "Operator", "Designer"];
interests: ["Startups", "Hackathons", "Web3", "Cloud", "Bitcoin", "People"];
};
interface Stack {
design: ["Figma", "Canva", "Framer (learning)"];
frontend: ["HTML", "CSS", "JavaScript", "React", "Next.js", "TailwindCSS"];
product: ["Wireframing", "Prototyping", "Landing Pages", "UX Thinking"];
community: [
"Program & People Management",
"Partnerships & Sponsorships",
"Event Ops & Logistics",
"Campus & Developer Communities"
];
tools: ["Notion", "Discord", "WhatsApp Communities", "Google Workspace"];
};
// Core Experience
const me = {
role: "Co-founder";
org: "Startup4Nation";
from: "2024";
location: "NCR / Remote";
mission: "Connect sponsors with college, student & startup events.";
highlights: [
"Built a platform connecting sponsors and college/startup events.",
"Scaled community to 1K+ members across WhatsApp.",
"Hosted an event at Microsoft Office, Gurugram.",
"Handles partnerships, sponsor outreach & event operations end-to-end.",
"Designs decks, posters & flows so events feel smooth, not chaotic."
];
};
const otherExperiences = [
{
role: "Designer & Community Builder";
org: "AWS User Group NCR";
impact: "Designed event creatives & helped with event ops (AWS Community Day NCR '24).";
},
{
role: "Graphic/UI Designer";
org: "GDSC On Campus + SoarX IIMT";
impact: "Handled community design, merch & event visual identity.";
}
];
// Projects
const projects = [
"Portfolio (React + Next.js).",
"Real-time currency converter using market APIs.",
"Sponsor matchmaking workflow for Startup4Nation.",
"Multiple event designs for hackathons & tech communities."
];
// Contact function mock :)
const contact = (platform) => {
return {
github: "https://github.com/shekhar854",
twitter: "https://x.com/YOUR_USERNAME",
linkedin: "https://linkedin.com/in/YOUR_USERNAME",
email: "your@email.com",
whatsapp: "https://wa.me/91XXXXXXXXXX"
}[platform] ?? "Ping me on LinkedIn 🙂";
};B-Tree Visualization
Interactive tool to visualize B-Tree insertions step by step with detailed explanations. Perfect for understanding data structures and algorithms.
Red-Black Tree Visualization
Interactive Red-Black Tree visualizer with step-by-step explanations of insertions, rotations, and recoloring. Learn RB-Tree balancing algorithms.
// booting shekhar.dev ...
$ whoami
> shekhar_thathera
Resume: {
name: "Shekhar Thathera";
role: "Community-led Builder & Designer";
current: "Co-founder @ Startup4Nation";
location: "India (Delhi NCR / Greater Noida)";
studying: "B.Tech CSE (AI), 2nd Year";
interests: ["Startups", "Hackathons", "Web3", "Cloud", "Bitcoin", "Communities", "Design"];
};
// Stack & Skills
Stack: {
design: ["Figma", "Canva", "Framer basics"];
frontend: ["HTML", "CSS", "JavaScript", "React", "Next.js", "TailwindCSS"];
product: ["Wireframing", "Prototyping", "UX Thinking", "Landing Pages"];
community: [
"Program & People Management",
"Sponsorships & Partnerships",
"Event Ops & Logistics",
"Campus & Developer Communities"
];
tools: ["Notion", "Discord", "WhatsApp Communities", "Google Workspace"];
};
// Experience
Experience_1: {
company: "Startup4Nation";
title: "Co-founder";
duration: "2024 - Present";
location: "NCR / Remote";
highlights: [
"Building a bridge between sponsors and college/startup events.",
"Grew community to 1K+ members across WhatsApp.",
"Organised events at Microsoft Office, Gurugram.",
"Own end-to-end: partnerships, sponsor outreach, and on-ground execution.",
"Designs, decks, and workflows for smooth event operations."
];
};
Experience_2: {
orgs: ["AWS User Group NCR", "SoarX IIMT", "GDG on Campus IIMT", "Other tech communities"];
roles: ["Graphic Designer", "UI/UX Designer", "Community Volunteer"];
highlights: [
"Volunteer graphic designer for AWS Community Day Delhi NCR 2024.",
"Designed posters, banners, social creatives & event branding.",
"Helped with on-ground coordination & attendee experience.",
"Led design for SoarX IIMT events and T-shirt/merch concepts.",
"Core member at GDSC / GDG on campus, supporting tech + design."
];
};
// Projects & Experiments
Projects: [
"Personal portfolio (React + Next.js).",
"Currency converter app using real-time market values.",
"Event workflows & sponsor-matching processes for Startup4Nation.",
"Multiple hackathon/community design sets shipped under tight deadlines."
];
// Status & Contact
Status: {
open_to: [
"Design & UI/UX roles",
"Community & Program Management",
"Startup collaborations",
"Freelance design & branding work"
];
motto: "Build communities, design experiences, and keep shipping.";
};
Contact: {
github: "https://github.com/shekhar854";
linkedin: "https://www.linkedin.com/in/shekharthathera";
twitter: "https://x.com/TechGam31034019";
email: "shekharthathera@gmail.com";
note: "Replace with your real links before shipping 🔧";
};