Vignesh Guptablog.vigneshgupta.tech·Nov 23, 2024How Multi-Tenant Sites Work in Next.jsIntroduction Definition of Multi-Tenancy in Web Applications Multi-tenancy refers to a software architecture where a single instance of an application serves multiple customers, known as "tenants." Each tenant has its own isolated data, settings, and...Next.js
Marlon Machariacodewithmarlon.hashnode.dev·Oct 3, 2024Is Django Multi-Tenant Worth It? A Developer’s Tale of Trials, Errors, and RediscoveryAs a developer, I love challenges. But there’s a certain kind of challenge that makes you question your life decisions, especially when it comes to multi-tenancy in Django. It seemed so simple at first—build an app that can serve multiple clients, ea...27 readsDjango
Hemin Panchalhemin-panchal.hashnode.dev·May 31, 2024Exploring Multi-Tenancy in Application Architecture: Types and BenefitsIntroduction As businesses continue to leverage cloud computing and SaaS (Software as a Service) models, the concept of multi-tenancy in application architecture has become increasingly important. Multi-tenancy allows a single instance of an applicat...3 likesmulti
Omid EidivandiforServerless Folks Blogsblogs.serverlessfolks.com·Apr 30, 2024Impersonation using AWS CongitoSecurity stands as a foundational element in software development, often taking center stage in architecture decisions and assessments. The approach to security, both in mindset and execution, can differ depending on factors like the intended usage s...serverless computing
Omid Eidivandiserverlessfolks.com·Apr 29, 2024Impersonation using AWS CongitoSecurity stands as a foundational element in software development, often taking center stage in architecture decisions and assessments. The approach to security, both in mindset and execution, can differ depending on factors like the intended usage s...1 like·669 readsAmazon Cognito
Nada Pivceviccodingdiaries.hashnode.dev·Feb 13, 2024Vercel Platforms Starter Kit OverviewHashnode is built using Platforms, a powerful template from Vercel designed for creating multitenant applications. This template uses Next.js' latest app router technology and Vercel's Domains API. I recently started a project with this template and ...vercel platforms starter kit
David Sanzdbaenlasombra.com·Jan 29, 2024Release mismatch, 19.0.0.0.230718 1.8 in database (classes.bin) vs 19.0.0.0.231017 1.8 in executableVamos a tratar de solucionar el siguiente error que teníamos presente en el alert log. __(3):joxcsys: release mismatch, 19.0.0.0.230718 1.8 in database (classes.bin) vs 19.0.0.0.231017 1.8 in executable pid 35577 cid 3 2024-01-29T09:27:44.180287+01:0...663 readsOCI19c
SuperTokenssupertokens.hashnode.dev·Jan 19, 2024Multi-Tenant Authentication in 2024Introduction Multi-tenancy refers to a scenario where a single instance of a software application serves multiple tenants (customers or users from different organizations). Each tenant operates in a self-contained environment with its own set of data...single tenant
Carla Muñoz Lópezselectfromdual.com·Oct 15, 2023Parámetros de Base de datos a nivel PDB en StandbyRecientemente se me ha planteado un escenario donde hay una diferencia de rendimiento notable entre una réplica de una CDB con una PDB en una Standby y la primaria. Dicha réplica consiste en una Snapshot Standby de una BBDD con una PDB que se sincron...1 like·143 readsOracle