In this video I show how setup Flask and Apache on an Ubuntu VM in Digital Ocean with a custom domain. This was made after someone in the comments on my other DigitalOcean video requested it. If there is something else anyone would like to see, please just let me know I am happy to […]
Continue ReadingAuthor: tuxninja
Tuxninja aka Jason Riedel has worked as a Systems & Network Administrator and Code Hacker since 1999. Since 2005 he has worked for PayPal with a focus on Operations Architecture. He is also CEO of Tuxlabs LLC where he dedicates his time to the experimentation and close study of new technologies and programming languages.
What language you should use for your startup?
3.5 ways to parse CSV Files Using Python
Comma Separated Value (CSV) Files are a common format used to organize data. In this video I show you 3+ ways to parse a CSV file using Python from least efficient to most efficient, in my opinion.
Continue ReadingParsing JSON using Python Requests
In the video below I walk through how to parse JSON data from a REST API using Python and the Requests library and json standard library for Python. I also drop a little nugget on duck typing. Hope you enjoy!
Continue ReadingSetting up Kubernetes to manage containers on the Google Cloud Platform
These days the pace of innovation in DevOps can leave you feeling like you’re jogging on a treadmill programmed to run faster than Usain Bolt. Mastery requires hours of practice and the last decade in DevOps has not allowed for it. Before gaining 10 years of experience running virtual machines using VmWare in private data-centers, […]
Continue Reading