All Articles

143663 articles · Page 459 of 7184
Java Tech Workshop
Java Tech Workshop
Apr 22, 2026 · Information Security

Stateless Authentication in SpringBoot with JWT: Complete Implementation Guide

This article explains why traditional session authentication is unsuitable for distributed micro‑service systems, introduces JWT as a stateless alternative, and provides a step‑by‑step SpringBoot implementation—including double‑token handling, Redis blacklist logout, interceptor configuration, and end‑to‑end testing—complete with code snippets and best‑practice recommendations.

AuthenticationJWTRedis
0 likes · 30 min read
Stateless Authentication in SpringBoot with JWT: Complete Implementation Guide
Java Tech Enthusiast
Java Tech Enthusiast
Apr 22, 2026 · Information Security

Why Your API Keys Are Your Digital Wallet—and How to Stop Leaking Them

Developers often scatter API keys across .env files, hard‑code them into source code, or push them to public GitHub repositories, leading to massive credential leaks that can instantly drain cloud‑service balances, as shown by real‑world GitHub scans and industry reports.

AI servicesAPI SecurityGitHub leaks
0 likes · 5 min read
Why Your API Keys Are Your Digital Wallet—and How to Stop Leaking Them
Tech Musings
Tech Musings
Apr 22, 2026 · Fundamentals

Go Standard Library Adds UUID Support with a Streamlined V4/V7 API

The Go team introduced a new uuid package to the standard library, offering lightweight functions for generating, parsing, serializing, and comparing UUID version 4 and version 7 values, integrating with database/sql, using a [16]byte type compatible with google/uuid, and providing detailed design rationale, implementation details, and a comparison with the existing third‑party library.

API designStandard LibraryUUID
0 likes · 11 min read
Go Standard Library Adds UUID Support with a Streamlined V4/V7 API
DaTaobao Tech
DaTaobao Tech
Apr 22, 2026 · Artificial Intelligence

How MNN‑Sana‑Edit‑V2 Brings Comic‑Style Image Editing to Your Phone in 15 seconds

MNN‑Sana‑Edit‑V2, a collaborative effort between Taobao’s Meta team and Hangzhou University, combines a frozen Qwen3‑0.6B LLM, Learnable Query, Connector, Linear DiT and Deep Compression Autoencoder with 4/8‑bit quantization to run fully on mobile devices, delivering 512×512 comic‑style conversions in about 15 seconds—2.5× faster than cloud alternatives—while providing open‑source code, detailed training stages, and extensive performance benchmarks.

Edge DeploymentMobile AIdiffusion
0 likes · 13 min read
How MNN‑Sana‑Edit‑V2 Brings Comic‑Style Image Editing to Your Phone in 15 seconds
Xiaomi Tech
Xiaomi Tech
Apr 22, 2026 · Artificial Intelligence

SVOR Wins CVPR 2026 Video Object Removal Challenge – Xiaomi’s Open‑Source Solution for Three Tough Problems

The article introduces SVOR, a Xiaomi‑developed video object removal framework that tackles shadow residues, motion jitter, and mask defects with MUSE, DA‑Seg, and a two‑stage training pipeline, achieves new SOTA on multiple benchmarks, and clinches first place in the CVPR 2026 video removal contest, with all code and models released publicly.

DA‑SegMUSESVOR
0 likes · 8 min read
SVOR Wins CVPR 2026 Video Object Removal Challenge – Xiaomi’s Open‑Source Solution for Three Tough Problems
Tencent Cloud Middleware
Tencent Cloud Middleware
Apr 22, 2026 · Backend Development

How TDMQ Pulsar Scales Million-Message Delayed Queues with Multi-Level Time Wheels

The article analyzes why large‑scale delayed messaging is needed, identifies the bottlenecks of the Apache Pulsar community solution, and explains TDMQ Pulsar's three‑step redesign—hierarchical time wheels, expiration re‑push, and immutable message IDs—that together enable stable million‑message delayed queues with controlled memory and minute‑level hole impact.

Apache PulsarDelayed MessagingScalable Architecture
0 likes · 8 min read
How TDMQ Pulsar Scales Million-Message Delayed Queues with Multi-Level Time Wheels
Java Architect Handbook
Java Architect Handbook
Apr 22, 2026 · Backend Development

How Changing Five Lines of Code Boosted API Throughput Over 10×

A low‑traffic B2B service struggled to meet a 500 req/s demand, achieving only 50 req/s with high CPU usage; through systematic profiling, lock analysis, async refactoring, thread‑pool tuning, and eliminating costly Spring bean creation, the team dramatically improved response times and throughput, revealing deeper CPU‑usage mysteries.

Concurrencyjavaperformance optimization
0 likes · 16 min read
How Changing Five Lines of Code Boosted API Throughput Over 10×
phodal
phodal
Apr 22, 2026 · Artificial Intelligence

Task‑Adaptive Harness: Turning Agent Traces into Collaborative Coding Memory

The article introduces a Task‑Adaptive Harness that dynamically assembles execution boundaries for each AI coding task, converting Agent Trace data into reusable context, enabling multi‑agent collaboration, role‑specific context selection, and seamless hand‑off across Kanban‑driven workflows.

