This is an opportunity for both of us to learn! I’ve become somewhat familiar with basic CSS, HTML and Javascript. My next challenge is learning Node JS, and React. I recently created a discord bot in Node, which accelerated my learning (projects are always a great way to learn). This new section of the website …
Goodbye CS50
2018 CS50 no longer exists due to CS2020 taking over 😭. I’ve completed the section that was recommended by my open source comp-sci degree program 🎉, plus I did some of the python challenges which are up on my GitHub 😁. I’ve learned a lot and i’ve helped a few people along the way. I …
Problem Set 7: CS50 Finance
Building an app is a process that needs structure I made an initial attempt that went very poorly. I read the CS50 assignment points and went through building the app page for page. Make all the code to register, then make all the code to get a quote, then buy, then sell. I started getting …
CS50 Week 8: Notes
CS50 store demo Cookies and sessions start off this weeks lecture notes. The important thing to remember is http protocol is a stateless protocol. This means traditionally you request a webpage, the server gives you the page data and nothing else happens. Similar to going to a store, buying an item and leaving. The cashier …
CS50 Week 7: Walkthroughs
Hello name in python to start it off: Let’s quickly run through the “tougher” Déjà vu walkthroughs ( and then go deeper into the final similarities web app. Let’s start with the Mario challenge: mario.py So let’s build a pyramid shape in the terminal: 4 lines. Google range() and it’s arguments, then google rjust() and …
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 …