Tagged articles

API

847 articles · Page 1 of 9
Java Architect Essentials
Java Architect Essentials
Aug 18, 2026 · Artificial Intelligence

Did Codex Merge with ChatGPT? Latest Updates Explained

The article clarifies that Codex and ChatGPT remain distinct entry points within the same OpenAI experience—ChatGPT serves as a general‑purpose conversational workspace, while Codex focuses on code‑centric tasks, with separate subscription plans, API usage, and ideal developer scenarios.

AI codingAPIChatGPT
0 likes · 4 min read
Did Codex Merge with ChatGPT? Latest Updates Explained
Black & White Path
Black & White Path
Aug 18, 2026 · Operations

GitHub Outage Hits Global Users: Web and API Errors Near 20%

On August 17 2026, GitHub suffered a worldwide outage that pushed web‑experience and API error rates to about 20 % and caused up to 50 % failures in archive and raw repository downloads, prompting blue‑team recommendations for dependency risk management and business‑continuity planning.

APICopilotGitHub
0 likes · 5 min read
GitHub Outage Hits Global Users: Web and API Errors Near 20%
AI Digital Ideal
AI Digital Ideal
Aug 17, 2026 · Artificial Intelligence

Quick Start with DeepSeek Harness: Mastering the Three Launch Modes

This tutorial walks you through DeepSeek Harness's three launch modes—Web UI, CLI, and API—explaining their purposes, how to start each mode, key features, performance trade‑offs, configuration management, and hands‑on exercises to help you choose the right mode for daily use, development, automation, or integration.

AIAPICLI
0 likes · 17 min read
Quick Start with DeepSeek Harness: Mastering the Three Launch Modes
Xike
Xike
Aug 16, 2026 · Backend Development

Idempotency Strategies for APIs: Preventing Duplicate Submissions

The article analyzes why network timeouts, client retries, user double‑clicks, and at‑least‑once MQ delivery cause duplicate intents, then details five practical idempotency techniques—conditional updates, unique constraints, Idempotency‑Key tokens, state machines with optimistic locks, and distributed locks—along with their trade‑offs and monitoring tips.

APIDatabasedistributed systems
0 likes · 11 min read
Idempotency Strategies for APIs: Preventing Duplicate Submissions
Golang Shines
Golang Shines
Aug 12, 2026 · Backend Development

How to Build an Enterprise‑Grade API with Gin and GORM

This tutorial walks through creating a complete Go backend service using Gin and GORM, covering project setup, layered architecture, database initialization, user model definition, JWT‑based registration and login, pagination, middleware, routing, and deployment options, while also suggesting extensible features such as RBAC, Swagger, Redis caching, Docker, and micro‑service frameworks.

APIGORMGin
0 likes · 8 min read
How to Build an Enterprise‑Grade API with Gin and GORM
DeepHub IMBA
DeepHub IMBA
Aug 6, 2026 · Backend Development

10 Practical Python API Tips to Turn Scripts from Working to Robust

This article presents ten concrete Python techniques for handling APIs—automatic retries, response caching, environment‑based secrets, Pydantic schema validation, clean pagination, WebSocket streaming, rate‑limiting, concurrent requests, mock responses, and GraphQL—each illustrated with runnable code to make scripts more reliable and efficient.

APIGraphQLPydantic
0 likes · 8 min read
10 Practical Python API Tips to Turn Scripts from Working to Robust
Java Companion
Java Companion
Jul 28, 2026 · Backend Development

Essential for Time‑Travel: 400k Chinese Poems in a One‑Command API

The article introduces the open‑source Chinese‑Poetry‑API, a Go‑based service that packages nearly 400,000 classical poems into a searchable REST/GraphQL API, deployable with a single Docker command, and explores its features, usage, and practical scenarios.

APIChinese poetryDocker
0 likes · 10 min read
Essential for Time‑Travel: 400k Chinese Poems in a One‑Command API
SpringMeng
SpringMeng
Jul 19, 2026 · Backend Development

FastAPI for Java Developers: A Complete Guide to High‑Performance API Development

This article introduces FastAPI, compares it with Spring Boot and Flask, explains why its ASGI architecture delivers superior performance, provides step‑by‑step setup and code examples—including routing, validation, dependency injection, async support, database integration, unified responses, middleware, and automatic documentation—then evaluates its pros, cons, ideal use cases, and a real‑world benchmark against Spring Boot.

APIASGIFastAPI
0 likes · 26 min read
FastAPI for Java Developers: A Complete Guide to High‑Performance API Development
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2026 · Operations

How to Quickly Deploy an Enterprise LLM API Using SGLang

This guide walks through deploying SGLang on Linux with NVIDIA GPUs and Docker Compose, covering environment checks, image versioning, minimal foreground launch, Docker Compose configuration, health checks, troubleshooting, performance testing, security hardening, and upgrade/rollback procedures to reliably expose an OpenAI‑compatible large model API in production.

APIDocker ComposeGPU
0 likes · 24 min read
How to Quickly Deploy an Enterprise LLM API Using SGLang
Java Tech Enthusiast
Java Tech Enthusiast
Jul 14, 2026 · Backend Development

Why Are More Developers Turning to FastAPI?

FastAPI, a modern Python web framework, offers high‑performance APIs, automatic documentation, type‑safe validation and native async support, making it a compelling alternative to Spring Boot and Flask for AI model serving, microservices, and rapid prototyping, as demonstrated by benchmarks, code examples, and real‑world comparisons.

APIASGIFastAPI
0 likes · 25 min read
Why Are More Developers Turning to FastAPI?
Java Backend Technology
Java Backend Technology
Jul 14, 2026 · Backend Development

