Skip to content

Instantly share code, notes, and snippets.

View martinstannard's full-sized avatar
🏠
working from home

Martin Stannard martinstannard

🏠
working from home
View GitHub Profile
@martinstannard
martinstannard / API.md
Created March 2, 2020 23:40 — forked from iros/API.md
Documenting your REST API

Title

<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?
@martinstannard
martinstannard / elixir devs
Last active July 11, 2016 01:53
Blake elixir job ad
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({
});
@martinstannard
martinstannard / README.md
Last active August 29, 2015 14:09
Dimple.js for student graph

Another graphing test for Dimple

@martinstannard
martinstannard / README.md
Last active August 29, 2015 14:09
Dimple.js test

testing dimple.js

Keybase proof

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:

# component
WF.MediaPlayerComponent = Ember.Component.extend
tagName: 'div'
classNames: ['media-player-element']
# template