[] Blog showing your and key assets and projects [] College Board prep and assets [] Blog timebox / Key Issues and other organization showing how you know where you have been and where you are going [] GitHub commits for first half of the year [] Something you are passionate about in the upcoming project [] Anything else you want to talk about

Projects

Multiplayer Typing Game

  • This was our NATM project last tri. It was a multiplayer typing game, where players would type java code segments to propel their car forward. We didn’t manage to get the deployment working in time, so it did not work cross-computer. I worked on the backend, helping to link it to the frontend.
  • Links

Sorting Mini Project

  • Me, Yuri, and Edwin worked on this project. We used a dataset 100,000 cities, and sorted them using several different sorting methods to sort the cities according to the length of their names. I worked on the frontend and backend, specifically on the tables for the fibonacci sequence and the sorting, and the backend code for the fibonacci sequence. I also helped Yuri with some CORS issues he had with the sorting code.
  • Links

College Board prep/tests

  • 2014 score: CB Score for 2014
  • 2015 score: CB Score for 2015
  • I improved on my score from the 2014 exam to the 2015 exam. One thing that I am concerned about is the amount of time that I am taking on these exams. I try to go over each of the questions carefully, but this meant that I took too long on them. If this were the actual AP exam, then I would run out of time, and fail to complete the exam. My goal is to reduce the time that I take on practice CB exams. I plan to review the student teaching from tri 1, especially the topics that I missed on the previous two exams. If this is not enough, I will do additional research.

Timebox

  • Timebox
  • I try to put everything I do in this class into my timebox. This include student lessons and hacks, projects, and plans. I use the plans to stay organized, and I use the student lessons as a reference for future study.

Issues:

  • I don’t usually make issues, but I think this two-tri project is a good opportunity to start making issues for all the things I need to get done. I can use them as a planner for CSA.
  • Issues
  • tri 1 issues

Commits

Favorite commits:

Notes about commits:

  • I think that I commit fairly often, because I often work on my coding. But one thing that I’ve noticed that I do is I usually write a whole bunch of code without committing it. I’ve noticed that this is a problem, and I’ve been working on fixing it. I think, especially in tri 2, I’ve been getting better at writing code in bunches, before committing them.

Upcoming project

I’m really excited to make a game that can both be useful as an educational tool, and be fun to play. I want to make something that people are genuinely interested in playing, and aren’t just bored by the educational elements. For this project, I’m going to resolve to learn more backend elements, especially JWT. I think the best way to do that is to make a login system for our project.