Useful Links

Where I keep all my useful links for web development and other services

My Stack:

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

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:
    1. Building RESTful APIs
    2. Serving static files
    3. Creating single-page applications (SPAs)
    4. Handling form submissions
    5. Implementing middleware for request processing
  1. Pure Backend API (No Frontend Needed)
  2. Prototyping Quick APIs or Backends