Tagged articles
149 articles
Page 1 of 2
AI Architecture Path
AI Architecture Path
May 15, 2026 · Artificial Intelligence

Why OpenHuman Is Gaining Traction: 118+ Integrations, 80% Token Savings, Open‑Source

OpenHuman tackles the common AI‑assistant problems of slow cold‑start, complex integration, and weak privacy by offering a minimalist desktop UI, over 118 built‑in service integrations, local memory trees with Obsidian compatibility, and a self‑developed TokenJuice compression that cuts token usage by up to 80 %, all under a GNU open‑source license.

AI AssistantIntegrationLocal Memory
0 likes · 10 min read
Why OpenHuman Is Gaining Traction: 118+ Integrations, 80% Token Savings, Open‑Source
IT Services Circle
IT Services Circle
Apr 19, 2026 · Artificial Intelligence

How to Seamlessly Add AI Coding Assistants to IntelliJ IDEA

This guide walks you through configuring IntelliJ IDEA to use AI coding assistants like Claude, Codex, OpenAI‑compatible APIs, and local models via Ollama, covering plugin installation, provider setup, API key entry, and usage tips with screenshots.

AI AssistantClaudeCodex
0 likes · 6 min read
How to Seamlessly Add AI Coding Assistants to IntelliJ IDEA
Tech Minimalism
Tech Minimalism
Apr 13, 2026 · Artificial Intelligence

Comprehensive Guide to Integrating Obsidian with Claude Code for Open‑Source AI Knowledge Management

This article walks through five practical strategies for combining Obsidian and Claude Code, explains how to keep code repositories clean while enabling unified search, outlines step‑by‑step setups, compares trade‑offs, and shares performance benchmarks and community resources.

AI Knowledge ManagementClaude CodeIntegration
0 likes · 20 min read
Comprehensive Guide to Integrating Obsidian with Claude Code for Open‑Source AI Knowledge Management
Radish, Keep Going!
Radish, Keep Going!
Mar 13, 2026 · Operations

Install WorkBuddy and Connect It to WeChat in Just 10 Minutes

This guide walks you through downloading the correct WorkBuddy installer, avoiding the CodeBuddy trap, completing a default installation with all optional tasks selected, logging into your WeChat account, configuring the WeChat Customer Service integration, and starting real‑time chats, while noting current model‑switching limitations.

InstallationIntegrationOpenClaw
0 likes · 4 min read
Install WorkBuddy and Connect It to WeChat in Just 10 Minutes
Su San Talks Tech
Su San Talks Tech
Mar 9, 2026 · Backend Development

How to Connect OpenClaw with Enterprise WeChat in 3 Simple Steps

This guide walks you through installing the OpenClaw plugin, creating a WeChat Work robot, linking it to OpenClaw, and testing the connection, enabling AI assistants to operate within Enterprise WeChat without requiring public IPs or complex callbacks.

Backend DevelopmentIntegrationOpenClaw
0 likes · 5 min read
How to Connect OpenClaw with Enterprise WeChat in 3 Simple Steps
Model Perspective
Model Perspective
Mar 8, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu

This guide walks you through preparing the environment, installing OpenClaw, configuring its onboarding, creating a Feishu custom app, setting up event subscriptions and permissions, and finally pairing the AI agent so it can respond to Feishu messages.

AI AgentFeishuIntegration
0 likes · 15 min read
Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu
Su San Talks Tech
Su San Talks Tech
Mar 3, 2026 · Operations

Turn Feishu into an AI Assistant in 20 Minutes with OpenClaw

This step‑by‑step guide shows how to integrate the OpenClaw AI tool with Feishu by creating a Feishu app, configuring permissions, setting up event subscriptions, adding the Feishu channel in OpenClaw, publishing the app, and testing the AI assistant—all without writing code or hosting a server.

AI AssistantAutomationCLI
0 likes · 8 min read
Turn Feishu into an AI Assistant in 20 Minutes with OpenClaw
Tech Minimalism
Tech Minimalism
Jan 8, 2026 · Artificial Intelligence

6 Must-Have Claude MCP Servers for Developers in 2025

This article evaluates the flood of Model Context Protocol (MCP) servers that have emerged since Anthropic released the protocol, defines clear criteria for selecting useful servers, and provides detailed installation steps, real‑world usage examples, and security best practices for six essential MCP servers that boost developer productivity.

