PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Sachin Chaurasiya

@sachinchaurasiya

1234 Points 10 Followers

20 Posts

1 Answers

Software Engineer | OpenSource Contributor | Technical Writer | Freelancer

TypeScript Utility Types: The 6 Most Useful

I have been working with typescript for almost a year now, and I have learned and implemented a lot in this time. Among the things, I enjoy most about typescript are the utility types that a...

5 Amazing Resources To Find Colours For Your Product or Website

Howdy people, are you running out of colours for your product or website? don't worry, today I will share the 5 amazing resources you can use to choose colours. ## [Colorffy](https://colorf...

5 Best practices for ReactJs

Howdy people, In this article we will be discussing the 5 best ReactJs practices that will help you simplify the building of great and high-performance applications. ## Use Fragment We kno...

Added Icon Request for devdojo on font-awesome

Hello everyone, I have created an issue on font awesome for adding `devdojo` icon. based on the voting the icon is added so please vote this issue, with 👍 for the Devdojo icon to be added....

7 Useful Websites For Web Developers

As web developers, daily we try to solve some problems and to solve those problems we may need to have some handy tools/websites where we can look up to. Today in this article, I will be sh...

Top 5 Websites To Find Great Illustrations

When we work with website designing and development we might need to add some illustrations to give some visuals so that users can visualize what we are designing and developing. To add ill...

Create Custom User Model In Django

In this post, we will see how we can define our own User Model and use it. and also what are the changes we have to make while registering Custom User Model. Django Built-in User Model is G...

How to Setup MongoDB Atlas?

MongoDB is a NoSQL database and we can use MongoDB with different programming languages. MongoDB can be used locally or on Cloud. so in this article will discuss how to set up MongoDB on the...

Learning Some Important Concepts of React Js (part-2)

In a previous article that is part-1, we discussed some important concepts of ReactJs. [Learning Some Important Concepts of React Js (part-1)](https://devdojo.com/sachinchaurasiya/learning-...

How Much JavaScript You Need To Know To Start With ReactJs

If you are planning to learn to react then you must know the most recent JavaScript features that you will use over and over in React. There is no need to be an expert in these topics right...

What is ReactJs and Why it is so popular?

In this article, we will be discussing what is ReactJs and why it is so popular among developers. Let's get started ## What is Reactjs? According to [official website of reactjs](https:...

How To Show Your Latest Blogs On GitHub Profile

As a developer, we love to build our online presence and for that, we do a lot of things like sharing tips and tricks, writing in-depth guides to discuss any tech, writing tutorials on how t...

5 Awesome Libraries To Use In Your Next ReactJs Project

We all know Reactjs is a UI library using which we can build user interfaces rapidly. but Reactjs ecosystem is so rich that you can build dynamic interactive web applications just by using s...

What is mongo DB ? and why it is getting more popularity?

## What is [mongo DB](https://www.mongodb.com/)? Basically **mongo DB** is JSON like structure database which provide us with the facility to use JSON objects to store data in our databas...

An Introduction to Python dictionary and structuring data

In This article, I will discuss dictionary data type which provides a flexible way to access and organize data. Also, I will discuss how they are created, how to access, remove, add elements...