This is my personal summary from Software Architecture & Design of Modern Large Scale Systems course. The author is Michael Pogrebinsky. Software …
My memo and playground
This is my personal summary from Software Architecture & Design of Modern Large Scale Systems course. The author is Michael Pogrebinsky. Software …
Why I need to do this? This is for security reason, you can find a lot of articles explain about it, like this one. There are many steps involved, for…
The following command, please add sudo before docker if it’s needed. Remove all exited containers Remove all dangling images Remove all exited c…
This is a reminder for myself, in case I forgot… which already happened several times…. This is a Dockerfile example for running FastAPI a…
Login to your machine Once you created an instance, you should be able to login via ssh. You can see how to login and the machine ip in the detail pag…
https://github.com/nvm-sh/nvm
Overall, firewalls are an essential tool for network security and can be used in a variety of ways to protect networks and devices from unauthorized a…
In part 1 and part 2, we have explained how to install Pyenv and Poetry… There are still few steps away from our goal. We can now checkout the c…
In part 1, we have talked about how to install and use Pyenv, and now, it’s time to talk about Poetry. I think there are a lot of articles out t…
This post is aimed at Python users who have encountered situations where their Python environment is not suitable for running projects sourced from ot…