Rails Foundation Contributing Member
Ruby on Rails consulting from engineers who work deep in Rails.
Saeloun helps teams modernize Rails applications, improve performance, untangle production issues, and ship product work with a senior Rails and React team in Boston and Pune.
- 599+
- engineering articles
- 2019
- founded in Boston
- Rails
- Foundation member
Latest Rails, React, and engineering articles
Field notes on framework changes, performance, upgrades, testing, and product engineering.
React 18 useInsertionEffect Hook
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.Rails 7 Arel adds support for FILTER clause
Rails 7 Arel adds support for FILTER clause, enabling more powerful aggregate queries in PostgreSQL.How to write SQL queries in Rails?
ActiveRecord in Rails helps developers to simplify the process of interacting with databases.React 18 Adds Video onResize Event
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 Variable Width Allocation
In this blog let us understand how Variable Width Allocation works in RubyReact 18 Allows Rendering 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 connected_to Without Role
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 Allocation
Each programming language has its version of memory management so, let us look into how Ruby does this under the hood.