Skip to content
View hibeekaey's full-sized avatar
🌍
Working from home
🌍
Working from home

Organizations

@EpicGames
Block or Report

Block or report hibeekaey

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

Hi there πŸ‘‹

I'm a seasoned software engineer with a proven track record of building reliable applications using a blend of frontend (React, Vue, TypeScript), backend (Go, Node, Python), databases (PostgreSQL, MongoDB), and cloud technologies (Kubernetes, Docker, Lambdas, GCP, AWS). My commitment to thorough testing (Mocha, Jest) and CI/CD practices ensures the delivery of high-quality code. Furthermore, my experience in the Fintech sector (Nigeria, US, Brazil) provides me with valuable insights into the unique security and compliance challenges of the financial industry.

Blog posts

Pinned Loading

  1. aipnd-project aipnd-project Public

    AI Programming with Python Nanodegree Project

    HTML 1

  2. image-classifier-to-identify-dog-breeds image-classifier-to-identify-dog-breeds Public

    Image Classifier to Identify Dog Breeds

    Python 1

  3. cordova-filechooser cordova-filechooser Public

    Forked from ihadeed/cordova-filechooser

    Cordova Plugin that supplies a File Chooser

    Java 2

  4. example-github-manager example-github-manager Public

    Example repository for managing GitHub with Terraform

    HCL 5

  5. Repository for managing GitHub with ... Repository for managing GitHub with Terraform
    1
    variables {
    2
      private_repository = {
    3
        name               = "github-private-repository-test"
    4
        description        = "This is a test private repository"
    5
        visibility         = "private"
  6. Repository for managing GitHub with ... Repository for managing GitHub with Terraform
    1
    SCRIPTS_DIR = scripts
    2
    
    
    3
    # Default target (executed when you run 'make' with no arguments)
    4
    all: init-upgrade
    5