Projects

For my portfolio, other experieces, or to see what I am capable of, please check my Github or LinkedIn

Portfolio Projects Link to heading

Image Manipulation API as an Azure Function

Image Manipulation API as an Azure Function Link to heading

Code: Image Manipulation API

  • API that runs as an Azure Function that manipulates images
    • Gets image dimensions: /api/v1/dimensions
      • returns dimensions of the image
    • Rescales the image by a scale factor: /api/v1/scale
      • returns the base64 encoded result and other information about the image
    • pytest support
    • postman support
    • Powershell examples that call the API endpoints and return the results

Recordings of Sample Usage with API Working Link to heading

Powershell
Powershell Multipart/form-data Link to heading

Powershell endpoints multipart calls

Powershell JSON Link to heading

Powershell endpoints JSON calls

Postman
Postman Multipart/form-data Link to heading

Postman endpoints multipart calls

Postman JSON Link to heading

Postman endpoints JSON calls