Why FastAPI Is Gaining Massive Popularity Among Developers

FastAPI, a modern Python web framework built on ASGI, offers high performance, automatic documentation, type‑safe request validation, and native async support, making it an attractive choice for Java developers seeking to build fast APIs, microservices, or AI model deployment services.

APIASGIFastAPI
0 likes · 22 min read
Why FastAPI Is Gaining Massive Popularity Among Developers
Black & White Path
Black & White Path
Jul 3, 2026 · Information Security

The One API Line That Separates You From Top Hackers

The article argues that the bottleneck in security research is information scarcity, not talent, and introduces Preview—a RAG platform that indexes recent write‑ups and provides a simple API allowing AI agents to retrieve up‑to‑date vulnerability details, overcoming frozen LLM knowledge and delivering raw source links for accurate exploitation.

AI SecurityAPIRAG
0 likes · 9 min read
The One API Line That Separates You From Top Hackers
Qborfy AI
Qborfy AI
Jul 2, 2026 · Artificial Intelligence

How Streaming Responses and Performance Tuning Boost LLM API Production

This advanced guide explains why real‑world LLM deployments must focus on user‑perceived latency, streaming chunk handling, timeout and retry strategies, concurrency, batch processing, token optimization, caching, and observability rather than just model accuracy.

APILLMOptimization
0 likes · 23 min read
How Streaming Responses and Performance Tuning Boost LLM API Production
21CTO
21CTO
Jul 1, 2026 · Cloud Native

Microsoft Unveils Linux Containers for Native Windows Execution

Microsoft's preview adds a built‑in Linux container CLI and API, letting developers run Linux containers directly on Windows without third‑party tools, while introducing a new filesystem, network mode, and programmatic integration for Windows apps.

APICLILinux containers
0 likes · 5 min read
Microsoft Unveils Linux Containers for Native Windows Execution
IT Services Circle
IT Services Circle
Jul 1, 2026 · Information Security

Why Claude Code Bans Users: Hidden Code Targeting Chinese Users Unveiled

A reverse‑engineered analysis reveals that Claude Code silently tags Chinese users by reading the system timezone and a custom API endpoint, then embeds covert steganographic markers—altered date separators and special Unicode quotes—into each request, allowing Anthropic to identify and block them without extra network traffic.

APIAccount BanningAnthropic
0 likes · 10 min read
Why Claude Code Bans Users: Hidden Code Targeting Chinese Users Unveiled
Lisa Notes
Lisa Notes
Jul 1, 2026 · Fundamentals

Java Interfaces from Scratch: Core Concepts and Practical Use

This note explains how interfaces act as contracts in collaborative Java projects, covering everyday analogies, definition, syntax, implementation requirements, API role, and how multiple interfaces provide a form of multiple inheritance.

APIJavaMultiple Inheritance
0 likes · 5 min read
Java Interfaces from Scratch: Core Concepts and Practical Use
Qborfy AI
Qborfy AI
Jun 27, 2026 · Artificial Intelligence

Advanced Guide to LLM API: Multimodal Input and Structured Output

This advanced tutorial explores how LLM APIs handle multimodal inputs and produce structured outputs, detailing format differences, image‑generation parameters, JSON vs JSON‑Schema responses, platform‑specific quirks, practical code examples, and best‑practice strategies for building reliable production pipelines.

APIJSON SchemaLLM
0 likes · 19 min read
Advanced Guide to LLM API: Multimodal Input and Structured Output
IT Services Circle
IT Services Circle
Jun 26, 2026 · Artificial Intelligence

Where to Find Reliable Free Large‑Model APIs for Everyday Developers?

The author built a zero‑cost internal coding assistant using iFlytek's free Qwen3.6‑35B‑A3B and Qwen3.5‑35B‑A3B models, explains why these models were chosen over alternatives, provides a nine‑step guide to claim the free MaaS token quota, shares ready‑to‑run Python code, and reports real‑world performance across code generation, long‑document parsing, and multi‑turn conversations, while also outlining suitable user groups and an optional enterprise Token Plan.

APICode AssistantMaaS
0 likes · 12 min read
Where to Find Reliable Free Large‑Model APIs for Everyday Developers?
Xike
Xike
Jun 19, 2026 · Backend Development

Implementing Streamable HTTP with SSE for Real‑Time Chat in FastAPI

This article walks through adding a POST /v1/chat/stream endpoint that uses Server‑Sent Events (SSE) to stream structured events—including status, tool calls, token deltas, and completion—into a static web page, enabling a multi‑turn, typewriter‑style chat UI while preserving the original synchronous /v1/chat API for backward compatibility.

APIFastAPIJavaScript
0 likes · 21 min read
Implementing Streamable HTTP with SSE for Real‑Time Chat in FastAPI
Qborfy AI
Qborfy AI
Jun 15, 2026 · Artificial Intelligence

LLM API Parameter Comparison Across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax, Yi

This article provides a detailed side‑by‑side comparison of core API parameters such as temperature, top_p, top_k, penalties, max_tokens, tools and response_format across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax and Yi, explains common migration pitfalls, and offers practical guidance for selecting and adapting LLM services.

APILLMModel Selection
0 likes · 24 min read
LLM API Parameter Comparison Across OpenAI, Claude, Gemini, DeepSeek, Kimi, MiniMax, Yi
CodeNotes
CodeNotes
Jun 10, 2026 · Backend Development

After a Decade with Map, Are You Still Using containsKey + get + put?

