Explore >> Select a destination


You are here

blog.acthompson.net
| | dangerouslyirrelevant.org
1.2 parsecs away

Travel
| | Visit the post for more.
| | usethe.computer
1.6 parsecs away

Travel
| | Today's POTD continues our theme of Computer Science Education Week. Yesterday we saw a paper (and retraction), and meditated on the topic of why it's so hard to teach programming.
| | chelseatroy.com
1.6 parsecs away

Travel
| | Last week Aisha Blake hosted me for a conversation about computer science education, from designing an activity to a session to a course. Luckily, we got this recording, so you can watch it anytime! Here's that link to the recording again. Additional notes on what we covered: First, here is the "Designing a Course" blog...
| | thedailywtf.com
13.2 parsecs away

Travel
| User inputs are frequently incorrect, which is why we validate them. So, for example, if the user is allowed to enter an "asset ID" to perform some operation on it, we should verify that the asset ID exists before actually doing the operation. Someone working with Capybara James almost got there. Almost.