<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| 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? |
| 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 |
| -----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 |
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName:'Ember Twiddle' | |
| }); |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| }); |
Another graphing test for Dimple
I hereby claim:
To claim this, I am signing this object:
| # component | |
| WF.MediaPlayerComponent = Ember.Component.extend | |
| tagName: 'div' | |
| classNames: ['media-player-element'] | |
| # template |