The article reviews the seven Java 8 Map convenience APIs—getOrDefault, putIfAbsent, computeIfAbsent, computeIfPresent, compute, merge, and forEach—plus replaceAll and Map.of, showing concise code examples, best‑practice recommendations, concurrency considerations, and common pitfalls for modern Java developers.

APICollectionsJava
0 likes · 10 min read
After a Decade with Map, Are You Still Using containsKey + get + put?
Tech Musings
Tech Musings
Jun 10, 2026 · Backend Development

Evolving RagFlow Text Upload: From Placeholder Files to Direct Temp‑File Upload

The article compares two Java‑based integration methods for sending pure‑text documents to RagFlow—first uploading an empty placeholder file then adding chunks, and later writing the text to a temporary file and uploading it directly—detailing implementation, pitfalls, and why the latter is preferred.

APIJavabackend
0 likes · 11 min read
Evolving RagFlow Text Upload: From Placeholder Files to Direct Temp‑File Upload
Qborfy AI
Qborfy AI
Jun 9, 2026 · Artificial Intelligence

Deep Dive into Core LLM API Parameters

While many newcomers think using an LLM API is as simple as picking a model and feeding a prompt, the real control lies in parameters such as temperature, top‑p, top‑k, max_tokens, penalties, stop, and stream, each of which dramatically influences output quality, length, cost, and behavior.

APILLMPrompt Engineering
0 likes · 21 min read
Deep Dive into Core LLM API Parameters
Su San Talks Tech
Su San Talks Tech
Jun 9, 2026 · Artificial Intelligence

Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide

This article explains how developers can bypass token‑cost barriers by using iFlytek’s MaaS platform to obtain free, unlimited‑token access to the Qwen 3.6‑35B‑A3B model, details the model’s MoE architecture and benchmark performance, and provides a complete Java integration tutorial with code samples and practical use‑case suggestions.

AIAPIJava
0 likes · 16 min read
Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide
AI Product Manager Community
AI Product Manager Community
Jun 7, 2026 · Industry Insights

Can Suno’s $5.4B Valuation Be Justified? A Deep Dive into Its AI Music Monetization

The article examines Suno’s $400 million D‑round funding and $5.4 billion valuation, breaks down its three‑layer revenue model—including subscription tiers that generate roughly $25 million per month from 2 million paying users, a B2B API business threatened by rivals like Mureka, and ongoing copyright licensing challenges—while comparing its efficiency to Spotify and questioning whether its brand advantage can sustain such a lofty market cap.

AI musicAPICompetition
0 likes · 9 min read
Can Suno’s $5.4B Valuation Be Justified? A Deep Dive into Its AI Music Monetization
LuTiao Programming
LuTiao Programming
May 17, 2026 · Backend Development

What Is an API? Master the Basics in 10 Minutes

This article explains what an API is, how it acts as a communication middle‑man between clients and servers, walks through HTTP request components, compares REST, GraphQL, gRPC and WebSocket, shows practical code examples, status‑code meanings, and provides a step‑by‑step learning roadmap for beginners.

APIGraphQLREST
0 likes · 14 min read
What Is an API? Master the Basics in 10 Minutes
ZhiKe AI
ZhiKe AI
May 15, 2026 · Artificial Intelligence

How to Build Effective Claude Skills: Step‑by‑Step Guide, Limits, and Real Examples

This guide walks you through creating custom Claude skills—from defining a precise problem and naming conventions to crafting detailed descriptions, writing structured instructions, uploading via the UI or API, testing with realistic scenarios, iterating based on usage, and applying best‑practice tips with concrete skill examples.

AIAPIClaude
0 likes · 22 min read
How to Build Effective Claude Skills: Step‑by‑Step Guide, Limits, and Real Examples
Ctrip Technology
Ctrip Technology
May 13, 2026 · Backend Development

Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide

This guide details the end‑to‑end process for developers to integrate the Ctrip WenDao (WorkBuddy) skill, covering environment prerequisites, API token acquisition, configuration methods, command‑line usage, response parsing, common scenarios, security considerations, and troubleshooting steps.

APICtripNode.js
0 likes · 10 min read
Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide
Amazon Cloud Developers
Amazon Cloud Developers
May 12, 2026 · Artificial Intelligence

How to Use Anthropic’s Claude Platform Directly from Your AWS Account

Claude Platform is now officially available on AWS, letting developers access Anthropic’s full native API and features through existing AWS accounts without separate credentials, and providing step‑by‑step guidance on authentication, workspace setup, API calls, monitoring, and cost management.

APIAWSAnthropic
0 likes · 11 min read
How to Use Anthropic’s Claude Platform Directly from Your AWS Account
Tech Ocean
Tech Ocean
May 5, 2026 · Artificial Intelligence

From Local Deep Agent to Callable Service: CLI vs API Integration Guide

The article explains how to transition Deep Agents from a local CLI debugging tool to production-ready callable services, comparing CLI, Python SDK, LangGraph service, and ACP, and provides practical code examples, deployment steps, and a pre‑launch checklist for secure enterprise integration.

APIAgent IntegrationCLI
0 likes · 11 min read
From Local Deep Agent to Callable Service: CLI vs API Integration Guide
AI Architecture Hub
AI Architecture Hub
May 5, 2026 · Backend Development

How AI Is Redefining Backend Architecture Beyond Code Generation

The article analyzes how the surge of AI agents—projected to generate 80% of API calls—forces backend systems to evolve from MVC‑style monoliths toward a new core foundational unit that unifies APIs, workflows, observability, and shared state across diverse frameworks.

