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.
Infinite Scroll with Turbo Only
Infinite Auto Scroll on Rails 7 using only Turbo Frames and Turbo Streams without a Single line of Javascript.Ruby introduces Regexp.timeout
Ruby introduces the Regexp.timeout feature to prevent the unexpectedly Regexp matching and risk of DoS.React useEffect vs useLayoutEffect
useEffect runs asynchronously after DOM paint, while useLayoutEffect runs synchronously before browser repaint.Rails 6 insert_all and upsert_all
Learn how Rails 6 simplifies bulk inserts and upserts with insert_all and upsert_all methods in ActiveRecordRails Skips Contradictory Relation Queries
Rails now avoids making a query to the database if the calculation contains a contradictory relationBreaking changes in Cypress 10.0
Cypress version 10.0 was released last month with a lot of new features, changes, bug fixes, and deprecations.Caching Gems with Docker Multi-Stage build
Docker Multi-Stage Builds allow copying of files from registries and can be used to speed up builds by adding Gem CachesReact custom infinite scroll with pagination
React custom infinite scroll with pagination helps developers to improve performance of the website.Better Context and Communication
On how to better understand context and communicate questions. Personal musings on running a companyEcma International approves ECMAScript 2022
ECMAScript 2022 is officially a standard now! Let's see what's new in ECMAScript 2022.