• How Strapi Can Help Your Web Agency Grow
    beginner9 min read

    How Strapi Can Help Your Web Agency Grow

    How Strapi Headless CMS can help your web agency grow

    Paul BratslavskyMay 5, 2025
  • Strapi Email and Password Authentication with Next.js 15: Part 2
    Tutorials23 min read

    Strapi Email and Password Authentication with Next.js 15: Part 2

    In this final part, you will learn session management, Middleware, forgot/reset password, logout, and password change in Strapi using Next.js.

    Theodore Kelechukwu OnyejiakuApril 30, 2025
  • Strapi Email and Password Authentication with Next.js 15: Part 1
    Tutorials26 min read

    Strapi Email and Password Authentication with Next.js 15: Part 1

    Learn how to build a complete Strapi Email & Password Authentication system using Next.js: user registration, email confirmation, login, etc. & code examples.

    Theodore Kelechukwu OnyejiakuApril 28, 2025
  • How to Use Drizzle ORM with PostgreSQL in a Next.js 15 Project
    Tutorials34 min read

    How to Use Drizzle ORM with PostgreSQL in a Next.js 15 Project

    Learn how to integrate Drizzle ORM with a Next.js 15 admin dashboard using PostgreSQL, React Hook Form, and Zod for type-safe forms and server-side queries.

    Abdullah NumanApril 21, 2025
  • What Is Website Rendering: CSR, SSR, and SSG Explained
    Ecosystem14 min read

    What Is Website Rendering: CSR, SSR, and SSG Explained

    Discover rendering in web dev: SSR, CSR, SSG. Impact on performance, SEO. Choose the right approach for optimal site success.

  • What Is the Global Object in JavaScript? Explained for Developers
    Ecosystem11 min read

    What Is the Global Object in JavaScript? Explained for Developers

    Discover what the global object in JavaScript is and its role across different environments like browsers and Node.js with ECMAScript 2020's globalThis.

  • What Is Server-Side Rendering? Benefits, Challenges & Best Practices
    Ecosystem12 min read

    What Is Server-Side Rendering? Benefits, Challenges & Best Practices

    Explore what server-side rendering (SSR) is. Discover its advantages for SEO, website speed, and user experience. Learn implementation techniques!