Design

  • Notes on gRPC Best Practices

    gRPC has become a standard for service-to-service communication. However, developers also need to pay attention to governance, such as managing proto files, handling cross-project dependencies, generating SDKs for different languages, and version control across production, development, and temporary branches. Without this, projects can quickly become disorganized and increase development time costs. In the past, we…

    read more

  • Parallelizing Self-Attention By CUDA

    Github: https://github.com/mylakehead/parallel Colab: https://colab.research.google.com/drive/1TgPCIJph4UKZGDy1P48rXydKOxMfenjL?usp=sharing

    read more