Skip to content
View Mickael78000's full-sized avatar

Block or report Mickael78000

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

Hi, I'm Mickael πŸ‘‹

πŸ–₯️ Infrastructure Engineer & Web3 Developer

Self-hosting Kubernetes on bare metal. Building decentralized protocols on Solana & Ethereum.


⚑ Homelab β€” cka-hellomichka cluster

$ kubectl get nodes -o wide
NAME               STATUS   ROLES           AGE   VERSION    INTERNAL-IP
hellomichka-a8     Ready    control-plane   β€”     v1.34.8    192.168.1.52
cka-worker-01      Ready    <none>          β€”     v1.34.8    192.168.1.12

$ curl -sI https://lab.michka.dev/ | grep -E "HTTP|server"
HTTP/2 200
server: cloudflare   # βœ“ tunnel actif

Stack:

Component Technology Status
Orchestration Kubernetes (kubeadm) v1.34.8 βœ… Running
CNI Calico VXLAN v3.29 βœ… Running
Virtualisation KVM / libvirt βœ… Running
Internet tunnel Cloudflare Tunnel (cloudflared) 2026.6.0 βœ… Running
Mesh VPN Tailscale βœ… Running
OS Ubuntu 24.04 LTS βœ… Running
Ingress ingress-nginx πŸ”œ Deploying

Network flow:

Internet β†’ Cloudflare anycast (TLS Β· WAF Β· QUIC)
         β†’ cloudflared (ml-hellomichka Β· 192.168.1.11)
         β†’ kube-proxy NodePort (:30080)
         β†’ pod nginx (ingress-lab Β· cka-worker-01)

πŸ”— Live: lab.michka.dev Β· πŸ“¦ Cluster CKA auto-hΓ©bergΓ©, zero cloud control-plane dependency


πŸš€ Web3 β€” DeFi & ZK Cryptography

const skills = {
  blockchain: {
    solana: ["Anchor", "SPL Tokens", "Program Development"],
    ethereum: ["Solidity", "Smart Contracts", "dApps"],
    layer2: ["Scroll", "zkEVM"]
  },
  languages: ["Rust", "TypeScript", "Solidity"],
  infra: ["Kubernetes", "kubeadm", "Calico", "Cloudflare Tunnel", "Tailscale"],
  specializations: [
    "DeFi Protocols", "Zero-Knowledge Proofs",
    "DEX Architecture", "Trading Systems", "Bare-metal K8s"
  ]
}

πŸ† Featured Projects

🧩 Research Token (Solana)

Scientific Research Tokenization DApp with RIS scoring and simulated funding.

Tech: Next.js, TypeScript, Tailwind, Solana (mock), Anchor (skeleton)

View Project β†’

πŸ¦† Meme Hunt (Solana)

Web3-ready meme discovery/interaction app.

Tech: Next.js, TypeScript

View Project β†’

πŸ—³οΈ ETH Voting DApp (Ethereum)

Decentralized voting application built on Ethereum.

Tech: Solidity, Web3, React

View Project β†’

πŸ—³οΈ SOL D21 Voting DApp (Solana)

D21 voting system with both positive and negative votes.

Tech: Rust, Anchor

View Project β†’

🧩 SOR ZK Proofs (Solana)

Zero-knowledge proof experiments around smart order routing.

Tech: Rust/TypeScript, ZK

View Project β†’

🌳 Green Vault (Ethereum)

Secure vault implementation for ERC20 tokens on EVM-compatible blockchains, built with Foundry.

Tech: Solidity, ERC-20, ERC-4626

View Project β†’

πŸ› οΈ Tech Stack

Infrastructure & DevOps

  • Kubernetes
  • Linux
  • Cloudflare
  • Tailscale

Blockchain Development

  • Solana
  • Ethereum
  • Rust
  • Solidity

Web Development

  • TypeScript
  • React
  • Next.js
  • TailwindCSS

πŸ“Š GitHub Stats

πŸ”₯ Streak Stats

Streak Stats

πŸ“ˆ Activity Graph

Activity Graph


πŸ’‘ Current Focus

  • πŸ–₯️ Homelab β€” Deploying ingress-nginx, hardening bare-metal K8s cluster
  • ⛓️ Blockchain β€” Advanced DeFi protocols on Solana
  • πŸ” ZK β€” Zero-Knowledge proof systems
  • 🀝 Open to collaborations on Web3 & infrastructure projects

πŸ… Achievements

  • βœ… Bare-metal Kubernetes β€” kubeadm cluster, Calico VXLAN, Cloudflare Tunnel, Tailscale mesh
  • βœ… Multi-chain Development β€” Proficient in Solana & Ethereum
  • βœ… DeFi Specialist β€” Built DEX router and trading platforms
  • βœ… Cryptography Expert β€” Implemented ZK proof systems
  • βœ… Full-Stack β€” End-to-end dApp development

🎯 2026 Goals

  • Bootstrap bare-metal Kubernetes homelab cluster
  • Deploy ingress-nginx + cert-manager in production
  • Contribute to major Solana ecosystem projects
  • Publish ZK cryptography research
  • Launch production DeFi protocol

πŸ“« Let's Connect


Profile Views

"Infrastructure as code. On bare metal."

⭐️ From Mickael78000

Pinned Loading

  1. cka-hellomichka cka-hellomichka Public

    The ML cluster for my Kubernetes homelab

    HTML

  2. research-token research-token Public

    Token smart contract and protocol implementation on Solana

    Rust

  3. sol-voting-dapp sol-voting-dapp Public

    Rust

  4. meme-hunt meme-hunt Public

    JavaScript

  5. eth-voting-dapp eth-voting-dapp Public

    Decentralized voting application on Ethereum with transparent on-chain governance

    JavaScript

  6. sor-zk-proof sor-zk-proof Public

    Rust