#opensource
Read more stories on Hashnode
Articles with this tag
Install rich ➜ pip install rich ➜ mkdir ~/pystartup ➜ touch ~/pystartup/startup.py Create startup script ➜ ~ echo "import rich.pretty;...
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...
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...
Background I build a lot of side projects even though most of them never gets released to the world. Python is my primary language and I'm Firebase...
What is Pomodoro? Pomodoro time management technique where you do focused work sessions without any interruptions and take short breaks after the...