Using Twilio To Send SMS Texts via Python, Flask, and Ngrok

Python is great for many things. One thing, in particular, is hacking together code to develop and deploy simple web apps for particular functions or utilities you may need in your business. In this tutorial, I’ll be going over several how to integrate Twilio’s Programmable SMS systems using their Communications REST API, Python’s Flask micro-framework, […]

Getting Started with LEMP: Installing Nginx, MySQL, PHP on Ubuntu 18.04 (Part 3 of 3)

Welcome to the final installment of this 3 part guide! In the previous section, we went over how to configure server blocks, move our test pages into the proper directories, creating symbolic links, and editing our host file. In part 3, we will be installing MySQL and PHP, configuring security settings, and ensuring Nginx can […]