cloud-eng .nl

Notes from the field — cloud, GitHub, AI agents

Hi, I’m Anton Sizikov. I write about shipping software in the age of AI.

Read the latest ↓ 40 posts · updated Apr 2026

Hi, I’m Anton.

I write about cloud engineering, GitHub, and the tooling/process behind shipping software.

If you’re new here, you might want to start with About — otherwise, the latest posts are right below.

The archive

2015
  1. How to convince Linus Torvalds to contribute to your project

    Look at all those famous people committing to some random developer’s boring repository.

  2. GitHub Deployment statuses

    It’s very important to collect and track as much information as you can about your system. We have logging, monitoring, reports and analytics. All the systems …

  3. Avoid typing user name when committing to GitHub repository

    I use different accounts and different computers to work with GitHub repositories, so sometimes I face the situation when I don’t have my SSH key …

  4. ReSharper Annotations. Can it be null?

    Hi, ReSharper is doing a great job when it comes to semantics of your code and control flow graph analysis. The special edge case I want to talk about is …

  5. Reactive Extensions. API client with Cache-Aside & Refresh-Ahead strategy. Part 2.

    Hi, In the previous post I told you how to implement the Reactive API client with caching. Well, to prove that our code works we might want to have some unit …

  6. AsyncSuffix ReSharper extension

    There is a tendency in a .NET world to build asynchronous CPU-bound or I/O-related API. We also can see that some APIs support both asynchronous and synchronous …

  7. Reactive Extensions. Api client with Cache-Aside & Refresh-Ahead strategy. Part 1.

    Hi, Today I want to talk about the development of the api client library. Let’s say it is an imaginary GitHub RESTful API that returns user’s rating. To make …

  8. Sharing ReSharper settings and Live Templates

    In my previous post, I’ve described how to create your own Live Templates for ReSharper. Today I’m going to tell you how to share your ReSharper …

  9. Custom live templates for ReSharper

    Hi! As a .NET developer I’m enjoying using an intelligent plug-in for Visual Studio which is called ReSharper. It saves me time, provides me with static …

  10. Keeping the repository interface clean

    The repository pattern is being blamed quite often. The most popular reason for that is an uncontrolled growth of the interface.

  11. Hello World

    I’m not sure if I can be more hipster, but now I have a blog which is hosted by GitHub Pages and served by Jekyll. Yeah, I had to install Python and Ruby …