Opal: Running Ruby in the JavaScript Runtime (Without Losing Your Mind)

Opal: Running Ruby in the JavaScript Runtime (Without Losing Your Mind) April 29, 2026 Ruby has always been a server-first language. But what if you could take Ruby beyond MRI and run it directly in the browser, or even on the edge? That’s exactly what Opal enables. Opal is not just a transpiler. It’s a … Continue reading Opal: Running Ruby in the JavaScript Runtime (Without Losing Your Mind)

🚦 Understanding CORS in Modern Web Development

December 5, 2025 A Complete Guide for Ruby on Rails, React, and React Native Developers Cross-Origin Resource Sharing (CORS) is one of the most misunderstood parts of modern web development — and one of the most common sources of errors developers face when building APIs. If you’re working with Ruby on Rails, React, or React … Continue reading 🚦 Understanding CORS in Modern Web Development

✅ Building Clean and Reusable UI with ViewComponent in Rails

May 20, 2025 Built for Ruby on Rails Build Maps WithoutGoogle APIs Generate beautiful production-ready maps directly from your Rails backend. Fast rendering, zero external dependencies, full control. View Live Demo → Read Docs ✓ No API fees ✓ Self-hosted ✓ Rails Native ✓ Fast Rendering Why developers switch Replace expensive map stacks. Stop relying … Continue reading ✅ Building Clean and Reusable UI with ViewComponent in Rails

🔗 Connecting Ruby on Rails and React: Building a Simple User List API

May 5, 2025 In my recent project, I built a basic full-stack integration using Ruby on Rails as an API backend and React for the frontend, both running in Docker containers. The goal was simple: list users fetched from a Rails API into a React component. What surprised me the most? It turned out to … Continue reading 🔗 Connecting Ruby on Rails and React: Building a Simple User List API

🚀 Getting Started with React and Docker: A “Hello World” for Ruby Developers

May 2, 2025 In recent years, many Ruby and Ruby on Rails projects have adopted React for their front-end needs. Whether you're building a modern single-page application (SPA) or just enhancing parts of your Rails views, learning React can open up a new world of interactivity and frontend control. This article is my first step … Continue reading 🚀 Getting Started with React and Docker: A “Hello World” for Ruby Developers

Enhancing the Trix Editor in Rails with AI-Powered Orthographic Correction

March 14, 2025 Introduction When working with rich text editors in Ruby on Rails applications, enhancing usability is a key factor. Trix is a powerful WYSIWYG editor, but what if we could take it a step further by integrating AI-powered orthographic correction? In this article, I'll walk you through how I built a feature that … Continue reading Enhancing the Trix Editor in Rails with AI-Powered Orthographic Correction

🎨 Enhancing the Trix Rich Text Editor in Ruby on Rails 8: A Custom Touch for a Better Experience!

March 13, 2025 Hey there, Rails enthusiasts! 👋 I recently dove into customizing the Trix Rich Text Editor on a Ruby on Rails 8 project, and I wanted to share my journey with you all. Whether you're a seasoned Rails developer or just starting out, customizing your text editor can add a personal touch to … Continue reading 🎨 Enhancing the Trix Rich Text Editor in Ruby on Rails 8: A Custom Touch for a Better Experience!