AIAPIObservability
0 likes · 10 min read
How AI Is Redefining Backend Architecture Beyond Code Generation
Architect
Architect
Apr 26, 2026 · Artificial Intelligence

Designing Products for Agents: Beyond APIs and MCPs

The article argues that building products for AI agents requires more than swapping UI pages for APIs or adding MCPs; it demands reorganizing product capabilities into actions that agents can understand, invoke, be constrained by, and audit, while addressing semantics, governance, and reliability.

AI AgentsAPICLI
0 likes · 26 min read
Designing Products for Agents: Beyond APIs and MCPs
Architects' Tech Alliance
Architects' Tech Alliance
Apr 25, 2026 · Artificial Intelligence

How Domestic Claw Platforms Are Winning the AI Agent Entry Battle

The article analyzes OpenClaw’s shift from GUI to API, its continuous workflow capabilities, the competition for high‑frequency user scenarios, the prospect of per‑device Claw instances, data‑context security concerns, and the potential fragmentation of SaaS software in the emerging AI agent market.

AI AgentAPIChina
0 likes · 12 min read
How Domestic Claw Platforms Are Winning the AI Agent Entry Battle
ZhiKe AI
ZhiKe AI
Apr 24, 2026 · Artificial Intelligence

DeepSeek V4 Launch: Open‑Source Model Beats Closed‑Source Leaders in Coding & Math, 1.6 T Params, 1 M Context

DeepSeek V4, released today, offers two open‑source models (Pro and Flash) with up to 1.6 T parameters and a 1‑million‑token context, achieving top‑tier programming and mathematics benchmark scores that surpass the three major closed‑source competitors, while cutting API costs to a fraction of the price.

APIDeepSeekMillion-token Context
0 likes · 7 min read
DeepSeek V4 Launch: Open‑Source Model Beats Closed‑Source Leaders in Coding & Math, 1.6 T Params, 1 M Context
AI Large Model Application Practice
AI Large Model Application Practice
Apr 24, 2026 · Artificial Intelligence

DeepSeek V4 Preview: Key Technical Highlights, Benchmarks, and Pricing

The DeepSeek‑V4 preview details two model variants—Pro and Flash—with trillion‑scale parameters, outlines benchmark scores that surpass or match leading overseas models across code generation, real‑world fixes, engineering tasks, and world knowledge, and explains core innovations, pricing, API endpoints, and open‑source licensing.

APIDeepSeekHybrid Attention
0 likes · 7 min read
DeepSeek V4 Preview: Key Technical Highlights, Benchmarks, and Pricing
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 17, 2026 · Artificial Intelligence

Claude Opus 4.7 Unleashed: Self‑Checking, Enhanced Vision, and Code Review Power

Anthropic’s Claude Opus 4.7 introduces self‑verification, longer task execution, a new xhigh inference tier, three‑fold productivity gains in production workflows, dramatically improved visual resolution and coding abilities—including the /ultrareview command—while keeping pricing unchanged, signaling a shift toward more autonomous AI agents.

AIAPIClaude
0 likes · 12 min read
Claude Opus 4.7 Unleashed: Self‑Checking, Enhanced Vision, and Code Review Power
Tech Ocean
Tech Ocean
Apr 16, 2026 · Backend Development

FastAPI Day 1: Build Your First API in 5 Minutes and Speed Up Development

This guide shows how to install FastAPI with a single pip command, create a minimal four‑line API, run it instantly with the built‑in dev server, explore the automatically generated Swagger UI, and understand the clear separation between development (fastapi dev) and production (fastapi run) commands.

APIFastAPIPython
0 likes · 6 min read
FastAPI Day 1: Build Your First API in 5 Minutes and Speed Up Development
Tech Ocean
Tech Ocean
Apr 15, 2026 · Backend Development

FastAPI: From Demo to Production with the Official Three‑Piece Toolkit

This guide shows how FastAPI’s built‑in CLI commands and the official full‑stack template streamline moving from a simple demo to a production‑ready service, cutting setup time, reducing errors, and unifying development and deployment workflows for Python API projects.

APICLIDocker
0 likes · 10 min read
FastAPI: From Demo to Production with the Official Three‑Piece Toolkit
Data Integration and Governance
Data Integration and Governance
Apr 8, 2026 · Big Data

Master the Four Data Integration Patterns in One Guide

This article explains the four common data integration patterns—ETL, ELT, API‑based, and message‑queue approaches—detailing their core workflows, suitable scenarios, advantages, and trade‑offs so readers can choose the method that best fits their business and technical constraints.

APIBig DataELT
0 likes · 10 min read
Master the Four Data Integration Patterns in One Guide
Black & White Path
Black & White Path
Apr 4, 2026 · Backend Development

Building a Stable OpenClaw Workflow: Turning Ambiguous Prompts into Program Calls

The article explains how ambiguous natural‑language prompts cause unstable AI behavior and proposes a workflow where deterministic tasks are encapsulated in stable Python programs exposed as APIs, letting OpenClaw agents call them for reliable news fetching and email management while saving tokens and simplifying debugging.

APIOpenClawPython
0 likes · 13 min read
Building a Stable OpenClaw Workflow: Turning Ambiguous Prompts into Program Calls
Su San Talks Tech
Su San Talks Tech
Mar 30, 2026 · Artificial Intelligence

Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code

This article explains the fundamentals of large‑model function calling, why it’s needed to bridge language models with real‑world tools, and provides a step‑by‑step implementation in Python—including tool definition, intent extraction, local execution, and result integration—complete with code samples and diagrams.

AI AgentAPIFunction Calling
0 likes · 11 min read
Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Mar 25, 2026 · Artificial Intelligence

