›_Sambit OS
CPU
12%
MEM
34%
NET
1.2 KB/s
portfolio about TS introduction.ts
  1. /**
  2. * introduction.ts
  3. * the short version of the person behind the repos
  4. */
  5. export const sambit = {
  6. name: "Sambit Pradhan",
  7. primaryRole: "Backend Engineer",
  8. secondaryRole: "Full-Stack Engineer",
  9. education: {
  10. university: "VIT Vellore",
  11. degree: "B.Tech · CSE",
  12. specialization: "Bioinformatics",
  13. graduation: 2026,
  14. },
  15. careerStage: "2026 graduate / fresher",
  16. location: "Kolkata, India",
  17. status: "open_to_opportunities",
  18. };
  19. export const builder = {
  20. strongestAt: "backend",
  21. favoritePart: [
  22. "product logic",
  23. "architecture",
  24. "planning",
  25. ],
  26. startsWith: "a problem worth solving",
  27. prefers: "building from scratch",
  28. problemSpace: "useful products — not only developer tools",
  29. planningTime: "probably too much",
  30. qualityBar: "working !== finished",
  31. frontend:
  32. "not my strongest side; still not allowed to feel half-done",
  33. };
  34. export const notes = [
  35. "I like products that have a reason to exist outside a demo.",
  36. "I spend a lot of time on the idea, product flow and architecture before the implementation gets serious.",
  37. "Backend is where I'm most comfortable, but I care about the whole product.",
  38. "If something works and still feels wrong, I usually keep going until it doesn't.",
  39. "I'd rather spend months pushing one original build than collect tutorial clones.",
  40. ];
TERMINALOUTPUTPROBLEMS 0DEBUG CONSOLE▣ zsh + ▯ ⌫ ⌃

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$