Tuesday, October 21, 2014

NPR Planet Money: When Women Stopped Coding

Everyone should listen to this! Most of the early computer programmers were women. So the reporters decided to investigate why men now dominate the field. They talk to women and men about their early experiences programming. Lots of people feel like they are not as good as everyone else. But if you're patient and focus on your small achievements, you'll improve over time!
 

Free Javascript course in Oakland

This January there will be a free Javascript course in Oakland: http://cyber.wizard.institute/

The course will largely self-directed, but they will present the material and help you with assignments. Here are the topics they will cover;
  • unix command line with bash
  • javascript
  • computer science fundamentals
  • programming languages (regex, state machines, parsing)
  • node.js (back-end programming)
  • front-end programming
  • collaboration (git & github, documentation, testing, open source)
Node.js is HOT right now so it's a great skill to have. I'm learning it myself! 

So if you're interested, fill out the application: http://cooperation.io/ 



Sunday, October 19, 2014

Videos on Booleans and String Methods

booleans

string.charAt()

string.length()


Tips for Taking the AP CS Exam - Handwriting

I found this image on the AP CS website. You should follow these tips when writing homework and quizzes. 

In this example, the student does the following well:
  1. The letters are written large enough so that the grader can easily read the words. The College Board recommends that a good character size is between a quarter and a half inch or so. 
  2. The lines of code are indented according to convention. This part is crucial!

Saturday, October 11, 2014

Slides for Thursday October 9th also available in the class Google Drive folder