What’s New in JavaScript in 2023 – Changes with Code Examples - The changes in ecmascript this year were not major, but it is worth remembering what’s new or getting acquainted with the changes, because new functions improve UX, especially in functional programming.
Learn REST APIs by Building a JavaScript Project - I don’t like “build with me” tutorials because they don’t provide good amount of knowledge, but this one explain well basics concepts rather than just how to use them.
702: New + Proposed JS APIs for 2024 - In this episode of Syntax, Wes and Scott talk through new and proposed JavaScript APIs including ones related to regex, sourcemaps, structured clone, temporal, JSON modules, and more!
703: The Observer Pattern - In this episode of Syntax, Wes and Scott give a high level overview of the observer pattern, what is the observer, what are downsides to too many observers, and more.