Skip to main content

Tech Stack

I build full-stack web apps—from clean UIs with React to robust APIs with Node.js—turning ideas into scalable, production-ready products. And yes, the backend logs always have a story to tell.

Front End

  • React and NextJS are my front end Javascript library of choice. The component-centric mental model is the first thing that truly made sense to me as a designer.
  • For 3D effects I use three.js. Its a bit complex with those effects in shaders using GLSL but it can give great results.
  • For UI I’ve used various component libraries like antd, materialUI, coreUI etc and for styling CSS/SCSS, tailwind styled-components.

Back End

  • NodeJS along with express or HAPI usally is my goto choice, but nowdays i have switched to springboot.
  • For Database MYSQL, MongoDB, Firesbase(FireStore,RealtimeDB), DynamoDB and S3 etc.There are lots of choices specially in Nosql DBs. I usually go with whichever fits bets according to the costing and the use case.
  • Other tools like for pipeline and CI/CD I use apache kafka, Jenkins, AWS, Heroku etc along with docker and kubernetes.