engineering Considerations when deploying Rails applications with Render If you want to build small Rails applications and cheaply deploy them out, then consider using Render as your PaaS.
engineering JWT Logins with Devise A small primer on implementing JSON Web Token (JWT) authorization in a microservice that connects to an existing Ruby on Rails 6 application that's using devise for user management.