Java High-Performance Architecture
Author

Java High-Performance Architecture

Sharing Java development articles and resources, including SSM architecture and the Spring ecosystem (Spring Boot, Spring Cloud, MyBatis, Dubbo, Docker), Zookeeper, Redis, architecture design, microservices, message queues, Git, etc.

1.3k
Articles
0
Likes
487
Views
0
Comments
Recent Articles

Latest from Java High-Performance Architecture

100 recent articles max
Java High-Performance Architecture
Java High-Performance Architecture
Mar 22, 2025 · Backend Development

Simplify Complex Systems with the Facade Pattern: Theory, UML, and Spring Boot Example

Learn how the Facade design pattern abstracts complex subsystems behind a simple interface, illustrated with real-world analogies, UML class diagrams, and a complete Spring Boot implementation that integrates flight, hotel, and package services into a unified booking facade, improving maintainability and reducing coupling.

Facade Patterndesign-patternssoftware architecture
0 likes · 13 min read
Simplify Complex Systems with the Facade Pattern: Theory, UML, and Spring Boot Example
Java High-Performance Architecture
Java High-Performance Architecture
Mar 21, 2025 · Artificial Intelligence

Unlock DeepSeek Prompt Library: From Code Refactoring to AI‑Powered Generation

This guide introduces DeepSeek’s 13‑prompt library, explains how to read the usage guide, demonstrates code refactoring, algorithm explanation, code generation, content classification, role‑play scenarios, prose and poetry creation, outline drafting, slogan design, prompt engineering, and translation, all with practical code examples and best‑practice tips.

0 likes · 35 min read
Unlock DeepSeek Prompt Library: From Code Refactoring to AI‑Powered Generation
Java High-Performance Architecture
Java High-Performance Architecture
Mar 6, 2025 · Artificial Intelligence

Unlock DeepSeek’s 13 Prompt Templates: From Code Optimization to AI‑Powered Content Generation

This article introduces DeepSeek’s 13 ready‑to‑use prompt templates, explains how to rewrite and optimize code, decode algorithm logic, generate full‑stack applications, classify text, produce structured JSON, role‑play personas, craft prose, poetry, outlines, slogans, and even translate technical statements, showcasing the versatility of modern AI prompting.

AI promptingalgorithm explanationcode generation
0 likes · 30 min read
Unlock DeepSeek’s 13 Prompt Templates: From Code Optimization to AI‑Powered Content Generation
Java High-Performance Architecture
Java High-Performance Architecture
Mar 5, 2025 · Backend Development

Unlock Massive Concurrency: How Java 21 Virtual Threads Supercharge Spring Boot

Java 21’s virtual threads provide lightweight, high‑concurrency execution managed by the JVM, enabling developers to create hundreds of thousands of threads with minimal overhead; this article explains their basics, demonstrates Spring Boot integration, compares performance against traditional threads, and shares additional Java optimization techniques.

JavaPerformanceSpring Boot
0 likes · 8 min read
Unlock Massive Concurrency: How Java 21 Virtual Threads Supercharge Spring Boot
Java High-Performance Architecture
Java High-Performance Architecture
Sep 21, 2024 · Backend Development

Master MyBatis-Mate: Advanced Features for Secure, Sharded Java Backends

This article introduces MyBatis‑Mate, an enterprise‑grade MyBatis extension that provides sharding, data auditing, sensitive‑word filtering, field encryption, dictionary binding, dynamic DDL maintenance, data‑scope permissions and performance monitoring, complete with practical code examples and configuration guidance.

JavaMyBatisdata encryption
0 likes · 15 min read
Master MyBatis-Mate: Advanced Features for Secure, Sharded Java Backends