Skip to content
View Ducheved's full-sized avatar
:octocat:
Meow
:octocat:
Meow
  • Cute.Meet
  • Poland
  • 10:18 (UTC +01:00)
  • X @Ducheved

Highlights

  • Pro

Block or report Ducheved

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

✨😺 Ducheved — Senior Architect 🧠☁️


Always forward, no retreat. But with a little meow.



🐾 TL;DR

I design and build distributed systems ready for real production.
Main languages: Golang 🐹 and Rust 🦀.
15+ years in software engineering and DevOps / Kubernetes (☸️).
Focus: high availability, security, and elegant simplicity.


🧩 What I Do

  • 🧠 Architecture & Design — from concept to deployment.
  • ⚙️ Reliability & HA — graceful degradation, idempotent flows.
  • 🛠️ Platform Engineering — CI/CD, GitOps, scalable developer experience.
  • 🔐 Security by Default — zero trust, defense in depth, verified builds.
  • 📈 Observability — logs, metrics, and traces that speak truth.

🌍 Now

  • Senior Architect at Data Secrets Lab — I designed and implemented the backend and built a platform for ML engineers.
  • Creator of Commucat — an ultra-secure p2p messenger with strong privacy and zero metadata leakage.

    “Even cats deserve encrypted meows.”


🦄 Languages and Tools

Tier Stack
💎 Primary Golang, Rust
🌈 Also Used TypeScript (Next.js, React), Kotlin, Swift, and a bit of C#

No endless tech stacks — only what really matters.


☁️ My Architecture Aesthetic

  • Distributed-first mindset — events, queues, and safe retries.
  • Operational discipline — GitOps, immutable infra, canaries, autoscaling.
  • Data clarity — strong contracts, deterministic migrations.
  • Resilience — recover, retry, never break silently.
  • Security — everything encrypted, nothing trusted by default.

🧭 HA Pattern Example

flowchart LR
  U[Users 😺] -->|HTTPS/gRPC| G[Ingress / API Gateway 🚪]
  subgraph K8s [Kubernetes ☸️]
    G --> S1[Service A]
    G --> S2[Service B]
    S1 <-->|async| MQ[(Message Bus)]
    S2 <-->|async| MQ
    Cache[(Redis Cache 🧊)] <--> S1
    Cache <--> S2
  end
  S1 --> DB1[(PostgreSQL 🐘)]
  S2 --> DB2[(Object Storage 🗃️)]
  subgraph Observability
    OTEL[OpenTelemetry 👁️] --> Metrics[Metrics 📊]
    OTEL --> Traces[Traces 🔍]
    OTEL --> Logs[Logs 📜]
  end
  S1 -- telemetry --> OTEL
  S2 -- telemetry --> OTEL
Loading

Focus: graceful failure, fast recovery, and zero drama.


🧪 Selected Works

  • 🐈 Commucat (OSS) — private, encrypted, federated messenger.
  • ⚙️ Rust utilities — cryptographic experiments and network tooling.
  • 💬 Side projects — from pastebins to protocol explorers.

💡 Principles I Follow

  • High availability is not optional.
  • Simplicity is hard, but sacred.
  • Observability is part of design.
  • Security is a habit, not a feature.
  • If it’s hard to do, it’s probably worth doing.

💬 Contact



No clichés. No boredom. Only sharp claws, clean code, and cosmic calm.

Popular repositories Loading

  1. ClickShop ClickShop Public

    Forked from Clickism/ClickShop

    An innovative, highly customizable 1.20 shop plugin.

    Java

  2. ducheved ducheved Public

  3. Cute.Homepage Cute.Homepage Public

    TypeScript

  4. rx-util-importdata-net-core rx-util-importdata-net-core Public

    Forked from DirectumCompany/rx-util-importdata-net-core

    Репозиторий с утилитой импорта объектов из файлов Excel.

    C#

  5. test-llm-router test-llm-router Public

    Python

  6. stress stress Public

    Python