This article introduces the experience of encountering errors in code and the potential for one line of code to have different effects in different scenarios.
This article describes the troubleshooting ideas for the invalid logback-spring.xml file.
This article introduces the author's experiences in tackling issues encountered while developing real-time data processing tasks using Apache Flink.
This article shares some execution processes of garbage collectors, providing a useful reference for those interested in the topic.
The article discusses the implementation principles and source code analysis of Java thread pools, as well as best practices for using thread pools in business applications.
This article describes the process of upgrading from JDK 8 to JDK 11, the enhancements after the upgrade, and new features in JDK 11.
This article introduces three common types of master-worker architectures and discusses the challenges of preventing cascading failures in distributed systems.
This article is a comprehensive guide to Java logging. The fifth part of this series introduces the best practices of Java Logging.
This article is a comprehensive guide to Java logging. The third part of this series introduces SLF4J.
This article is a comprehensive guide to Java logging. The fourth part of this series introduces Logback.
This article is a comprehensive guide to Java logging. The second part of this series introduces SLF4J and Logback.
This article is a comprehensive guide to Java logging. The first part of this series introduces the past and present of Java logging.
This article offers helpful tips and hints for some algorithm topics you may encounter in your interviews.
This article covers the basics you should know about Java developer interviews.
This step-by-step tutorial introduces how to build a cloud-based blog on CentOS 7.
This article provides a step-by-step guide on how to apply the strategy pattern to simplify complex code.
This article summarizes common code defects and solutions encountered in daily development to provide helpful insights.
This article analyzes the root cause of Kotlin coroutine deadlock and how to completely avoid this problem.
This article provides a comprehensive guide on managing out-of-memory issues when compiling large projects with Rust's Cargo.
This article focuses on discussing how to gracefully perform parameter verification.