Blog

  • Best cheap cloud providers in 2026: where to host a startup

    Cheap cloud for a startup is not the same as the smallest instance on a pricing page. If the app falls over during the first traffic spike, if backups have to be assembled by hand, or if outbound traffic suddenly costs more than the server, the savings quickly turn into debt.

    R. B. Atai7 min read
  • CI/CD in 2026: When to Use Jenkins, GitHub Actions, GitLab CI, Argo CD, and Tekton

    When CI/CD comes up, Jenkins, GitHub Actions, GitLab CI, Argo CD, and Tekton often end up in the same comparison table. That is useful as a first pass, but in 2026 it can easily be misleading. Some tools handle builds and tests close to the repository. Others manage deployments into Kubernetes. Others are building blocks for an internal delivery platform.

    R. B. Atai6 min read
  • 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