Colum Kelly
Colum Kelly
> the reader has gone through those and is already familiar with them I didn't mean awareness of linked lists in general. I mean that students aren't expecting a linked...
Yes, I can work on this. I'll look back over the lesson and make some notes. Let me know how we can collaborate.
Sounds good. I would make a few changes to the first few sections too. The key does not have to be stored or checked until the Linked List is introduced....
Looking through other educational resources I only see nodes mentioned when separate chaining is introduced. Likewise I mostly see mention of keys being stored at that point too. Lots of...
> Where you're writing a hash function to find an array index to insert your things into which is a different data structure. That's what a hashmap is, an associative...
Seconding this. The closest type I see in `errors.ts` is the `StorageApiError` type but it has a `status` property, not `statusCode` like we see in the error object.
Same issue with Next 15 RC.0 Without turbopack HMR works for one or two changes then it stops working. The page is still reloaded but the changes are not included....
Yes, it could be. Maybe it could be presented as an optional skim to get a sense of how components are built. Alternatively, a short lesson with a simplified example...
There is already a simple lesson that goes through the basics: https://www.theodinproject.com/lessons/node-path-react-new-react-components This article is more advanced and would fit in the What's Next section as 01zulfi suggested. If there...
> Just want to get a sense of what you're actually going for here. I'm advocating for the article to be added to additional resources. > So are you advocating...