Hey Internet, I am
Umesh Chaudhary.
I build things for the internet.
I'm a fullstack software engineer based in Kathmandu, Nepal. I specialize in building websites, applications and everything in between. More on About
Latest
- Published on
- Tag
- #react
- Published on
- Tag
- #React
- Published on
- Tag
- #Git
- Published on
- Tag
- #React
- Published on
- Tag
- #django
- Published on
- Tag
- #go
- Published on
- Tag
- #go
10 Best Practices for Writing Efficient and Maintainable React Applications
Learn the best practices for building efficient, maintainable, and scalable React applications. From optimizing performance to managing state and props effectively, this series covers the essential tips and tricks for becoming a React pro. life easy.
Getting Started with Styled Components in React: A comprehensive step by step guide.
In this article we will learn how to make best use of styled components in React applications.
How to manage multiple Git accounts on one computer using SSH config
In this article we will learn about how we can effortlessly switch between Git accounts on a single computer.
React forms with react-hook-form, tailwindcss and Yup for form input validation.
In this tutorial, we will learn how to create a simple user registration form with React, react-hook-form, tailwindcss, and Yup. We will use the useForm hook from react-hook-form to manage the state of the form and to register and validate input fields. We will implement Yup for input validation in the form and use the tailwind css to style the input fields.
Must Know Django Packages
This series explores various django packages that aims make developers life easy.
How to follow Clean Architecture on Go Projects
How do you maintain a growing code base? Don't you agree with the increase code base it increases complexity as well? Well, Clean Architecture of designing software projects is way to go.
Backend As A Service with Go, Gin, Mysql & Docker
This series aims to help understand building blocks of Go, Gin with Docker and MySQL database. In this series we will build REST API endpoints for blog site.