AI assistantsAutomationClaude
0 likes · 15 min read
6 Must-Have Claude MCP Servers for Developers in 2025
Tencent Cloud Developer
Tencent Cloud Developer
Dec 30, 2025 · Backend Development

Mastering Microservices: Design Principles, Service Modeling, Integration, and Scaling Strategies

This comprehensive guide explains microservice fundamentals, when to adopt them, key design principles, service modeling techniques, integration patterns, versioning, data handling, monolith decomposition, Conway's law, scaling tactics, and the situations where microservices may not be the right choice, providing actionable insights for building resilient backend systems.

BackendIntegrationMicroservices
0 likes · 23 min read
Mastering Microservices: Design Principles, Service Modeling, Integration, and Scaling Strategies
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2025 · Artificial Intelligence

How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding

The article introduces the Jupyter MCP server, an extension that implements the Model Context Protocol to enable seamless, secure integration of large language models with Jupyter’s kernels, file system, and terminals, and details its architecture, core features, deployment steps, API mechanisms, and security considerations.

AIIntegrationJupyter
0 likes · 11 min read
How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding
21CTO
21CTO
Sep 26, 2025 · Fundamentals

API vs SDK: When to Use Each and Why It Matters for Developers

This guide explains the core differences between APIs and SDKs, outlines typical use cases, compares popular API styles like REST, GraphQL, and gRPC, and demonstrates how SDKs simplify integration with practical code examples and best‑practice recommendations for building robust software interfaces.

APIIntegrationSDK
0 likes · 14 min read
API vs SDK: When to Use Each and Why It Matters for Developers
Ray's Galactic Tech
Ray's Galactic Tech
Sep 25, 2025 · Backend Development

Master Spring Boot & RabbitMQ: From Setup to Advanced Patterns

This guide walks you through installing RabbitMQ, configuring Spring Boot, building basic producers and consumers, exploring work, fanout, direct and topic patterns, and applying advanced features like confirmations, manual ACKs, TTL, dead‑letter, delayed and priority queues, plus clustering, monitoring and troubleshooting tips.

IntegrationJavaMessage Queue
0 likes · 12 min read
Master Spring Boot & RabbitMQ: From Setup to Advanced Patterns
Ray's Galactic Tech
Ray's Galactic Tech
Sep 24, 2025 · Backend Development

How to Seamlessly Integrate MQTT into Spring Boot with Production-Ready Practices

This guide walks you through adding MQTT dependencies, configuring connection parameters, creating a unified MqttConfig class, defining a messaging gateway, implementing service and controller layers, and applying advanced production settings such as SSL/TLS, multi‑topic subscriptions, QoS choices, clustering, health checks, and performance tuning for Spring Boot applications.

IntegrationJavaMQTT
0 likes · 9 min read
How to Seamlessly Integrate MQTT into Spring Boot with Production-Ready Practices
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2025 · Backend Development

How to Build a Scalable Enterprise Unified Message Push System

This article examines the core challenges of multi‑channel integration, high concurrency, reliability, and extensibility, then walks through a full‑link push workflow and presents a four‑layer architecture—including access, business, service, and storage layers—to guide the design of a robust, scalable enterprise message‑push platform.

BackendIntegrationMessage Push
0 likes · 10 min read
How to Build a Scalable Enterprise Unified Message Push System
Alibaba Cloud Native
Alibaba Cloud Native
Aug 26, 2025 · Artificial Intelligence

Boost Dify’s RAG Performance with Higress AI Gateway: Two Integration Strategies

This guide explains how to overcome Dify's built‑in RAG limitations by using Higress AI Gateway to connect external RAG services, detailing two integration patterns—RAG Retrieval Agent and Automatic Retrieval Injection—along with step‑by‑step configuration, validation, and the resulting benefits for enterprise AI applications.

DifyIntegrationKnowledge Retrieval
0 likes · 13 min read
Boost Dify’s RAG Performance with Higress AI Gateway: Two Integration Strategies
Lobster Programming
Lobster Programming
Aug 6, 2025 · Fundamentals

Unlock AI‑Powered Knowledge Management with PandaWiki: Install, Configure, and Integrate

PandaWiki is an open‑source AI‑driven knowledge‑base platform that transforms traditional wikis by offering effortless setup, seamless third‑party integration, AI‑generated content, Q&A and search, with detailed installation steps, model configuration, and examples of integrating with tools like Feishu bots.

