When you are using Sidekiq to handle asynchronous jobs, some times there are exceptions and jobs failing, and I say sometimes because your environment is probably perfect, there is no lag, all services your jobs depend on are always on and responsive, and you probably write better code than most other developers 😛 otherwise it…
Category: ruby
Ruby 3.2.0 released with WASI, YJIT, RegExp improvements, …
Last 25 of December while we were all celebrating with our families the Ruby core team released our Christmas gift. The release 3.2.0 of Ruby is faster and brought some amazing tools for us. WebAssembly support Ruby 3.2.0 added initial support for WebAssembly through WASI, this allows running CRuby in a web browser, for example…