Andrew Faulkner
andfaulkner
Recent Tech Decisions
43 points
Tools andfaulkner is Following
GitHub
github.com
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over t...
Heroku
heroku.com
Heroku is a cloud application platform – a new way of building and deploying web apps. Heroku lets app deve...
Sublime Text
sublimetext.com
Sublime Text is available for OS X, Windows and Linux. One license is all you need to use Sublime Text on e...
Mocha
mochajs.org
Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous t...
gulp
gulpjs.com
Build system automating tasks: minification and copying of all JavaScript files, static images. More capabl...
Bower
bower.io
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front...
Node.js
nodejs.org
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
React
reactjs.org
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
jQuery
jquery.com
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
PostgreSQL
postgresql.org
PostgreSQL is an advanced object-relational database management system that supports an extended subset of...
MongoDB
mongodb.com
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema....
Redis
redis.io
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and mess...
Git
git-scm.com
Git is a free and open source distributed version control system designed to handle everything from small t...
Bootstrap
getbootstrap.com
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects ...
npm
npmjs.com
npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and use...
Markdown
daringfireball.net/projects...
Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that ...
ExpressJS
expressjs.com
Express is a minimal and flexible node.js web application framework, providing a robust set of features for...
Sass
sass-lang.com
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's ...
Compass
compass-style.org
The compass core framework is a design-agnostic framework that provides common code that would otherwise be...
JavaScript
developer.mozilla.org/en-US...
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
Mongoose
mongoosejs.com
Let's face it, writing MongoDB validation, casting and business logic boilerplate is a drag. That's why we ...
Webpack
webpack.js.org
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows t...
Material-UI
github.com/mui/material-ui
Material UI is a library of React UI components that implements Google's Material Design.
UglifyJS
lisperator.net/uglifyjs
This package implements a general-purpose JavaScript parser/compressor/beautifier toolkit. It is developed ...
PM2
github.com/Unitech/pm2
Production process manager for Node.js apps with a built-in load balancer
Lodash
lodash.com
A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility...
HTML5
w3.org/TR/html5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for ...
Babel
babeljs.io
Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting ...
moment
Time handling
ESLint
eslint.org
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain ...
Radium
projects.formidablelabs.com...
Radium is a set of tools to manage inline styles on React elements. It gives you powerful styling capabilit...
Redux
redux.js.org
It helps you write applications that behave consistently, run in different environments (client, server, an...
ES6
ecma-international.org/ecma...
Goals for ECMAScript 2015 include providing better support for large applications, library creation, and fo...
nvm
github.com/nvm-sh/nvm/blob/...
It is a tool that allows you to manage multiple versions of Node.js on the same machine. Each version runs ...
nodemon
nodemon.io
It is an open source utility that will monitor for any changes in your source and automatically restart you...
JSX
jsx.github.io
It is designed to run on modern web browsers. It performs optimization while compiling the source code to J...