Blogs

GraphQL The Rails Way: Part 1 - Exposing your resources for querying
TL;DR; GraphQL is a good way of making your API more flexible and less resource consuming. But if you think that type-definition is cumbersome then read on. With the modules we provide you'll be able to expose fully functional resources with one l...

Stop using Faker and random data in the test fixtures
Faker/FFaker can seem like the perfect solution to generate data for testing.In theory, Faker increases development speed while allowing you to have real-looking test data and having your database populated with more records while you’re doing dev...




Crush Your Coding Challenges With Real Test-Driven Development
Most coding challenges exercise more your coding/syntax and problem-solving skills and less your analytical and anticipation skills, not to mention your ability to do Test-Driven Development as a discipline. Let's see how to change that!Most codin...



Rendering view components with Turbo Stream broadcasts · Colby.so
View components, via Github’s view_component gem, are growing in popularity in the Rails community but until recently, view components and Turbo Stream broadcasts didn’t play well together. This made using both view components and Turbo Streams in...