Why I’m No Longer Giving Paper Exams in My Computer Science Courses
I'm embracing the virtual world and moving all of my computer science exams online. Here's why!
Why I’m No Longer Giving Paper Exams in My Computer Science Courses
I'm embracing the virtual world and moving all of my computer science exams online. Here's why!
Make TODO Lists More Meaningful By Reflecting on Your Values
Amid all the chaos of my daily TODO list, I was able to find order by sorting my tasks by my values. Maybe you'll find some "value" in this tip as well.
This week, I taught a lesson on hashing, and now I'm going to pass the highlights on to you!
Software design often involves coming to terms with abstraction. Today, we'll take about the two-layer approach, which can help you avoid worrying about implementation details.
After writing this piece, I mostly fried my brain, but hopefully it helps folks come to terms with the concept of abstraction—even if it's not in a software context.
Now that we're back to school, I figured it was time to talk about another introductory programming concept: unit testing. This time, I bring you some of my favorite tips targeted at folks who may be...