29 followers
Senior Software Engineer at Newfire Global Partners. FOSS enthusiast. Learning every day :)
Subscribe to my newsletter and never miss my upcoming articles
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...
Heard of async but you never really understood what it is or why you should use it? Hopefully, this article will help you understand the idea behind...
This post will help you create your own know-it-all Slack bot in Python in few very easy steps. The idea is to create a Slack bot that will respond to...