The only way to do great work is to love what you do.
I'm Subhajit Khila also known as @silentproton
silentproton.ts
1const silentproton = {
2 pronouns: "He" | "Him",
3 code: ["TypeScript", "Javascript", "Python", "Rust"],
4 askMeAbout: ["web dev", "app dev", "cloud computing", "UI/UX", "tech trends"],
5 technologies: {
6 frontEnd: {
7 js: ["React", "Next.js"],
8 css: ["Sass", "Tailwind", "Bootstrap"],
9 uiLibraries: ["Material UI", "Ant Design", "Chakra UI"],
10 },
11 backEnd: {
12 js: ["Node", "Express", "NestJS"],
13 python: ["Flask"],
14 },
15 mobileApp: {
16 crossPlatform: ["React Native"],
17 },
18 devOps: ["Docker🐳", "CI/CD", "Nginx", "GitHub Actions"],
19 databases: ["PostgreSQL", "MongoDB", "SQLite"],
20 misc: ["Socket.IO", "REST APIs", "WebSockets", "Cloud Functions"],
21 generativeAI: ["GPT"],
22 },
23 architecture: {
24 databases: ["Relational", "NoSQL", "In-memory"],
25 },
26 currentFocus: "Trying to build things with Typescript",
27 funFact: "On the way to become Software Developer"
28};