Skip to content
View jrmullen's full-sized avatar
  • Greater Detroit Area, Michigan, United States
Block or Report

Block or report jrmullen

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

jrmullen

Hi there, I'm Jeremy, Senior Software Engineer at StockX ๐Ÿ‘‹

jeremyrmullen@gmail.com WAR9fDY jeremyrmullen 6348267

  • ๐ŸŒฑ Iโ€™m currently learning Python & studying data structures and algorithms
  • ๐Ÿ’ฌ Ask me about anything here
  • ๐Ÿ˜„ Pronouns: He/Him

Languages and Tools:

aws docker git javascript jest kafka kubernetes nodejs postgresql typescript


NOTE: Top languages does not indicate skill level

GitHub Stats

GitHub Streak

Top Languages

GitHub Trophies

Pinned Loading

  1. Search all projects for bad dependency Search all projects for bad dependency
    1
    #!/bin/bash
    2
    
                  
    3
    # Recursively search for any text matching the provided dependency within the provided directory, ignoring any /node_modules directory
    4
    # Outputs any files that contain text. To get the actual text back, simply remove the `-l` flag.
    5
    #
  2. CI step to check whether a package.j... CI step to check whether a package.json version number has been bumped
    1
    #!/bin/bash
    2
    
                  
    3
    # Pull repo name from first argument
    4
    repo_name=$1
    5
    
                  
  3. jrmullen jrmullen Public

    1

  4. p5-snake p5-snake Public

    P5.js Snake Game

    JavaScript

  5. advent-2019 advent-2019 Public

    Advent of Code 2019 https://adventofcode.com/2019

    JavaScript

  6. bottleneck bottleneck Public

    Forked from SGrondin/bottleneck

    Job scheduler and rate limiter, supports Clustering

    JavaScript