Mastering Dify’s Multi‑Turn Context: From Short‑Term Memory to Knowledge‑Enhanced RAG

This guide explains how Dify manages multi‑turn conversation context through short‑term and long‑term memory, offers compression strategies, integrates knowledge‑base retrieval, provides prompt orchestration templates, and shows API examples for fine‑grained control, with practical configuration tips for various use cases.

AIAPILong-Term Memory
0 likes · 6 min read
Mastering Dify’s Multi‑Turn Context: From Short‑Term Memory to Knowledge‑Enhanced RAG
Dunmao Tech Hub
Dunmao Tech Hub
Mar 23, 2026 · Backend Development

Access NASA FIRMS Satellite Fire Data with a Java Spring Boot Client

This guide explains why the FIRMS Java client was created, describes the FIRMS fire data service, details the library's modular structure, shows how to obtain a MapKey, provides Spring configuration and usage examples, and includes Maven installation instructions for seamless integration into Java or Spring Boot projects.

APIJavaNASA
0 likes · 6 min read
Access NASA FIRMS Satellite Fire Data with a Java Spring Boot Client
Subtle Storm
Subtle Storm
Mar 21, 2026 · Operations

How to Connect OpenClaw to Feishu: A Step‑by‑Step Integration Guide

This guide walks you through creating a Feishu bot, adding robot capabilities, obtaining App ID and Secret, installing the OpenClaw Feishu plugin, configuring channels and permissions, restarting the gateway, publishing the app, and verifying the integration so you can automate notifications and task distribution via OpenClaw.

APIFeishuIntegration
0 likes · 4 min read
How to Connect OpenClaw to Feishu: A Step‑by‑Step Integration Guide
Xiaomi Tech
Xiaomi Tech
Mar 18, 2026 · Artificial Intelligence

Xiaomi’s MiMo‑V2‑Omni: A Full‑Modal Agent Base that Sees, Listens, and Acts

Xiaomi unveiled MiMo‑V2‑Omni, a full‑modal agent base that unifies text, image, video and audio perception with tool‑calling and GUI actions, outperforming leading models such as Gemini 3 Pro and Claude Opus 4.6 on benchmarks, and offering a 256K‑context API for diverse real‑world tasks.

APIAgent AIMiMo-V2-Omni
0 likes · 8 min read
Xiaomi’s MiMo‑V2‑Omni: A Full‑Modal Agent Base that Sees, Listens, and Acts
Lisa Notes
Lisa Notes
Mar 12, 2026 · Fundamentals

Java Language and Platform: A Beginner’s Guide to Write Once, Run Anywhere

The article explains how Java source files are compiled into bytecode, run on the JVM across Windows, Linux, macOS, and Solaris, and describes the two parts of the Java platform—the virtual machine and the API—highlighting why Java’s “write once, run anywhere” model suits distributed, object‑oriented development.

APIBytecodeJVM
0 likes · 5 min read
Java Language and Platform: A Beginner’s Guide to Write Once, Run Anywhere
Java Tech Enthusiast
Java Tech Enthusiast
Mar 11, 2026 · Backend Development

Accelerate Java API Development with magic‑api: No Controllers Needed

This tutorial shows how to use the Java‑based magic‑api framework to generate Spring Boot HTTP endpoints directly from a UI, covering dependency setup, datasource configuration, database preparation, CRUD scripts, validation, result mapping, transaction handling, and Swagger integration.

APICRUDSpringBoot
0 likes · 10 min read
Accelerate Java API Development with magic‑api: No Controllers Needed
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 10, 2026 · Artificial Intelligence

Say Goodbye to Repetitive Prompts: A Complete Guide to Building Claude Skills

This guide explains how to create, structure, and deploy Claude Skills—a folder of Markdown files with a YAML preamble and optional scripts—to automate complex workflows, improve prompt efficiency, and integrate via the /v1/skills API, covering design principles, naming rules, testing, and distribution.

AI SkillsAPIClaude
0 likes · 7 min read
Say Goodbye to Repetitive Prompts: A Complete Guide to Building Claude Skills
Coder Trainee
Coder Trainee
Mar 6, 2026 · Mobile Development

How to Retrieve a WeChat Mini Program User’s OpenID

This article walks through the complete process of obtaining a WeChat Mini Program user's OpenID by using wx.login to get a code, calling the updated auth.code2Session API with appid and appsecret, and handling the server‑side Java implementation that extracts the OpenID and session key.

APIJavaMiniProgram
0 likes · 4 min read
How to Retrieve a WeChat Mini Program User’s OpenID
Frontend AI Walk
Frontend AI Walk
Mar 3, 2026 · Cloud Computing

Mastering Cursor Cloud Agents: A Complete Usage Guide

This guide explains what Cursor Cloud Agents are, how to access them via the editor, web UI, or third‑party integrations, outlines three typical scenarios, walks through GitHub repository linking, troubleshooting steps, a quick‑start checklist, and details the Cloud Agents API for automated workflows.

AI programmingAPICloud Agents
0 likes · 19 min read
Mastering Cursor Cloud Agents: A Complete Usage Guide
Data STUDIO
Data STUDIO
Mar 2, 2026 · Backend Development

Say Goodbye to Flask: 7 FastAPI Extensions That Boost Productivity Tenfold