AIDocumentationInstallation
0 likes · 7 min read
Unlock AI‑Powered Knowledge Management with PandaWiki: Install, Configure, and Integrate
Sohu Tech Products
Sohu Tech Products
Jul 23, 2025 · Artificial Intelligence

Unlock AI Power with Model Context Protocol: A Hands‑On Sentry Integration Guide

This article introduces the Model Context Protocol (MCP) as an open standard for connecting large language models to external data and tools, outlines its core advantages, showcases a wide range of ready‑made services, and provides a detailed Python implementation that integrates Sentry bug‑tracking and APM data into AI assistants for real‑time analysis and reporting.

AIIntegrationMCP
0 likes · 19 min read
Unlock AI Power with Model Context Protocol: A Hands‑On Sentry Integration Guide
php Courses
php Courses
Jun 3, 2025 · Backend Development

10 Essential APIs to Enhance Your PHP Projects

This article introduces ten powerful APIs—including Stripe, Twilio, Google Maps, SendGrid, Firebase, OpenAI, AWS SDK, Twitter, GitHub, and a Weather service—along with integration tips and code examples to help PHP developers extend functionality such as payments, messaging, mapping, AI, and cloud services.

AIAPIBackend
0 likes · 6 min read
10 Essential APIs to Enhance Your PHP Projects
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 19, 2025 · Artificial Intelligence

What Is AI MCP and How It Revolutionizes Model Integration?

AI MCP (Model Context Protocol) is an open protocol that standardizes communication between large language model applications and external data sources or tools, offering pre‑installed services, fast registration, ecosystem openness, and automatic discovery within Huawei Cloud ModelArts Studio, while eliminating the need for per‑API integration code.

AIHuaweiIntegration
0 likes · 7 min read
What Is AI MCP and How It Revolutionizes Model Integration?
Huolala Tech
Huolala Tech
Apr 1, 2025 · Frontend Development

How Frontend Teams Can Leverage LLMs for Real‑Time Compliance Checks

This article explains how frontend developers can use large language models to detect and prevent marketing content violations in WeChat mini‑programs, covering pain‑point discovery, LLM‑driven compliance architecture, prompt optimization, model selection, testing methods, and seamless frontend integration with Feishu notifications.

AIIntegrationLLM
0 likes · 10 min read
How Frontend Teams Can Leverage LLMs for Real‑Time Compliance Checks
Java Architecture Diary
Java Architecture Diary
Mar 24, 2025 · Backend Development

Build a Java MCP Server with Spring AI in Minutes

This tutorial shows how to use Spring AI MCP to create a Java MCP server, covering environment setup, business logic implementation, service registration, and client configuration, enabling seamless AI service integration with minimal effort.

AIIntegrationMCP
0 likes · 6 min read
Build a Java MCP Server with Spring AI in Minutes
AI Code to Success
AI Code to Success
Mar 5, 2025 · Artificial Intelligence

How to Connect Your AI Agent Mini‑Program to a WeChat Official Account – Step‑by‑Step Guide

This article provides a detailed, step‑by‑step tutorial on linking a Tencent Yuanqi AI Agent mini‑program to a WeChat official account, configuring auto‑reply messages, adding menu shortcuts, and publishing the mini‑program in articles and comment sections, complete with screenshots and code snippets.

IntegrationMini ProgramTutorial
0 likes · 5 min read
How to Connect Your AI Agent Mini‑Program to a WeChat Official Account – Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Feb 26, 2025 · Artificial Intelligence

DeepSeek4j 1.4: A Java Integration Framework for DeepSeek AI Models

DeepSeek4j 1.4 introduces a Java‑native framework that fully preserves DeepSeek's chain‑of‑thought and billing features, adds reactive streaming support, and provides a Spring Boot starter for effortless integration, accompanied by quick‑start code, configuration examples, and a built‑in debugging UI.

AIAPIDeepSeek
0 likes · 5 min read
DeepSeek4j 1.4: A Java Integration Framework for DeepSeek AI Models
Code Ape Tech Column
Code Ape Tech Column
Feb 14, 2025 · Artificial Intelligence

Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide

This article explains how to integrate DeepSeek's large language models—both the chat‑oriented deepseek‑chat and the reasoning‑focused deepseek‑reasoner—into a Spring AI application, covering API key setup, base‑URL configuration, model selection, and providing full code examples for dependency, configuration, and a simple chat controller.

AIChatbotDeepSeek
0 likes · 6 min read
Integrating DeepSeek Large Model with Spring AI: A Step‑by‑Step Guide
Big Data Technology Architecture
Big Data Technology Architecture
Feb 7, 2025 · Artificial Intelligence

