
Cloudflare Radar tracked Internet disruptions driven by natural disasters, government-mandated shutdowns, and DNSSEC key rollovers over the last quarter. This post analyzes traffic telemetry to explain how these events impacted global connectivity.

This blog explores Data Lineage using SQL/PGQ in PostgreSQL 19, with real life examples that can enhance your learning.

Where to find the CYBERTEC team in person. PostgreSQL conferences, fairs, and online webinars, hosted by the engineers behind PGEE, Patroni and pgwatch.

Explore the changes we’ve shipped across npm and GitHub Actions over the past few months to disrupt supply chain attack techniques and limit their impact.
GO
Greg Ose, Zachary Steindler·July 28, 2026Security 
Many of the AI tools we interact with take the form of text boxes. But what if there was a different way to interact with AI? Oleksii Hrzhehorzhevskyi explores a different approach to creating a new AI assistant and how designers can navigate the field as AI continues to change it.
OH
Oleksii Hrzhehorzhevskyi·July 28, 2026AI & ML 
pvcli is a curl-like tool designed to simplify the testing of complex privacy protocols like OHTTP.

A practical GitHub Copilot workflow for prototyping, planning, implementing, and reviewing software without chasing every new AI tool.
BH
Burke Holland·July 27, 2026AI & ML 
New to the GitHub Copilot app? Learn how to start projects, work with AI agents, explore canvases, and streamline your development workflow.
CH
Christopher Harrison·July 27, 2026AI & ML 
Companies like Spotify need vast quantities of data accessible at low latency for online services and,...

Today we're releasing DeepsecBench, a benchmark that evaluates how well different models find security vulnerabilities in application code.


Today we're open sourcing deepsec, an AI security harness that runs on your infrastructure, with your keys, against your code.

By doing in-depth testing, we found nearly 70% of BGP paths experience ORIGIN attribute rewrites by transit providers seeking traffic advantages. We examine the global impact of this practice and argue for deprecating ORIGIN in route selection.

Perhaps you’ve seen something that should sail out of cache get dragged back to the origin. Cache Response Rules is the fix, applied at the right time.

Safari TP 248 becomes the first to trial the no-clamp keyword for the progress() function.

For the past year, agents at Figma have guarded code as it's written, reviewed every pull request, and audited a decade-old monorepo, all on one policy.

A new default three-day cooldown delays version update pull requests so maintainers and security researchers can address findings in a release before it gets into your code.

Sitecore and Vercel Partnership

With 3B+ firewall blocks and 99.999+% uptime, top ecommerce brands like Under Armour, Fanatics, and ASICS trust Vercel’s Managed Infrastructure to handle the demand and ship with confidence.

NuxtLabs, creators of Nuxt and Nitro, are joining Vercel. Same license, roadmap, and open governance, but now in a joint mission to build the best web.

Talha Tariq joins Vercel as CTO of Security, bringing expertise from HashiCorp and IBM to lead security innovation in the AI era.

Vercel introduces the inaugural cohort of Vercel Certified Solution Partners. These industry-leading teams share our commitment to creating a faster, more accessible, and innovative web for our customers.

David Totten joins Vercel as VP of Global Field Engineering from Databricks to oversee Sales Engineering, Developer Success, Professional Services, and Customer Support Engineering under one integrated organization

Vercel welcomes the Gel Data team and deepens support for the Python ecosystem through PSF sponsorships, community funding, and improved Python developer tools.

Last month, Vercel had the privilege of sponsoring AfroTech Conference 2022. This was our approach.

MongoDB Atlas is now available on the Vercel Marketplace, enabling developers to provision, manage, and scale fully managed MongoDB databases directly from the Vercel dashboard.

Nick Bogaty joins Vercel as first Chief Revenue Officer from Adobe, bringing more than 20 years of enterprise GTM experience to lead an AI-forward sales organization.

Phân tích kỹ thuật chuyên sâu, cập nhật sản phẩm và góc nhìn từ các đội ngũ đang góp phần xây dựng một Internet tốt hơn.

Firefox 153 ships the Picture-in-Picture API, which is now Baseline.

