📰 Dev.to · Jan Dvorak
Articles from Dev.to · Jan Dvorak · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9050)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Jan Dvorak
3w 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
3w 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
2y 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