Skip to content
View victorsmirnov's full-sized avatar

Block or report victorsmirnov

Report abuse

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

Report abuse

Pinned Loading

  1. aws-route53-tools aws-route53-tools Public

    An opinionated set of tools to help administer AWS Route53.

    TypeScript

  2. static-site-s3-cloudfront static-site-s3-cloudfront Public

    AWS CDK to deploy static site on S3 with CloudFront

    TypeScript

  3. blog-theme blog-theme Public

    A Ghost Theme for victorsmirnov.blog. Focus on text content for programmers.

    JavaScript 1

  4. blog-aws-setup blog-aws-setup Public

    AWS CDK application creating cloud infrastructure for https://victorsmirnov.blog/

    TypeScript

  5. Run PHP in the Docker container. Run PHP in the Docker container.
    1
    FROM php:7.4.10-cli
    2
    
                  
    3
    RUN apt-get update \
    4
        && apt-get install -y gettext-base libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxml2-dev \
    5
          libmcrypt-dev libc-client-dev libkrb5-dev libzip-dev \
  6. ecs-cmd ecs-cmd Public

    Run command inside ECS task container. Running the shell in interactive mode allows connecting to the container.

    TypeScript