Ruby Wizards

Ruby Wizards

Follow
homenewsletter
Tag

Ruby

#ruby

More content

Read more stories on Hashnode


Articles with this tag

Overgrown Tenant class decomposition

Jan 11, 20222 min read

If you have been working on a multi-tenant application for a long time, there is a high chance that your Tenant model has grown to an enormous...

Overgrown Tenant class decomposition

3 ways to make big numbers readable in Ruby

Nov 10, 20211 min read

Today, I came across the following method in my old code. (This comes from an application supporting calculations in the construction of concrete...

3 ways to make big numbers readable in Ruby

As simple as... the Inventory bounded context

Aug 31, 20212 min read

Last weekend I went to the dynamIT conference that took place in Kraków. In his presentation, Andrzej Krzywda was speaking about DDD as Low-Code. He...

As simple as... the Inventory bounded context

Securing Amazon Cloudfront stream with signed cookies

Apr 22, 20212 min read

In the context of audiobook streaming platform · In one of my recent posts I described the challenges I faced while building the audiobook streaming...

Securing Amazon Cloudfront stream with signed cookies

How do I use ActiveJob to track the progress of long-running remote tasks?

Apr 21, 20212 min read

Yesterday I wrote a post about initializing AWS Elemental MediaConvert job. It's a common case that you initiate a task and have to wait some...

How do I use ActiveJob to track the progress of long-running remote tasks?

Convert mp3 files to a streaming-ready format

Apr 20, 20213 min read

with Ruby SDK for AWS MediaConvert · In my yesterday's post, I described why I decided to take advantage of the HLS streaming in my new project which is...

Convert mp3 files to a streaming-ready format