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.
AWS EKS Part 1: Kubernetes Dashboard Setup
Set up Kubernetes Dashboard with Token Authentication on AWS EKS Cluster.AWS EKS Part 2: EBS CSI Driver Setup
A step-by-step guide to setting up the EBS CSI Driver on AWS EKS for persistent storage management.AWS EKS Part 4: Elastic Stack Setup
Setup for ElasticSearch / Kibana / APM Serve on AWS EKS with Nginx Ingress and Cert-Manager.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.