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.
- 594+
- 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.
Ruby 3.3: String.dup Now as Fast as String#+
Ruby 3.3 optimizes String.dup to match the speed of String#+, allowing developers to choose based on preference without sacrificing performance.ActiveStorage Pre-processes PDFs & Videos
Rails now pre-processes previewable files such as PDFs and videos. Previously it only pre-processed images.Rubygems :file Option for Ruby Version
Rubygems introduced a :file option so that we can read the Ruby version from a file.Rails 7.1 path_params for url_for
path_params allows specified params to be used exclusively for named segments under scoped routing without unnecessarily appending parameters to every URL.JS Object.groupBy and Map.groupBy Methods
This blog explains the features of the latest ECMAScript proposal Object.groupBy and Map.groupBy that reached stage 4.Ruby 3.3 Range#reverse_each Improvements
Range#reverse_each can now process beginless ranges with an Integer endpoint and raises TypeError for endless ranges.Tailwind vs Bootstrap: A Comparison
This blog explores the differences between Tailwind CSS and Bootstrap, assisting developers in selecting the optimal framework for their projects.Rails 7.1 Enum Validate Option
Rails 7.1 added a validate option for enums, which will allow developers to validate the passed enum values before saving it.Demystifying Closures in React
Closures are React's secret superpower - hidden helpers that make hooks and event handlers work smoothly.Fly Postgres Backup to S3 via GitHub Actions
Discover how GitHub Actions empowers automation to effortlessly backup Fly.io hosted postgres databases, saving backups to a designated S3 bucket.