›_Sambit OS
⌘K Search Portfolio... ⌕
☁CPU12%⌁MEM
34%⌁NET
1.2 KB/s
- /**
- * introduction.ts
- * the short version of the person behind the repos
- */
- export const sambit = {
- name: "Sambit Pradhan",
- primaryRole: "Backend Engineer",
- secondaryRole: "Full-Stack Engineer",
- education: {
- university: "VIT Vellore",
- degree: "B.Tech · CSE",
- specialization: "Bioinformatics",
- graduation: 2026,
- },
- careerStage: "2026 graduate / fresher",
- location: "Kolkata, India",
- status: "open_to_opportunities",
- };
- export const builder = {
- strongestAt: "backend",
- favoritePart: [
- "product logic",
- "architecture",
- "planning",
- ],
- startsWith: "a problem worth solving",
- prefers: "building from scratch",
- problemSpace: "useful products — not only developer tools",
- planningTime: "probably too much",
- qualityBar: "working !== finished",
- frontend:
- "not my strongest side; still not allowed to feel half-done",
- };
- export const notes = [
- "I like products that have a reason to exist outside a demo.",
- "I spend a lot of time on the idea, product flow and architecture before the implementation gets serious.",
- "Backend is where I'm most comfortable, but I care about the whole product.",
- "If something works and still feels wrong, I usually keep going until it doesn't.",
- "I'd rather spend months pushing one original build than collect tutorial clones.",
- ];
developer@sambit:~/about$ npm run about
[time] ✓ Profile loaded
[time] ✓ Education loaded
[time] ✓ Build preferences loaded
[time] ✓ Opportunity status loaded
[time] ✓ Workspace ready
developer@sambit:~/about$ ▌