Blog

  • Self-Hosted vs Cloud: Which Is Cheaper in 2026

    In 2026, the debate of "cloud versus your own servers" no longer looks like a battle between the past and the future. It has become far more pragmatic: companies are counting money again, looking at real bills, and increasingly concluding that there is no universal answer. More importantly, the trend itself has shifted from cloud-first to cloud-appropriate: not "move everything to the cloud," but "place each workload where it makes economic and technical sense." This shift has been driven by rising public cloud bills, data sovereignty requirements, and the desire for more predictable infrastructure.

    Rustam Atai10 min read
  • How to clear the string with bash

    Sometimes you need an easy way to drop part of a string in a Bash script. This is especially useful when working with logs or other string collections.

    Rustam Atai3 min read