Blogs

A Complete Guide to Hiring Ruby on Rails Developers in 2021
So, you are choosing Ruby on Rails for your web application. The robust framework is the perfect choice for startups and enterprises. There are currently 389,302 websites on Rails. The next step is to hire suitable Ruby on Rails developers for you...

Ruby 3 JIT can make Rails faster. I’ve wondered Why Rails becomes slow
As I wrote in Ruby 3.0.0 Release Note and my previous post, we thought:it is still not ready for optimizing workloads like Rails, which often spend time on so many methods and therefore suffer from i-cache misses exacerbated by JIT.We thought Ruby...


Choosing a Rails XML serializer for your API in 2021 | Callcounter
It's 2021 and you need to build an XML API. Yes, JSON would be preferred by most developers, but sometimes you need to offer both. What are your options?In contrast to the JSON serializers for Ruby on Rails, it seems that not many XML serializers ...

Develop Your Full Stack Application Rails API and React
Hello everyone, you know me as a writer. I like to share information about development technologies and today I am going to take one step ahead. Today we are going to discuss how to develop your full stack application based on Rails API and React....

Shifting to Hasura: Lessons from a Rails developer by Avinash Moondra @HasuraCon'20
Rails vs Hasura (but not really!)Having used both Rails and Hasura, in fast-moving production environments, my goal here today is to help y'all shift your mindset from Rails to Hasura, without getting into which is better. So we'll highlight some ...


How we made our Rails test suite about 75 percent faster
One of my recent tasks has been to take the current test suite for a large-ish Rails app and speed it up as much as possible. This is the story of how I managed to do so without compromising the integrity of the tests.Our current suiteAt the time ...
