Know about the useInsertionEffect hook in React 18
The useInsertionEffect hook in React 18 is mostly for CSS-in-JS libraries for inserting global DOM nodes like 'style' or SVG 'defs' in the document.How to write SQL queries in Rails?
ActiveRecord in Rails helps developers to simplify the process of interacting with databases.React 18 adds onResize event to video elements
Before React 18, onResize handlers were ignored on video elements. React 18 now adds support for the onResize media event.Saeloun's Company Retreat to Goa
Know about our company retreat to Goa and the fun times e had filled with games, good food, and lots of conversations.Rails 7 now lazy loads schema cache
Use a config option to now switch between eager and lazy schema cache loading.Ruby 3.1 introduces Variable Width Allocation for Strings
In this blog let us understand how Variable Width Allocation works in RubyReact 18 allows components to render 'undefined'
Before React 18, if we did not want to render anything, we had to return 'null' or an empty fragment. React now allows undefined to be rendered.Rails does not require role when to be passed to connected_to
The connected_to block no longer throws an ArgumentError when called without a role parameter so as to pave the way for a more simplified and buildable syntax.How does Ruby manage memory?
Each programming language has its version of memory management so, let us look into how Ruby does this under the hood.