19th Week of 2021
Projects⚑
Coding⚑
-
New: Introduce Vue.js.
Vue.js is a progressive framework for building user interfaces.
Python⚑
Boto3⚑
- Improvement: Monitor motor issue with the
cn-north-1
rds and autoscaling endpoints.
Configure Docker to host the application⚑
- New: Explain how to write type hints for generator functions.
-
New: Explain how to log in using pass.
pass show dockerhub | docker login --username foo --password-stdin
-
New: Explain how not to store the credentials in plaintext.
It doesn't work, don't go this painful road and assume that docker is broken.
The official steps are horrible, and once you've spent two hours debugging them, you won't be able to push or pull images with your user.
FastAPI⚑
Operative Systems⚑
Linux⚑
Linux Snippets⚑
-
New: Explain how to check if an rsync command has gone well.
Run
diff -r --brief source/ dest/
, and check that there is no output.