How to Build a Multi-Tenant SaaS Application with Next.js (Frontend Integration)

Learn how to build a multi-tenant EdTech SaaS application with Next.js frontend integration. This comprehensive guide covers implementing authorization, managing user roles, handling data with Zustand, and creating a responsive UI with shadcn components. Continue reading How to Build a Multi-Tenant SaaS Application with Next.js (Frontend Integration) on SitePoint.

Building a Multi-Tenant SaaS Application with Next.js (Backend Integration)

Learn how to build a secure multi-tenant SaaS application using Next.js, Appwrite, and Permit.io. This comprehensive guide covers backend integration, authentication, authorization, and role-based access control for EdTech platforms. Continue reading Building a Multi-Tenant SaaS Application with Next.js (Backend Integration) on SitePoint.

Why Spreadsheets Need Better Coding Support

Find out how Python and AI integration in spreadsheets transforms data analysis with coding capabilities for complex tasks. Continue reading Why Spreadsheets Need Better Coding Support on SitePoint.

Building a Fully-Featured 3D World in the Browser with Blender and Three.js

Go behind the scenes of an immersive 3D museum built with Blender and Three.js, and explore the creative process, technical decisions, and browser-ready workflow that brought it to life.

Case Study: Ciel Rose

Explore how storytelling and subtle design come together in a filmmaker duo’s portfolio.

Designer Spotlight: Vítor Cardoso

Explore the work of Vítor Cardoso, an award-winning Freelance Designer from Portugal, as he shares his design approach, inspiration and selected projects that defined his journey.

Warhol Arts: A Digital Playground of Pop, Pixels, and Pure Motion

A deep dive into the code, craft, and chaos behind a pop-art-inspired digital experience powered by GSAP and Webflow.

WebGPU Scanning Effect with Depth Maps

An exploration of a scanning effect using depth maps, custom shaders, and WebGPU rendering.

Building a Network Vulnerability Scanner with Go

Read Building a Network Vulnerability Scanner with Go and learn Web with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading Building a Network Vulnerability Scanner with Go on SitePoint.

A Quick Guide to htmx in Kotlin

To be more specific, we will see a step-by-step process of writing HTML with typesafe Kotlin DSL, integrating htmx, and handling requests with Ktor. Eventually, we will get the below user table: But before we start, just a short disclaimer: although the main focus for this tutorial is the htmx …