Sha256: a83aa75b110d818fd21660019653527937210c293debe174df02199cf148a954
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
## Introducing Jets <div class="video-box"><div class="video-container"><iframe src="https://www.youtube.com/embed/17Y3AJl9dw4" frameborder="0" allowfullscreen=""></iframe></div></div> ## Jets Introduction Series Introductions are focused on AWS fundamental essentials. {% assign posts = site.data.intro_series %} {% for post in posts %} * [{{ post.title }}]({{ post.url }}){% endfor %} ## Jets Tutorial Series Tutorials are focused on Jets fundamentals. {% assign posts = site.data.tutorial_series %} {% for post in posts %} * [{{ post.title }}]({{ post.url }}){% endfor %} ## Jets Articles Articles, tutorials, and demos on Jets. {% assign posts = site.data.articles %} {% for post in posts %} * [{{ post.title }}]({{ post.url }}){% endfor %} ## Tutorials * [HTML ActiveRecord Tutorial]({% link _docs/crud-html-activerecord.md %}) * [JSON ActiveRecord Tutorial]({% link _docs/crud-json-activerecord.md %}) ## Videos {% assign posts = site.data.video_playlists %} {% for post in posts %} * [{{ post.title }}]({{ post.url }}){% endfor %}
Version data entries
7 entries across 7 versions & 2 rubygems