Skip to content
View APAC-GOLD's full-sized avatar
🦎
🦎
  • New Zealand
  • 09:37 (UTC +12:00)
  • LinkedIn in/kiwi

Highlights

  • Pro

Block or report APAC-GOLD

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. BusinessAcquisitions BusinessAcquisitions Public

    Python Program to Calculate Which Roles a Business Needs to Grow and How Many FTEs are in a Particular Role. To Calculate "Customer Lifetime Value." To Test Logic Over Time. Ultimately, to Optimise…

  2. Object_Serialization Object_Serialization Public

    Using Pydantic for Object Serialisation

    Python

  3. Serverless-Photo-Portal-Function Serverless-Photo-Portal-Function Public

    Produce a serverless template which provides the function to upload photos into AWS S3 resize images to create 200x200px thumbnails and store the files into another S3 Bucket

  4. Vehicle Performance Vehicle Performance
    1
    #Vehicle Performance & Fuel Costs
    2
    
    
    3
    #How To - Calculate Fuel Consumption
    4
    
    
    5
    #Step1 - customize the behavior of drive method in ElectricCar and IceCar classes
  5. API-Testing API-Testing Public

    Unit Testing using PUT/GET/DELETE API to get a 200, 422, 404 response

    Python

  6. Symmetric Encryption Symmetric Encryption
    1
    #How To - perform a symmetric encryption using AES256 algorithm in Python
    2
    
    
    3
    ##Step 1 - use terminal and the command <pip install pycryptodome> to install a library that provides access to the AES256 algorithm.
    4
    
    
    5
    ##Step 2 - create an AES256 key and save it.