-
Why Internships Are Better Than Bootcamps
People are always talking about coding bootcamps, courses, and software job interviews. Many talk about how hard it is just to land a software job interview. What’s going on? Why are people struggling to get software job interviews? I think people are skipping a step in their programming careers, and that step is internships! I’m…
-
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…