3 Fundamental Design Principles that 99% Apps / Sites get wrong
Visual Contrast, Visual Hierarchy and Minimal design are 3 Design Principles that are missing or poorly implmented on Apps / WebsitesCypress 9.2.0 introduces a new environment variable 'CYPRESS_VERIFY_TIMEOUT'
Add the 'CYPRESS_VERIFY_TIMEOUT' environment variable to override the timeout duration of the verify command.How to configure a Next.js app with TypeScript and Tailwind CSS?
A step-by-step guide on how to build a Next.js application with Typescript and Tailwind CSSRails 7 adds accepts_nested_attributes_for support for delegated_type
With Rails 7, accepts_nested_attributes_for can be used for delegated_typeRails 7 now allows automatic inverse_of detection for associations with scopes
This update ensures that "inverse_of" takes into consideration the relevant scope when calculating the object to store in memory.Tips to make React application more accessible
Making web applications accessible to all the users is an important aspect to be considered while developing. React fully supports building accessible websites, often by using standard HTML techniques.Rails introduces ActiveRecord::Persistence#update_attribute!
While update_attribute was used to bypass validations, update_attribute! now does the same but raises ActiveRecord::RecordNotSaved in case of any errors encountered in `before_*` callbacks.Rails 7 now introduces support for generated columns with Postgres
Rails 7 now adds support for generated (virtual) columns to the PostgreSQL adapter that has been available since PSQL v12.Typography - Creating our Visual Identity
Part 3 of our Visual Identity series involves Typography that expresses the personality of our company, its values and emotions.Deep dive into the new Suspense Server-side Rendering ( SSR ) architecture in React 18
The new SSR foundation allows us to combine streaming server-side rendering with a new approach to hydration - Selective Hydration! It also prioritizes hydrating the parts the user is interacting with, creating an illusion of instant hydration.