How to Build a DeepSeek AI Assistant on DingTalk

This guide explains why DeepSeek is a valuable AI assistant, outlines the challenges of high demand, and provides step‑by‑step instructions for creating, configuring, testing, and publishing a DeepSeek AI assistant within the DingTalk platform to ensure stable access.

AI AssistantDeepSeekDingTalk
0 likes · 4 min read
How to Build a DeepSeek AI Assistant on DingTalk
Top Architect
Top Architect
Feb 6, 2025 · Backend Development

Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide

This article provides a step‑by‑step tutorial on integrating the Flowable BPMN workflow engine into a Spring Boot application, covering dependencies, BPMN diagram creation, task configuration, service implementation, process visualization, and common pitfalls such as font issues and process definition updates.

BPMNIntegrationJava
0 likes · 21 min read
Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide
21CTO
21CTO
Jan 7, 2025 · Operations

Top 10 Workflow Automation Tools Every Developer Should Know

Discover a curated list of ten powerful workflow automation tools—from Zapier and Make to GitHub Actions and Pipedream—that help developers streamline tasks, integrate services, and boost productivity without writing extensive code.

Integrationci/cdproductivity
0 likes · 5 min read
Top 10 Workflow Automation Tools Every Developer Should Know
JavaEdge
JavaEdge
Sep 19, 2024 · Artificial Intelligence

Unlock Java LLM Power: A Deep Dive into LangChain4j Features and Architecture

LangChain4j streamlines the integration of large language models into Java applications by offering a standardized API, extensive support for over a dozen LLM providers and vector stores, a rich toolbox for RAG, chat memory, and tool calling, plus two abstraction layers that cater to both low‑level control and high‑level convenience.

AIIntegrationJava
0 likes · 10 min read
Unlock Java LLM Power: A Deep Dive into LangChain4j Features and Architecture
Architecture and Beyond
Architecture and Beyond
Jun 15, 2024 · Product Management

Customization and Integration Strategies for Enterprise SaaS: Guidance for Head and Mid‑Market Clients

The article analyzes recent Chinese enterprise SaaS market trends, examines the shift toward customized solutions for large customers and integration approaches for mid‑market clients, and offers strategic recommendations on product positioning, architecture openness, and service models to balance growth and sustainability.

EnterpriseIntegrationMarket Trends
0 likes · 13 min read
Customization and Integration Strategies for Enterprise SaaS: Guidance for Head and Mid‑Market Clients
Soul Technical Team
Soul Technical Team
Apr 15, 2024 · Mobile Development

Integrating React Native 0.72.10 into an Existing Mobile App: Challenges, Project Structure, and Platform-specific Solutions

This article details the process of introducing React Native 0.72.10 into an existing mobile application, covering the rationale for selection, project structure adjustments, iOS and Android integration challenges, script modifications, dependency management, and solutions to common issues such as path configuration, Gradle compatibility, and library conflicts.

AndroidIntegrationReact Native
0 likes · 21 min read
Integrating React Native 0.72.10 into an Existing Mobile App: Challenges, Project Structure, and Platform-specific Solutions
Programmer DD
Programmer DD
Feb 27, 2024 · Backend Development

Step-by-Step Guide: Integrate Camunda Workflow Engine with Spring Boot

Learn how to set up Camunda, a flexible Java-based BPMN 2.0 workflow engine, within a Spring Boot application by generating a project, configuring dependencies, defining data models and REST endpoints, designing a simple process diagram, and testing the workflow end‑to‑end.

BPMNCamundaIntegration
0 likes · 9 min read
Step-by-Step Guide: Integrate Camunda Workflow Engine with Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2023 · Backend Development

phpy – A PHP Extension for Seamless Integration with the Python Ecosystem

The article introduces phpy, an open‑source Swoole project that embeds the Python ecosystem into PHP, explains its features, provides detailed compilation and installation steps, demonstrates usage through code examples—including AI libraries, GUI creation, named arguments, and callbacks—and shares real‑world sample applications.

BackendExtensionInstallation
0 likes · 9 min read
phpy – A PHP Extension for Seamless Integration with the Python Ecosystem
Code Ape Tech Column
Code Ape Tech Column
Dec 16, 2023 · Backend Development

Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation

This article provides a step‑by‑step tutorial for integrating Alipay in a Java Spring application, covering sandbox web configuration, Maven dependency setup, YAML and Java config classes, payment controller implementation, asynchronous callback handling, refund processing, and automatic order cancellation using RabbitMQ.

AlipayIntegrationRabbitMQ
0 likes · 12 min read
Alipay Integration Guide: Web Setup, Java Configuration, Payment and Refund Implementation
Python Programming Learning Circle
Python Programming Learning Circle
Dec 15, 2023 · Backend Development

phpy v2 – A High‑Performance PHP‑Python Bridge: Architecture, Usage, and Benchmarks

The article introduces the second version of phpy, a PHP extension that embeds a Python interpreter, explains its dual‑VM runtime architecture, shows how to use it under PHP‑FPM, presents detailed performance benchmarks, covers exception handling, IDE auto‑completion, compilation options, dynamic‑library troubleshooting, and provides numerous code examples for testing and scientific computing.

BackendExtensionIntegration
0 likes · 12 min read
phpy v2 – A High‑Performance PHP‑Python Bridge: Architecture, Usage, and Benchmarks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 25, 2023 · Backend Development

Understanding Spring’s FactoryBean and MyBatis Integration: From BeanFactory to MapperFactoryBean

This article explains how Spring’s FactoryBean mechanism enables seamless integration with MyBatis by detailing the roles of BeanFactory, SqlSessionFactoryBean, MapperScannerConfigurer, and MapperFactoryBean, and provides annotated code examples and XML configuration to illustrate the underlying process and its benefits for transaction management and thread safety.

Backend DevelopmentFactoryBeanIntegration
0 likes · 13 min read
Understanding Spring’s FactoryBean and MyBatis Integration: From BeanFactory to MapperFactoryBean
IT Services Circle
IT Services Circle
Nov 22, 2023 · Fundamentals

Key Evolution Points of CPUs: Process Technology, Integration, Memory Controllers, PCIe, and Microarchitecture

The article outlines the major milestones in CPU development—including shrinking process nodes, increasing integration of components, evolving memory controller standards, the progression of PCIe generations, and micro‑architectural enhancements such as larger caches and hybrid core designs—providing a concise historical overview for readers.

CPUIntegrationMemory Controller
0 likes · 14 min read
Key Evolution Points of CPUs: Process Technology, Integration, Memory Controllers, PCIe, and Microarchitecture
转转QA
转转QA
Nov 22, 2023 · Backend Development

Improving B2C Order Automation with MQ Listener Integration and CI/CD Enhancements

This article details a B2C order processing case study, analyzing failure causes in automated test suites, introducing RocketMQ PullConsumer‑based MQ listening actions, and demonstrating how these changes together with CI/CD adjustments significantly raise test success rates despite increased execution time.

B2CBackendIntegration
0 likes · 7 min read
Improving B2C Order Automation with MQ Listener Integration and CI/CD Enhancements
Ant R&D Efficiency
Ant R&D Efficiency
Nov 9, 2023 · Frontend Development

Integrating CodeBlitz WebIDE with Alibaba Cloud Codeup: Features and Usage Guide

The guide explains how Alibaba Cloud Codeup integrates the CodeBlitz WebIDE, detailing its default WebIDE access, core features such as code browsing, search, syntax services, GitGraph and CodeRunnerForWeb, and provides step‑by‑step instructions for installing the IDE package, adding language packs, plugins, filesystem and third‑party Git service integrations, plus a lightweight editor component.

Alibaba CloudCodeBlitzCodeup
0 likes · 10 min read
Integrating CodeBlitz WebIDE with Alibaba Cloud Codeup: Features and Usage Guide
macrozheng
macrozheng
Sep 28, 2023 · Backend Development

Master RabbitMQ Integration in SpringBoot: From Theory to Real-World Code

This tutorial walks through RabbitMQ fundamentals, installation on macOS, core AMQP concepts, common exchange types, and step‑by‑step SpringBoot integration with code samples, while highlighting practical issues like connection leaks and the need for a connection pool.

IntegrationJavaMessage Queue
0 likes · 18 min read
Master RabbitMQ Integration in SpringBoot: From Theory to Real-World Code
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 5, 2023 · Backend Development

Google’s Approach to Solving Backend Automated Testing Challenges in a Microservice Architecture

The article recounts how Google’s test engineers tackled the difficulty of writing stable, maintainable automated tests for legacy microservice systems by iterating through three solution attempts and ultimately adopting a split‑test model that uses RPC stubs and mocks, dramatically improving test speed, reliability, and developer productivity.