After struggling with Flask's heavyweight middleware and limited plugin ecosystem, the author switched to FastAPI and demonstrates how seven extensions—FastAPI Users, FastAPI-Mail, FastAPI‑SocketIO, FastAPI‑Limiter, FastAPI‑Cache, FastAPI‑CrudRouter, and FastAPI‑Plugins—dramatically simplify authentication, email, real‑time communication, rate limiting, caching, CRUD generation, and ecosystem integration, turning weeks of debugging into minutes of development.

APIFastAPIFlask
0 likes · 22 min read
Say Goodbye to Flask: 7 FastAPI Extensions That Boost Productivity Tenfold
AI Engineering
AI Engineering
Feb 17, 2026 · Artificial Intelligence

Claude Sonnet 4.6: Million‑Token Context, Human‑Level Computer Skills, Near‑Opus Performance

Claude Sonnet 4.6, Anthropic’s latest model, introduces a beta‑stage million‑token window and markedly better coding, computer‑use and long‑context reasoning, scoring 72.5% on OSWorld versus 14.9% for Sonnet 3.5, while offering Excel connectors, dynamic search filtering, stronger prompt‑injection resistance, and a pricing tier that makes it a strong alternative to Opus for many workloads.

AI codingAPIClaude
0 likes · 4 min read
Claude Sonnet 4.6: Million‑Token Context, Human‑Level Computer Skills, Near‑Opus Performance
AI Insight Log
AI Insight Log
Feb 14, 2026 · Artificial Intelligence

Why Claude Code’s Context Caching Suddenly Fails and Costs Skyrocket

After Claude Code was updated to version 2.1.37, developers observed a sharp drop in context‑caching hit rates, causing unexpected cost spikes and slower responses, and a community investigation revealed that random headers and spaces injected by the tool break the model’s cache matching.

APIAnthropicBug Analysis
0 likes · 6 min read
Why Claude Code’s Context Caching Suddenly Fails and Costs Skyrocket
Subtle Storm
Subtle Storm
Feb 13, 2026 · Artificial Intelligence

Using Ollama API for Custom Model Parameters and Batch Processing in Python

This article demonstrates how to configure advanced Ollama API options—including temperature, top‑p, and custom model creation—and shows a complete Python batch‑processing workflow that benchmarks multiple LLMs while measuring latency and success rates.

APIBatch ProcessingCustom Model
0 likes · 6 min read
Using Ollama API for Custom Model Parameters and Batch Processing in Python
Subtle Storm
Subtle Storm
Feb 11, 2026 · Artificial Intelligence

How to Call Your Own Deployed LLM with Ollama API (Part 1)

This guide walks through installing Ollama, pulling a large language model, and using both the raw REST endpoint and the official Python client to generate completions, manage models, and handle streaming responses on a local machine.

APILLMOllama
0 likes · 9 min read
How to Call Your Own Deployed LLM with Ollama API (Part 1)
AI Engineering
AI Engineering
Feb 11, 2026 · Artificial Intelligence

Harrison Chase Explains Two Sandbox Architectures for AI Agents

The article analyzes why AI agents need isolated sandboxes, outlines two architectural patterns—running the agent inside a sandbox or using the sandbox as an external tool—compares their advantages and challenges, and provides concrete implementation examples and community insights.

AI AgentsAPIDocker
0 likes · 11 min read
Harrison Chase Explains Two Sandbox Architectures for AI Agents
Coder Trainee
Coder Trainee
Feb 5, 2026 · Mobile Development

Detect Sensitive Text in WeChat Mini Programs Using the Content Security API

The article explains how to leverage WeChat Mini Program's text security API to automatically filter sensitive, political, pornographic, gambling, and drug-related content in user-generated text, outlines typical use cases, rate limits, and provides a Java implementation with step-by-step code walkthrough.

APIText FilteringWeChat mini program
0 likes · 4 min read
Detect Sensitive Text in WeChat Mini Programs Using the Content Security API
Top Architect
Top Architect
Feb 1, 2026 · Backend Development

10 Proven Techniques to Supercharge API Performance in Java Backends

This article presents a comprehensive, step‑by‑step guide to optimizing API latency in Java backend services, covering batch processing, asynchronous execution, caching, preprocessing, pooling, parallelization, indexing, transaction management, pagination, SQL tuning, and lock granularity, complete with code examples and diagrams.

APIOptimizationperformance
0 likes · 13 min read
10 Proven Techniques to Supercharge API Performance in Java Backends
Go Development Architecture Practice
Go Development Architecture Practice
Jan 28, 2026 · Backend Development

Accelerate Go Projects with Mix‑Go: Build CLI, API, Web, gRPC & Worker Pools Fast

This guide introduces Mix‑Go, a Go‑based rapid‑development framework that provides interactive scaffolding, command‑line prototyping, and a DI/IoC container, and walks through installing the tool, generating project skeletons, and creating functional CLI, API, Web, WebSocket, gRPC services and a worker‑pool queue consumer with complete code examples.

APICLIGo
0 likes · 28 min read
Accelerate Go Projects with Mix‑Go: Build CLI, API, Web, gRPC & Worker Pools Fast
Data STUDIO
Data STUDIO
Jan 26, 2026 · Backend Development

Choosing the Right Python Web Framework: Django, Flask or FastAPI

This article compares Django, Flask, and FastAPI—three of the most popular Python web frameworks—by examining their philosophies, built‑in features, learning curves, performance characteristics, and code examples for a simple Hello World service and a user‑query API, then provides a decision flowchart and a detailed matrix to help developers pick the best fit for their next project.

APIDjangoFastAPI
0 likes · 15 min read
Choosing the Right Python Web Framework: Django, Flask or FastAPI
php Courses
php Courses
Jan 22, 2026 · Backend Development

How PHP Developers Can Add AI Power to Their Projects in Minutes

