Versioning API requests
Learn how to handle API request versioning in Rails without duplicating controllers, using a schema-based approach th...
Thoughts on Ruby, Rails, and software engineering.
Learn how to handle API request versioning in Rails without duplicating controllers, using a schema-based approach th...
A well-defined API versioning strategy is crucial for any API expected to evolve. Let's explore the most common API v...
How can we efficiently manage gem credentials across the team? When your project grows, you may reach out to commerci...
Having a thousand lines long controllers and/or models is not the right way to have sustainable applications or devel...
I really like enums. They can be really powerful if they are used wisely. Let's see what we can do with them in a mul...
There are several ways to add multi-factor authentication (MFA) for safer user authentication. Let's look at how to a...