Skip to content
View dmikalova's full-sized avatar
  • Seattle
Block or Report

Block or report dmikalova

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
dmikalova/README.md

David Mikalova

résumé linkedin

I am a cloud infrastructure engineer with a passion for automation and internal developer platforms. My free time is spent working on a private Kubernetes cluster for running homegrown web apps and other compute tasks with the ultimate goal of writing an open source music streaming server.

I have organized my code under separate Github organizations: e91e63 for infrastructure repositories and cddc39 for web app repositories - all of which are deployed through Terraform.

Repositories

Terragrunt configurations that define all of my deployed resources. Includes a Kubernetes cluster in DigitalOcean with routing, certificate rotation, CI/CD pipeline, and web apps. Terragrunt is used to DRY Terraform modules and configuration.

Terraform code for deploying a Kubernetes cluster in DigitalOcean. Includes modules for a private container registry and default service account configuration to use the container registry.

Kubernetes manifests managed through Terraform. I use Terraform instead of YAML to create an immutable workflow for managing my Kubernetes cluster.

Reusable CI/CD pipelines built with Tekton's Custom Resource Definitions. Webhooks are added to Github repositories by Terraform based on pipeline tags. JavaScript pipeline runs unit and end-to-end tests, builds a container, and continuously deploys on passing tests.

In-progress Vue.js app for managing lists of things.

A run-or-raise window manager for Linux written in Go. Useful for keyboard shortcuts to open, switch to, or resize windows.

Popular repositories

  1. infrastructure infrastructure Public

    terragrunt infrastructure configuration

    HCL 4

  2. brocket brocket Public

    run-or-raise script for declarative window navigation

    Go

  3. synths synths Public

    personal notes and resources on eurorack synths

  4. dotfiles dotfiles Public

    personal dotfiles

    Shell

  5. dmikalova dmikalova Public

    personal profile

  6. kf-format-generator kf-format-generator Public

    Randomly generate formats for playing KeyForge

    TypeScript