Articles in this series
Sometimes you would require to implement a catch all requests in your fastapi application. We can achieve it by using api_route method. Catch all...
In Today I Learned(TIL) series, I'm going to explore python standard module called difflib. What is difflib difflib is a built-in standard python...
Today I found a amazing tool to optimise and minifies docker image and reduces the docker image size. docker-slim docker-slim doesn't change anything...
Install rich ➜ pip install rich ➜ mkdir ~/pystartup ➜ touch ~/pystartup/startup.py Create startup script ➜ ~ echo "import rich.pretty;...