Skip to content
View jashuari's full-sized avatar

Block or report jashuari

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. open-chat-gpt open-chat-gpt Public

    This is a React component named ChatGPT. It's a chat application that communicates with the GPT-3.5-Turbo model from OpenAI using the OpenAI API.

    JavaScript 1

  2. aws-cognito-dotnet aws-cognito-dotnet Public

    This api offers register and authenticaton with aws cognito user pools.

    C# 1

  3. authentication-metamask authentication-metamask Public

    Represents a React application that demonstrates how to authenticate users with MetaMask, a popular Ethereum wallet. The application allows users to log in and out using their MetaMask account, dis…

    JavaScript

  4. aws-cognito-authorization-authentication-mvp aws-cognito-authorization-authentication-mvp Public

    Migrate user from ASP.NET Core to Amazon Cognito User Pool to authenticate, store and manage users and configure a ASP.NET MVC .NET Core Web App that can be hosted in AWS as well as how to do role …

    C#

  5. distance-calculator distance-calculator Public

    A web API to calculate the distance between two geo points using two methods. Pythagoras or Cosines Law.

    C#

  6. simple-rabbitmq-nodejs-example simple-rabbitmq-nodejs-example Public

    Demonstrates a simple implementation of a producer and consumer using RabbitMQ and the amqplib/callback_api module in a Node.js environment. In this example, a producer sends a message to a queue, …

    JavaScript