This guide shows PHP developers how to quickly integrate AI capabilities—through API calls, local model libraries, or micro‑service architectures—while providing practical code examples, performance tips, a learning roadmap, and common pitfalls to avoid.

AI integrationAPIbackend
0 likes · 11 min read
How PHP Developers Can Add AI Power to Their Projects in Minutes
Data Integration and Governance
Data Integration and Governance
Jan 21, 2026 · Fundamentals

Finally, a Clear Explanation of What an API Really Is

The article demystifies APIs by defining them as communication bridges between software, outlining their core functions—data sharing, feature reuse, system decoupling—highlighting common pitfalls such as permission, versioning, error handling and parameter validation, describing RESTful, SOAP and RPC types, and illustrating real‑world scenarios like real‑time data collection, data service exposure, and third‑party integration.

APIRESTfulRPC
0 likes · 9 min read
Finally, a Clear Explanation of What an API Really Is
JD Tech Talk
JD Tech Talk
Jan 12, 2026 · Frontend Development

Master Playwright: Fast Front‑End Automation Testing with Code Samples

This guide explains why Playwright has become essential for front‑end automation testing, walks through installing Node.js and Playwright, shows how to configure a project, provides runnable demo code, and illustrates common API calls such as GET and POST requests with detailed examples.

APIFrontend TestingNode.js
0 likes · 5 min read
Master Playwright: Fast Front‑End Automation Testing with Code Samples
JavaEdge
JavaEdge
Jan 10, 2026 · Artificial Intelligence

Unlocking Claude’s Agent Skills: A Deep Dive into Modular AI Extensions

This article explains what Claude Agent Skills are, why they’re useful, how they’re structured and loaded, the three content levels, security best practices, and how to use pre‑built or custom Skills across Claude API, Claude Code, the SDK, and Claude.ai.

AIAPIAgent Skills
0 likes · 17 min read
Unlocking Claude’s Agent Skills: A Deep Dive into Modular AI Extensions
Data Integration and Governance
Data Integration and Governance
Jan 8, 2026 · Big Data

How to Design Data Architecture That Keeps Up With Rapid Business Changes

When business requirements change every few days, traditional data architectures become rigid, tightly coupled, and slow, causing endless cycles of overtime; this article analyzes the root causes and presents a layered, configurable, and API‑driven approach—including moderate redundancy, data catalogs, and decoupled layers—to enable data systems to adapt quickly and reliably.

APIconfigurable processingdata architecture
0 likes · 9 min read
How to Design Data Architecture That Keeps Up With Rapid Business Changes
Code Mala Tang
Code Mala Tang
Jan 2, 2026 · Frontend Development

Master Async Data Handling in JavaScript with Array.fromAsync

This guide explains how the new JavaScript Array.fromAsync() method converts async iterables, streams, or paginated API responses into clean arrays, offering clear syntax, practical use‑cases, and step‑by‑step code examples for front‑end developers.

APIArray.fromAsyncAsync
0 likes · 5 min read
Master Async Data Handling in JavaScript with Array.fromAsync
Xiao Liu Lab
Xiao Liu Lab
Dec 30, 2025 · Information Security

Why Our New SSL Certificate Caused Handshake Errors and How We Fixed It

After updating a core API's SSL certificate, a partner reported repeated SSLHandshakeException errors, mistakenly labeling the cert as a development version; thorough verification revealed the issue stemmed from an outdated Java trust store lacking the new Sectigo root, leading to a set of concrete remediation steps and best‑practice lessons.

APIJavaSSL
0 likes · 15 min read
Why Our New SSL Certificate Caused Handshake Errors and How We Fixed It
Woodpecker Software Testing
Woodpecker Software Testing
Dec 28, 2025 · Backend Development

Adjusting GUI and API Test Cases with ChatGPT

This article explains how to handle leading and trailing spaces in user input by applying the .trim() method in both front‑end JavaScript validation functions and back‑end Java controllers, updates test data and cases, and verifies that all GUI and API tests pass successfully.

APIGUIJava
0 likes · 19 min read
Adjusting GUI and API Test Cases with ChatGPT
AI Algorithm Path
AI Algorithm Path
Dec 17, 2025 · Artificial Intelligence

Flux.2 Max Unveiled: Black Forest Labs’ Most Powerful Image Generation Model

Black Forest Labs released Flux.2 Max, the top‑performing model in the Flux.2 series featuring real‑time context generation, superior texture handling, and strong instruction following, ranking second on the Artificial Analysis leaderboard, with detailed examples, API usage, and pricing information provided.

AI modelAPIFlux.2 Max
0 likes · 11 min read
Flux.2 Max Unveiled: Black Forest Labs’ Most Powerful Image Generation Model
Alibaba Cloud Observability
Alibaba Cloud Observability
Dec 15, 2025 · Cloud Native

How UModel PaaS API Simplifies Observability Queries with Unified Entity Search

This article explains how the UModel PaaS API abstracts complex observability concepts—such as EntitySet, DataSet, StorageLink, and Filter—into a unified, object‑oriented query interface, offering Table, Object, and metadata modes, code examples, UI and SDK usage, and AI‑agent integration for efficient, low‑maintenance monitoring.

AI AgentAPIMetrics
0 likes · 16 min read
How UModel PaaS API Simplifies Observability Queries with Unified Entity Search
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 11, 2025 · Cloud Native

How to Rewrite URL Paths and Hostnames with Envoy Gateway

