Blog#
Python Asyncio
Note
This is not a Python asyncio tutorial. Just some personal quick tips here, and could be updated from time to time.
Different ssh keys for different github.com accounts
It might be a common case that you have multiple github.com accounts (personal and professional), and you want to use different ssh keys for different github accounts, as github.com does not allow same ssh key for different accounts with "Key is already in use" error.
To achieve this, you could follow this tutorial:
Sonarcloud Github Action
Sonarcloud Github Action doesn't work by default with Python pytest coverage.xml
file, hereunder a working example.
Calling Azure REST API
This blog Calling Azure REST API via curl is pretty good. Just two more things.
Python aiohttp rate limit
HTTP rate limit is often the max requests in a limited time period, and sometimes could also be the max concurrent requests.
Syncing repository from github to gitee
I need to sync github repository (files and commits only) https://github.com/copdips/copdips.github.io to gitee repository https://gitee.com/copdips/copdips.github.io.