Halving Response Times: Lessons Learned
Response times under 100 ms are capable of lightening anyone’s heart. It’s even better when you reach that milestone as a side effect of some …
Codeminer42’s Engineering Blog
Response times under 100 ms are capable of lightening anyone’s heart. It’s even better when you reach that milestone as a side effect of some …
I try to embrace a particular way of working with code: it should be minimal, idiomatic, and performant by default. Sometimes it is necessary to …
PaaS ou VPS? Ultimamente tenho preferido serviços PaaS como o Heroku, mas muitos clientes preferem uma VPS na maioria das vezes pelo preço fixo, mas …
Metaprogramming is one of Ruby’s most powerful, intriguing and hard-to-grasp features. Ruby has a deep kind of truth that I could not yet find in …
Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working on the backend, exploring requirements and …
Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form the big picture of a clean, …
In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline tweets to a frontend client. In …
Welcome! This series of blog posts is an endeavor where I walk the reader through building a real, albeit small full-stack application with Rails and …
Being a great developer these days means to intelligently use available technologies to build full-fledged products that also feel durable and extendable, and gone are …
Now that you know how to get up and running with Ruby (and Rails) from the article 4.5 Ways to Install Ruby in Userspace, that …