39 followers
Principal Software Engineer at FWD.hr. FOSS enthusiast. Learning every day :)
In this article we will create a simple exploit with Python. NOTE: Since the entire code snippet is not that long, no final code will be provided on...
Is my code good enough? It works, but can it be more optimized? Can I shorten it a bit? Is it readable? Well - we all ask these kinds of questions at...
If you ever used Python, most likely you used context managers without even knowing what they are and what they do or how they work - you just used...
Last time I showed you how to build a simple book store REST API. This time I want to take it a step further and show you how to build an (almost)...
Whenever we are building something with Python, most of the time we rely on third-party packages so that we don't have to reinvent the wheel for some...
Go (Golang) is the new kid on the block in terms of the recent popularity surge. It is small, stable, simple to use and learn, fast, compiled (native...