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

Sunil Joshi

@suniljoshi19

695 Points 6 Followers

65 Posts

0 Answers

Sunil Joshi is an avid designer cum developer who is passionate about solving complex UX challenges across digital businesses. He is a trendsetter in the field of data visualization and dashboard design and has been lauded for his clean and minimalist design aesthetic.

How to Convert a Component Design Into an MUI React Code

Material UI or MUI library provides you with robust, customizable, accessible, and advanced components, enabling you to build your own design system and develop React applications faster. T...

An Introduction to TypeScript

The front-end React developer world is all abuzz with the fondness of using and preferring TypeScript over JavaScript. Although it’s not recommended for all types of projects it strongly ove...

​​How to use Ample React Dashboard Lite Template for your projects

In this tutorial, you will know how to use [**WrapPixel’s Ample React Dashbard Lite Template**](https://www.wrappixel.com/templates/ample-free-react-dashboard/) for React which is a free tem...

Here’s everything you need to know about the upcoming React v.18

Of course, we all know how popular the React library is. It has been around for years now and is used like crazy by both startups and big tech companies. Facebook itself developed it and m...

15 Best and Unique CSS Loaders

One of the fundamental principles of User Experience (UX) is that a visitor expects to see some feedback when they do an actionable work on a website or an app. For example, when you click o...

20 Best CSS Animation Resources

A text fading in and out or a link popping up when hovered. What do these two things have in common? Yes, they all animate. What’s special about the web development space is that along with...

60 Best Design Resources of 2021

Are you a design nerd? Or a developer learning a bit of designing in between? Well, for your learning, practice, and even to make projects you will need some tools and resources to kick off...

6 Best React Dashboard Templates that you can Use in 2021

If you are looking for the best react dashboard template then either you’re building it for your own or you have a client to build a full-stack application for him. But, you don’t want to wa...

Top 8 Design Trends of 2021 [With Resources]

If the general public gets excited for a new tech product at the beginner of the year, so does a typical UX designer in his/her career who is looking forward to some of the best design trend...

The Ultimate React Cheat Sheet

React is an open-source, front-end, JavaScript library for building user interfaces or UI components. Just like Vuejs, It gives us the ability to create components, layouts etc in our applic...

Angular Cheat Sheet

[Angular](https://angular.io/) is a TypeScript based open-source web application framework used in building both web and mobile based applications. In this article, we will go through some o...

What the heck is Vue Vite?

Vite is a Lightening fast cold server that offers instant hot modules replacement and True on-demand compilation. This tool was created by the Creator of Vuejs, but this doesn’t mean that it...

The Ultimate Vue Cheat Sheet

***Vuejs*** has become one of the most successfully applied, loved and trusted frontend JavaScript frameworks among our community. The Vue3 comes with a whole lot of new features. In this ar...

Implementing Drag and Drop in Vue

In this article we will be implementing something fun. We will be implementing the drag and drop feature in Vuejs. I know there are a whole lot of libraries out there that will help you set...

Setting up TailwindCss in Angular 10

Tailwind CSS is a highly customizable, Utility CSS framework that gives you all of the building blocks you need to build designs without any annoying opinionated styles you have to fight to...

Building a Shopping Cart In Nodejs

In this article we will be building an E-commerce platform with Nodejs as backend and for Frontend, we will have 3 different techonologies (Angular, React and Vuejs). I will publish those a...

Unit testing react components using Enzyme and Jest testing frameworks

In this tutorial, we will be writing unit test for a basic todo application using jest and react. Let’s get started. ## Jest Jest is a JavaScript testing framework designed to ensure corr...

Improving Vuejs Apps with Vue Filters and its Alternative (Vue Computed Properties)

## Filters Filters are basically JavaScript functions that can be used to transform some output in the template. They take the value to be transformed as the first parameter then return the...