Skip to content
View k5sha's full-sized avatar
🏠
Eat work sleep repeat
🏠
Eat work sleep repeat

Block or report k5sha

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. k5sha-gitops k5sha-gitops Public

    This GitOps Repository is the Single Source of Truth for a Kubernetes cluster. It uses ArgoCD to automatically sync the manifests stored here to a K3s environment.

  2. Online-Boutique Online-Boutique Public

    This project demonstrates a production-ready microservices architecture deployed on AWS EKS using Terraform for IaC. It features a robust CI/CD pipeline via GitHub Actions and Skaffold, supporting …

    Go

  3. Me Me Public

    A modern, responsive portfolio built with Next.js and HeroUI, showcasing my projects, skills, and experience as a software developer.

    TypeScript 2

  4. Python script to start multiple deve... Python script to start multiple development services in separate terminal windows
    1
    import os
    2
    import subprocess
    3
    import sys
    4
    import shutil
    5
    import platform