Skip to content

Instantly share code, notes, and snippets.

View outrunthewolf's full-sized avatar
🍕
Pizza Tonight

outrunthewolf outrunthewolf

🍕
Pizza Tonight
View GitHub Profile

Keybase proof

I hereby claim:

  • I am outrunthewolf on github.
  • I am outrunthewolf (https://keybase.io/outrunthewolf) on keybase.
  • I have a public key ASDwa5K-Unipd_RqcmTWQ0sjY5XCoHqybJRzsHIEvqHbmwo

To claim this, I am signing this object:

@outrunthewolf
outrunthewolf / twilio_homepage_breakdown.md
Last active October 4, 2017 12:22
Twilio Homepage Breakdown

Twilio: Breakdown

I'm going to try and break down the twilio homepage into my thoughts.

I can't defintively say it excels in places, or fails in places, as its purely my opinion. I can however comment on aspects of it, in the hope we can glean some helpful information from it.

Why Twilio?

  • Twilio is primarily a developer tool.
@outrunthewolf
outrunthewolf / contentful_investigation.md
Last active October 2, 2017 08:37
Contentful Investigation

Contentful Investigation

Brief

In order to gather some useful information on how contentful communicates its product to its audience, I will attempt to go from Zero-to-API-Keys on using a part of the Contentful ecosystem starting from their site.

I also intend to log my thoughts and observations during the process.

My first Investigation will be on the premise that I've heard of contentful And I would like to build something on their system.

@outrunthewolf
outrunthewolf / algolia_investigation.md
Last active October 2, 2017 08:44
Algolia Investigation

Algolia Investigation

Brief

In order to gather some useful information on how algolia communicates its product to its audience, I will attempt to go from Zero-to-API-Keys on using a part of the Algolia ecosystem starting from their site.

I also intend to log my thoughts and observations during the process.

My first Investigation will be on the premise that I've heard of algolia and I would like to build something on their system.

@outrunthewolf
outrunthewolf / twilio_investigation.md
Last active October 2, 2017 08:59
Twilio Investigation

Twilio Investigation

Brief

In order to gather some useful information on how twilio communicates its product to its audience, I will attempt to go from Zero to API-Keys on using a part of the Twilio ecosystem starting from their site.

I also intend to log my thoughts and observations during the process.

My first Investigation will be on the premise that I've heard of twilio and I would like to build something on their system.

This is a working document

The Feature

Definition of this document

To outline what a feature is, how a feature grows from Idea, Conception, Birth and through to Adulthood (Iteration).

What is a feature?

Keybase proof

I hereby claim:

  • I am outrunthewolf on github.
  • I am outrunthewolf (https://keybase.io/outrunthewolf) on keybase.
  • I have a public key ASBSVCWkBNmroo-jkzvgEgu83zK5lDw7TZzpQHmZqJFsAQo

To claim this, I am signing this object:

@outrunthewolf
outrunthewolf / howto_authenticate_against_moltin_api.md
Last active December 30, 2015 10:39
How to Authenticate against Moltin API

Series

This constitutes a series of blogs about the Moltin API, an incredible eCommerce > API for developers, using powerful & flexible building blocks with no steep learning curve.


In this post I will explain the different kinds of authentication that Moltin supports, as well as how we can use each of them and what the differences are.

### Keybase proof
I hereby claim:
* I am outrunthewolf on github.
* I am outrunthewolf (https://keybase.io/outrunthewolf) on keybase.
* I have a public key whose fingerprint is F4E9 B160 419A F991 6550 822E D68B D2EB DE3D 508F
To claim this, I am signing this object:
@outrunthewolf
outrunthewolf / gist:3658cef85b8c8d7cca89
Created December 17, 2014 12:35
Laravel DB Read/Write config
<?php
return array(
'connections' => array(
// Postgres
'pgsql' => array(
'driver' => 'pgsql',
'read' => array(
'host' => 'xxxxx-replica.amazonaws.com'
),