Useful Links
Where I keep all my useful links for web development and other services
My Stack:
- Daisy UI - Colors - A Tailwind CSS component library that provides a set of pre-designed components and utilities for building user interfaces.
- Markdown Cheat Sheet
- Using MDX
Next.js Resources:
- B2B Multi-Tenant Starter Kit - A starter kit for building B2B multi-tenant applications with Next.js, featuring authentication, user management, and tenant isolation.
- Next.js Repositories - The official Next.js GitHub repositories, including examples, plugins, and tools.
Content
- Vectoreezy - Some free stock images.
- Freepik - Some free stock images.
Strategies for Web Development:
Images & Videos
- Use Image from next
- To save on server costs save videos & images to a CDN like Cloudinary or Imgix
- Static vs Dynamic Websites - A comparison between static and dynamic websites, highlighting their differences in content delivery and user interaction.
Starters:
ecommerce
- Next.js Commerce - A headless, API-based e-commerce solution built with Next.js.
React Libraries:
Native Libraries
- React Native - A framework for building native apps using React, allowing developers to create mobile applications for iOS and Android using a single codebase.
Animation Libraries
- Motion for React - Motion for React is an animation library that's simple to start and fun to master.
UI Component Libraries
- Hero UI - A collection of open-source, accessible, and customizable React components for building modern user interfaces.
- Flowbite React - open-source UI component library built on top of Tailwind CSS with React components and based on the Flowbite Design System
Express.js Resources:
- Express.js - A minimal and flexible Node.js web application framework that provides a robust set of features for building web and mobile applications. Use Cases:
- Express.js Use Cases - Common use cases for Express.js include:
- Building RESTful APIs
- Serving static files
- Creating single-page applications (SPAs)
- Handling form submissions
- Implementing middleware for request processing
- Pure Backend API (No Frontend Needed)
- Prototyping Quick APIs or Backends