Skip to content

Instantly share code, notes, and snippets.

View matthewstokeley's full-sized avatar
🎯
Focusing

Matthew Stokeley matthewstokeley

🎯
Focusing
View GitHub Profile
https://docs.google.com/spreadsheets/d/1K4XK94PdH4l4NSHVMnh04ht0ZktJ70EG_4pfPpaSVbI/edit?usp=sharing
const Li = `styled.li
box-shadow: 0 1px 1px inset rgba(0,0,0,0.500);
${props => props.primary && css`
`}
`
@matthewstokeley
matthewstokeley / err.md
Last active March 3, 2020 14:46
error constants definition file
/**
 *   A set of conventional error, exception and warning messages.
 *   Organized by type and then hierarchically according to specificity, from `SPL`, python and node.js
 *   @version 0.0.1
 */
 
/*_______________________________________________________________
 * 
 *   Parameter Error Messages
@matthewstokeley
matthewstokeley / transpiler-installation.sh
Created March 3, 2020 01:22
configuration file population, modular dependencies and modular task workflows
#! /usr/bin/node
/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
* Bootload a Transpiling Environment
*
* @version 0.0.2
*/
/* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
* Declare Modules
@matthewstokeley
matthewstokeley / express-jade-container
Last active March 1, 2020 16:03
containerized node development for express jade
#! /usr/bin/bash
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Containerized Express/Jade Development Environment
#
# This file implements a configuration workflow that allows for
# .env population and versioning of a composition file by
# ignoring the secrets file and separating the pre-populated composition file
# into a repo outside of the development environment.
#
#! /usr/bin/bash
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Containerized Node Development Environment
#
# @version 0.0.2
CONFIG=secret.env
COMPOSE=docker-compose.yml
@matthewstokeley
matthewstokeley / docker-compose.yml
Last active February 29, 2020 00:59
node docker compose file
version: '3.3'
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: "******"
https://drive.google.com/file/d/1Cz3WcOzeUX6tT6yaIcQnzLqTNtLkH3RC/view?usp=sharing
@matthewstokeley
matthewstokeley / docker-compose.yml
Last active February 24, 2020 15:29
Leibowitz containerized wordpress configuration
version: '3.3'
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: ******
@matthewstokeley
matthewstokeley / elm-one-sheet
Created February 24, 2020 13:51
elm-one-sheet
https://docs.google.com/document/d/1-gw6591eW5WZLy6PU4EcUDfOIlFSi4iiZJVkqhoLpV0/edit?usp=sharing