This guide shows how to configure Envoy Gateway's URLRewrite filter to transform request prefixes, replace full paths, and rewrite hostnames, providing step‑by‑step YAML examples, kubectl commands, and validation screenshots for microservice integration on Kubernetes.

APICloudNativeEnvoy
0 likes · 4 min read
How to Rewrite URL Paths and Hostnames with Envoy Gateway
Alibaba Cloud Native
Alibaba Cloud Native
Dec 9, 2025 · Cloud Native

How UModel Simplifies Observability with Unified Entity Search and Table/Object Modes

This article explains how UModel abstracts observability data into unified table and object models, hides complex routing and field‑mapping logic, provides a single SPL‑based query language, supports metadata reflection for AI agents, and offers SDK and dry‑run examples to streamline metric, log, and trace queries across multiple storage backends.

AI AgentAPIObservability
0 likes · 15 min read
How UModel Simplifies Observability with Unified Entity Search and Table/Object Modes
php Courses
php Courses
Dec 8, 2025 · Backend Development

How to Retrieve Detailed cURL Request Info in PHP with curl_getinfo

This guide explains how PHP's curl_getinfo function returns an associative array of request details, lists the most useful options such as effective URL and HTTP status code, and provides a complete example showing how to extract and display these metrics after a cURL request.

APIPHPcurl
0 likes · 3 min read
How to Retrieve Detailed cURL Request Info in PHP with curl_getinfo
BirdNest Tech Talk
BirdNest Tech Talk
Nov 18, 2025 · Industry Insights

A Practical Guide to Major LLM Services: URLs, Docs, and API Tips

This article compiles the entry points, documentation links, pricing details, and hands‑on API examples for several leading large‑language‑model providers—including DeepSeek, Alibaba Cloud, Baidu Qianfan, ByteDance Volcengine, OpenRouter, and Google Gemini—while comparing their usability, free‑tier offers, and developer experience.

APICloud AIComparison
0 likes · 13 min read
A Practical Guide to Major LLM Services: URLs, Docs, and API Tips
ITPUB
ITPUB
Nov 12, 2025 · Backend Development

Where Did Elasticsearch Docs Move? A Quick Guide to the New 9.x URLs

The article outlines the major changes introduced in Elasticsearch 9.x documentation, including the new elastic.co/docs domain, unified version handling, reorganized navigation by use case, separate release‑notes location, versioned API paths, and practical tips for updating bookmarks and finding the right guides.

APIElasticsearchVersion 9
0 likes · 6 min read
Where Did Elasticsearch Docs Move? A Quick Guide to the New 9.x URLs
Advanced AI Application Practice
Advanced AI Application Practice
Nov 9, 2025 · Fundamentals

How to Decode APIs, Logs, and Other Tech Jargon When Talking to Developers and Ops

The article explains why technical terms like API, JSON, and log can feel alien during developer‑ops conversations, and offers three practical strategies—building a personal glossary, asking smart questions, and using browser dev tools—to become an effective technical translator and improve bug‑reporting efficiency.

APIDebuggingGlossary
0 likes · 7 min read
How to Decode APIs, Logs, and Other Tech Jargon When Talking to Developers and Ops
Python Programming Learning Circle
Python Programming Learning Circle
Nov 7, 2025 · Backend Development

Why FastAPI Beats Flask: A Deep Dive into Python Web Frameworks

This article compares Flask and FastAPI, explaining their core differences in speed, developer experience, and standards, and provides detailed code examples for installation, routing, async handling, dependency injection, validation, middleware, testing, deployment, and documentation to help developers decide which framework best fits their Python API projects.

APIComparisonFastAPI
0 likes · 23 min read
Why FastAPI Beats Flask: A Deep Dive into Python Web Frameworks
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Nov 2, 2025 · Backend Development

What’s New in the Elasticsearch 9.x Documentation?

The Elasticsearch 9.x documentation has moved to a new URL, unified version handling, reorganized by solution use‑cases, separated release notes, added versioned API paths, and introduced client library navigation and versioning guides, all aimed at improving discoverability and developer efficiency.

APIElasticsearchObservability
0 likes · 7 min read
What’s New in the Elasticsearch 9.x Documentation?
Code Ape Tech Column
Code Ape Tech Column
Oct 30, 2025 · Backend Development

Boost Spring Boot APIs with Graceful Response: Unified Error Handling & Response Wrapping

This article introduces Graceful Response, a Spring Boot component that provides one‑stop unified response wrapping, global exception handling, and custom error codes, showing how to integrate it via Maven, enable it with annotations, and simplify controller and service code while improving readability and reducing boilerplate.

APIGraceful ResponseJava
0 likes · 12 min read
Boost Spring Boot APIs with Graceful Response: Unified Error Handling & Response Wrapping
macrozheng
macrozheng
Oct 20, 2025 · Backend Development

Simplify Spring Boot APIs with Graceful Response: A Quick Guide

This article introduces the Graceful Response component for Spring Boot, explaining how it provides unified response wrapping, global exception handling, and custom error codes to eliminate boilerplate, improve readability, and streamline API development with practical code examples and configuration tips.

APIGraceful ResponseJava
0 likes · 11 min read
Simplify Spring Boot APIs with Graceful Response: A Quick Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2025 · Artificial Intelligence

Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends

Large language models are evolving from free‑form text generators to reliable data providers by mastering structured output through prompt engineering, validation frameworks, constrained decoding, supervised fine‑tuning, reinforcement learning, and API‑level capabilities, enabling seamless integration with software systems while addressing hallucinations and format reliability.

APIEvaluationLLM
0 likes · 28 min read
Mastering Structured Output in Large Language Models: Techniques, Challenges, and Future Trends