🏠
Working from home
- Melbourne
Pinned Loading
-
Production Optimisation
Production Optimisation 11. [configure compression at web server](https://www.nginx.com/resources/admin-guide/compression-and-decompression/) (i.e. gzip)
22. eliminate duplicate packages when generating script bundle
33. script minification
44. caching static content through CDN
55. tree shaking
-
Docker Optimisation Tips
Docker Optimisation Tips 11. Watch out build context sending over to docker daemon => .dockerignore (some examples to exclude: .dockerignore, .git, .gitignore, .vs, .vscode, docker-compose.yml, */bin, */obj)
22. Use dockerfile multi stage building capability
33. COPY csproj first for dotnet restore, then another COPY for actual source code
44. ...
-
csharpfritz/CoreWiki
csharpfritz/CoreWiki PublicA simple ASP.NET Core wiki that we are working on during live coding streams
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.