Sep 21, 2022
Investments projects are very special in terms of non-functional requirements (aka Quality Attributes). This case study is from a consumer sector, which simplifies investing by providing analytical tools. Investment is all about information. The right information allows consumers to make correct investments and achieve optimal returns.
Read more
Sep 14, 2022
Let’s use a simple trick to load Bootstrap popover content via Hotwire
Read more
May 9, 2018
Today I wanted to share some slides from last RubyMeditation with you about setting up Docker environment for your projects. It has useful tricks about Docker Multistage builds, Docker-compose code reuse, ELK stack setup for logging containers.
Read more
Aug 21, 2017
Once in a while every developer thinks about decomposing their monster monolith Rails application into services. Very ambitious and brave thought! Why? We all know the pros of service-based architecture, but the cons make us think twice or even give up on decomposition. Here are the big fears of decomposition: single authentication, performance and complexity. Luckily we have Redis to make us brave enough again and help resolve at least some problems easily.
Read more
Jun 6, 2017
You are developing with Ruby on Rails, but always dreamed to create your own framework with blackjack and other things? Don’t know where to start? You should start here!
Building a ruby based framework using standalone gems and some tape :) Although the result is quite awesome! Anyway you are reading this blog, and it is using self-developed framework like we are going to create.
Read more