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
Sep 27, 2025 · Fundamentals

Building a 1024 Web Game with Spec‑Driven Development and GitHub Copilot

This article walks through Spec‑Driven Development (SDD) as a structured alternative to Vibe Coding, showing how to use GitHub Spec Kit and Copilot to create a 1024 web game by defining requirements, planning, generating tasks, and implementing code step by step.

AI‑assisted codingGitHub CopilotJavaScript
0 likes · 21 min read
Building a 1024 Web Game with Spec‑Driven Development and GitHub Copilot
Ubiquitous Tech
Ubiquitous Tech
Sep 15, 2025 · R&D Management

Why Does a Single Requirement Trigger 14 Meetings? Inside a Programmer’s Daily Grind

The article breaks down the fourteen distinct meetings a software requirement must pass—from kickoff and daily stand‑ups to design reviews, testing, and post‑mortems—explaining each session’s purpose, typical participants, preparation steps, common pitfalls, and how they collectively shape a developer’s workload far more than writing code itself.

R&Dagilemeeting process
0 likes · 27 min read
Why Does a Single Requirement Trigger 14 Meetings? Inside a Programmer’s Daily Grind
Ubiquitous Tech
Ubiquitous Tech
Sep 13, 2025 · Frontend Development

VibeCoding Practice 1: Creating a Resume Generator with ByteDance’s Trae IDE

This article walks through VibeCoding’s immersive AI‑driven workflow, showing how to craft detailed prompts, use ByteDance’s Trae IDE to iteratively generate and refine a two‑page HTML/CSS/JS resume web page, add PDF export, dynamic sections, and achieve a polished final product.

AI-assisted codingFrontend developmentResume generator
0 likes · 15 min read
VibeCoding Practice 1: Creating a Resume Generator with ByteDance’s Trae IDE
Ubiquitous Tech
Ubiquitous Tech
Sep 9, 2025 · Artificial Intelligence

Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot

This article demonstrates how to resolve AI hallucination in train‑ticket queries by cleaning data, building a Spring AI‑based Model Context Protocol (MCP) server with HTTP SSE in Java, exposing it as a tool, and seamlessly integrating the server into a FastGPT workflow to enable natural‑language train‑ticket assistance.

AI chatbotFastGPTHTTP SSE
0 likes · 26 min read
Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot
Ubiquitous Tech
Ubiquitous Tech
Aug 31, 2025 · Backend Development

Java Interview Simulation: Designing a Scalable E‑Commerce Transaction & Fulfillment Platform

The article walks through a detailed Java interview simulation where the candidate designs a high‑performance, microservice‑based e‑commerce transaction and fulfillment system, covering architecture decomposition, caching, concurrency control, distributed transactions, observability, AI‑driven recommendation, and a concrete career roadmap.

AICachingDistributed Systems
0 likes · 50 min read
Java Interview Simulation: Designing a Scalable E‑Commerce Transaction & Fulfillment Platform
Ubiquitous Tech
Ubiquitous Tech
Aug 30, 2025 · Cloud Native

How Higress AI Gateway Turns Business APIs into an MCP Server

The article explains how to replace manual MCP Server development with Higress AI Gateway's API‑to‑MCP feature, showing step‑by‑step Docker setup, configuration of a simple SpringBoot service, MCP tool definition, request‑template options, and the resulting zero‑code deployment for AI agents.

AI GatewayAPI-to-MCPConfiguration
0 likes · 13 min read
How Higress AI Gateway Turns Business APIs into an MCP Server
Ubiquitous Tech
Ubiquitous Tech
Aug 26, 2025 · Backend Development

Java Interview Simulation: Solving Sohu’s High‑Throughput Push System

This article walks through a five‑round Java interview simulation where the candidate designs, optimizes, and secures a massive push‑notification system for Sohu, covering Spring Boot high‑concurrency architecture, sharding and cache‑penetration mitigation, Kafka reliability, Kubernetes deployment with gray releases, multi‑region high‑availability, and AI‑driven smart‑push strategies, complete with concrete code snippets and real‑world performance numbers.

InterviewKafkakubernetes
0 likes · 37 min read
Java Interview Simulation: Solving Sohu’s High‑Throughput Push System
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.

MCPMCP Serverbackend
0 likes · 14 min read
Build a Streamable HTTP MCP Server with Spring AI 1.1