This article discusses how Java static compilation can address the issues of high cold start and runtime memory usage, enabling the development of more lightweight microservices applications.
This article provides a step-by-step guide on how to manually deploy a Java web environment on an ECS instance.
This article introduces a new design pattern that is not specific to any programming language but is applicable to many modern programming languages.
This article introduces Teaclave Java and how to ensure Java application security.
The article explores Java generics and delves into the impact of reflection on the extension of generics and type erasure.
This article discusses Java application challenges in the cloud era, GraalVM Native Image solutions, and the principles of GraalVM.
The Dubbo Triple Protocol has undergone a major upgrade, allowing for seamless connectivity between web and backend microservices over HTTP.
This article will focus on the high-performance secrets behind the Triple protocol, including valuable performance tuning tools, techniques, and code implementations.
This article introduces JVM and the running principle of Java programs.
This article defines @Resource and @Autowired and explains why both work with Spring.
Alibaba boosts the Java community by making their version of OpenJDK, Alibaba Dragonwell, open source.
This article provides a detailed description of how Java annotation processors work and how they automatically generate code.
This article introduces the principles and usage practices of thread pools and thread variables and gives best practices to help developers build stable and efficient Java application services.
In this episode, we'll introduce how to deploy Serverless applications in 2 minutes.
This article explains the operator overloading, why we need it, and how to implement it in Java.
This article explains the extension method, why we need it, and how to implement it in Java.
This article mainly introduces how mainstream parsers implement the LIKE syntax logic.
This article provides an in-depth explanation of Jenkins, an open-source automation tool written in Java.
This article describes how to build RESTful APIs in Python or Node.js using Tablestore.
This article describes the overall design principles, deployment architecture, and plug-in control mechanism of Dubbo Mesh.