Greetings, fellow devs! It's set to be a busy month, both professionally and with some well desired home projects as well. I don't have anything too specific, but I wanted to touch on a couple of things I've learned lately and what I want to learn in the future in order to proceed. Python versus Golang I recently conducted an online poll , where I am looking to make a Google Cloud Function as a serverless API, which will be heavy in file processing. I don't know either language half as good as I know PHP, so I am excited to experiment in new avenues. As you can see, Golang was the clear winner. I like to learn by example, so I've found two main resources which I think will be what steers me in the right direction: Go By Example - in particular the section of reading/writing files, and Multithreading in Go Tutorial Never accept standard error reporting On one of the most important projects I am actively working on in my 9-5, for too long I ...