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.
Part 2- Redesigning Saeloun's Website
Learn about how we did the competitive analysis as part of secondary research and collected references for our website.Rails 7.1 Rails.env.local? Method Explained
Rails 7.1 adds Rails.env.local? to check if environment is development or test in one simple call.Next.js App Router for Better Performance
Discover Next.js 13's App Router built on React Server Components for efficient route organization and layouts.Rails 7.1 Postgres Enum Support Extended
Rails 7.1 extends support to rename enum, add enum value and rename enum value for Postgres adapterUsing quarter method by rails 7.1
Get quarter of the date provided for the current year or the custom year.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.