Skip to content
View CorneilleEdi's full-sized avatar
๐ŸŒŸ
Solving problems
๐ŸŒŸ
Solving problems
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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 ๐Ÿ‘‹

My name is Ayao Corneille Allogbalo aka Corneille Edi. I'm 23 years old.

Enthusiast Backend and Cloud architect and developer

I'm also the person behind the Loopbin blog. I write tutorials and I host live sessions on Loopbin Meet .

As a computer science student, I am interested in algorithms, system architecture, cloud computing, network and databases.

Reach me via ๐Ÿ‘‡

profile

My things

  • Algorithmic
  • Software Development
  • Testing / TDD (Jest, Mocha,Cypress,JUnit)
  • Python
  • Typescript
  • NodeJs
  • NestJs ๐Ÿˆ
  • Git (Github, Gitlab)
  • Github Actions / Gitlab CI
  • Linux ๐Ÿง
  • Vagrant
  • Terraform / Pulumi
  • Docker ๐Ÿณ
  • Google Cloud Platform / Firebase ๐Ÿ”ฅ
  • Amazon Web Services (AWS)
  • Databases (MySQL, MongoDB, Redis)
  • Raspberry

Pinned

  1. bluebook-cloud-functions-meilisearch bluebook-cloud-functions-meilisearch Public

    JavaScript

  2. tiptap tiptap Public

    Cloud based event-driven question-answer platform

    TypeScript 2 2

  3. sweetsheet sweetsheet Public

    Show beautiful bottom sheet as confirmation dialog quickly and easily.

    Dart 82 13

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

    TypeScript

  5. loopbin-website loopbin-website Public

    The new and improved Loopbin website

    Vue 1

  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)