Know how to rollout and rollback deployments in Kubernetes
As people and businesses increasingly depend on SaaS products, DevOps have started on creating reliable infrastructure. Reducing deployment downtime is at the top of their priority list. In this post, we will see how Kubernetes handles this gracefully.Cypress 9.6.0 introduces cy.origin for testing multi-domain workflows
Cypress introduces cy.origin to switch between multiple superdomains in a single test from UIKnow 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.