Smart Test Suites with Ruby

December 15, 2025 Lessons from Ruby World Conference 2025 At Ruby World Conference 2025, Masatoshi Seki (関 将俊) and Miwa Fukaya (深谷 美和) presented a talk grounded in something rare in our industry: more than 20 years of real testing history. Their presentation, “How to Create Today’s Recommended Tests”, introduces Ninja Testing — a testing … Continue reading Smart Test Suites with Ruby

Scrutinizing External APIs in React: How I Integrated Real-Time Dollar Data

Scrutinizing External APIs in React: How I Integrated Real-Time Dollar Data May 7, 2025 In today's world, building dynamic applications that provide real-time data is more important than ever. With the right approach, you can make your apps not only interactive but also insightful for users by pulling in live data from external sources. One … Continue reading Scrutinizing External APIs in React: How I Integrated Real-Time Dollar Data

🌐 Add Multiple Languages to Your React App Using react-i18next

May 6, 2025 Recently, I updated the frontend of a React app to support multiple languages using react-i18next, enabling a seamless experience for both English and Spanish users. This approach helps build more inclusive applications — and it's easier than I thought before trying it! 💬 Want to build a modern multilingual frontend for your … Continue reading 🌐 Add Multiple Languages to Your React App Using react-i18next

🔗 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