#web-development
Read more stories on Hashnode
Articles with this tag
Our #devs channel is a cross-project, shared space where the entire dev team of SINAPTIA can ask questions, share opinions, and discuss interesting...
As we’ve seen in one of the previous posts in this series, RSpec has a lot of cool features that can easily be misused and can make your test suite...
Even though our primary focus is Ruby on Rails, we’re developing one Flutter application. In this project, we implemented a Skeleton Screen to enhance...
When dealing with dates, it’s a common practice to compare them to other dates. Take for example a Booking class. A Booking normally has a check-in...
If you’ve been using Ruby on Rails for some time, you may instantly identify the issue with the following code snippet: class AnyController <...