In the previous article, how to containerize a Python application, we created a Dockerfile and containerized our application from scratch. (more…)
Read more »
In the low-level programming languages like Java, C, C++, and C#, variables are strictly typed - which means you have to indicate the variable type when creating a variable. (more…)
Read more »
In this article I will share 3 libraries I often use to isolate my environment variables from production code. (more…)
Read more »
More and more investigations are being conducted on Tor and many of them can also include investigating Bitcoin transactions. The nature of Bitcoin is such that the transactions themselves are designed to be anonymous but there are many other factors that... (more…)
Read more »
In this article, I’m going to show you the top 5 unusual features you can find in Python. Experienced Python developers might recognize some of them. However, others will still be unknown. Regardless, I find all of them very cool. (more…)
Read more »