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

Block or report johncmunson

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. todo-api todo-api Public template

    Playing around with Objection.js, Knex, Express, and SQLite. Also, seeing how well-suited Jest is for writing integration tests.

    JavaScript 1 1

  2. gatsby-clean-blog gatsby-clean-blog Public

    This gatsby starter aims to be a feature rich blog template with minimalistic design and sharp attention to typography and typesetting.

    JavaScript 3

  3. docker-app-monolith docker-app-monolith Public

    example of a traditional monolithic app built with docker, node, nginx, postgres, and react

    JavaScript 2

  4. react-taggy react-taggy Public

    A simple zero-dependency React component for tagging user-defined entities within a block of text.

    JavaScript 34 9

  5. serverless-lambda-s3 serverless-lambda-s3 Public

    Just a simple demonstration of how the Serverless Framework can be used to deploy a NodeJS Lambda function that responds to events in an S3 bucket.

    JavaScript 4 6

  6. prepare-commit-msg.sh prepare-commit-msg.sh
    1
    #!/bin/bash
    2
    
                  
    3
    #
    4
    # Inspects branch name and checks if it contains a Jira ticket number (i.e. ABC-123).
    5
    # If yes, commit message will be automatically prepended with [ABC-123].