$ random stuff
├── my bookshelf
├── resources
└── quotes
└── about me
Poetry is a great dependency management tool in python. It's better than managing a flat file like `requirements.txt`. Recently poetry has been crashing on my Windows machine. However, I have not encountered this issue in other platform like Linux.
Folks who are unfamiliar with poetry, below is a quick refresher...Continue reading → windows python poetry bug
Previously I had written python scripts connecting to oracle database. However recently the server was upgraded with kerberos & most of the scripts were failings.
After few digging, I learnt few things about kerberos authentication. Kerberos is a network authentication protocol which uses tickets to authenticate access to services..Continue reading → kerberos projects python docker oracle database