JavaGuide
Author

JavaGuide

Backend tech guide and AI engineering practice covering fundamentals, databases, distributed systems, high concurrency, system design, plus AI agents and large-model engineering.

46
Articles
0
Likes
3
Views
0
Comments
Recent Articles

Latest from JavaGuide

46 recent articles
JavaGuide
JavaGuide
Feb 27, 2026 · Artificial Intelligence

Why I Dropped Opus 4.6 for MiniMax M2.5: Real‑World Cost and Performance Test

The author, a heavy user of AI agents for daily code refactoring, compares the expensive Opus 4.6 with the budget‑friendly MiniMax M2.5, showing how a mixed‑model strategy cuts costs dramatically while maintaining speed and quality across two full‑stack development case studies.

AI codingAgent architectureMiniMax M2.5
0 likes · 14 min read
Why I Dropped Opus 4.6 for MiniMax M2.5: Real‑World Cost and Performance Test
JavaGuide
JavaGuide
Feb 11, 2026 · Backend Development

Do ThreadLocal Values Fail in Asynchronous Scenarios? An Interviewer's Trick Question Explained

This article explains why ThreadLocal values are not automatically transferred in asynchronous or thread‑pool contexts, compares JDK's InheritableThreadLocal with Alibaba's TransmittableThreadLocal (TTL), and shows how TTL captures, replays, and restores context safely with code examples and diagrams.

Context propagationInheritableThreadLocalJava concurrency
0 likes · 13 min read
Do ThreadLocal Values Fail in Asynchronous Scenarios? An Interviewer's Trick Question Explained
JavaGuide
JavaGuide
Jan 15, 2026 · Interview Experience

Lost the Courage to Switch Jobs After Three Years in a State-Owned Enterprise?

The author explains why state-owned enterprises are not always stable, why their low‑tech projects hinder interview performance, and offers concrete steps—such as adding Redis caching, multithreading, and using the STAR method—to turn a modest Java background into compelling interview material.

BackendJavaRedis
0 likes · 6 min read
Lost the Courage to Switch Jobs After Three Years in a State-Owned Enterprise?
JavaGuide
JavaGuide
Jan 13, 2026 · Backend Development

Claude Code Generates Unexpected Bugs: 4 Real-World Spring Pitfalls and Fixes

During a Spring‑based interview platform project, the author discovered four typical bugs introduced by Claude Code—transactional self‑invocation loss, AI‑generated NullPointerExceptions, async task failures after entity deletion, and Redis Stream message buildup—and explains the root causes and concrete remediation steps.

AI code generationAsyncBug debugging
0 likes · 11 min read
Claude Code Generates Unexpected Bugs: 4 Real-World Spring Pitfalls and Fixes
JavaGuide
JavaGuide
Jan 11, 2026 · Operations

IntelliJ IDEA 2025.3.1.1 Emergency Fix: Resolving Maven Freeze and WSL2 Config Loss

IntelliJ IDEA 2025.3.1 introduced severe Maven project initialization memory leaks and WSL2 file‑system configuration resets, causing IDE freezes and OOM crashes, but JetBrains addressed these issues in the 2025.3.1.1 update and provides temporary workarounds such as cache cleanup, icon disabling, and registry tweaks.

IDE bugsIntelliJ IDEAJava
0 likes · 6 min read
IntelliJ IDEA 2025.3.1.1 Emergency Fix: Resolving Maven Freeze and WSL2 Config Loss
JavaGuide
JavaGuide
Dec 26, 2025 · Artificial Intelligence

MiniMax M2.1 Review: Can It Handle Real‑World Java and Multi‑Language Projects?

After testing MiniMax M2.1 on a full‑stack e‑commerce order‑management task, the author finds the model correctly implements DDD layers, transaction handling, custom exceptions, and even generates a polished cyber‑punk UI, while its Java‑to‑Go code respects each language’s concurrency model and scores over 88 on the VIBE benchmark.

AI codingDDDGo
0 likes · 8 min read
MiniMax M2.1 Review: Can It Handle Real‑World Java and Multi‑Language Projects?
JavaGuide
JavaGuide
Dec 25, 2025 · Interview Experience

How I Secured Offers from Top Tech Companies in 80 Days

The author, a non‑elite undergraduate and a modest 211 master’s graduate, shares a step‑by‑step 80‑day crash‑course that turned zero Java experience into multiple offers from major tech firms, emphasizing fundamental understanding, AI‑assisted learning, and thoughtful project trade‑offs.

AI-assisted LearningAlgorithm PreparationDistributed Systems
0 likes · 8 min read
How I Secured Offers from Top Tech Companies in 80 Days
JavaGuide
JavaGuide
Dec 24, 2025 · Interview Experience

Why PDD’s Salary Packages Rival Xiaohongshu – and How Its Interview Process Stacks Up

The article details PDD’s 2023 Shanghai backend salary packages, intense 11‑11‑6 work schedule, Temu’s rapid growth, a comparison favoring Alibaba SSP offers, and provides a comprehensive breakdown of PDD’s interview style, typical coding questions, and high‑frequency technical topics.

Alibaba SSPBackend DevelopmentInterview Process
0 likes · 9 min read
Why PDD’s Salary Packages Rival Xiaohongshu – and How Its Interview Process Stacks Up
JavaGuide
JavaGuide
Dec 23, 2025 · Artificial Intelligence

Is GLM‑4.7 the Open‑Source Coding Model that Rivals Claude Sonnet 4.5?

The author integrates the newly released GLM‑4.7 model into Claude Code, runs three real‑world coding scenarios—including a React dashboard, a FastAPI authentication service, and a refined landing page—and finds that its stability, reasoning, and output quality closely match Claude Sonnet 4.5, positioning GLM‑4.7 as a strong open‑source alternative.

AI coding assistantClaude CodeCoding Plan
0 likes · 8 min read
Is GLM‑4.7 the Open‑Source Coding Model that Rivals Claude Sonnet 4.5?
JavaGuide
JavaGuide
Dec 19, 2025 · Backend Development

IntelliJ IDEA 2025.3.1: Critical Fixes and the Rollback of Query Console

IntelliJ IDEA 2025.3.1 quickly follows the 2025.3 major release, fixing over 200 issues, reinstating the classic Query Console, addressing WSL‑related Java debugging problems, stabilizing Gradle/Maven sync for large multi‑module projects, improving Spring tooling, Java debugging, Kotlin‑MongoDB support, and correcting terminal and TypeScript bugs.

2025.3.1IntelliJ IDEAJava
0 likes · 6 min read
IntelliJ IDEA 2025.3.1: Critical Fixes and the Rollback of Query Console