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.
- 593+
- 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.
Simplify CSS selector grouping and styling with :where() and :is()
:where() and :is() are new additions to CSS that make it easier to select and style elements on a webpage by grouping selectors and applying styles to multiple elements at once.Choosing between useReducer and useState in React
Confused about when to use useState vs useReducer for state management? This blog explains key points to help you choose the right hookRails 7.1 Improves Support for Custom Namespaces
This patch improves the support for defining custom namespaces while autoloading files.Kubernetes cluster on AWS EKS, Part 5: Root domain redirection using Caddy Server with Automatic SSL
Redirect bare root domains, with automatic SSL generation using the Caddy Server.Kubernetes cluster on AWS EKS, Part 4: Setup Elastic Stack ( ElasticSearch / Kibana / APM Server ) on Kubernetes
Setup for ElasticSearch / Kibana / APM Serve on AWS EKS with Nginx Ingress and Cert-Manager.Kubernetes cluster on AWS EKS, Part 3: Setup NGINX Ingress Controller with Cert-Manager on AWS EKS
Nginx Ingress Controller is the recommended way to set up LoadBalancer on Kubernetes with Cert-Manager for SSL Certificates using LetsEncrypt.Kubernetes cluster on AWS EKS, Part 1: Setup Kubernetes Dashboard with AWS EKS
Set up Kubernetes Dashboard with Token Authentication on AWS EKS Cluster.Replace lodash.get method with optional chaining and nullish-coalescing operator
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 Controller
Rails 7.1 now introduces a default health check endpoint for health checks.