Resources
Helpful websites that I have been using for years that have helped me in developing applications and much more.
๐จ Front-End Development
Next.js
Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.

React.js
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript.

Typescript
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor.
๐ผ๏ธ UI Design

Tailwind CSS
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

Shadcn/ui
A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite framework

Recharts
Quickly build your charts with decoupled, reusable React components. Reliable. Built on top of SVG elements with a lightweight dependency on D3 submodules
Heroicons
Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
React icons
Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.

Material UI
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.

Font Awesome
Font Awesome is the internet's icon library and toolkit used by millions of designers, developers, and content creators.
๐ฅ๏ธ Back-End Development

Node.js
Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Express.js
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
๐ Databases
Firebase
Firebase provides detailed documentation and cross-platform app development SDKs, to help you build and ship apps for iOS, Android, the Web, Flutter, Unity, and C++.

MongoDB
MongoDB is a document database. It stores data in a type of JSON format called BSON.

PostgreSQL
PostgreSQL also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
๐ Hosting
Vercel
Your complete platform for the web. Vercel provides the developer tools and cloud infrastructure to build, scale, and secure a faster, more personalized web.
Netlify
Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.

Render
Render is a fully-managed cloud platform where you can host static sites, backend APIs, databases, cron jobs, and all your other apps in one place.
๐งช Testing

Postman
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better application.

Chrome DevTools
Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly.
โ๏ธ Full-Stack
Next.js
Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.

Docker
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
Vite
The Build Tool for the Web. Vite is a blazing fast frontend build tool powering the next generation of web applications.
๐งฐ Other

Redux
Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.

React Query(TanStack Query)
TanStack Query, formerly known as React Query, is a powerful data-fetching and state management library for React applications. It simplifies the process of fetching, caching, synchronizing, and updating server state.