/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

letterstoanewdeveloper.com
| | ehudreiter.com
3.8 parsecs away

Travel
| | I am often asked how AI will impact Computer Science teaching. The biggest challenge is adapting what we teach so that it is relevant to a world where AI assistants are heavily used in software development. We should also use AI tutors to help teach. Least important is making assessments more resistant to AI cheating.
| | ilya-sher.org
4.6 parsecs away

Travel
| | Using the first element of an array without additional checks is a common mistake. function getMyThing() { const things = getMyThings(...); return things[0]; } The code above assumes that there is at least one element in things. Unfortunately, it doesn't do anything about the situation when this assumption is not true. The following fix (or...
| | chava61photography.photo.blog
5.4 parsecs away

Travel
| | Visit the post for more.
| | greatmusclemasstips.wordpress.com
8.9 parsecs away

Travel
| This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it. Happy blogging!