News



Ruby Ractor Experiments: Safe async communication
Ractors (api documentation, design documentation) are a new concurrency abstraction for Ruby 3.0 inspired on the actor model.From the point of view of a Ractor that wants to send some information to another, communication can either be:asynchrous ...

Webpack ALL the Assets!! - The Lean Software Boutique
With the release of Rails 6, Webpack was introduced as the default JavaScript bundler by using the Webpacker gem. We tend to think about Webpack only as a tool to handle JavaScript files, but it can be used to handle all kinds of asset files. This...





How to have a productive programming day - Code with Jason
The way I look at productivity is this: if I have to be at work all day, I might as well get as much done in that chunk of time as I can.It’s not about running myself ragged. It’s not about “hustling”. It’s simply about not being wasteful with my ...