I hereby claim:
- I am theolampert on github.
- I am theolll (https://keybase.io/theolll) on keybase.
- I have a public key whose fingerprint is A177 8196 4009 0D08 3251 51A1 F98B C1E2 7BCF 7D83
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const fs = require('fs'); | |
| const request = require('request-promise'); | |
| const query = `query { | |
| repository(name:"<project>", owner:"<owner>") { | |
| pullRequest(number: 993) { | |
| id | |
| commits(last:250) { |
| Secure sessions are easy, but it's not very well documented, so I'm changing that. | |
| Here's a recipe for secure sessions in Node.js when NginX is used as an SSL proxy: | |
| The desired configuration for using NginX as an SSL proxy is to offload SSL processing | |
| and to put a hardened web server in front of your Node.js application, like: | |
| [NODE.JS APP] <- HTTP -> [NginX] <- HTTPS -> [CLIENT] | |
| To do this, here's what you need to do: |
| import React from 'react'; | |
| import Flickity from 'flickity'; | |
| export default React.createClass({ | |
| getInitialState() { | |
| return { | |
| selectedIndex: 0 | |
| } | |
| }, |
Fancy header example