Skip to content
View bgener's full-sized avatar
Block or Report

Block or report bgener

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bgener/README.md

Borys Generalov 👋

I am a Cloud Architecture Consultant (self employed) with over 16 years of experience in the industry. My expertise lies in designing and implementing cloud-based solutions, using Microsoft Azure or AWS, and Kubernetes.

Prior to my current role, I worked at Microsoft as a Senior Consultant focused on Azure Cloud & AI, where I gained invaluable insights into cloud computing and its impact on the industry. Today, I am actively involved in the open source community, contributing to variety of projects like MixedReality, DevOps Dojo and Azure Architecture Center.

My Recent Work

  • Testcontainers for .NET: I contributed to this project by adding support for AWS LocalStack, allowing developers to easily create integration tests without connecting to remote AWS environment.
  • Azure Architecture Center: I have contributed to this project by creating sample architectures for various scenarios, such as comparing Azure and AWS offering, using Azure Monitor or Azure Service Bus.
  • DRAFT.DEV I write for DRAFT.DEV about Kubernetes, architecture design, and software development with .NET and NodeJs.

Contact Me

You can find me on LinkedIn or Twitter. I'm always happy to chat about cloud computing, open source, or technology in general.

Pinned Loading

  1. testcontainers/testcontainers-dotnet testcontainers/testcontainers-dotnet Public

    A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

    C# 3.7k 250

  2. rabbitmq-cqrs-topology rabbitmq-cqrs-topology
    1
    {
    2
        "vhosts": [{
    3
                "name": "\/"
    4
            },
    5
            {
  3. NodeJs rabbitmq message receiver NodeJs rabbitmq message receiver
    1
    /**
    2
     * Generic command handler that receives the command via message bus 
    3
     * and resolves certain command handler
    4
     */
    5
    const orderQueue = 'order';