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.

135
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Ubiquitous Tech

100 recent articles max
Ubiquitous Tech
Ubiquitous Tech
Jul 10, 2025 · Backend Development

How to Extend Spring AI MCP Server for Authentication and Authorization

This article walks through extending a Spring AI MCP Server to add authentication and authorization, comparing header‑based and parameter‑based schemes, showing the required Maven dependency, source code modifications, custom transport provider, interceptor integration, and testing the secured endpoints.

AuthenticationHTTP SSEJava
0 likes · 11 min read
How to Extend Spring AI MCP Server for Authentication and Authorization
Ubiquitous Tech
Ubiquitous Tech
Jul 9, 2025 · Backend Development

Turn a ‘Useless’ Internship into Future Success: Practical Tips for Java Interns

The article explains why many interns feel their work is meaningless, then offers a step‑by‑step framework—understanding the business, polishing every interface, documenting insights, building a personal knowledge base, and showcasing results on resumes—to turn short‑term tasks into long‑term career advantages, including AI‑enhanced projects.

AIBackend DevelopmentCRM
0 likes · 27 min read
Turn a ‘Useless’ Internship into Future Success: Practical Tips for Java Interns
Ubiquitous Tech
Ubiquitous Tech
Jul 5, 2025 · Backend Development

Kuaishou’s High‑Availability Strategy for Complex B‑End Systems

The article details Kuaishou architect Zhao Qingjie’s analysis of B‑end business challenges versus C‑end, outlines the multi‑dimensional governance covering service, business, storage and disaster‑recovery layers, and explains how systematic quality‑assurance, monitoring, error‑code design and organizational mechanisms dramatically improved system stability.

B-endKuaishouarchitecture governance
0 likes · 13 min read
Kuaishou’s High‑Availability Strategy for Complex B‑End Systems
Ubiquitous Tech
Ubiquitous Tech
Jul 3, 2025 · Backend Development

Understanding Spring AI MCP Client Startup Auto‑Configuration Flow

This article walks through the Spring AI MCP Client source code, showing how to set up a Java project, configure the MCP client, implement a demo controller, and dissect the auto‑configuration classes that assemble transport, client, and tool‑callback components during application startup.

MCP ClientOpenAISpring AI
0 likes · 16 min read
Understanding Spring AI MCP Client Startup Auto‑Configuration Flow
Ubiquitous Tech
Ubiquitous Tech
Jun 29, 2025 · Backend Development

Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide

This article walks through using GitLab's Discussions API to write AI‑generated code review comments at specific lines or blocks, covering the required API endpoint, parameter extraction from merge requests, diff parsing with regular expressions, TypeScript implementation, and the end‑to‑end workflow that integrates OpenAI suggestions back into GitLab.

AIAPICode Review
0 likes · 17 min read
Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide
Ubiquitous Tech
Ubiquitous Tech
Jun 15, 2025 · Artificial Intelligence

How to Build a Resume‑Screening AI Agent Workflow with FastGPT

This article walks through building a FastGPT‑powered AI agent that automatically parses, scores, and records resumes in Feishu multi‑dimensional tables, detailing the problem of manual screening, the workflow configuration, prompt design, and the resulting efficiency gains.

AI resume screeningFastGPTLLM
0 likes · 9 min read
How to Build a Resume‑Screening AI Agent Workflow with FastGPT
Ubiquitous Tech
Ubiquitous Tech
Jun 11, 2025 · Artificial Intelligence

How to Deploy OneAPI for Unified Large‑Model Access (AI Code Review Tutorial 13)

This article explains why enterprises need a single gateway for multiple large‑model services, introduces the open‑source OneAPI tool and its features, and provides step‑by‑step Docker installation, UI setup, channel and token configuration, optional Nginx proxy, and integration into an AI code‑review project.

AI code reviewDockerNginx
0 likes · 11 min read
How to Deploy OneAPI for Unified Large‑Model Access (AI Code Review Tutorial 13)
Ubiquitous Tech
Ubiquitous Tech
Jun 8, 2025 · Big Data

Inside ByteDance’s Trillion‑Scale Universal Tag Management Platform

ByteDance’s internally built “塔阁平台” (Tag Platform) powers Douyin e‑commerce’s trillion‑scale tag management and audience selection, handling over a thousand tag types, millions of audience combinations, and ten‑million QPS through a hybrid offline‑online architecture that combines Hive, ClickHouse, Bitmap compression, rule‑engine and materialized views, while ensuring high availability, low latency, and robust monitoring.

Audience SegmentationBig DataBitmap
0 likes · 10 min read
Inside ByteDance’s Trillion‑Scale Universal Tag Management Platform
Ubiquitous Tech
Ubiquitous Tech
Jun 6, 2025 · Artificial Intelligence

Part 5: Boosting Travel AI Chatbot with RAG – Anaphora Resolution and Query Rewriting

This article explains how to enhance a travel‑focused AI customer‑service system by importing structured and unstructured data into a RAG pipeline, then applying anaphora resolution and query rewriting techniques—illustrated with FastGPT workflows, prompt templates, and practical examples—to improve retrieval accuracy and answer relevance.

AI chatbotAnaphora ResolutionFastGPT
0 likes · 19 min read
Part 5: Boosting Travel AI Chatbot with RAG – Anaphora Resolution and Query Rewriting