This article covers the basics you should know about Java developer interviews.
This article is an introduction to C++20 coroutines. It provides a comprehensive explanation of the concept and implementation of coroutines
Velox is an open-source, high-performance C++ computing engine of Meta. This article focuses on how Velox expressions are computed.
This article summarizes some issues encountered by Tair while developing Redis modules with C++.
This article describes the design pattern of C++ from four aspects: design principle, creational pattern, structural pattern, and behavior pattern.
This article explains some basic knowledge of RSocket by comparing Servlet and RSocket.
This article introduces virtual and explains how it works ad why it is necessary.
In this article, we will introduce how to transform a large-scale database program from threads to coroutines.
This article introduces the fastFFI project and its application scenarios.
This article aims to explain the importance of learning Rust.
Part 17 of this 27-part series discusses improving building efficiency from two main aspects.
This article describes how AMAP's technical team has developed a unique solution to address memory leak challenges in order to ensure the quality of their android app.
This article describes how to implement and verify a WASM that passes through customized headers to support the non-intrusive A/B testing in the comprehensive procedure.
Part 2 of this 2-part series explains Memory Model and its associated functions in depth.
This article is a summary of the work on the Alipay mini program V8 Worker.
In this article, we will show you how to connect Flutter with the web ecosystem and discuss the implications of achieving such integration.
This blog looks into garbage collection in Java, something rarely discussed in the typical introduction to Java.