Pinned Repositories
access-log-parser
Simple access log parser utilities for Go
alpen
Access log parser/encoder CLI
aws-describer
AWS resources describer CLI
cdk-apprunner-django
Sample of building a Django application running on AWS AppRunner with CDK.
cdk-dr-sample
Multi-region stacks included VPC, ALB, EC2, and RDS
mintab
mintab is a minimum ASCII table utilities for Go
tlc3
TLS cert checker CLI
nekrassov01's Repositories
nekrassov01/alpen
Access log parser/encoder CLI
nekrassov01/access-log-parser
Simple access log parser utilities for Go
nekrassov01/cdk-apprunner-django
Sample of building a Django application running on AWS AppRunner with CDK.
nekrassov01/aws-describer
AWS resources describer CLI
nekrassov01/cdk-dr-sample
Multi-region stacks included VPC, ALB, EC2, and RDS
nekrassov01/cdk-serverless-deployment
This is a sample monorepo with a frontend deployed with CloudFront + S3 and a backend deployed with API Gateway + Lambda, each element configured to be deployed separately and continuously.
nekrassov01/mintab
mintab is a minimum ASCII table utilities for Go
nekrassov01/nsug
Sample of using LangChain to have ChatGPT do the naming of variables and functions
nekrassov01/tlc3
TLS cert checker CLI
nekrassov01/auto-reporting-mackerel
auto-reporting-mackerel uses PowerShell to access the Mackerel API to collect metrics and then uses JupyterLab to generate monthly reports and output HTML.
nekrassov01/aws-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
nekrassov01/cdk-alb-logparser
Sample of parsing ALB access logs with Lambda and put to Firehose
nekrassov01/cdk-bedrock
Labo for Amazon Bedrock with AWS CDK
nekrassov01/cdk-cfcd-with-sfn
Running CloudFront continuous deployment with CodePipeline using Step Functions
nekrassov01/cdk-cloudfront-deployment
Testing CloudFront continuous deployment with AWS CDK
nekrassov01/cdk-keycloak-quarkus
Deploy a Quarkus-based Keycloak cluster with Amazon ECS.
nekrassov01/cdk-log-aggregator
Sample of log collection in AWS
nekrassov01/ci-cd-hands-on-codedeploy
nekrassov01/docker-django-blog
Blog Application Built with Docker, Django and Bootstrap.
nekrassov01/dotfiles
nekrassov01's dotfiles managed with chezmoi
nekrassov01/go-lab
For golang practice
nekrassov01/homebrew-tap
Homebrew formulae repository
nekrassov01/Pasm
Pasm is a PowerShell module for simple management of public IP address ranges provided by AWS. By simply creating a YAML template according to simple rules, you can support IP range changes, deploy and synchronize resources. The currently supported resources are SecurityGroup, NetworkACL, and PrefixList.
nekrassov01/PSLogRotation
PSLogRotation automates the rotation of logs in PowerShell.
nekrassov01/PSMediaFileRenaming
PSMediaFileRenaming provides an easy way to access Exif information and file detail properties of image and video files and rename them based on them. It can be used for media file management.
nekrassov01/PSPersonalFunctions
A collection of personal functions.
nekrassov01/TodoList-CSharp
A command line todo management application I made to learn C#, using Linq-to-XML and System.Commandline.