본문으로 건너뛰기

IT News

IT 뉴스 모아보기

Trusted Sources for Deployment Protection

Vercel Blog · 2026년 5월 13일

lets protected deployments accept from Vercel projects and external services you authorize, so you no longer have to share a long-lived secret. Trusted Sources is the recommended approach, but Prote

원문 보기

Twin brothers wipe 96 government databases minutes after being fired

Hacker News · 2026년 5월 12일

Article URL: https://arstechnica.com/tech-policy/2026/05/drop-database-what-not-to-do-after-losing-an-it-job/ Comments URL: https://news.ycombinator.com/item?id=48115438 Points: 400 # Comments: 303

원문 보기

Create Vercel Firewall rules with natural language

Vercel Blog · 2026년 5월 12일

now lets you create WAF custom rules using natural language. Describe the behavior you need and the dashboard will generate the rule.Vercel Firewall Visit the to try creating a rate-limiting rule:fir

원문 보기

Soon We Can Finally Banish JavaScript to the ShadowRealm

CSS-Tricks · 2026년 5월 12일

The proposed ShadowRealm API introduces a new kind of realm specifically designed for isolation, and only that. Soon We Can Finally Banish JavaScript to the ShadowRealm originally handwritten and publ

원문 보기

Fast mode for Opus 4.7 available on AI Gateway

Vercel Blog · 2026년 5월 12일

Fast mode for Claude Opus 4.7 is now available on in research preview.AI Gateway Fast mode delivers ~2.5x faster output token generation with full Opus 4.7 intelligence. This is an early, experimenta

원문 보기

AI Gateway production index

Vercel Blog · 2026년 5월 12일

Ask which AI model is best, and the answer changes before the ink dries. That's what happens in an industry where new models are released weekly. Every benchmark measures a different race, and every

원문 보기

Manage Vercel Firewall in the CLI

Vercel Blog · 2026년 5월 12일

You can now manage the directly from the CLI. Vercel Firewall Using the command, you can configure , , , , and .vercel firewallcustom rulesIP blockssystem bypassesattack modesystem mitigations Build

원문 보기

Node.js 26.x now available on Vercel Sandboxes

Vercel Blog · 2026년 5월 12일

Vercel Sandbox now supports Node.js version 26. To run a Sandbox with Node.js 26, upgrade to or later, or to or later if you're using v2 and set the property to :@vercel/sandbox1.10.22.0.0-beta.19

원문 보기

Automate progressive rollouts with Vercel Flags

Vercel Blog · 2026년 5월 11일

You can now use to roll out a feature to a growing percentage of users on a schedule, with progressive rollouts.Vercel Flags Unlike weighted splits, which hold a fixed distribution (for example, 50/5

원문 보기

Vercel Sandbox firewall now supports request proxying and filtering

Vercel Blog · 2026년 5월 11일

The now supports forwarding specific HTTP requests to a proxy you control. You can also use matchers to filter forwarding and credentials brokering to only the requests that need it.Vercel Sandbox fi

원문 보기

How Superset built the IDE for AI agents on Vercel

Vercel Blog · 2026년 5월 10일

Superset on Vercel Software development with AI started as a single engineer chatting with a single agent about a local repo. Today, developers direct fleets of agents in the cloud, but traditional to

원문 보기

Using CSS corner-shape For Folded Corners

CSS-Tricks · 2026년 5월 8일

I came across Kitty Giraudel’s folded corners technique. I’ve been on a bit of a corner-shape kick lately, so I figured that corner-shape could be used to create folded corners as well. Using CSS corn

원문 보기

Chat SDK adds Messenger adapter support

Vercel Blog · 2026년 5월 8일

Chat SDK now supports as a chat adapter.Messenger Build agents that support messages, reactions, multimedia downloads, postback buttons, and direct conversations, with display names fetched automatic

원문 보기

Chat SDK adds web adapter support

Vercel Blog · 2026년 5월 8일

You can now build chat UIs that connect to Chat SDK with the new . Build in-product assistants, support agents, or any other browser-based chat experience.web adapter Define the bot on your server: Th

원문 보기

Chat SDK now supports conversation history

Vercel Blog · 2026년 5월 8일

Chat SDK now supports cross-platform conversation history through the new and options. User transcripts persist across every , allowing the same user to keep their message history wherever they mess

원문 보기

A Scrollytelling Gift for Mum on Mother’s Day 2026

CSS-Tricks · 2026년 5월 7일

I will explain how my mum inspired this 2026 Mother’s Day scrollytelling experiment — but also, how she inspired my approach to dev and life. A Scrollytelling Gift for Mum on Mother’s Day 2026 origina

원문 보기

Next.js May 2026 security release

Vercel Blog · 2026년 5월 7일

Summary We have shipped a coordinated security release for Next.js addressing 13 advisories across denial of service, middleware and proxy bypass, server-side request forgery, cache poisoning, and cro

원문 보기

Vercel Flags now supports JSON values

Vercel Blog · 2026년 5월 7일

You can now store JSON values in , extending the existing support for boolean, string, and number values. This allows you to collapse what used to take several related flags into a single feature flag

원문 보기

Google’s Prompt API

CSS-Tricks · 2026년 5월 6일

Mat Marquis on Google pulling the web standards equivalent of U2 album marketing: As a Chrome user, you’ll have received Gemini Nano in the form of a 4GB transfer recently; no permission asked or requ

원문 보기

Making Zigzag CSS Layouts With a Grid + Transform Trick

CSS-Tricks · 2026년 5월 6일

Most grid layouts sit in neat rows, perfectly aligned, like soldiers in formation. But sometimes you want something with more rhythm like, say, a zigzag pattern. Here's how to do it with CSS Grid. Mak

원문 보기