Copilot now bills usage at listed API rates. Compare direct model access with the coding workflow, policy, and harness work around it.
AG
Andrea Griffiths·July 22, 2026AI & ML 
GitHub is making some significant changes to its bug bounty program, shifting its focus to give researchers a better experience working with the GitHub team.
CC
Catherine Cassell·July 22, 2026Security 
We analyzed global HTTP traffic to explore how kickoff times, streaming habits, and hydration breaks reshaped online activity worldwide. From late-night traffic surges to halftime browsing spikes, here is how the world connected during the global tournament.
SF
Sabina, Francisco Content·July 21, 2026Networking 
Firefox 153 improves interoperability for muted and :muted, popover=hint, ::-webkit-scrollbar, and elements nested inside <select> elements.

Explore the Year 2038 problem, Unix epoch, integer overflow, and how PostgreSQL handles time beyond 2038 with modern timestamp architecture.

Canvases turn AI into interactive workspaces where you can visualize information, explore workflows, and take action across complex tasks.
JC
Jacklyn Carroll·July 21, 2026AI & ML 

While React Server Components rely on the custom Flight protocol to stream interactive UIs, this same mechanism introduces powerful deserialization sinks that attackers can exploit. Durgesh Pawar breaks down the mechanics behind the CVSS 10.0 “React2Shell” vulnerability to show how protocol manipulation can lead to remote code execution.

To understand what can influence win rates, we analyzed evidence packets from one million disputes over a 16-week period. Here’s what the data shows and what it means for how you mitigate disputes.


Cloudflare Internal DNS brings authoritative and recursive DNS for private networks to the same global network and control plane that runs Cloudflare's Zero Trust, networking, and public DNS.

With our newsletter we will inform you about the latest PostgreSQL updates and topics. Subscribe to the CYBERTEC PostgreSQL Newsletter now.


Riviera is the Dropbox content processing platform that’s been iteratively improving content transformation in our products for roughly a decade.
ACAndrew Cheung·July 20, 2026AI & ML 
Celebrating $100 million contributed by the community to the people who build and sustain open source every day.

Over the past two months, podcast creators have experienced a series of reliability issues on Spotify. This...

Chat SDK is a unified TypeScript library for building chat bots that work across Slack, Discord, Teams, and more from a single codebase. Write once, deploy everywhere.

Cloudflare has deployed two WAF rules in response to high-severity vulnerabilities disclosed to us by the WordPress security team. The new rules protect all Cloudflare customers using affected WordPress versions, but customers should still update immediately to a patched release.
DA
Daniele, Ah Young Choi·July 17, 2026Security 
The cost of writing code dropped; the cost of owning it didn’t. A framework for deciding which changes are actually cheap in the AI era.


NTNetflix TechBlog·July 17, 2026AI & ML 
The common rule of thumb is to never “block” the browser’s main thread when running JavaScript tasks. But is this a hard rule? Victor Ayomipo describes a use case he encountered involving a screenshot extension where he made an exception to the rule and decided that blocking the main thread was absolutely the right thing to do.

Learn about how Vercel Functions help you run secure, highly available, and fast compute.

The conversations we’re still replaying from Config’s Leadership Collective.

This article explains the approach I used to modernize a Java 1.5 codebase that no longer built reliably on modern machines. My early use of LLMs gave me plausible answers that did not hold up in the codebase. Progress came when I grounded the process in evidence, using AI to support analysis, validation in a stable Docker environment, and gradual refactoring protected by tests. The main takeaway
NMNik Malykhin·July 16, 2026AI & ML 
Subagents get justified by time saved and parallel execution, but that's not what matters most in long-running multi-agent work. Every token in the orchestrator's context is competing for its attention, and the real value of a subagent is what it keeps out of that context, not how fast it runs. I argue that subagents should be treated as a tool for protecting the orchestrator's working memory, off

We moved five high-traffic checkout extensions to remote-dom and Polaris web components, cutting bundle sizes drastically and making checkout faster.

Ulasan teknis mendalam, pembaruan produk, dan wawasan dari tim yang membantu membangun Internet yang lebih baik.

การเจาะลึกทางเทคนิค อัปเดตผลิตภัณฑ์ และมุมมองจากทีมงานที่ร่วมสร้างอินเทอร์เน็ตที่ดีขึ้น

غوص تقني عميق، وتحديثات المنتجات، ورؤى من الفرق التي تساعد في بناء إنترنت أفضل.

סקירות טכניות מעמיקות, עדכוני מוצר ותובנות מהצוותים שתורמים לבניית אינטרנט טוב יותר.