Aleksandr Guljajev

    Aleksandr Guljajev
    Aleksandr Guljajev is a Cloud Native engineer at Container Solutions.
    6 min read

    Zooming Out: Strategies for Better Collaboration with Fewer Video Meetings

    Who would you assume ‘performs better’? Someone who’s available to address your issues immediately, or someone who occasionally goes offline and is often unavailable to address your immediate needs?

    4 min read

    Utilizing Caches When Building Go Projects On Google Cloud Build

    Moore’s law has ensured we experience exponential rise in computing power. There’s no pressure to optimize our software to use fewer CPU cycles, less memory, and eventually, less electricity. However,...

    9 min read

    A Gentle Intro to Validation Admission Webhooks in Kubernetes

    Kubernetes v1.9.0 release includes webhook admission controller.

    5 min read

    Testing the microservices. Our approach to API testing.

    Testing microservices versus testing monoliths There are numerous advantages of using microservices over the monolithic application structure.

    5 min read

    Caveats of running Mesos cluster in Docker containers

    The Problem In our efforts to simplify and speed-up the MiniMesos Testing Framework, we decided to move away from a Docker-in-Docker implementation to one where each node ran in their own containers. ...