Xavier Zhang

Xavier Zhang (aka Professor), on his way to becoming the nation’s ideal husband. Tech first, and firmly convinced of the power of disruptive innovation. For more, visit About.

  1. Setting Up the yapf Python Formatter in VS Code

    Let us talk about setting up the Python formatting plugin yapf in VS Code. In actual use, yapf together with flake8 does a pretty good job of keeping Python code formatting under control.

  2. Using Traefik to Conveniently Deploy Docker Container Services

    In the cloud computing era, containerized services have become the prevailing trend. Traefik, a cloud-native open-source reverse proxy and load-balancing tool, stands out for its strong performance and service discovery capabilities. This article demonstrates how to deploy and configure Traefik so you can get started quickly.