Skip to content

Instantly share code, notes, and snippets.

View pacso's full-sized avatar
🤓
React Native at work ... Ruby on Rails at home

Jon Pascoe pacso

🤓
React Native at work ... Ruby on Rails at home
  • Mettle (RBS / NatWest)
  • London, UK
View GitHub Profile
require 'benchmark/ips'
def products
[
{"dt" => "2016-01-01",
"quantity" => 122,
"amount" => 123000
},
{"dt" => "2016-01-02",
"quantity" => 97,
### Keybase proof
I hereby claim:
* I am pacso on github.
* I am pacso (https://keybase.io/pacso) on keybase.
* I have a public key whose fingerprint is BC43 A214 EBC6 3EA7 15D6 FA8F 0E3E D282 85B7 E26F
To claim this, I am signing this object:
@pacso
pacso / Pure-CSS-process-steps.markdown
Created August 8, 2014 11:43
A Pen by Jon Pascoe.

Pure CSS process steps

A pure CSS implementation of arrowed steps with distinct states for complete / active / and pending steps. A drop-shadow provides clear visual indication on the currently active step.

A Pen by Jon Pascoe on CodePen.

License.