BackendIntegrationtest infrastructure
0 likes · 7 min read
Google’s Approach to Solving Backend Automated Testing Challenges in a Microservice Architecture
Ctrip Technology
Ctrip Technology
Aug 17, 2023 · Frontend Development

Multi-Platform Front-End Development with Taro: Technical Selection, Integration, and Performance Evaluation

This article examines the business background and challenges of multi‑platform front‑end development, evaluates mainstream cross‑platform technologies, selects Taro as the optimal solution, and details its integration with existing React Native and Web stacks, component and API adaptation, CSS handling, performance testing, cost analysis, and future outlook.

IntegrationTarofrontend
0 likes · 14 min read
Multi-Platform Front-End Development with Taro: Technical Selection, Integration, and Performance Evaluation
21CTO
21CTO
May 19, 2023 · Artificial Intelligence

Unlock ChatGPT Plugins: Install, Use, and Extend AI Capabilities

This guide explains what ChatGPT plugins are, why they matter, how to enable them, and showcases popular extensions that let the model fetch real‑time data, access private knowledge bases, automate tasks, and even generate images or code.

AIChatGPTIntegration
0 likes · 6 min read
Unlock ChatGPT Plugins: Install, Use, and Extend AI Capabilities
php Courses
php Courses
May 7, 2023 · Backend Development

Integrating Alibaba Cloud SMS Service with ThinkPHP6

This guide explains how to set up Alibaba Cloud SMS, configure the required Access Key ID and Secret, install the SDK, and use ThinkPHP6 to call the SMS API with sample PHP code, highlighting the steps and placeholders that must be replaced with your own credentials.

APIAlibaba CloudIntegration
0 likes · 4 min read
Integrating Alibaba Cloud SMS Service with ThinkPHP6
Ops Development Stories
Ops Development Stories
Mar 3, 2023 · Cloud Native

Integrating Gitee with Zadig for Seamless Microservice CI/CD

This guide walks you through adding a Gitee code source to Zadig, configuring a microservice-demo project with Vue.js frontend and Golang backend, setting up services, builds, environments, workflows, and automatic triggers to achieve end‑to‑end continuous delivery on Kubernetes.

GiteeIntegrationKubernetes
0 likes · 8 min read
Integrating Gitee with Zadig for Seamless Microservice CI/CD
Bilibili Tech
Bilibili Tech
Jan 17, 2023 · Information Security

Understanding Checkout (Payment) Systems: Concepts, Types, and Capabilities

The article explains that a checkout is the final online payment interface that consolidates multiple payment channels, adapts to various device contexts (PC, H5, SDK, API) and presentation modes, simplifies integration, enhances security, manages channel display rules and transaction flows, and future‑proofs merchants against evolving payment innovations.

IntegrationPayment Gatewaycheckout
0 likes · 13 min read
Understanding Checkout (Payment) Systems: Concepts, Types, and Capabilities
IT Services Circle
IT Services Circle
Jan 16, 2023 · Operations

Integrating the Final Windows 7 Updates (including Secure Boot/UEFI) into a Custom ISO – UpdatePack7R2 Guide

This article explains how Microsoft ended Windows 7 updates, details the Secure Boot/UEFI patch KB5017361 and its successors, and provides step‑by‑step instructions for using the UpdatePack7R2 collection to create a custom Windows 7 ISO that includes the final patches, drivers, and optional fixes.

ISOIntegrationSecureBoot
0 likes · 4 min read
Integrating the Final Windows 7 Updates (including Secure Boot/UEFI) into a Custom ISO – UpdatePack7R2 Guide
Architects Research Society
Architects Research Society
Dec 21, 2022 · Fundamentals

Evolution of Architecture Styles and Domains

This article outlines the evolution of software architecture styles, explains how different perspectives define architecture styles, and presents a comprehensive table of architecture domains and sub‑domains ranging from web and mobile applications to integration, data, analytics, and BI architectures.

Domain ArchitectureIntegrationSoftware Architecture
0 likes · 10 min read
Evolution of Architecture Styles and Domains
360 Quality & Efficiency
360 Quality & Efficiency
Nov 18, 2022 · Cloud Native

Deploying and Integrating OnlyOffice Document Server with Docker and Kubernetes for Collaborative Editing

This guide explains how to deploy OnlyOffice Document Server using Docker, configure a web connector with JavaScript, set up cluster and high‑availability deployment via Kubernetes, and handle collaborative editing callbacks, providing step‑by‑step instructions and code examples for integration into existing systems.

