title | layout | tags | |
---|---|---|---|
Reginald Braithwaite |
default |
|
This is a repository of essays and presentations by Reginald "raganwald" Braithwaite
<iframe width="560" height="315" src="https://www.youtube.com/embed/uYcAjr2J_rU" frameborder="0" allowfullscreen></iframe>
- about: Reginald "raganwald" Braithwaite
- contact: [email protected]
- code: https://github.com/raganwald
- books: https://leanpub.com/u/raganwald/
- conferences: http://lanyrd.com/profile/raganwald/
-
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear != "2015" %}
- {{ post.title }} {% endunless %} {% endfor %}
- Invent the future, don't recreate the past [39:16]
- I have a good feeling about this [43:15]
- The Rebellion Imperative [1:12:58]
- The Art of the JavaScript Metaobject Protocol
- Part I: Combinators [54:55]
- Part II: Metaobjects [58:06]
- Part III: Adaptors [26:29]
- {{ post.title }} ({{ post.date | date: "%Y" }}) {% endunless %} {% endfor %}
-
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear == "2015" %}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.