UAE data center fire hits AWS, OpenAI's rushed Pentagon agreement, and reimagining Git as a database. Also find Nginx beginner tutorial, HTML updates, new tools, and more.

View in browser | Past Issue | Subscribe / Unsubscribe

SitePoint Source

Welcome, Developers! πŸ‘‹

Geopolitics meets cloud infrastructure as AWS Middle East suffers outage, OpenAI defends its Pentagon agreement despite negative PR and why securing AI agents like OpenClaw proves fundamentally problematic. Also find Nginx beginner tutorial, HTML updates, new tools and more.

From our sponsor: The Code newsletter

Learn how to code faster with AI in 5 mins a day

​You're spending 40 hours a week writing code that AI could do in 10.
While you're grinding through pull requests, 200k+ engineers at OpenAI, Google & Meta are using AI to ship faster. How?


The Code newsletter teaches them exactly which AI tools to use and how to use them. Here's what you get twice a week:

  • AI coding techniques used by top engineers at top companies

  • Tools and workflows that cut your coding time in half

  • Tech insights that keep you 6 months ahead

​Sign up now and get instant access to the complete guide on how to build AI agents. This guide shows you how to build production-ready AI agents.

Join 200K+ engineers

πŸ”– The Reading Room

Articles we have hand-picked for you:

Amazon's AWS reports outage after UAE data center struck by 'objects'

"The cloud is just someone else's computer". The current geopolitics situation is even dragging down the tech sector as AWS servers in Middle East were affected due to a fire in facility. Amazon estimates that recovery will take at least a full day.

By Shubham Kalia and Aditya Soni β†’

OpenAI Reveals More Details About Its Agreement With the Pentagon

OpenAI quickly struck a deal with the Department of Defense after Anthropic's negotiations collapsed and the company was designated a supply chain risk. Sam Altman admitted the agreement was "definitely rushed" and resulted in negative PR but defended three key red lines: no mass domestic surveillance, no autonomous weapons, and no high-stakes automated decisions. OpenAI claims that its multi-layered approach and cloud deployment architecture provide stronger safeguards than contract language alone.

By Anthony Ha β†’

Why Trying to Secure OpenClaw Is Ridiculous

​OpenClaw runs continuously with full access to files, email, and the internet, but securing it removes the very features that make it useful. Built in a weekend without security in mind, OpenClaw's core issue is that AI agents must process untrusted content to be helpful, making prompt injection attacks fundamentally unavoidable with current technology.

By Dania Durnas β†’

Git in Postgres

​The entire git data model can fit into just two Postgres tables: one for content-addressable objects (storing SHA1 hashes, types, and content) and another for refs (branches and tags). By implementing libgit2 backends that talk to Postgres instead of the filesystem, normal git clients can push and clone without knowing they're hitting a database. This approach could simplify forge deployments like Forgejo by eliminating the split between filesystem repos and database metadata.

By Andrew Nesbitt β†’

I Set Up My Own Web Server and Here's What I Learned About Nginx

Setting up your own VPS and Nginx web server is simpler than you think. After spending a weekend learning Nginx configuration, Serhii discovered it's just text files you edit, test, and reload. Big companies like Netflix rely on Nginx because it efficiently handles traffic while using minimal resources. The intimidation factor disappears once you understand the basic config file structure.

By Serhii Kolodych β†’

⏳ Back in Time

Most clicks from last newsletter:

πŸ”— The Link Lounge 

Unordered finds from around the web:

Find something cool? You can send us links to feature here via email.

🧰 The Toolbox

Tools and products we're excited about today:

Nano Banana 2

Google's latest image model Nano Banana 2 (or Gemini 3.1 Flash Image) is out. It claims to combine Gemini Pro level intelligence with Flash speed. It supports 4K resolution and is available across Gemini, Search, and Google Ads.

Learn more β†’

pompelmi

Pompelmi is a privacy-first, Node.js file upload security scanner. It detects malware, ZIP bombs, and polyglot files entirely in-process. No cloud calls or risk of no data leaks. It comes with drop-in adapters for Express, Next.js, Koa, and NestJS.

Learn more β†’

React Doctor

Upright is a self-hosted synthetic monitoring system. It runs health check probes (HTTP, SMTP, Playwright) from multiple geographic locations. Metrics are exposed via Prometheus, enabling alerts through AlertManager.

Learn more β†’

SQL Crack

SQL Crack is a VS Code extension that transforms SQL queries into interactive visual flow diagrams. It supports 13 dialects, cross-file workspace lineage tracking, and performance optimization hints.

Learn more β†’

Learn how to code faster with AI in 5 mins a day

​You're spending 40 hours a week writing code that AI could do in 10.
While you're grinding through pull requests, 200k+ engineers at OpenAI, Google & Meta are using AI to ship faster. How?


The Code newsletter teaches them exactly which AI tools to use and how to use them. Here's what you get twice a week:

  • AI coding techniques used by top engineers at top companies

  • Tools and workflows that cut your coding time in half

  • Tech insights that keep you 6 months ahead

Sign up now and get instant access to the complete guide on how to build AI agents. This guide shows you how to build production-ready AI agents.

Join 200K+ engineers β†’

🎀 Your Voice

Your feedback shapes what comes next! We read every email, so simply hit reply and tell us what's on your mind.