IntegrationOnlyOfficecollaborative editing
0 likes · 8 min read
Deploying and Integrating OnlyOffice Document Server with Docker and Kubernetes for Collaborative Editing
Model Perspective
Model Perspective
Jul 9, 2022 · Fundamentals

Unlocking the Power of the Fundamental Theorem of Calculus

This article explains how the Fundamental Theorem of Calculus bridges derivatives and integrals, provides a straightforward method for evaluating integrals via antiderivatives, illustrates the concept with telescopic sums, and walks through several concrete examples to demonstrate its practical use.

DerivativesIntegrationcalculus
0 likes · 2 min read
Unlocking the Power of the Fundamental Theorem of Calculus
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Jun 28, 2022 · Frontend Development

How Low‑Code Platforms Are Transforming Service Development and Integration

Low‑code platforms provide a visual development environment that lets teams rapidly build, configure, and deploy service‑oriented applications with minimal hand‑written code, dramatically cutting development time, reducing costs, and simplifying integration between front‑end and back‑end components.

AutomationIntegrationlow-code
0 likes · 12 min read
How Low‑Code Platforms Are Transforming Service Development and Integration
DevOps
DevOps
Jun 15, 2022 · Operations

Enterprise DevOps Integrated Platform Construction: Current Landscape, Challenges, and Future Vision

This article examines the rapid growth of DevOps integrated platforms in China, analyzes the strengths and weaknesses of existing tools, outlines essential capabilities for an enterprise DevOps platform, and proposes a future architecture centered on lightweight IDE integration, containerized services, and comprehensive measurement.

CloudNativeDevOpsIntegration
0 likes · 8 min read
Enterprise DevOps Integrated Platform Construction: Current Landscape, Challenges, and Future Vision
FunTester
FunTester
Mar 22, 2022 · Backend Development

Navigating Jira API Inconsistencies: Six Ways to Pass Issue Status Parameters

The article examines the chaotic changes in Jira's newer API version, detailing six incompatible methods of passing issue status parameters, explains the mismatch between name and id fields, and provides Java helper functions to handle these inconsistencies effectively.

APIBackendIntegration
0 likes · 5 min read
Navigating Jira API Inconsistencies: Six Ways to Pass Issue Status Parameters
Node Underground
Node Underground
Feb 16, 2022 · Backend Development

What’s New in Midway 3.0? Deep Dive into the Latest Backend Framework Features

Midway 3.0 was officially released on January 20, 2022, introducing multi‑version documentation, a clarified tech stack for standard, serverless, and integration projects, a redesigned API syntax with zero‑API calls, enhanced operators, Prisma ORM support, a new full‑stack suite, and a lightweight request SDK for both Node.js and browser environments.

APIBackendFramework
0 likes · 11 min read
What’s New in Midway 3.0? Deep Dive into the Latest Backend Framework Features
ByteDance Web Infra
ByteDance Web Infra
Jan 7, 2022 · Frontend Development

Modern.js: Integrated Full‑Stack Development and Server‑Side Capabilities

This article introduces Modern.js, a ByteDance‑initiated open‑source framework that unifies frontend engineering and server‑side development by offering a minimal core, integrated web server, plugin system, and progressive full‑stack features to simplify routing, rendering, API handling, and deployment for modern web applications.

BackendIntegrationServerless
0 likes · 25 min read
Modern.js: Integrated Full‑Stack Development and Server‑Side Capabilities
Top Architect
Top Architect
Jan 7, 2022 · Backend Development

Integrating SpringBoot with Spring Data Elasticsearch: Complete Guide and Sample Code

This article provides a step‑by‑step tutorial on integrating SpringBoot with Spring Data Elasticsearch, covering required dependencies, configuration classes, entity mapping, repository interfaces, service implementations, controller endpoints, and testing instructions, complete with runnable code examples.

CRUDElasticsearchIntegration
0 likes · 10 min read
Integrating SpringBoot with Spring Data Elasticsearch: Complete Guide and Sample Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 1, 2021 · Frontend Development

Implementing Frontend‑Backend Integration with Vite Plugin: A Step‑by‑Step Guide

This article explains the concept of frontend‑backend integration, demonstrates how Vite can transform TypeScript functions into API requests without explicit AJAX calls, and provides a complete plugin implementation that intercepts, forwards, and handles these requests using Express and middleware.

