-
How to Git Clone From GitHub via HTTPS and SSH [2 Ways]
There are two main ways to do a “git clone” from GitHub: via HTTPS and via SSH. These are just two popular protocols that computers use to communicate. However, each way may require a little bit of setup to get working in GitHub. What is “git clone” though? “Git clone” is a command that copies…
-
How To Generate the Nth Number of a Fibonacci Sequence | Coding Challenge
I will always remember this time when we were interviewing a programmer for our software team. His resume wasn’t particularly special so I didn’t have any expectations going into the interview. We asked him some basic questions and he did alright. We then gave him a coding challenge to see how well he thinks through…
-
Are coding bootcamps worth it?
A popular way people jumpstart their programming journey is by joining coding bootcamps. A coding bootcamp is a short intensive program where you go through a coding curriculum with other students and instructors. At the end, they may offer a certificate of completion or a way to network with companies who are hiring new developers.…