Skip to content
View akaBoyLovesToCode's full-sized avatar

Block or report akaBoyLovesToCode

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

Hi, I'm Quby ๐Ÿ‘‹

Full-stack developer | Aspiring SRE | Rhythm game enjoyer ๐ŸŽต


๐ŸŒŸ About Me

  • ๐Ÿงฐ I build internal automation tools, real-time dashboards, and production-grade systems that improve engineering workflows.
  • ๐Ÿณ Comfortable with Linux, Docker, CI/CD, and observability; I enjoy making deploys repeatable and recoveries fast.
  • ๐Ÿ”ง Hands-on with Terraform/Ansible and cloud primitives (AWS EC2/EKS/S3/RDS/VPC); I like turning infra into code and docs.
  • ๐Ÿง  Self-taught โ€” transitioned from semiconductor engineering to full-stack โ†’ DevOps/SRE, always learning by doing.
  • ๐ŸŽฎ Rhythm game fan (BanG Dream!) โ€” clean metrics and tight feedback loops make me happy.

๐Ÿš€ Projects

  • Internal Evaluation Platform โ€“ Full-stack app (Flask APIs + Vue 3) with Dockerized deploys, JWT auth, i18n, and RBAC. Includes CI/CD pipelines and IaC demos (GitHub Actions/GitLab CI + container registry) for repeatable releases and ops workflows.
  • MoviePilot Automation Plugins โ€“ Python-based plugins with real-time event processing, reducing system IO load by 80%+ through optimization.
  • Data Analytics Dashboard โ€“ PySide6 application with QML interface, PyEcharts visualization, and automated reporting system for production data analysis.

You can find more in my pinned repositories or ask me for a walkthrough!


๐Ÿง  Learning Journey

Operating stack I ship with: Linux โ€ข Docker โ€ข Nginx โ€ข Flask/FastAPI โ€ข Vue 3 โ€ข GitHub Actions/GitLab CI โ€ข AWS (EC2/EKS/S3/RDS) โ€ข Terraform โ€ข Prometheus/Grafana โ€ข Loki.

Recently put into practice

  • Kubernetes on AWS (EKS): provisioned with Terraform; services deployed via Argo CD; HPA and PodDisruptionBudget configured; basic pod/node health monitors in place.
  • CI/CD: containerized builds with tests โ†’ push to Artifactory โ†’ staged deploys; manual promote to production; test coverage tracked (~90%).
  • Observability: Prometheus app metrics (latency/throughput/error), Alertmanager routing, Grafana release-health dashboards, and Loki for logs.
  • IaC & Ops automation: reusable Terraform modules (VPC/EKS/RDS) plus Python/Shell ops scripts for health checks and zero-downtime DB migrations.

Next focused improvements (short-term)

  • Blue/Green & Canary releases with Argo Rollouts on EKS.
  • Hardening: IAM Roles for Service Accounts (IRSA) and NetworkPolicies.
  • Reliability & cost guardrails: error budgets and basic capacity plans.

โœ‰๏ธ Contact


โค๏ธ Rhythm Game Corner

BanG Dream! Gameplay "Maintaining uptime and hitting full combo both require timing and focus." โ€“ Quby


๐Ÿง Currently using:

Python Docker Flask FastAPI MySQL SQLite Vue.js Element Plus Tailwind CSS PySide6 GitHub Actions Nginx Linux AWS Terraform Kubernetes Prometheus Grafana


โ€œBuild things that donโ€™t break at 3AM.โ€ โ€” also me, probably after debugging a reverse proxy at 2:59AM.

Pinned Loading

  1. sol-evaluation-system sol-evaluation-system Public

    A comprehensive solution evaluation system with modern Vue.js frontend and Flask backend

    HTML

  2. data-science-demo data-science-demo Public

    Python