Blog
I write about software development, programming, tech and my personal life.
All Posts
Supercharge Developer Experience with Custom VS Code Extensions
––– views
Learn how to leverage custom VS Code extensions to enhance your team's DX by providing instant, in-editor documentation for object maps, configurations, and more.
Make the search bar less boring
––– views
Learn how to build an awesome search bar with an animating placeholder. All done without any third party library!'
Reusable form component in react using React Hook Form 🎣 and Zod 🛡
––– views
React Hook Form embraces uncontrolled inputs, minimizes unnecessary renders and is battery packed with features 🔋⚡
[Archived] Getting started with Typescript on the backend with Node.js and Express
––– views
Learn how to scaffold a Node.js backend for a safer, robust and type-safe APIs with Typescript
[Archived] Type-safe GraphQL Server with Pothos (Formerly GiraphQL)
––– views
Pothos is a GraphQL Schema builder that is type-safe, embraces typescript's type inference, and provides amazing plugin ecosystem.