Discusses array methods that can be chained. Also covers non-chainable array methods along with explanations on why they can't be chained.
Explore Chainable Array MethodsA reference guide to functions in Javascript and Typescript, including function declarations, expressions, arrow functions, and more.
Explore Functions TutorialExplores how some array methods break Unicode characters in unexpected ways.
Explore The Unicode AdventureExplores how to create Prisma schemas to work in a PostgreSQL database, including examples of models and relations.
Explore Prisma ORM and PostgreSQLExplores how to use the AbortController API to cancel ongoing fetch requests and other asynchronous tasks.
Explore AbortControllerExplores the intricacies of service workers, including their lifecycle, caching strategies, and how to handle fetch events.
Explore Service WorkersDiscusses the key concepts and technologies behind PWAs, including service workers, web app manifests, and caching strategies.
Explore PWAsDiscusses the key concepts and technologies behind Astro, including its file-based routing, server-side rendering, and static site generation capabilities.
Explore AstroDiscusses the key concepts and technologies behind Inversion of Control, including its benefits for decoupling and testability.
Explore Inversion of ControlCovers the key concepts and APIs of IndexedDB, including how to store and retrieve data in a client-side database.
Explore IndexedDBIntroduces the Intl API Playground, an interactive environment for experimenting with the Intl API features.
Explore the Intl API Playground