A JetRockets Response to WIRED’s “Ruby Is Not a Serious Programming Language”
From Rails to App Store in Days: Native Mobile Apps with Hotwire Native
Ruby on Rails was created with the idea that one developer can do it all. Now this philosophy extends to mobile development! With Hotwire Native, you can turn your Rails application into a native iOS app with TabBar, push notifications, and native elements in just a few days.
At JetRockets, we recommend this approach: first create a web application on Rails, then add a native iOS application for the App Store in days. For most services, this is the perfect solution – why complicate the project ahead of time?
What Is Vibe Coding
Function Calling in Ruby: how to create intelligent AI Agents
Building a resilient AI Client in Ruby with Stoplight and Ruby_LLM
stoplight gem provides a straightforward way to implement this pattern and build a resilient client, in this article we will use it with ruby_llm to handle AI providers. To see this implementation in action and explore the details, be sure to check out the repository containing the code examples used in this article.CSS Scroll Snap for Overflow Elements
Creating smooth, native-feeling horizontal tab navigation is essential for modern web applications. CSS Scroll Snap provides an elegant solution that ensures your tabs feel polished and intuitive across all devices, with special attention to mobile touch interactions.