×
Web Dev

A New Stream: Adding the Generator Feature to Java

This article introduces a new design pattern that is not specific to any programming language but is applicable to many modern programming languages.

Exploring the Principles of Runtime Type T in A<T> Generics in Java

The article explores Java generics and delves into the impact of reflection on the extension of generics and type erasure.

Get Started with WebAssembly in Five Minutes

This article introduces WebAssembly and gives a comprehensive description from theoretical introduction to practical application.

OpenAnolis Whitepaper: Using io_uring to Improve Database System Performance

This short article discusses the background, key technology, features, and application scenarios behind io_uring.

A Quick Start of React for Java Developers

This article mainly introduces three disruptive ideas from React.

Is Your Redis Slowing Down? – Part 1: Determining Slowdown

Part 1 of this 2-part series discusses the method of determining Redis slowdown.

Is Your Redis Slowing Down? – Part 2: Optimizing and Improving Performance

Part 2 of this 2-part series explains how to improve Redis performance.

Java Annotation Processing Tool - AbstractProcessor

This article provides a detailed description of how Java annotation processors work and how they automatically generate code.

The Art of Code Comments: Does Good Code Need Comments?

This article discusses code comments, including their importance, significance, and controversies.

Java Development Practices: Using Thread Pools and Thread Variables Properly

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.

An Introduction to Rust Memory Distribution

This article introduces the distribution of Rust's various data structures in memory from shallow to deep to help readers learn Rust easier.

E-commerce for Business with Alibaba Cloud Web Hosting

In this tutorial, we will look at how to "transfer in" a domain name, and then install WordPress and WooCommerce to build an e-commerce site.

Essential Guide to Alibaba Cloud Domain Name System (DNS)

In this article, we will discuss about the Alibaba Cloud Domain Name System (DNS) product and explore its various benefits.

How to Efficiently Implement SQL LIKE Syntax in Java

This article mainly introduces how mainstream parsers implement the LIKE syntax logic.

AngularJS vs ReactJS

This article compares AngularJS and ReactJS, two popular JavaScript frameworks used for web application development.

Which One Is More Powerful: AngularJS or ReactJS?

This article explains which framework (AngularJS and React JS) is more powerful.

Using Arthas in JRE

Part 5 of this series discusses arthas in JRE, the attach mechanism, and replacing JRE with JDK.

An Introduction to RSocket: Servlet vs. RSocket

This article explains some basic knowledge of RSocket by comparing Servlet and RSocket.

How to Install Web Host Manager (WHM) on Alibaba Cloud

This guide provides step-by-step instructions on how to install WHM (Web Host Manager) on an Alibaba Cloud Elastic Compute Service (ECS) instance.

Coroutine Made DPDK Development Easy

This article explains how DPDK dev became open-source and how its processes have developed since 2013.