
How to stub Feature Flags with RSpec
Are your feature flags states leaking between your test cases? Stub them all to make your test suite more reliable....
Most people know about semantic HTML, but when it comes to CSS, things are a little more wishy-washy most of...
All the best things about VS Code that nobody ever bothered to tell you
Three attributes for better web forms
Better UX through better HTML: `inputmode`, `enterkeyhint`, and `autocomplete`.
Rails initializers you don't know about - Inflections
Ruby on Rails and ReactJS consulting company. We also build mobile applications using React Native

With all the advancements in software development, apps could be much better. Why aren't they?
Psychological Safety — The Single Most Important Thing That Makes a High-Performing Team
What is psychological safety, and why is it so important? Tips on how to improve your team


How to send slack notifications from Rails app using sidekiq
It can be helpful in a Rails application to send notifications to a Slack channel, for example, when...


RubyConf Mini 2022: Empathetic Pair Programming with Nonviolent Communication by Stephanie Minn
Pair programming is intimate. It’s the closest collaboration we do as software developers. When it goes well, it feels great!...


The easiest improvement you can make to your CSS
Outlines are important for keyboard navigation, but maybe you've come up with a replacement and decide to do an outline:...
Top 5 Famous Ruby on Rails Features in Today's Programing 2023
Although Ruby on Rails is the oldest framework, and some claim that it is no longer in use, developers still...
Everything You Need to know about Serialization in Rails - Part III
We had previously talked about the Serialization formats and How Serialization is implemented for storing objects in the relational database...
Rails Concerns: To Concern Or Not To Concern | AppSignal Blog
Should you be concerned about Rails concerns?
ActiveRecord: finally understand transactions | Younes.codes
How to use ActiveRecord transactions, handle errors and avoid pitfalls.
Ruby Adds Support for WebAssembly: What is WebAssembly and how it benefits Ruby devs?
Photo by Joshua Fuller on Unsplash Ruby has joined the ranks of languages capable of targeting...


Try not to loop through associations inside jobs
Your local data isn’t the same as in production
button elements offer attributes to change form behavior
Use formaction, formenctype, formmethod and formnovalidate to change form configuration with button attributes