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.
React scrollIntoView with Fixed Header
Fixed headers are a popular design choice for websites. However, scrolling to an element that includes a fixed header can present several challenges.Customizing Rails Generators with Thor
Templates are an easy way to customize your Rails generators to fix repetitive tasks and make your life easier.Rails 7.1 Audio Analyzer Sample Rate
Extract the sample rate of an audio file with ActiveStorage::AudioAnalyzer which will return the bit rate, duration, and sample rateIntegrate OpenAI API in Ruby applications
We can integrate OpenAI API in a ruby application by using ruby-openai gem which allows us to build an app with all the ChatGPTWriting re-usable code with React Composition
React Composition helps make our code more efficient, and easier to maintain and update in the long run.Deploy Jekyll blog to AWS Amplify
Deploy a static site like a Jekyll blog to AWS Amplify with full fledged CI/CD pipeline and app preview.Connecting AWS RDS with an EC2 instance
Connect AWS RDS with an EC2 instance while using Amazon Linux 2023 OS image and MySQL as a databaseSpeed Up Rails with CloudFront CDN
Learn how to integrate Amazon CloudFront CDN with your Rails app to serve static assets faster and reduce load times significantly.Duplicate Column Error Now Shows Table Name
Table name is shown in the error when duplicate columns for the same table is entered while creating it.Fly.io Postgres Restore - PG Version Fix
As a workaround to PG version mismatch issue, we can restore Postgres DB in fly.io from the local environment