Skip to content
HomeInsights

Insights

Ideas for building
better software.

Engineering perspectives on architecture, product development, AI, and the everyday decisions behind useful software.

From the engineering desk

Browse practical articles or follow the latest technology updates.

Subscribe via RSS →

Curated links from external sources — not 360Softy original articles.

ExternalCloud
Cloudflare Changelog

Hyperdrive - Up to 10x faster cached queries for Hyperdrive

Hyperdrive now caches queries in all Cloudflare locations, decreasing cache hit latency by up to 90%. When you make a query to your database and Hyperdrive has cached the query results, Hyperdrive will now return the results from the nearest cache. By caching data closer to your users, the latency for cache hits reduces by up to 90%. This reduction in cache hit latency is reflected in a reduction of the session duration for all queries (cached and uncached) from Cloudflare Workers to Hyperdrive,

Hyperdrive
Cloudflare ChangelogRead original
ExternalCloud
Cloudflare Changelog

Rules - Terraform Support for Snippets

Now, you can manage Cloudflare Snippets with Terraform. Use infrastructure-as-code to deploy and update Snippet code and rules without manual changes in the dashboard. Example Terraform configuration: resource "cloudflare_snippet" "my_snippet" { zone_id = "<ZONE_ID>" name = "my_test_snippet_1" main_module = "file1.js" files { name = "file1.js" content = file("file1.js") } } resource "cloudflare_snippet_rules" "cookie_snippet_rule" { zone_id = "<ZONE_ID>" r

Rules
Cloudflare ChangelogRead original
ExternalFrontend Development
Next.js Blog

Next.js 15.1

Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authorization APIs, and more.

Next.js BlogRead original
ExternalFrontend Development
Vercel Blog

Vercel Firewall now stops DDoS attacks up to 40x faster

The —enabled by default on all plans—now features upgraded network analysis powered by real-time stream processing of web traffic. This enhancement stops volumetric DDoS attacks 40x faster and low-and-slow attacks 10x faster.Vercel Firewall By blocking malicious traffic and earlier, the Firewall further reduces costs by preventing threats from reaching your applications and backends.mitigating DDoS attacks This improvement is live for all Vercel customers today with no action required. Learn mo

Vercel BlogRead original
ExternalFrontend Development
Vercel Blog

Vercel and AWS partner on AI tools and experiences

Last week at AWS re:Invent 2024, the Vercel team met with thousands of builders in the Developer Solutions Zone, celebrated v0's launch on AWS Marketplace, and hosted hundreds of customers and partners with various event activations. Now, we're taking our AWS Partnership further: Vercel has been selected for a Strategic Collaboration Agreement (SCA) with AWS—to deliver the next generation of AI-enabled developer tooling and experiences. This collaboration underscores the value of Vercel and AWS

Vercel BlogRead original
ExternalFrontend Development
Vercel Blog

Introducing the Vercel TypeScript SDK

We’ve published a TypeScript-native SDK for working with the Vercel API. This SDK includes: This SDK can be used to automate every part of Vercel’s platform including: or .View the docsexplore the repo Read more Full type safety for accessing the Vercel REST API with Zod schemas New documentation for every function, argument, and type Better tree-shaking support with optional standalone functions Intuitive error handling and detailed error messages Configurable retry strategies (including

Vercel BlogRead original

Let’s start with a conversation

Tell us what you’re working on.

An idea, a challenge, or a system that needs to work better. We’ll help you understand the next step.