ExpressIntegrationTypeScript
0 likes · 17 min read
Implementing Frontend‑Backend Integration with Vite Plugin: A Step‑by‑Step Guide
IT Architects Alliance
IT Architects Alliance
Nov 17, 2021 · Backend Development

Design and Implementation of a Payment Center Architecture

This article outlines the objectives, call flow, architectural design, and potential challenges of a payment center system that unifies transaction, payment, and finance services, detailing its four main modules, data handling, and integration with third‑party payment channels.

BackendIntegrationSystem Design
0 likes · 8 min read
Design and Implementation of a Payment Center Architecture
FunTester
FunTester
Sep 10, 2021 · Backend Development

Insights and Pitfalls When Working with the Jira REST API

This article shares practical experiences and lessons learned while integrating with Jira's REST API, covering the absence of Chinese documentation, handling of HTTP status codes, inconsistent and overly nested JSON responses, demo errors, mixed language fields, and the differences between POST and PUT methods.

DocumentationHTTPIntegration
0 likes · 16 min read
Insights and Pitfalls When Working with the Jira REST API
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Aug 20, 2021 · Mobile Development

Quickly Integrate NetEase Cloud Chatroom SDK into Android Apps

This guide walks developers through the complete Android integration of NetEase Cloud's chatroom SDK, covering Gradle setup, required permissions, ProGuard rules, SDK initialization, entering and leaving chatrooms, message handling, and UI component usage with practical code examples.

AndroidChatroom SDKIntegration
0 likes · 14 min read
Quickly Integrate NetEase Cloud Chatroom SDK into Android Apps
Amap Tech
Amap Tech
Jul 30, 2021 · Mobile Development

Guide to Integrating AMap HarmonyOS Map SDK

This guide explains how to integrate the free AMap (Gaode) Map SDK for HarmonyOS, covering migration from Android, environment setup, signing, obtaining an appId and API key, adding the .har library, configuring permissions, initializing a MapView in an Ability, and accessing full map features such as rendering, search, routing, and custom overlays.

AmapHarmonyOSIntegration
0 likes · 8 min read
Guide to Integrating AMap HarmonyOS Map SDK
Architecture Digest
Architecture Digest
Jul 27, 2021 · Backend Development

Design and Call Flow of a Payment Center Architecture

The article outlines the objectives, detailed call flow, architectural components, and potential issues of a payment center system, describing how unified order, payment, and financial services are built, integrated with third‑party channels, and managed through modules such as backend, messaging, transaction core, and channel gateway.

IntegrationSystem Designpayment
0 likes · 9 min read
Design and Call Flow of a Payment Center Architecture
Architects Research Society
Architects Research Society
Jul 15, 2021 · Cloud Computing

Implementing Integrated Architecture in Adaptive Enterprises with the Pace‑Layered Model

The article explains how modern enterprises can manage integration costs and speed by classifying applications into Gartner's Pace‑Layered architecture—System of Record, System of Differentiation, and System of Innovation—and leveraging Microsoft cloud and on‑premise services to support each layer.

API ManagementIntegrationcloud computing
0 likes · 15 min read
Implementing Integrated Architecture in Adaptive Enterprises with the Pace‑Layered Model
IT Architects Alliance
IT Architects Alliance
Jun 19, 2021 · Operations

Reference Architecture for Digital Transformation Platforms

The article outlines a comprehensive reference architecture for digital transformation platforms, detailing typical organizational contexts, desired outcomes, and key components such as integration layers, API gateways, IAM, BPM, observability, multi‑region deployment, and development practices to enable seamless, secure, and scalable business services.

Digital TransformationIAMIntegration
0 likes · 10 min read
Reference Architecture for Digital Transformation Platforms
Java Architect Essentials
Java Architect Essentials
May 7, 2021 · Backend Development

Comprehensive Spring Boot Integration Guide: Swagger, Redis, MyBatis, Druid, Mail, CORS, AOP and More

This article provides a step‑by‑step tutorial on building a Spring Boot project, covering project generation, core starters, automatic Redis configuration, common annotations like @SpringBootApplication and @ControllerAdvice, web container and HTTPS settings, profile management, CORS, MVC interceptors, AOP, MyBatis‑Druid integration, mail sending, and Swagger API documentation.

Backend DevelopmentIntegrationMail
0 likes · 18 min read
Comprehensive Spring Boot Integration Guide: Swagger, Redis, MyBatis, Druid, Mail, CORS, AOP and More