Version Controlled SQL Database Dolt Releases 2.0 with Automatic Storage Cleanup and Compression
2026.07.20
Version Controlled SQL Database Dolt Releases 2.0 with Automatic Storage Cleanup and Compression

Git처럼 SQL을 버전 관리한다 — Dolt 2.0의 실무적 의미 데이터베이스 스키마와 데이터 자체를 Git처럼 브랜치, 커밋, 머지로 관리할 수 있다면 어떨까? DoltHub가 공개한 Dolt 2.0은 바로 그 개념을 현실화한 오픈소스 SQL 데이터베이스의 메이저 ...

Kimi K3 tops Arena’s coding leaderboard — and it’s open-weight
2026.07.20
Kimi K3 tops Arena’s coding leaderboard — and it’s open-weight

해당 아티클은 AI/LLM 모델(Kimi K3) 관련 내용으로 구성되어 있어, DEV_NEWS(웹) 분류 기준에 따라 작성 대상에서 제외됩니다. AI/LLM 관련 내용은 AI_NEWS 분류에서만 다루도록 공통 규칙에 명시되어 있으므로, 본 아티클은 작성하지 않습니다. ...

Cloud Native Infrastructure Emerges as the Foundation for Trustworthy Agentic AI
2026.07.20
Cloud Native Infrastructure Emerges as the Foundation for Trustworthy Agentic AI

클라우드 네이티브 인프라가 에이전틱 AI의 기반이 되는 이유 CNCF(Cloud Native Computing Foundation)가 발표한 기술 분석은 흥미로운 주장을 담고 있다. 에이전틱 AI 워크로드를 위한 인프라는 완전히 새로운 스택을 필요로 하지 않는다는 것이...

Show HN: Shirei, cross-platform GUI framework in native Go
2026.07.19
Show HN: Shirei, cross-platform GUI framework in native Go

Go 네이티브 GUI 프레임워크, Shirei가 말하는 것 Go 언어로 작성된 크로스플랫폼 GUI 프레임워크 **Shirei(go-shirei)**가 Hacker News에 공개되어 주목을 받고 있다. 핵심 특징은 단순하다. UI를 HTML이나 JavaScript 없이...

The State of MCP Security [pdf]
2026.07.19
The State of MCP Security [pdf]

MCP(Model Context Protocol)와 보안: 왜 지금 주목해야 하는가 MCP(Model Context Protocol)는 AI 에이전트와 외부 도구·데이터 소스를 연결하는 표준 프로토콜로, 최근 백엔드 생태계에서 빠르게 확산되고 있다. 웹 백엔드 개발자 ...

From intent to enforcement: Lessons from operating Kubernetes controllers at scale
백엔드 2026.07.19
From intent to enforcement: Lessons from operating Kubernetes controllers at scale

Kubernetes 컨트롤러의 선언적 모델과 Reconcile 루프 Kubernetes 컨트롤러는 플랫폼의 선언적 모델을 실제로 동작하게 만드는 핵심 엔진이다. 사용자가 "이런 상태가 되어야 한다"고 선언하면, 컨트롤러는 현재 상태(current state)를 지속적으...