Skip to content
View derekkenney's full-sized avatar
  • goPuff
  • Philadelphia

Highlights

  • Pro
Block or Report

Block or report derekkenney

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. edge-swe-challenge edge-swe-challenge Public

    Messaging and chat services. Developed for Sporttrade coding challenge

    Go

  2. Count distinct number of ints from a... Count distinct number of ints from a list of 1 million ints.
    1
    ## Solution for counting the distinct number of ints from an array of one million ints
    2
    
                  
    3
    
                  
  3. Queue-demo-with-RabbitMQ-and-.NET Queue-demo-with-RabbitMQ-and-.NET Public

    Decoupled email service that uses a durable message queue and windows service for sending email

    C#

  4. An example of implementing binary se... An example of implementing binary search in Go
    1
    ## Binary Search implementation in Go
    2
    * $ go run main.go
    3
    Returns a bool if the search value was found or not
    4