全部/科技/实时热榜

InfoQ · 实时热榜

HISTORY2026年7月28日21 不同热搜
07/2308/21 有历史数据
DAILY UNIQUE TOPICS21 个热搜
  1. 01
    Article: The Hard-Stop Rule: From 3 HCM Monoliths to 120 Domain Microservices

    A payroll and HR software team rebuilt three monoliths into over 120 smaller services over five years, with no dedicated migration budget. Every new feature was built as its own service instead of changing the old ones. The article covers the pull-based migration, the tools that made this possible, how costs were kept down, and the problems the team ran into along the way. By Prashanth Pasham

    最高第 117:04 达到17:04 首次观测上榜当日结束时仍在榜累计约6小时40分
  2. 02
    Microsoft Releases .NET 11 Preview 6 With Language and Framework Updates

    Microsoft has released .NET 11 Preview 6, with updates across C#, ASP.NET Core, .NET MAUI, and Entity Framework Core. C# adds extension indexers and built-in union support types. ASP.NET Core brings async validation, automatic CSRF protection, and OpenAPI 3.2 by default. MAUI extends CollectionView to Windows, and EF Core adds FULL OUTER JOIN translation. By Almir Vuk

    最高第 100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  3. 03
    Grafana Assistant Expands to More Than 30 Data Sources

    Grafana Labs has expanded the capabilities of Grafana Assistant, enabling its AI-powered observability assistant to query and correlate data across more than 30 different data sources through natural language. By Craig Risi

    最高第 120:16 达到20:16 首次观测上榜当日结束时仍在榜累计约3小时28分
  4. 04
    AWS Launches Amazon GuardDuty Investigation Agent to Automate Threat Triage

    AWS released a public preview of the GuardDuty investigation agent, which correlates findings, 90-day activity logs, and resource topologies into structured reports with risk ratings, confidence scores, and MITRE ATT&CK classification. It is reachable through the AWS MCP Server, so investigations can run from agentic tooling. Preview quotas cap usage at 10 investigations per account per day. By Steef-Jan Wiggers

    最高第 115:28 达到15:28 首次观测上榜当日结束时仍在榜累计约8小时16分
  5. 05
    Remix 3 Beta Preview Ditches React for a Web-Standards Full-Stack Framework

    Remix 3 is a full-stack web framework that moves away from React, focusing on web platform primitives. It integrates routes, request handlers, and UI components into a single structure, utilizing a forked Preact for the frontend. Unlike previous versions, it emphasizes server ownership of the request lifecycle. Migration from Remix 2 is not straightforward, as it requires changes to existing apps. By Daniel Curtis

    最高第 117:20 达到17:20 首次观测上榜当日结束时仍在榜累计约6小时24分
  6. 06
    Presentation: The Future of Engineering: Mindsets That Matter When Code Isn’t Enough

    Ben Greene discusses how software engineers can adapt and thrive in an era of rapid AI code automation. Drawing on his startup experience, he explains key mindsets like starting simple, maintaining code comprehension, attacking hard problems first, and focusing on customer impact. He shares why human empathy, agency, and practical problem-solving remain irreplaceable when code is automated. By Ben Greene

    最高第 119:28 达到19:28 首次观测上榜当日结束时仍在榜累计约4小时16分
  7. 07
    Uber’s Zero Growth Stack: Scaling Services, While Optimising Infrastructure and AI Cost

    Uber's "Zero Growth Stack" focuses on scalable infrastructure that separates capacity growth from business demand, reducing hardware needs while enhancing service scaling. Central to this is garbage collection optimisation. Additionally, generative AI is integrated into development, elevating developer productivity while introducing cost management measures to maintain economic efficiency. By Olimpiu Pop

    最高第 215:28 达到15:28 首次观测上榜当日结束时仍在榜累计约8小时16分
  8. 08
    Java News Roundup: Simple JSON API, JEPs for JDK 28, Oracle CPUs, Embabel 1.0, Azul Payara, Helidon

    This week's Java roundup for July 20th, 2026, features news highlighting: two JEPs proposed to target for JDK 28; new JEPs 540 and 541, Simple JSON API (Incubator) and Deprecate the macOS/x64 Port for Removal, respectively; the July 2026 Critical Patch Update; the GA release of Embable 1.0; Azul Payara 7.2.0; and Helidon 4.5.1. By Michael Redlich

    最高第 200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  9. 09
    Podcast: Rethinking Data: Moving From the Traditional Three-Tier Web Stack to Client-Side Event Sourcing

    Johannes Schickling explores how he moved beyond the traditional three-tier web stack to a local-first approach. He shares his experience transitioning from Prisma to developing Overtone—a music curation app leveraging client-side event sourcing and SQLite. The discussion highlights the trade-offs between event sourcing and CRDTs. By Johannes Schickling

    最高第 300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  10. 10
    Presentation: Clean Architecture for Serverless: Business Logic You Can Take Anywhere

    Elena van Engelen discusses how to eliminate serverless vendor lock-in without sacrificing native cloud capabilities. She explains how to structure FaaS applications using Clean Architecture, Spring Cloud Function, and Gradle modules to isolate business logic. Finally, she shares a live demo deploying portable Kotlin services across AWS and Azure using Terraform CDK for multi-cloud IaC. By Elena van Engelen

    最高第 400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  11. 11
    Article: An Evolutionary Architecture Pattern for Managing AI’s Pace of Change

    Traditional API gateways assume deterministic services and simple schemas - assumptions agentic AI breaks. Discover why enterprise engineering leaders are adopting AI Gateways as an evolutionary architecture seam. Centralize guardrails, model routing, agent identity, action policy, and semantic audit within a single control plane to prevent costly incidents while keeping core platforms stable. By Joe Price, Branimir Đurek, Pavlos Migkiros, Trevor Dearham

    最高第 500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  12. 12
    Netflix Details Its In-House LLM Serving Platform with Triton and vLLM

    Netflix has described the production lessons behind bringing LLM inference into its internal serving platform, including the challenges of supporting different model sizes, hardware requirements, and rapidly evolving inference engines. By Matt Foster

    最高第 600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  13. 13
    TanStack Table V9 Beta: Tree-Shakable Features, TanStack Store State, and Lower Memory Usage

    TanStack Table V9 is a beta release of a headless UI library for creating tables in various JavaScript frameworks. It features improved state management, memory usage, and extensibility. The notable change is an opt-in feature model, allowing developers to load only necessary components. Migration is gradual, with tools provided for legacy support. The library remains free and developer-focused. By Daniel Curtis

    最高第 700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  14. 14
    AI-Enabled Security Researchers Discover How a Crafted Video Can Provide Attackers Access to Your PC

    JFrog Security Research revealed "PixelSmash," a vulnerability in the FFmpeg media framework, allowing for Remote Code Execution and Denial of Service attacks. Present for sixteen years, it affects numerous applications using the MagicYUV decoder. Exploitation requires only a crafted media file. Users are advised to check for the vulnerability and apply patches or disable the decoder if necessary. By Olimpiu Pop

    最高第 800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  15. 15
    Amazon EKS Adds Kubernetes Version Rollback within 7 Days of an Upgrade

    Amazon EKS has recently introduced support for Kubernetes version rollbacks, letting practitioners revert a cluster's control plane to its previous Kubernetes version within 7 days of an upgrade if issues arise. The feature reduces the risk of in-place cluster upgrades by giving teams a safety net to recover quickly from problematic updates. By Renato Losio

    最高第 900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时45分
  16. 16
    AI Root Cause Analysis Shifts from Model Reasoning to Context Engineering

    Engineers are increasingly arguing that modern LLMs can already reason through root cause analysis once given correctly prepared context, shifting the hard problem to the pipelines that correlate telemetry. A Coroot experiment across eleven models offers early evidence for the claim. By Mark Silvester

    最高第 1000:00 达到当日首次采集时已在榜20:16 观测离榜累计约20小时17分
  17. 17
    How Zalando Built an In-Process Client-Side Load Balancer for One Million Requests per Second

    The engineering team at Zalando recently described the design and implementation of an in-process, client-side load balancer for a high-throughput API handling around 1 million requests per second. The result was more predictable latency, a drop in infrastructure costs, and better visibility into where failures actually originate. By Renato Losio

    最高第 1100:00 达到当日首次采集时已在榜19:28 观测离榜累计约19小时29分
  18. 18
    Presentation: Autonomous Data Products for the Autonomous Era: Rethinking Data Architecture for GenAI

    Jörg Schad explains how to tame the complex "data management hairball" to build scalable, safe architectures for AI. He shares how autonomous data products act like containers for data, encapsulating pipelines, schemas, and metadata. Discover how progressive tool discovery via protocols like MCP limits context rot, enforces governance policies, and ensures reliable, multi-modal access. By Jörg Schad

    最高第 1200:00 达到当日首次采集时已在榜17:20 观测离榜累计约17小时21分
  19. 19
    Airbus Makes Protection from Extraterritorial Law a Scored Criterion in its Cloud Tender

    Airbus selected Scaleway as its sovereign cloud provider after a tender that scored protection against non-European extraterritorial legislation alongside technical capability. Airbus frames it as complementing multi-cloud, not exiting AWS. Practitioners note the pattern is spreading past hyperscalers to small US SaaS vendors, and that sovereignty claims still require verifiable controls. By Steef-Jan Wiggers

    最高第 1300:00 达到当日首次采集时已在榜17:04 观测离榜累计约17小时5分
  20. 20
    Article: The Self-Building Agent: a LangChain4j Experiment

    The article discusses an experiment where a code assistant had to design an agentic system using LangChain4j documentation. The assistant created a coding framework capable of writing, testing, and debugging code autonomously. Results showed that two architectural patterns—supervisor and workflow—offered different trade-offs between flexibility and execution speed during debugging tasks. By Kevin Dubois, Mario Fusco

    最高第 1400:00 达到当日首次采集时已在榜15:28 观测离榜累计约15小时29分
  21. 21
    Jotai v2.20: Reworks Store Building Blocks for High-Throughput Performance and Sets the Stage for v3

    Jotai v2.20.0 has been released, focusing on improved performance for high-throughput scenarios. Key changes involve adjustments to internal building blocks and addressing previous performance regressions. While the API for everyday use remains unchanged, library authors should note some deprecations as the groundwork for Jotai v3 begins. By Daniel Curtis

    最高第 1500:00 达到当日首次采集时已在榜15:28 观测离榜累计约15小时29分