My code from the computer science courses I have taken.
Taken in August 2018, this course introduces the fundamentals of computer science using theoretical and project-based learning. Hands-on computing exercises and group exercises in Python are utilized to stress the importance of algorithms and problem solving. The course was taught by a Google in Residence, Gabe Leonard.
Grade Received: A
Taken in January 2019, this course exposes students to computer programming using C++. The lectures are reinforced in the laboratory, where students focus on using object-oriented paradigm in problem analyss, solution design, software development, and implementation. Students in this course gain an understanding of developing reusable abstract data types and program reuse. In addition, algorithmic complexity is discussed at relevant points in the course.
Grade Received: A
Jekyll is a way to create a website without knowing much code. GitHub pages uses Jekyll in the background to build website pages. The websites created by Jekyll are (1) static, (2) harder to hack, (3) quick to load, and (4) simple.