SQLite3 Intro Tutorial
Recently, I completed a SQL for Data Science course offered by UC Davis on Coursera. The database management system we used was SQLite3, a free and »
Recently, I completed a SQL for Data Science course offered by UC Davis on Coursera. The database management system we used was SQLite3, a free and »
If you have not yet built a Docker Image, or don't have Docker installed on your host system, please see Part 1 of this Tutorial Series: »
STEP 1: Install Docker Engine - Community, a.k.a. docker-ce See the full list of supported platforms here: https://docs.docker.com/install/#supported-platforms Examples: »
Install MySQL Server on Linux: $ sudo apt-get update -y && sudo apt-get upgrade -y $ sudo apt-get install mysql-server -y Verify MySQL Server Installation: $ mysql --version »
I was featured recently on LPI's website under the 'Success Stories' section. Take a look! How Adam Futureproofed His Career with Linux Professional Institute Here's a »
I was interviewed recently by Network Development Group (NDG) and asked to share my story on how I broke into the IT field after having been »