Tagged articles
15 articles
Page 1 of 1
Java Companion
Java Companion
Apr 18, 2026 · Backend Development

How Arthas + MCP Enable AI-Powered Java Runtime Diagnosis

The article explains how the open‑source Java diagnostic tool Arthas now supports the Model Context Protocol (MCP), allowing AI assistants to invoke Arthas commands directly for CPU, latency, version, and Spring Bean issues, while covering installation, usage scenarios, and production safeguards.

AIArthasBackend Tools
0 likes · 13 min read
How Arthas + MCP Enable AI-Powered Java Runtime Diagnosis
Java Tech Enthusiast
Java Tech Enthusiast
Jan 20, 2026 · Backend Development

Why cURL’s $10,000 Grant Still Falls Short of Its Global Reach

The article recounts how cURL received a $10,000 monthly grant from the Microsoft FOSS Foundation, outlines its extensive protocol support and ubiquitous deployment across billions of devices, examines its modest donation income versus massive usage, and explores sustainable models for open‑source projects.

Backend ToolsNetwork ProtocolscURL
0 likes · 8 min read
Why cURL’s $10,000 Grant Still Falls Short of Its Global Reach
21CTO
21CTO
Apr 2, 2025 · Backend Development

What’s New in curl 8.13.0? Over 300 Fixes and Major Feature Additions

curl 8.13.0 shatters previous records with more than 300 bug fixes, 501 new commits, and a host of new features such as TLS early data support, enhanced URL handling, and expanded rustls capabilities, all detailed in its comprehensive changelog.

Backend ToolsBug FixesNetworking
0 likes · 2 min read
What’s New in curl 8.13.0? Over 300 Fixes and Major Feature Additions
macrozheng
macrozheng
Apr 1, 2025 · Backend Development

Discover Hoppscotch: A Lightweight Open‑Source API Tool for Fast Testing

This article introduces Hoppscotch, an open‑source, lightweight API testing tool with over 70k GitHub stars, outlines its key features, shows how to install and configure it, and provides a step‑by‑step guide to testing a SpringBoot‑Vue e‑commerce project’s endpoints, including token handling and environment variables.

API testingBackend ToolsHoppscotch
0 likes · 6 min read
Discover Hoppscotch: A Lightweight Open‑Source API Tool for Fast Testing
Architect's Guide
Architect's Guide
Dec 24, 2024 · Frontend Development

One‑Click Frontend Generation Tool for Backend Developers

This article introduces a free, low‑code web tool that lets backend developers instantly generate a functional admin‑type frontend UI from database schemas or Java/SQL description files, requiring only minimal configuration and no front‑end coding skills.

Backend ToolsFrontend GenerationJava
0 likes · 5 min read
One‑Click Frontend Generation Tool for Backend Developers
DeWu Technology
DeWu Technology
Sep 4, 2023 · Backend Development

How Mooncake Automates API Docs, Builds a Metadata Hub, and Boosts Development Efficiency

This article examines the challenges of manual API documentation, introduces Mooncake’s standardized organization, the MooncakeUpload IntelliJ plugin for one‑click doc generation, GitLab MR auto‑parsing for continuous updates, and the API metadata center that enhances debugging, mocking, and cross‑team collaboration.

API documentationBackend ToolsGitLab integration
0 likes · 19 min read
How Mooncake Automates API Docs, Builds a Metadata Hub, and Boosts Development Efficiency
Architecture Digest
Architecture Digest
Sep 1, 2020 · Backend Development

A Comparative Overview of Popular REST API Tools

This article surveys a wide range of REST API tools—covering API definition, testing, monitoring, publishing, and centralized management—highlighting their key features, supported languages, integration capabilities, and suitability for teams of different sizes and project requirements.

API ManagementAPI testingBackend Tools
0 likes · 8 min read
A Comparative Overview of Popular REST API Tools
Programmer DD
Programmer DD
Feb 22, 2020 · Backend Development

Why Postwoman Is the Lightweight Browser‑Based Alternative to Postman

Postwoman (now Hoppscotch) is a free, open‑source, browser‑based API testing tool that offers a lightweight UI, real‑time responses, and extensive features such as method support, validation, WebSocket testing, and Docker deployment, making it a practical alternative for web developers.

API testingBackend ToolsDocker
0 likes · 3 min read
Why Postwoman Is the Lightweight Browser‑Based Alternative to Postman
Java Backend Technology
Java Backend Technology
Sep 22, 2019 · Backend Development

Top 15 Alibaba Developer Tools Every Backend Engineer Should Know

This article introduces fifteen Alibaba open‑source and cloud tools—including Arthas, Cloud Toolkit, ChaosBlade, and many others—detailing their core features, typical usage scenarios, tutorial resources, and where to obtain them, helping backend developers boost productivity and reliability.

ArthasBackend ToolsChaosBlade
0 likes · 14 min read
Top 15 Alibaba Developer Tools Every Backend Engineer Should Know
Qunar Tech Salon
Qunar Tech Salon
Aug 26, 2019 · Backend Development

Introducing Bistoury: An Open‑Source Java Application Diagnostic Tool

This article introduces Bistoury, an open‑source, non‑intrusive Java application diagnostic platform that combines Arthas and vjtools to provide online debugging, thread‑level CPU monitoring, and a graphical interface for efficient backend troubleshooting without requiring code changes or machine login.

Application DiagnosticsBackend ToolsBistoury
0 likes · 8 min read
Introducing Bistoury: An Open‑Source Java Application Diagnostic Tool
ITPUB
ITPUB
Feb 18, 2016 · Operations

Building a Custom RPC Stress‑Testing Tool: Insights from Meituan

Meituan’s internal RPC services, largely built on Thrift, required a streamlined pressure‑testing solution, leading to the development of a custom tool that automates traffic capture, provides an intuitive UI, aggregates metrics via InfluxDB, and supports both Thrift and HTTP workloads, addressing the shortcomings of existing open‑source options.

Backend ToolsOperationsRPC
0 likes · 8 min read
Building a Custom RPC Stress‑Testing Tool: Insights from Meituan