Skip to content
View zizhongzhang's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report zizhongzhang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Production Optimisation Production Optimisation
    1
    1. [configure compression at web server](https://www.nginx.com/resources/admin-guide/compression-and-decompression/) (i.e. gzip)
    2
    2. eliminate duplicate packages when generating script bundle
    3
    3. script minification
    4
    4. caching static content through CDN
    5
    5. tree shaking
  2. Docker Optimisation Tips Docker Optimisation Tips
    1
    1. Watch out build context sending over to docker daemon => .dockerignore (some examples to exclude: .dockerignore, .git, .gitignore, .vs, .vscode, docker-compose.yml, */bin, */obj)
    2
    2. Use dockerfile multi stage building capability
    3
    3. COPY csproj first for dotnet restore, then another COPY for actual source code
    4
    4. ...
  3. csharpfritz/CoreWiki csharpfritz/CoreWiki Public

    A simple ASP.NET Core wiki that we are working on during live coding streams

    CSS 417 158