Skip to content

Sachin-chaurasiya/Sachin-chaurasiya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 

Repository files navigation

About me πŸ‘¨πŸ»β€πŸ’»

HelloπŸ‘‹, I'm Sachin Chaurasiya, a software engineer from India who's all about creating cool stuff and helping people out. I've been at it for over 3 years now and I really enjoy making products that folks love to use.

I'm a big fan of Open Source, which means I like sharing and working on free software with others. You might even catch me volunteering in different groups!

When it comes to my work, I believe in making sure customers are happy, testing things thoroughly, and working together with others. I also think it's important to share what we know and write good quality code.

Outside of coding, I enjoy writing blogs about tech topics like JavaScript, TypeScript, ReactJS, and more. I'm always up for learning new things and love sharing what I've learned with others.

Right now, I'm busy working on some Open Source projects like OpenMetadata, a code snippet builder, and ReactPlayIO.

If you need a hand with writing about tech stuff or want to team up on a project, feel free to reach out! Let's connect and make some awesome things together! 😊

Currently πŸ“

NPM Packages Published by Me πŸ“¦

npm npm npm

Languages and Tools πŸ› 

html5
HTML5
css3
CSS3
TailwindCSS
TailwindCSS
JavaScript
JavaScript
TypeScript
TypeScript
React
React JS
NextJs
NextJs
AntD
AntD
Jest
Jest
Cypress
Cypress
NodeJs
NodeJs
Express
Express
Mongo DB
MongoDB
Mysql
MySQL
PostgreSQL
PostgreSQL
Docker
Docker
Git
Git
GitHub
GitHub
Markdown
Markdown
GraphQL
GraphQL
Chakra Ui
Chakra UI

Github Stats πŸ“ˆπŸ“Š

trophy



@sachinchaurasiya87's Holopin board

An image of @sachinchaurasiya's Holopin badges, which is a link to view their full Holopin profile

Recent Blog Posts ✍️

5 Powerful TypeScript Tricks5 Powerful TypeScript Tricks

May 27, 2024

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...



How TypeScript Type Predicates Enhance Code SafetyHow TypeScript Type Predicates Enhance Code Safety

May 20, 2024

TypeScript's type predicates are a powerful feature that improves type safety and makes code more reliable. They help confirm what a variable really is, which helps developers avoid errors and makes t...



HTTP Status Codes Explained: Essential Guide for DevelopersHTTP Status Codes Explained: Essential Guide for Developers

May 17, 2024

HTTP status codes are important for web development. They give key information about server requests. Knowing these codes can help you debug better and improve your app's user experience. In this guid...



Simple Guide to Using Intersection Observer API with ReactJSSimple Guide to Using Intersection Observer API with ReactJS

May 15, 2024

The Intersection Observer API is a new web tool that helps developers check when an element in the DOM comes into or leaves the viewport. This is very useful for lazy loading images, infinite scrollin...



React Error Boundary: A Guide to Gracefully Handling ErrorsReact Error Boundary: A Guide to Gracefully Handling Errors

May 12, 2024

React revolves around JavaScript, and as the application expands, certain components may become error-prone, leading to a blank page problem. To tackle this, we should incorporate Error Boundaries. Th...



Build and Send Emails Using React and TypeScriptBuild and Send Emails Using React and TypeScript

March 16, 2024

Emails are widely used for communication, whether it's expressing thoughts, sharing product information, sending content to newsletter subscribers, sharing event details, and more. Crafting and sendin...