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.
Why Project Estimation Matters for PMs
In this blog, we will explore why estimations are important for project managers and how it contributes to effective project management.Rails Object#with for Attribute Management
We can use Object#with method as shorthand for the common begin/ensure pattern to save the value of an attribute, setting a new value, and then restoringZustand or Redux, which one is the best
This blog explores Zustand and Redux for React state management, highlighting Zustand's simplicity and Redux's suitability for complex projects.React state management - useReducer vs Redux
This blog explores useReducer vs Redux, delving into their definitions, use cases, code samples and when to choose each for efficient state management.useContext vs Redux: State Management
Compare useContext hook and Redux Toolkit for managing state in React apps with practical examples.Rails Object#in? Now Supports Open Ranges
We can use Object#in? method to check open date ranges i.e. beginless and endless ranges.Introducing Line Range Filtering in Rails
Rails 7.1 introduces line range filtering for running specific tests within a test file based on line numbers.