Skip to content
View CorneilleEdi's full-sized avatar
🌟
Solving problems
🌟
Solving problems

Block or report CorneilleEdi

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

Hi there đź‘‹

Ayao Corneille Allogbalo (Corneille Edi)

Cloud‑first systems & backend architect | Open‑source enthusiast | Self‑hosted aficionado

  • Bachelor in Computer Science (India 🇮🇳)
  • Master in Systems & Software Engineering (France 🇫🇷)
  • System Engineer – Linux & Cloud at Worldline
  • Certified Google Cloud Professional Cloud Architect

I run the Loopbin blog and keep a healthy mix of cloud‑native, open‑source & self‑hosted projects in my toolbox.

“I love building systems that run on the cloud but also keep one foot firmly planted in the self‑hosted, open‑source ecosystem.”

Reach me via 👇

LinkedIn badge    Twitter badge    Website badge

My things

Category Highlights
Cloud Architecture GCP, Azure, AWS, infra‑as‑code (Terraform, Pulumi), CI/CD (GitHub Actions, GitLab CI)
Containerization & Orchestration Docker, Kubernetes, Helm, ArgoCD
Observability & Monitoring Prometheus, Grafana, Loki, OpenTelemetry
Self‑hosted & DevOps Nginx, Home Assistant, PiHole, VPN (WireGuard), GitLab CE
Programming Python, TypeScript/Node.js, NestJS, Go
Testing & TDD Jest, Mocha, Cypress, JUnit, Testcontainers
Networking & Databases MySQL, PostgreSQL, MongoDB, Redis, Kafka
Community & Education Tech talks, workshops, Loopbin Meet live streams

Pinned Loading

  1. loopbin-website loopbin-website Public

    The new and improved Loopbin website

    Vue 1

  2. bluebook-cloud-functions-meilisearch bluebook-cloud-functions-meilisearch Public

    JavaScript

  3. sweetsheet sweetsheet Public

    Show beautiful bottom sheet as confirmation dialog quickly and easily.

    Dart 83 12

  4. tiptap tiptap Public

    Cloud based event-driven question-answer platform

    TypeScript 2 2

  5. nest-redis-gcp-run-serverless-vpc nest-redis-gcp-run-serverless-vpc Public

    TypeScript

  6. NestJS Dockerfile with multi-stage NestJS Dockerfile with multi-stage
    1
    FROM node:16-alpine as builder
    2
    
                  
    3
    RUN  apk add curl bash
    4
    
                  
    5
    # install node-prune (https://github.com/tj/node-prune)