## Introducing Jets
## 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 %}