Suresh Kumar
sureshdsk.dev

sureshdsk.dev

Follow
homePythonPython DecoratorsPostgres TipsToday I Learned (TIL)badgesnewsletter
Tag

Open Source

#opensource

More content

Read more stories on Hashnode


Articles with this tag

How to get pretty python interpreter automagically?

Oct 21, 20211 min read

Install rich ➜ pip install rich ➜ mkdir ~/pystartup ➜ touch ~/pystartup/startup.py Create startup script ➜ ~ echo "import rich.pretty;...

How to get pretty python interpreter automagically?

Minify docker image size upto 30x with docker-slim

Oct 21, 20212 min read

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...

Minify docker image size upto 30x with docker-slim

Check diff between two files in Python

Oct 14, 20211 min read

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...

Check diff between two files in Python

How I made my first contribution to supabase?

Oct 13, 20211 min read

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...

How I made my first contribution to supabase?

How I built an open source CLI based Pomodoro app?

Oct 12, 20212 min read

What is Pomodoro? Pomodoro time management technique where you do focused work sessions without any interruptions and take short breaks after the...

How I built an open source CLI based Pomodoro app?