Pinned Repositories
atom-dash
Dash documentation integration with Atom
change-case
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
code-problems
Common code and interview problems solved in multiple languages
free-style
Make CSS easier and more maintainable by using JavaScript
tslint-config-standard
A TSLint config for JavaScript Standard Style
DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
node
Node.js JavaScript runtime ✨🐢🚀✨
pluralize
Pluralize or singularize any word based on a count
typings
*DEPRECATED* The TypeScript Definition Manager
blakeembrey's Repositories
blakeembrey/change-case
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
blakeembrey/free-style
Make CSS easier and more maintainable by using JavaScript
blakeembrey/sql-template-tag
ES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, `sqlite` and `oracledb`
blakeembrey/react-free-style
Make React components easier and more maintainable by using inline style objects
blakeembrey/writing
New posts will be on Substack
blakeembrey/make-error-cause
Make your own nested errors
blakeembrey/node-language-detect
Detect the programming language of any file in JavaScript
blakeembrey/metalsmith-pagination
A Metalsmith plugin for paginating arrays and collections
blakeembrey/keyboard-manager
Small keyboard shortcut management for DOM-based applications
blakeembrey/universal-base64
Small universal base64 functions for node.js and browsers
blakeembrey/node-numbered
Stringify any number into words, and parse number strings back to a number
blakeembrey/arity
Set the length of a function in JavaScript
blakeembrey/iterative
Functions for working with iterators in JavaScript and TypeScript
blakeembrey/universal-base64url
Small universal base64url functions for node.js and browsers
blakeembrey/dotfiles
My OS X config
blakeembrey/promise-finally
Simple wrapper to run promise "finally" logic
blakeembrey/server-address
Listen to a randomly available port and resolve urls relative to the server address
blakeembrey/style-helper
Small helpers for working with CSS-in-JS
blakeembrey/getvalue
Get a nested value from an object by path
blakeembrey/js-template
Fast and simple string templates
blakeembrey/setvalue
Set a nested value from an object by path
blakeembrey/node-language-detect-exec
Automatically execute a file in a known programming language using node
blakeembrey/token-hash
Generate base64url encoding from the left-most half of the hash of a token.
blakeembrey/express
Fast, unopinionated, minimalist web framework for node.
blakeembrey/get-headers
Retrieve all HTTP(s) headers as an object with original casing
blakeembrey/hasvalue
Check if a value exists at a nested property path
blakeembrey/httpolyglot
Serve http and https connections over the same port with node.js
blakeembrey/node-string-token
Generate a random token of length and characters
blakeembrey/fastify-cookie
A Fastify plugin to add cookies support
blakeembrey/unthenify
Callbackify a promise function. The logical reverse of `thenify`.