Skip to content

Instantly share code, notes, and snippets.

@alexlafroscia
alexlafroscia / promise-proxy-array.js
Created May 28, 2015 17:44
Ember Promise Proxy Array
import Ember from 'ember';
/**
* Promise Proxy Array
* Custom Array class that, given a promise, will represent an empty array prior to promise resolution and the promise
* content after resolution.
*
* Example usage:
*
* const promise = this.store.get('users');
@stettix
stettix / things-i-believe.md
Last active July 10, 2024 23:00
Things I believe

Things I believe

This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.

Agree? Disagree? Feel free to let me know at @JanStette. See also my blog at www.janvsmachine.net.

Fundamentals

Keep it simple, stupid. You ain't gonna need it.