Heroku Memory Bloat
Let’s consider a common problem: Your 12-factor Rails app has an operation, like uploading file to attach to an email,…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
Let’s consider a common problem: Your 12-factor Rails app has an operation, like uploading file to attach to an email,…
The mesh layer is a special architectural design of Heroku’s. Each web request is routed through one of several high-powered…
Pipelines are a modern way to work on Heroku. From the Heorku docs: A pipeline is a group of Heroku apps that…
Meet “the Dyno”
1/ Everything is a Type The foundation of TypeScript is that everything — absolutely every variable, constant, or object — is a…
Ruby on Rails has special under-the-hood magic that will patch four methods onto your models for each enum value you…
• Can be used to specify notifications for certain people or teams. (—) (—) • Can be used with a…
Consider the following method. Assume that the call to thing.method_that_possibly_raises! might raise an app exception we will call SomeAppException? What we have here…
(Part 1 of 2) Shakapacker is a strong alternative to both JSBundling and Importmaps. It is the official successor to…