Windsor Development Studio
Madison, Wisconsin
A practical guide for Rails developers looking to enhance their applications with Hotwire's Turbo Streams. This tutorial walks through converting standard scaffold-generated forms into dynamic, page-refresh-free interfaces, covering controller modifications, Turbo Stream views, and proper DOM targeting for create, update, and delete operations.
15 min read
Posted by : Rockwell Windsor Rice on 2025-11-08.While AI has a ton of advantages and benefits, it, of course, also has some drawbacks.
10 min read
Posted by : Rockwell Windsor Rice on 2025-11-03.Learn how to build a production RAG chatbot using Pinecone vector database, OpenAI embeddings, and Next.js. Complete guide with code examples and solutions.
30 min read
Posted by : Rockwell Windsor Rice on 2025-10-28.Building a custom Claude code, watcher style plugin to provde AI assisted development in sublime text.
25 min read
Posted by : Rockwell Windsor Rice on 2025-10-28.Next.js boosts SEO through server-side rendering, fast load times, and complete control over meta tags, making it easier for search engines to crawl and rank your content.
Utilizing Claude code to compliment a TDD workflow that utilizes WatchExec.
15 min read
Posted by : Rockwell Windsor Rice on 2025-10-25.Integrating React into a Ruby on Rails Application
The beauty of watchexec for enhancing TDD.