Skip to content
View ermirbeqiraj's full-sized avatar
Block or Report

Block or report ermirbeqiraj

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

  1. sqs-daemon sqs-daemon Public

    Submit sqs messages to API | See Elastic Beanstalk Worker Environment

    C#

  2. web-scraper web-scraper Public

    Web scrapping sample for monster & indeed job sites

    Python 7 6

  3. twitter-data-crawl twitter-data-crawl Public

    get tweets and comments for specific user account.

    C# 5

  4. EnumHelper.cs EnumHelper.cs
    1
    public static class EnumHelper
    2
    {
    3
        public static string Description(this Enum value)
    4
        {
    5
            FieldInfo fi = value.GetType().GetField(value.ToString());
  5. grpc-blog-demo grpc-blog-demo Public

    how to build from scratch a gRPC client-server application with C# and dotnet core.

    C# 4 3