Scaling Rails: Docker & AWS Beanstalk
Scaling Rails project still can be quite an interesting task.
We always want deployment to be as easy for developers as possible. On the other hand we want to pay less for the infrastructure, but be ready for unexpected significant increase of RPM.
In this article we show how to automate deploy of Rails application with Sidekiq and AnyCable to AWS Elastic Beanstalk using GitLab.
Two edge cases in PostgreSQL full-text search
We widely use PostgreSQL full-text search in our projects. It is fast, reliable, and doesn't add any additional technical complexity. But sometimes it may not work as you expect it too.
Metka Gem
Rails gem to manage tags with PostgreSQL array columns.
JetRockets Receives Clutch Leader Award as a Top Developer in New York!
We know that choosing the right web development agency can seem like a truly daunting task. With thousands of agencies around the world, we are here to help you make your decision faster.
Stretchy header in SwiftUI
After the release of SwiftUI, many of the standard UIKit solutions have become inapplicable. On the other hand, it is now possible to give it a try and implement the familiar elements of the user interface in a declarative style. One of these elements is the stretchy header on scrolling screens.