Skip to content
View ChumboMJ's full-sized avatar
😁
😁

Block or report ChumboMJ

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. ProductApi.EFCoreWithCosmos ProductApi.EFCoreWithCosmos Public

    Simple .NET Core API demonstrating the use of EF Core and Cosmos DB. This Api is set up with REST endpoints but also has a GraphQL endpoint (using HotChocolate) to allow for flexibility

    C#

  2. WMCScraperPy WMCScraperPy Public

    An Azure function written in Python for scraping data from the WMC web page for the purpose of uploading the race result data into a Cosmos DB for use in the Apex Vizualiser

    Python

  3. ApexVizFunctions ApexVizFunctions Public

    Azure Functions to support Apex Visualizer featuring .NET Core and Graph QL. This will be called by WMCScraperPy to populate the CosmosDB.

    C#

  4. EmployeeGraphQLApi EmployeeGraphQLApi Public

    A sample Graph QL Api for learning purposes

    C#

  5. GIFramework-Maps GIFramework-Maps Public

    Forked from Dorset-Council-UK/GIFramework-Maps

    A .NET based web map built with OpenLayers and Bootstrap

    TypeScript

  6. How to Resolve: Visual Studio .NET 8... How to Resolve: Visual Studio .NET 8 / .NET 9 React Project vite build "Error: Could not Create Certificate"
    1
    When creating a fresh .NET Core 8 React project on a fresh developer machine using Visual Studio 2022, I found that I was getting an error that was preventing the application from running locally. Specifically, the errors "Error: Could Not Create Certificate" and "There was an error exporting the HTTPS developer certificate to a file. Please create the target directory before exporting. Choose permissions carefully when creating it." After a little time digging into and little success finding documentation on the issue, I finally sloved my error.
    2
    
                  
    3
    ### Prerequisites
    4
    - This applies to any development machines that do not already have a folder created at `%APPDATA%\ASP.NET\https` OR your app home directory (Generally `C:\Users\USERNAME` or use `%HOMEPATH%`)
    5