Java Versions and Features
In this post, I will cover Java’s Long-Term Support (LTS) versions and features.
In this post, I will cover Java’s Long-Term Support (LTS) versions and features.
Before you use Wireshark to capture traffic, you must close it if you use a proxy client.
Axios is a popular JavaScript library used for making HTTP requests from web browsers and Node.js applications. It provides a simple and intuitive API to facilitate communication with RESTful APIs. In this post, I will cover how to integrate Axios in a React project.
React Router is a powerful library for routing in React applications. It allows developers to build single-page applications (SPAs) with dynamic navigation and routing capabilities, enabling the display of different components or views based on the current URL. In this post, I will cover how to integrate React Router in a React project.
After create a React project by some CLI tools, we need to create some folders to structure the project. React official said they doesn’t have opinions on how you put files into folders. In my personal opinion, I recommend to use the following folder structure.
There are many ways to create a React project. In this post, I will introduce the commonly used methods for creating a React project.
Organize Docker compose.yaml
examples here.
Organize Dockerfile examples here.
In this post, I will cover the technologies that should be used in new software projects in 2025.
Creating a Dockerfile is a critical part of building container images. Following best practices not only leads to optimized images but also enhances security and maintainability. The following are some best practices to consider when writing your Dockerfile.