AI agentsAgent traceContext Management
0 likes · 12 min read
Task‑Adaptive Harness: Turning Agent Traces into Collaborative Coding Memory
Test Development Learning Exchange
Test Development Learning Exchange
Apr 22, 2026 · Backend Development

Master Python API Automation with 10 Essential Decorators

This guide shows how to streamline Python API testing by using ten practical decorators—covering automatic retries, timing, token injection, detailed logging, environment skipping, schema validation, timeout enforcement, cleanup, HTTP recording, and concurrent stress testing—each illustrated with real‑world code examples and usage patterns.

API testingPythonautomation
0 likes · 18 min read
Master Python API Automation with 10 Essential Decorators
Golang Shines
Golang Shines
Apr 22, 2026 · Artificial Intelligence

How to Build AI Agents with ADK-Go in Go

This guide walks through installing ADK-Go, configuring a simple LLM agent, handling model selection and errors, leveraging Google Search and custom function tools, and orchestrating complex workflows with SequentialAgent, LoopAgent, and ParallelAgent, all illustrated with concrete Go code examples and output.

ADKAI AgentAgent Types
0 likes · 25 min read
How to Build AI Agents with ADK-Go in Go
Machine Heart
Machine Heart
Apr 22, 2026 · Industry Insights

Pro Users Blocked from Claude Code—Upgrade to $100 Max Plan or Lose Access

Anthropic quietly removed Claude Code from its $20 Pro tier, making it exclusive to the $100‑per‑month Max plan, which sparked fierce backlash from developers, prompted a clarification that the change is a limited test, and highlighted the volatility of AI SaaS pricing as usage patterns shift toward heavy compute‑intensive tasks.

AI SaaSAnthropicClaude Code
0 likes · 6 min read
Pro Users Blocked from Claude Code—Upgrade to $100 Max Plan or Lose Access
Machine Heart
Machine Heart
Apr 22, 2026 · Artificial Intelligence

China’s AlphaBrain Platform Launches First Full‑Stack Open‑Source Brain‑Like VLA

The AlphaBrain Platform, an open‑source embodied‑intelligence suite from China’s AI² Robotics, combines a world‑model stack, the pioneering NeuroVLA brain‑like model with spiking‑neuron actions, low‑cost RL‑Token training, and cross‑architecture continuous learning, all validated on leading robotics benchmarks.

AlphaBrainNeuroVLARL token
0 likes · 11 min read
China’s AlphaBrain Platform Launches First Full‑Stack Open‑Source Brain‑Like VLA
Huolala Tech
Huolala Tech
Apr 22, 2026 · Backend Development

How a Platform‑Based Architecture Turns Logistics Fulfillment from Silos to Scalable Services

The article details a step‑by‑step transformation of a logistics fulfillment system from a duplicated, siloed design to a unified, plug‑in‑driven platform, explaining the underlying domain model, split‑and‑route strategies, state orchestration, code contracts, quantitative benefits, and future intelligent extensions.

Scalable Systemslogistics fulfillmentmicroservices
0 likes · 15 min read
How a Platform‑Based Architecture Turns Logistics Fulfillment from Silos to Scalable Services
AI Agent Research Hub
AI Agent Research Hub
Apr 22, 2026 · Artificial Intelligence

Solving the Burgers Equation with TINN: High‑Precision Physics‑Informed Neural Networks in 380 seconds

This tutorial presents the Time‑Induced Neural Network (TINN) framework that overcomes the time‑entanglement issue of standard PINNs by introducing a dedicated time‑subnet with FiLM modulation, employs a Levenberg‑Marquardt optimizer for second‑order updates, and demonstrates a 1e‑6 relative error solution of the 1‑D viscous Burgers equation in just 371 seconds on an RTX 4090.

Burgers EquationFiLM ModulationJAX
0 likes · 21 min read
Solving the Burgers Equation with TINN: High‑Precision Physics‑Informed Neural Networks in 380 seconds
ByteDance Web Infra
ByteDance Web Infra
Apr 22, 2026 · Frontend Development

Rspack 2.0 Released – Up to 10× Faster Builds, New ESM Support and RSC

Rspack 2.0 launches with up to 10 × build speed gains over version 1.0, refined default APIs, pure‑ESM packages, enhanced tree‑shaking, React Server Components support, simplified target configuration, hash‑based module IDs and improved code‑splitting, while maintaining webpack compatibility and expanding ecosystem integrations.

Build ToolESMReact Server Components
0 likes · 24 min read
Rspack 2.0 Released – Up to 10× Faster Builds, New ESM Support and RSC
AI Era Action Guide
AI Era Action Guide
Apr 22, 2026 · Industry Insights

When "Vibe" Becomes a Productivity Force: How Vibe Coding Redefines Software Development

The article explores Vibe Coding—a new AI‑driven human‑machine collaboration paradigm—by recounting a real‑world case, outlining its historical evolution, analyzing three underlying drivers, detailing a three‑step workflow, showcasing diverse use cases, recommending tools, and forecasting its impact on software development and the tech industry.

AI programmingVibe Codingindustry trends
0 likes · 13 min read
When "Vibe" Becomes a Productivity Force: How Vibe Coding Redefines Software Development