You are here |
www.eliza-ng.me | ||
| | | |
vadimkravcenko.com
|
|
| | | | I've often been asked about coding bootcamps versus traditional university degrees. While coding bootcamps promise a fast track into the tech industry with practical skills acquired in just a few months, universities offer a deeper, more comprehensive understanding of computing. It's essential to recognize that a coding bootcamp might provide a swift entry into web development, but a university degree in computer science offers a foundation that prepares you for a broader spectrum of roles in the tech un... | |
| | | |
chelseatroy.com
|
|
| | | | 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... | |
| | | |
usethe.computer
|
|
| | | | 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. | |
| | | |
deniskyashif.com
|
|
| | In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method. |