SpringMeng
Author

SpringMeng

Focused on software development, sharing source code and tutorials for various systems.

70
Articles
0
Likes
5
Views
0
Comments
Recent Articles

Latest from SpringMeng

70 recent articles
SpringMeng
SpringMeng
Jan 9, 2026 · Backend Development

How to Connect Spring Boot to Third‑Party APIs: HTTP Clients, Sync Strategies & Code Samples

This article walks through integrating Spring Boot with external APIs, comparing RestTemplate, Feign, and WebClient, and presents three data‑synchronization approaches—full, incremental, and real‑time—detailing step‑by‑step configurations, code examples, and the trade‑offs of each method.

Data SynchronizationIncremental SyncREST API
0 likes · 19 min read
How to Connect Spring Boot to Third‑Party APIs: HTTP Clients, Sync Strategies & Code Samples
SpringMeng
SpringMeng
Jan 8, 2026 · Backend Development

How to Cut API Latency from Seconds to Milliseconds: Elegant Optimization Techniques

This article walks through a series of practical backend techniques—batch processing, asynchronous execution, caching, pre‑processing, pooling, parallelization, indexing, transaction management, pagination, and lock granularity—to dramatically reduce API response times from several seconds to just a few milliseconds.

API optimizationAsynchronousBatch Processing
0 likes · 9 min read
How to Cut API Latency from Seconds to Milliseconds: Elegant Optimization Techniques
SpringMeng
SpringMeng
Jan 7, 2026 · Interview Experience

Inside Xiao Meng’s Technical Interview: Real Questions and Insights

The article shares Xiao Meng’s full‑stack hiring process, listing practical first‑ and second‑round interview questions—from SQL pagination and SpringBoot CORS to RPC frameworks and AI‑assisted coding—while explaining the company’s focus on hands‑on ability and recent AI tool adoption.

AI coding toolsJavaSQL
0 likes · 6 min read
Inside Xiao Meng’s Technical Interview: Real Questions and Insights
SpringMeng
SpringMeng
Dec 29, 2025 · Industry Insights

JD 2024 Salary Breakdown, Benefits, and Interview Prep Guide

The article details JD's 2024 compensation plan—including upgraded 19‑month salary tiers, year‑end bonuses, comprehensive employee benefits—offers practical advice on evaluating offers versus base salary, and provides a curated list of technical interview questions for JD candidates.

JDTechnical Interviewbenefits
0 likes · 7 min read
JD 2024 Salary Breakdown, Benefits, and Interview Prep Guide
SpringMeng
SpringMeng
Dec 27, 2025 · Industry Insights

Why Another Tech Giant Is Banning the Cursor AI Coding Tool

Major tech firms including ByteDance, Microsoft, and Amazon are banning the AI coding assistant Cursor over concerns that it uploads proprietary code to cloud models, posing data leakage and potential remote control risks, highlighting a broader industry shift from efficiency‑driven AI tools to security‑first policies.

AI coding toolsAmazonByteDance
0 likes · 5 min read
Why Another Tech Giant Is Banning the Cursor AI Coding Tool
SpringMeng
SpringMeng
Dec 26, 2025 · Frontend Development

How Gemini 3 Enabled a Company to Slash 5 of Its 6 Front‑End Engineers

A small tech firm replaced most of its front‑end staff with Gemini 3, using Claude and Gemini 3 to generate UI code quickly, comparing it with other AI tools and concluding that AI‑assisted development can meet mid‑level client demands while drastically reducing headcount.

AI code generationClaudeGemini 3
0 likes · 5 min read
How Gemini 3 Enabled a Company to Slash 5 of Its 6 Front‑End Engineers
SpringMeng
SpringMeng
Dec 24, 2025 · Information Security

Technical Breakdown of Why Kuaishou Was Hacked

Within a 60‑90 minute window on Dec 22, hackers breached Kuaishou’s systems, exploiting nighttime staffing fatigue, high‑privilege token leaks, AI moderation tricks, direct video uploads, massive account overload, and microservice architecture flaws, highlighting critical security gaps for large platforms.

AI moderation evasionContainer SecurityKuaishou
0 likes · 4 min read
Technical Breakdown of Why Kuaishou Was Hacked
SpringMeng
SpringMeng
Dec 22, 2025 · Industry Insights

Why Does a Map API Cost Up to ¥50,000 per Year?

The author recounts how a tutoring mini‑program’s required reverse‑geocoding API from Tencent, Baidu, and Gaode each demanded ¥50,000 annually, explores cheaper shared or second‑hand options, and ultimately proposes using a static province‑city database to avoid the expense, noting the trade‑offs.

BaiduGaodeTencent
0 likes · 4 min read
Why Does a Map API Cost Up to ¥50,000 per Year?