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

Block or report benrout

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
benrout/README.md

👋 Hi there

I'm Ben and I'm a Senior Software Engineer at JPMorgan Chase & Co..

🚀 Skills

I specialise in the following languages and technologies:

  • ReactJS
  • JavaScript
  • TypeScript
  • GraphQL
  • NodeJS

But I also have experience with:

  • Python
  • C

📫 Contact

Feel free to reach out and say "Hey!":

Pinned

  1. dna dna Public

    A program that identifies a person based on their DNA by analysing Short Tandem Repeats (https://en.wikipedia.org/wiki/STR_analysis).

    Python 2

  2. credit credit Public

    A program that determines whether a provided credit card number is valid according to Luhn’s algorithm (https://en.wikipedia.org/wiki/Luhn_algorithm).

    Python

  3. deep-merge deep-merge Public

    An ES6 implementation of deepmerge algorithm for objects and arrays

    JavaScript

  4. readability-python readability-python Public

    A program written in Python that computes the approximate grade level needed to comprehend written text using the Coleman-Liau index.

    Python

  5. spellchecker spellchecker Public

    A command-line program that loads a dictionary file into memory and constructs a hash table using the djb2 Hash Function, which is then used to spell-check text and print all misspelled words to th…

    C 2

  6. loan-calculator loan-calculator Public

    A calculator to give the user a repayment schedule for multiple loan products

    TypeScript