Explore >> Select a destination


You are here

www.eliza-ng.me
| | vadimkravcenko.com
9.6 parsecs away

Travel
| | 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
8.3 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...
| | usethe.computer
8.9 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.
| | deniskyashif.com
106.1 parsecs away

Travel
| 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.