Skip to content
View Ayo-Oni-515's full-sized avatar

Block or report Ayo-Oni-515

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

Pinned Loading

  1. fastapi-book-project fastapi-book-project Public

    Forked from hng12-devbot/fastapi-book-project

    HNG12 (STAGE 2) - DEVOPS x BACKEND

    Python

  2. stage-1-backend stage-1-backend Public

    HNG 12 backend track stage-1

    Python

  3. wq-iot-app wq-iot-app Public

    An IoT application with config files

    Dart

  4. A simple symmetric encryption algori... A simple symmetric encryption algorithm based on character shifting (Caesar's cipher) with a twist.
    1
    // Custom Encryption Function
    2
    String encrypt({required String plainText, String encryptionKey = "!@#%^&*()"}) {
    3
      // Default encryption key if no value is specified => "!@#%^&*()" 
    4
    
                  
    5
      // A symmetric encryption algorithm based on character shifting (caesar's cipher) with a twist.
  5. ecommerce-app ecommerce-app Public

    A simple ecommmerce application

    C++

  6. telexintegrations/pheidippides-api telexintegrations/pheidippides-api Public

    An interval integration built for telex

    Python