title | layout | tags | recent | years | older | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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/3t75HPU2c44" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
JavaScript Combinators, the “six” edition from DevDay 2016.
☕️ JavaScript Allongé, The "Six" Edition
☕️ An antiquarian edition of CoffeeScript Ristretto
-
{% for oldyear in page.recent %}
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear != oldyear %}
- {{ post.title }} ({{ post.date | date: "%Y" }}){% if post.tags contains "wip"%} {% endif %} {% endunless %} {% endfor %} {% endfor %}
{% for sectionyear in page.years %}
-
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear != sectionyear %}
- {{ post.title }}{% if post.tags contains "wip"%} {% endif %} {% endunless %} {% endfor %}
{% endfor %}
-
{% for oldyear in page.older %}
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear != oldyear %}
- {{ post.title }} ({{ post.date | date: "%Y" }}) {% endunless %} {% endfor %} {% endfor %}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License except where copyright is otherwise asserted.