Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Audiobook streaming platform on AWS stack and Ruby on Rails
In this series I discuss the issues that I encountered while working on audiobook streaming platform.
Securing Amazon Cloudfront stream with signed cookies
In the context of audiobook streaming platform
More from this blog
Overgrown Tenant class decomposition
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 size. You probably started with id, name, and subdomain columns. Later there were things that had to be con...
3 ways to make big numbers readable in Ruby
Today, I came across the following method in my old code. (This comes from an application supporting calculations in the construction of concrete floors). def l_factor ((bending_stiffness * 10000000000) / k) ** 0.25 end This big number looks ...
As simple as... the Inventory bounded context
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 distilled 11 bounded contexts that are common in the different business applications. One of them is ...
Accessing Cloudfront stream with VideoJS and server-side signed cookies
Today's post is a continuation of what I wrote yesterday about securing Cloudfront stream with signed cookie. I encourage you to open this post especially to look at the UML diagram. There are some things you need to keep in mind to access a stream ...
Securing Amazon Cloudfront stream with signed cookies
In the context of audiobook streaming platform
