📰 Dev.to · Jan Dvorak
3 articles · Updated every 3 hours · View all reads
All
Articles 91,754Blog Posts 109,680Tech Tutorials 22,971Research Papers 19,235News 14,875
⚡ AI Lessons

Dev.to · Jan Dvorak
3mo ago
PostgreSQL RLS Is Fail-Closed, But Is It Fast? Making django-rls-tenants Index-Friendly
RLS gives you database-enforced tenant isolation. But PostgreSQL's query planner can't push RLS policies into index scans. Here's how django-rls-tenants 1.1 fix

Dev.to · Jan Dvorak
3mo ago
Why PostgreSQL Row-Level Security Is the Right Approach to Django Multitenancy
Most Django multitenancy libraries filter at the application level. One missed .filter() and data leaks across tenants. There's a better way.

Dev.to · Jan Dvorak
3y ago
Apollo integration with MeteorJS v4.2 release and looking to v5
April 19th saw a a new release of Apollo GraphQL integration for MeteorJS. This MeteorJS package...
DeepCamp AI