Hi there 👋, I’m Sachin Chaurasiya, a software engineer with over 4 years of experience in building scalable, performant, and user-centric products. I enjoy solving challenging problems and creating products that make a difference for users.
Collaboration is a big part of my work. I’ve worked closely with designers, backend engineers, and other teams to deliver solutions that are efficient and easy to use. I also enjoy mentoring and guiding other engineers to help them grow in their careers.
I believe in taking ownership of my work and always strive to go the extra mile to ensure high-quality results. Beyond work, I love sharing knowledge through writing technical blogs and contributing to open-source projects, and I am currently contributing to OpenMetadata and ReactPlay.
If you’re looking for someone who’s passionate about building impactful products and working as part of a team, let’s connect and create something amazing together. You can reach me at [email protected].
-
✨ Building OpenMetadata, ReactPlay, Code Snippet Builder, Hashnode Blog Action and GitHubBuddy
-
✨ Writing technical articles on cutting-edge topics.
HTML5 |
CSS3 |
TailwindCSS |
JavaScript |
TypeScript |
React JS |
NextJs |
AntD |
Jest |
Cypress |
NodeJs |
Express |
MongoDB |
MySQL |
PostgreSQL |
Docker |
Git |
GitHub |
Markdown |
GraphQL |
Chakra UI |
How to Build a Collaborative Editor with Next.js and Liveblocks
Collaborative applications are now essential in modern software, allowing multiple users to work on the same document, design, or codebase at the same time. Think of Google Docs, Figma, or multiplayer...
How to Use Proxy Objects in JavaScript
Objects in JavaScript are useful data types that let us define complex data with simple key-value pairs, like a dictionary. Sometimes, you might want to change how JavaScript objects work by default. ...
What is Retrieval-Augmented Generation (RAG)?
In recent years, AI models like GPT-4 have become super popular for generating text that sounds human-like. These models are called Large Language Models (LLMs), and they’re great for writing articles...
How to Use Broadcast Channel API in React
In today’s web applications, keeping information updated across multiple tabs or windows can greatly enhance the user experience. For instance, if a user logs out in one tab, you want that action to b...
How the Page Visibility API Improves Web Performance and User Experience
Making web applications fast and user-friendly is very important today. One useful tool for this is the Page Visibility API. This API tells developers if a web page is visible to the user or hidden in...
Unlock the full potential of TypeScript with these five powerful tricks that will improve your coding skills. From securing your types with const assertions to mastering the keyof operator, these tips...