I hereby claim:
- I am martinstannard on github.
- I am martinstannard (https://keybase.io/martinstannard) on keybase.
- I have a public key whose fingerprint is DAFB 626A A7D7 E93B 5A2E A14A 2E2A 15D1 8428 59C9
To claim this, I am signing this object:
each thing in things | |
App.ListView content=thing | |
or | |
{{#each thing in things}} | |
{{App.View content=thing}} | |
{{else}} | |
<p>Sorry, no things are available.</p> | |
{{/each}} |
# component | |
WF.MediaPlayerComponent = Ember.Component.extend | |
tagName: 'div' | |
classNames: ['media-player-element'] | |
# template |
I hereby claim:
To claim this, I am signing this object:
Another graphing test for Dimple
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
}); |
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName:'Ember Twiddle' | |
}); |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: 🔑 Felony (PGP made easy) v0.0.1 | |
Comment: 👀 How do I use this? --> http://felony.io 😉 | |
xsBNBFd7EfIBCADHt3RcQx9JOa/TOG0xuyDyEweAdXIwpxqUeCuvEVLqV5y3 | |
Fw2MBNnC6jIvPEGtLoR/MPd7sxbY62/xnA2egB75yeKTlHfTTD50Py7V4JuD | |
0nEVS6IvLadzRAkdJ8w6J35QO7Ya2XC14WMckGU5F891UqAFLdP42CG5JWef | |
l6wXdTqQqNESzlQmDqJVKnN8wygteY1S2Cw8B3dbCEu77JDEAIU8EaenrniY | |
N5JmKvolZc+jAJuM4WOiwuhzjTCSg+EK4XqJQN0iGyVaI3soqzn15kPZt+2X | |
npzPboGi9FrjD/H3hcS8x0jjjdoa/JVkmwYSgA8mXv6rrWnUasc2CH5lABEB |
Blake e-Learning is looking for Elixir developers. We've been using Elixir in prod for about 6 months | |
now for a couple of services, and have enjoyed the development experience and performance of the new systems. | |
Our next targets are some higher volume apps, where we will be replacing Rails APIs with Elixir. | |
We're looking for 2 or 3 developers to join us. | |
What you'll be doing: | |
* Building robust and scalable applications and services in Elixir | |
* Participating in the software design process |
GA Interview Questions | |
Ruby | |
* What is a class? | |
A class is the blueprint from which individual objects are created. | |
* What is a module? | |
A namespaced collection of functions, typically used for mixins | |
* What does a ||= 1 do? |