Skip to content
View MrSpecific's full-sized avatar
๐ŸŠ
๐ŸŠ
Block or Report

Block or report MrSpecific

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

๐Ÿ’พ Will Christenson

๐Ÿ‘‹ I'm a full-stack web developer living in Portland, Oregon.

I am fluent in a variety of modern web languages and patterns, including HTML5, CSS, and ES6+ as well as React, PostCSS, and more. I currently focus on static sites, fully custom themes for Wordpress and Shopify, as well as microservices and APIs to support those sites.

My NPM Packages

Pinned

  1. pickOne pickOne Public

    pickOne - A tiny ES6+ utility to easily apply a class on only one item of a set (at a time).

    JavaScript 1

  2. simpleClassToggle simpleClassToggle Public

    Simple ES6+ Library to create triggers that toggle a class

    JavaScript 1

  3. A simple PHP utility function to ass... A simple PHP utility function to assign a value, similar to Javascript's short-circuit assignment.
    1
    /**
    2
     * Accept any amount of parameters, and return the first truthy one,
    3
     * similar to Javascript's short-circuit assignment
    4
     */
    5
    function assign(...$variables) {
  4. occams-recipe occams-recipe Public

    A simple, and efficient recipe site built on Next.js

    JavaScript