Skip to content
View zonkia's full-sized avatar

Block or report zonkia

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

Pinned Loading

  1. docker-flask-app docker-flask-app Public

    Simple containerized flask application build and deployed with GitHub Actions and Terraform to AWS EC2

    HCL

  2. multimaster-k8s-terraform multimaster-k8s-terraform Public

    Kubeadm multi-master setup of highly available Kubernetes cluster deployed to AWS with Terraform.

    HCL

  3. elasticache_rds_wordpress elasticache_rds_wordpress Public

    Example Wordpress deployment with RDS MySQL, EFS storage, autoscaling, loadbalancing and Elasticache for Memcached DB caching

    HCL

  4. 6SFX 6SFX Public

    Final version of 6SFX. This trading strategy and code was developed for almost 2 years and was able to get 30% ROI during this time. Use it at your own risk.

    Python 1 1

  5. Sudoku Sudoku Public

    Sudoku game (pygame) including backtracking solutions for solving any given board and creating random sudoku boards.

    Python

  6. PathFinder PathFinder Public

    My interpretation of Dijkstra's algorithm for finding shortest path between two given points. Pygame interface allows user to place START/FINISH and draw obstacles.

    Python