Skip to content

Ducheved/ducheved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

✨😺 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors