Ruby 3.1 adds Class#descendants
With Ruby 3.1, we can use `Class#descendants` to yield the classes that have been directly or indirectly derived from a specific class.Creating Visual Identity with Colors
Curating a color pallette for Saeloun's brand's visual identityCypress 9.0.0 will throw an error on adding existing commands
Adding an existing command with Cypress.commands.add() will throw an error indicating that overwrite should be used in these situations instead.Understanding Hydration in React applications(SSR)
Hydration is used only with server-side rendering (SSR). It is a process of rendering our components and attaching event handlers.Rails 7 adds the ability to delete and update queries using GROUP_BY and HAVING
With Rails 7, we can now combine GROUP_BY and HAVING clauses with a more complex update and delete queries.Using Condenser for subsetting databases and removing PII
Learn how to use Condenser for subsetting database and PII removal using Postgres and MySQL.Rails 7 adds `config.action_text.attachment_tag_name`
Rails 7 adds support for setting `config.action_text.attachment_tag_name` to replace the actiontext's default attachment HTML tag name to a custom string.Creating Visual Identity - Moodboard
Creating Visual Identity by collecting images that resonate with our brand to form a moodboardReact 18 provides useId API for generating unique IDs on both the client and server
React 18 introduces a new hook API - useId, that generates stable ids during server rendering and hydration to avoid mismatches.