A Complete Beginner’s Guide to Big O NotationSince in programing there can be thousands of ways to solve a problem, how do you tell which one is the ‘best’ or let say that there is a…Aug 25, 2020Aug 25, 2020
Basic Networking: HTTP Request & ResponseThe way HTTP which stands for HyperText Transfer Protocol is the basis for data communication on the internet, and the way it works is that…Feb 28, 2018Feb 28, 2018
Advanced GitBesides some of the basic commands in git, there is a whole host of other commands. And strategies to master to get the most out of your…May 17, 2016May 17, 2016
How To Deploy a Rails App With Passenger and Nginx On Digital Ocean Part 3 — Adding Git, Passenger…Previously, we added in the SSH Keys to secure a connection between your computer and the Droplet, installed rbenv, Ruby and Rails. If you…May 11, 2015May 11, 2015
How To Deploy a Rails App With Passenger and Nginx On Digital Ocean Part 2 — Adding Users, Ruby and…Previously, we created a Digital Ocean account and an SSH key to have a secure connection. If you have not done so already, go back to the…May 6, 2015May 6, 2015
How To Deploy a Rails App With Passenger and Nginx On Digital Ocean Part 1 — Creating SSHDeploying in general, is an art form since it requires patience and know-how. For beginners this can seem impossible to do.Apr 27, 2015Apr 27, 2015