As my time for college applications nears and my sister’s recent departure for college as a Computer Science major, I have been spending a lot of time thinking about what major I should pursue. Mor...
CS Panel Takeaways
2D Array FRQ
AP CSA Exam Format Section I: Multiple Choice 40 Questions | 1 Hour 30 Minutes | 50% of Exam Score The multiple-choice section includes mostly individual questions, occasionally with 1–2 sets of q...
JS Output w/ Objects
JavaScript and Jupyter references JavaScript is the most important language you need to learn as a frontend developer. Jupyter Notebooks is a convenient way to learn portions of the language wi...
JS Output w/ jquery
Markdown Table Google markdown cheat sheet and it lead you to an outline for how to make a table. Make Model Year Color Price Ford ...
U1 Primitive Data Types
Overview College Board Unit 1 has a focus on primitive types of int, double, and boolean. In Unit 1, String is mentioned, but it is NOT a primitive type. A String is essentially a sequence of cha...
Problems and Fixes!
Problems and Fixes! Documentation and solutions to problems I run into. Theme not Showing on Github Pages A problem I ran into this week was my theme showing up on my local server not showing up o...
JS Calculator
0 1 2 3 + 4 5 6 - 7 8 9 * A/C 0 . =
Console Games - RPS, Higher Lower, Tic-Tac-Toe
Console Games - RPS, Higher Lower, Tic-Tac-Toe Console games that show elements from College Board’s Units Hacks To start the year, I want you to consider a simple Java console game or improve ...
Build a Project
Build a Project Continue learning the Development work flow for GitHub Pages index.md and _posts. Now is the time to build you first project. Conventional Calculator ...
Linux Shell and Bash
Bash Tutorial A brief overview of Bash, on your way to becoming a Linux expert. When a computer boots up, a kernel (MacOS, Windows, Linux) is started. This kernel provides a shell, or terminal...