Tutorials

Rails introduces disallowed deprecations in ActiveSupport
But, when developing new features after it, we might use end up using deprecated update_attributes again. We might ignore these deprecation warnings and on next Rails upgrade we will encounter new issues.To avoid the above case, Rails has introduc...

How Was My Experience Migrating a Rails API to Crystal AWS Lambda? Part I
Today I am going to tell you how was my first project as a Codeminer42 employee. Two colleagues and I were charged of building a microservice for a logistics company. It was a great experience to learn about new services, features, and even a new ...






How to pass arguments to methods in ruby and how it affects their arity
We had mentioned in one of our previous blog that the method definition in Ruby is extremely flexible. Let’s delve a little deeper into that statement and talk about the different type of arguments a method can take and how it affects its arity.Le...
