Skip to content

Instantly share code, notes, and snippets.

@wesleybliss
Created April 1, 2017 22:50
Show Gist options
  • Save wesleybliss/a798c6ed6ed7b29c0ee4c81af6f4a8ae to your computer and use it in GitHub Desktop.
Save wesleybliss/a798c6ed6ed7b29c0ee4c81af6f4a8ae to your computer and use it in GitHub Desktop.
Tools and things I use, for reference.

Tools I Use

These are my tools. There are many like them, but these ones are mine. Without me, my tools are useless. Without my tools, I am useless.

Project Management

Target Process
https://www.targetprocess.com/
Free! Allows you to do scrum/kanban/etc. Could be as simple as a task list, or you can create crazy complex workflows between lanes/views/etc.

Toggl
https://toggl.com/app
Free! Really simple time tracking. Aside from the great UI, I also like this one bc they support importing via CSV and a bunch of other formats. I tend to log time in a text file when I'm really busy, and I was able to quickly format that in Sublime & upload it.

Ops in the Cloud

Heroku
https://www.heroku.com/home
Free mini server instances (required 8hrs sleep for free dynos I think).

mLab
https://mlab.com
MongoDB hosting with a free tier.

Redsmin
https://www.redsmin.com/ Free Redis hosting tier.

Digital Ocean
https://digitalocean.com
Awesome, developer friendly server instances, starting @ $5/month.

Sysops / Devops

Docker
https://www.docker.com/
Like VMs, but better.

Ansible
https://www.ansible.com/
Provision servers programatically & automatically.

Loggly
https://www.loggly.com/ Log aggregation & search, with a free tier.

Sematext
https://sematext.com/
Log aggregation with Kibana support, with a free tier.

Code Management

GitLab
https://gitlab.com/
Free, unlimited private repos & project members.

Node.js

Workflow

NPMS
https://npms.io/
Better NPM package search UI.

Gulp
http://gulpjs.com/
Flexible, scriptable task runner for various things, but specifically helpful to transpile code & watch files w/reload on changes.

Dummi
http://dummi.io/
Generate dummy data.

Generate Data
http://generatedata.com/
Generate dummy data.

Hipster Ipsum
https://hipsum.co/
Generate funny, dummy text.

API Development

Restify
http://restify.com/
Almost fully compatible with Express, but designed specifically for APIs, with features like caching, throttling, and versioning.

Passport
http://passportjs.org/
Federated, multi-platform authentication, including social auth.

Mongoose
http://mongoosejs.com/
ODM for MongoDB

Sequelize
http://docs.sequelizejs.com/en/v3/
ORM for SQL

Mocha
https://mochajs.org/ Tests.

Pusher
https://pusher.com/
Real-time events pub/sub via sockets.

Logging

Winston
https://github.com/winstonjs/winston
Flexible, pluggable logging agent with many transports to popular log aggregation services.

Reference & Helpers

Regexr
http://www.regexr.com/
For those times when you need to...

DevDocs
http://devdocs.io/
So many docs, no distractions, works offline.

Email

Mailgun https://www.mailgun.com/ Free service to send emails programatically, with a great API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment