Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
neilrenicker / create-procfile.sh
Created October 12, 2015 04:07
article: https://medium.com/p/c902269fd11e/ -- Automate Stuff With A Dead Simple Node Worker
$ echo “worker: node index.js” > Procfile
@neilrenicker
neilrenicker / index.js
Last active October 12, 2015 04:25
article: https://medium.com/p/c902269fd11e/ -- Automate Stuff With A Dead Simple Node Worker
// Reference the node-schedule npm package.
var schedule = require('node-schedule');
var APP = {
scheduleJob: function() {
// This rule is standard cron syntax for once per minute.
// See http://stackoverflow.com/a/5398044/1252653
rule = '* * * * *'
// Kick off the job
@neilrenicker
neilrenicker / setup.sh
Last active October 12, 2015 04:05
article: https://medium.com/p/c902269fd11e/ -- Automate Stuff With A Dead Simple Node Worker
$ mkdir my-project && cd my-project
$ touch index.js
$ git init
$ npm init
$ npm install node-schedule
@neilrenicker
neilrenicker / podcasts.md
Last active September 3, 2015 15:01 — forked from ajc308/podcasts.md
AJC's Podcasts
# Podcast Title Update Frequency Genre(s) About AJC Note
1 Above & Beyond Group Therapy Weekly Trance, Progressive Two hour mix, guest mix for last 30 minutes. Great for uplifting, energetic and feel-good trance. There's not much better than putting this podcast on and driving with the windows down on a beautiful day.
2 Adam Beyer presents Drumcode Weekly Techno Pounding, driving techno mixes that are usually a 1 hour cut from a live set he did that week/month. Adam Beyer is the techno king. If you haven't been exposed to much techno, this is a great crash course.
3 Avicii - Levels Podcast Monthly House, Progressive Monthly podcast from Avicii frequently disp
<?xml version="1.0"?>
<root>
<item>
<name>F19 to Hyper</name>
<appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, send escape)</appendix>
<identifier>private.f192f19_escape</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::F19,
KeyCode::COMMAND_L,
@neilrenicker
neilrenicker / beginner-web-dev-resources.md
Created July 25, 2014 18:04
Resources for getting started in web development
@neilrenicker
neilrenicker / keybase.md
Last active September 6, 2017 15:14
Keybase Authentication

Keybase proof

I hereby claim:

  • I am tinystride on github.
  • I am tinystride (https://keybase.io/tinystride) on keybase.
  • I have a public key ASAC0KQG6wpXGKSJ_ZPASyarFGVMC-ei7TGzQjXhS4wdago

To claim this, I am signing this object:

@neilrenicker
neilrenicker / frontend-tooling-workshop-description.md
Created February 24, 2014 14:22
Frontend Tooling Workshop Description

If you want to crank every ounce of efficiency out of your editor... If you’ve ever had someone overwrite your latest changes... If you’re afraid of deploying new code to production...

Build Right Frontend Tooling will help you eliminate development pain and friction by introducing you to modern development processes and tools.

We want you to walk away from our workshop feeling empowered to work faster, cleaner, and with more confidence in your frontend development role. We promise that you'll leave the workshop with your head overflowing with alternatives that challenge the way you're writing code today and that you'll be ready to hit the ground running tomorrow. Workshop topics include:

  1. Path of Pain
  2. Productivity