FULL STACK DEV // SERVER ENTRY POINT

Kulshresth Jangid

Versatile software engineer with 4+ years of experience building full stack applications in Java, Go, Python, Node.js, Express, React, and TypeScript. Worked across CLM, CRM, SaaS, and real time chat systems, focused on scalable, production ready architectures, cloud and DevOps.

Full Stack Engineer Chat applications and real time systems Open source contributor System design and architecture Late night coding sessions Anime powered focus mode
Stack Focus
  • Backend: Java, Spring Boot, Node.js, Express, Go, Python
  • Frontend: React, TypeScript, Next.js, modern SPA patterns
  • Data and search: MySQL, MongoDB, Elasticsearch
  • Infra: Nginx, Linux, containers, CentOS based tinkering
  • Cloud and DevOps learning: scalable, resilient architectures
  • Special interest: chat apps, SaaS, CLM, CRM platforms
Content And Learning Arcs
  • YouTube series: "What I Learned Today | Coding Journal"
  • Daily DSA journey and problem solving logs
  • "Flexing Vlogs" documenting personal projects to deployment
  • Episode on chat app system design after 5 to 6 months of work
  • "Code in the Dark: Late Night Hustle" coding vlog
  • Ongoing deep dives into system design, algorithms, and scalability
~/server/about_me.ts
const kulshresth = { role: "Full Stack Software Engineer", experienceYears: 4, coreTech: ["Java", "Go", "Python", "Node.js", "Express", "React", "TypeScript"], focus: ["real-time chat", "SaaS", "CLM", "CRM", "system design"], learning: ["cloud computing", "DevOps", "scalable architectures", "advanced DSA"], contentSeries: [ "What I Learned Today | Coding Journal", "Flexing Vlogs", "Code in the Dark: Late-Night Hustle" ], funFact: "Prefers late night builds and improving systems over hype." }; initServer(kulshresth, { animeVibe: true, nerdCore: true });