Skip to content
View kondanta's full-sized avatar

Block or report kondanta

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kondanta/README.md

πŸ‘‹ Hi, I'm Taylan

From "How does this work?" to building the systems that do.

Infrastructure engineer working mostly in SaaS. I spend my days on the stuff nobody sees until it breaks β€” CI/CD, platforms, observability, the usual. I write about what I learn at blog.taylan.dev.

"Is this how it works?" β€” I ask this a lot.


What I care about

  • βš™οΈ Infrastructure that doesn't page you at 3am. Boring is good.
  • πŸš€ Developer velocity. If shipping is painful, people stop shipping.
  • πŸ”¬ Observability. You can't fix what you can't see.

Tech I work with

aws azure gcp go rust kubernetes terraform docker


Projects

  • homelab β€” Kubernetes on bare metal, managed with Flux and Renovate. Where I test ideas before they go anywhere near production.
  • shepherd β€” Rust daemon that watches for Renovate image bumps via GitHub webhooks, pulls the updated compose file at the exact commit SHA, and restarts only what changed.
  • kansou β€” Go CLI + REST server for scoring anime/manga through AniList. Weighted, genre-aware, completely overengineered for a hobby. No regrets.

Recent writing


GitHub Stats

Taylan's GitHub streak


Find me

Pinned Loading

  1. homelab homelab Public

    HomeOps driven by Kubernetes and GitOps using Flux

    YAML

  2. miryoku_zmk miryoku_zmk Public

    Forked from manna-harbour/miryoku_zmk

    Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. Miryoku ZMK is the Miryoku implementation for ZMK.

    C

  3. shepherd shepherd Public

    Webhook & polling-driven Docker Compose automation. Listens for Renovate image updates on GitHub and automatically pulls the new image and restarts only the affected service. No cluster scheduler, …

    Rust

  4. kansou kansou Public

    Weighted anime & manga scoring CLI with AniList integration. Opinionated by default, configurable without recompiling.

    Go