Skip to content
View fordosa90's full-sized avatar
🦖
🦖

Highlights

  • Pro

Block or report fordosa90

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

    Code samples and additional elements from public events

    JavaScript 1

  2. instagram-analytics instagram-analytics Public

    Practice challenge to monitor instagram account(s) through web scraping means

    Python 1

  3. power-platform-connectors power-platform-connectors Public

    This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors

  4. power-platform-canvas power-platform-canvas Public

    Various Canvas apps and components to be reused for MSFT PowerPlatform development

  5. Authentication example (client crede... Authentication example (client credentials) in nodeJS to Dynamics 365 v9
    1
    const https = require('https');
    2
    
                  
    3
    //configuration details
    4
    //mostly extracted from Azure 
    5
    //--> app registered as web application in Azure AD
  6. Authentication example (client crede... Authentication example (client credentials) in JAVA to Dynamics 365 v9
    1
    import java.io.BufferedReader;
    2
    import java.io.BufferedWriter;
    3
    import java.io.IOException;
    4
    import java.io.InputStreamReader;
    5
    import java.io.OutputStreamWriter;