Ubiquitous Tech
Author

Ubiquitous Tech

A ubiquitous public account for pirate enthusiasts, regularly sharing curated experiences, tech learning, and growth insights. Currently publishing articles on AI RAG customer service, AI MCP technology, and open-source design. Personal free Knowledge Planet: Awakening New World Programmer.

137
Articles
0
Likes
336
Views
0
Comments
Recent Articles

Latest from Ubiquitous Tech

100 recent articles max
Ubiquitous Tech
Ubiquitous Tech
Aug 24, 2025 · Backend Development

Java Interview Deep Dive: Solving Real‑World Invoice System Challenges

The article walks through a simulated five‑round Java interview where the candidate designs a high‑concurrency invoice‑issuing service, covering gateway architecture, async Kafka processing, cache strategies, JVM thread‑pool and memory tuning, database‑cache coordination, microservice messaging, system design, performance optimization and AI integration, all illustrated with concrete numbers and code snippets.

JVMJavaKafka
0 likes · 35 min read
Java Interview Deep Dive: Solving Real‑World Invoice System Challenges
Ubiquitous Tech
Ubiquitous Tech
Aug 21, 2025 · Backend Development

Build a Streamable HTTP MCP Server with Spring AI 1.1

This article walks through creating a Java Spring Boot MCP Server that supports Streamable HTTP using the newly released Spring AI 1.1 snapshot, covering repository setup, Maven dependencies, configuration, service implementation, and verification with example code and screenshots.

BackendMCPMCP server
0 likes · 14 min read
Build a Streamable HTTP MCP Server with Spring AI 1.1
Ubiquitous Tech
Ubiquitous Tech
Aug 17, 2025 · Backend Development

MCP Lesson 12: Implementing a Trend‑Aggregating MCP Server for Weibo, Douyin, Toutiao, and Juejin

This article walks through the open‑source mcp‑trends‑hub project, explains its one‑stop hot‑trend aggregation features, shows how to configure the MCP Server in a client, and provides step‑by‑step Java implementations for Weibo, Douyin, Toutiao, NetEase News and Juejin trend tools, including code, architecture diagrams and registration flow.

DouyinJavaJuejin
0 likes · 23 min read
MCP Lesson 12: Implementing a Trend‑Aggregating MCP Server for Weibo, Douyin, Toutiao, and Juejin
Ubiquitous Tech
Ubiquitous Tech
Aug 13, 2025 · Backend Development

Designing a Generic TypeScript MCP Server Framework – Lesson 11

This article walks through building a reusable TypeScript MCP Server framework using strategy and factory patterns, showing project setup, core type definitions, a sample DeployHtml tool, a singleton registry, Express‑SSE integration, automatic tool loading, and a side‑by‑side comparison with a Java implementation.

BackendExpressFactory Pattern
0 likes · 17 min read
Designing a Generic TypeScript MCP Server Framework – Lesson 11
Ubiquitous Tech
Ubiquitous Tech
Aug 9, 2025 · Backend Development

Build a Streamable HTTP MCP Server with Java’s New 0.11 SDK (Lesson 10)

The article explains how the Java MCP SDK 0.11 adds Streamable HTTP support, compares it with the traditional HTTP+SSE approach, and walks through adding Maven dependencies, configuring Spring AI, creating custom auto‑configuration classes, implementing a Weibo trending tool, and deploying a fully functional Streamable HTTP MCP server.

Auto‑ConfigurationJavaSDK 0.11
0 likes · 19 min read
Build a Streamable HTTP MCP Server with Java’s New 0.11 SDK (Lesson 10)
Ubiquitous Tech
Ubiquitous Tech
Aug 7, 2025 · Artificial Intelligence

How to Use RAG Tool Calls in FastGPT for Real-Time Train Ticket Queries

This article walks through integrating RAG‑based tool calling into a FastGPT workflow to enable AI‑driven customer service that can fetch real‑time train ticket information by invoking external APIs, configuring HTTP nodes, and handling parameters step by step.

AI Customer ServiceFastGPTHTTP API
0 likes · 18 min read
How to Use RAG Tool Calls in FastGPT for Real-Time Train Ticket Queries
Ubiquitous Tech
Ubiquitous Tech
Aug 5, 2025 · Information Security

How SmartAdmin Implements Level‑3 Security Protection

This article explains how the open‑source SmartAdmin project satisfies China’s Level‑3 security protection requirements by detailing identity verification, access control, audit, intrusion prevention, data integrity, confidentiality, backup, and masking, and shows the corresponding UI settings and backend code implementations.

JavaLevel‑3 ProtectionSecurity Design
0 likes · 19 min read
How SmartAdmin Implements Level‑3 Security Protection
Ubiquitous Tech
Ubiquitous Tech
Aug 4, 2025 · Backend Development

Is SmartAdmin the Ideal Starting Point for Your Next Project?

This article introduces the open‑source admin platform SmartAdmin, outlines its high‑quality code, security features, technology stack, and provides a step‑by‑step guide to set up the development environment and run the backend and frontend components.

SmartAdminSpring BootVue3
0 likes · 10 min read
Is SmartAdmin the Ideal Starting Point for Your Next Project?
Ubiquitous Tech
Ubiquitous Tech
Aug 2, 2025 · Artificial Intelligence

Exploring JoyAgent‑JDGenie: Core Workflow and Prompt Engineering (Part 2)

This article walks through the JoyAgent‑JDGenie open‑source AI agent framework, detailing its multi‑agent architecture, backend and frontend components, deployment steps, configuration files, and the comprehensive prompt templates that drive planning, execution, and ReAct‑style reasoning.

AI agentsJoyAgent-JDGenieMCP integration
0 likes · 27 min read
Exploring JoyAgent‑JDGenie: Core Workflow and Prompt Engineering (Part 2)
Ubiquitous Tech
Ubiquitous Tech
Jul 26, 2025 · Artificial Intelligence

How to Deploy ByteDance’s Open‑Source Coze AI Agent Platform for Personal and Enterprise Use

This article walks through ByteDance’s open‑source Coze AI Agent platform—its components, Apache‑2.0 license, Golang backend and React/TypeScript frontend architecture, Docker‑Compose deployment steps, model configuration, container startup, UI access, and the practical benefits it brings to developers and enterprises.

AI AgentCozeDocker
0 likes · 21 min read
How to Deploy ByteDance’s Open‑Source Coze AI Agent Platform for Personal and Enterprise Use