Performance Reponse time: Time between a client sending a request and receiving a response Response time/End to end latency = Processing time + Waitin…
My memo and playground
Performance Reponse time: Time between a client sending a request and receiving a response Response time/End to end latency = Processing time + Waitin…
https://realpython.com/solid-principles-python/
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…