📰 Dev.to · Ofri Peretz
Articles from Dev.to · Ofri Peretz · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10244)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Ofri Peretz
3mo ago
Exploit Analysis: PostgreSQL COPY FROM Filesystem Access
A deep dive into PostgreSQL filesystem exploits. Learn how to engineer static analysis guards to prevent unauthorized database-level file access.

Dev.to · Ofri Peretz
3mo ago
The Performance Protocol: Solving PostgreSQL N+1 Loops via Static Analysis
Eliminate API performance bottlenecks at the commit level. A case study on detecting and fixing architectural N+1 patterns programmatically.

Dev.to · Ofri Peretz
3mo ago
Exploit Analysis: search_path Hijacking (The Hidden PostgreSQL Attack)
Engineering against architectural vulnerabilities. A professional analysis of search_path hijacking and the static analysis standard for prevention.

Dev.to · Ofri Peretz
3mo ago
Serverless Security: The AWS Lambda Static Analysis Standard
Engineering safety into the serverless stack. Automated static analysis for AWS Lambda to prevent event injection and IAM misconfigurations.

Dev.to · Ofri Peretz
3mo ago
Post-Mortem: Race Conditions in PostgreSQL Pools (And the Guard)
A technical post-mortem on transaction corruption in Node.js. Learn the static analysis standard for safe transaction management on pooled clients.

Dev.to · Ofri Peretz
3mo ago
Post-Mortem: The Connection Leak Outage (And the Static Analysis Standard)
A technical breakdown of a production outage caused by node-postgres leaks. Learn the static analysis standard we built to prevent it forever.

Dev.to · Ofri Peretz
3mo ago
Hardening the Data Layer: The node-postgres Static Analysis Standard
Eliminate the #1 database vulnerability. An automated static analysis protocol for preventing SQL injection and connection leaks in production.

Dev.to · Ofri Peretz
3mo ago
Hardening the Data Layer: The node-postgres Engineering Standard
Eliminate the #1 database vulnerability. An automated static analysis protocol for preventing SQL injection in high-scale Node.js environments.
DeepCamp AI