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.
- 596+
- 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.
AWS EKS Part 5: Caddy Server SSL Redirect
Redirect bare root domains, with automatic SSL generation using the Caddy Server.Replace lodash.get with Optional Chaining
Learn how to replace the popular lodash.get() method with the new optional chaining and nullish-coalescing operator introduced in ES11(ES2020).Rails 7.1 Introduces Default Health Check
Rails 7.1 now introduces a default health check endpoint for health checks.How to integrate Tailwind CSS in Electron?
A Complete Guide to Integrating Tailwind CSS in Electron for Desktop App DevelopmentWhen to extract code to React custom hooks?
React custom hooks help us to build reusable logic, and make the code more readable.What's New in Vite 4: Key Features
Vite 4 is released 5 months after releasing Vite 3. The new version is motivated by the breaking upgrade from Rollup 2 to Rollup 3.Manually mount react component using UJS
Mount react components manually while rendering element on JS request.Rails 7.1 Handles Reconnects in Callbacks
Rails 7.1 has enabled subscribers to handle reconnections with the connected() callback in the Action Cable in the event of a lost connection.Rails Inflections Initializer Guide
Rails comes with a lot of initializers. In this post, we will look at the inflections.rb initializer and how we can use it.Rails Preserves TTL on Increment/Decrement
Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCachedStore and RedisCacheStore