CS50 Week 7

Web Programming So with a brief overview of html, css and python it is time to put everything together. If you’ve never programmed something for the web just remember: THE INTERNET IS JUST A BUNCH OF COMPUTERS ALL TALKING TO EACH OTHER There is no special “cloud” machine or “server.” These are all just words …

CS50 Week 5

Week 5 takes a sharp turn, sending us straight into web development. It’s a welcome break from programming in C. Fortunately for me I have had prior experience in full stack web development, after taking a few classes over at teamtreehouse. I think that is probably why the open source degree program i’m taking suggests …

CS50 Week 4

Speller problem set explained I’m going to do my best to explain the solution in small, manageable steps so you can follow along and not go through the pain and suffering I did! Maybe running a gauntlet is harsh, but some days were brutal, and at one point I even deleted tons of code after …

CS50 Week 3

Note: I’ve added a lot of code examples in this article towards the end that deal with the resize less comfortable problem that I found difficult to understand. Use a C repl online to copy and paste the github gists (code examples) i’ve included and by understanding how they work you’ll be one step closer to making …