
Discover more from Full Stack Ruby on Rails Weekly Bookmarks
Full Stack Ruby on Rails Weekly Bookmarks - #53
Pair Programming: Best Practices and Tools
In the fast-paced world we live in, working together is crucial for developing high-quality code. In...
Deploying a Rails app with MRSK
What is MRSK?
Introduction When building applications normally we will use database to store the data....
Setting Up Business Logic with DCI in Rails | AppSignal Blog
In part two of this series, we'll organize business logic in your Rails application using DCI.
5 Questions to Define Your Product Strategy
This is the simplest way to come up with your comprehensive product strategy.
Considered Harmful - Domain Driven Design
TL;DR Domain Driven Design, which was described in 2003, about the same time as TDD. And...
π₯Β The Ultimate Guide to Effective Pair Programming
Double the Brains, Double the Power! They say two heads are better than one, and itβs...
Rails 7.1 adds ActiveJob.perform_all_later
Rails 7 series | Rails 7.1 adds ActiveJob.perform_all_later to enqueue multiple jobs at once.
Upgrading from Selenium to Cuprite
When I joined my current company, the system tests for our Rails app used Selenium as the Capybara driver. I...
Publishing your content on a blog content vs. sharing on social media
Use a personal blog for technical content to ensure resilience, avoid platform dependency, and prevent account suspension
Active Record Transactions - Rails Tricks Issue 10
This week we will look into database transactions. First of all, let me try to explain what they are. A...
Diving Deep: Action View Form Helpers
In the previous article, I mentioned that Action View has some component-like classes that render form elements. Let's deep dive...
A form with two buttons with formation and formmethod
Imagine that you are building a custom CMS. Within the form to edit an Article, you need to have two...