-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #933 from disneystreaming/learning-resources-page
Add "learning resources" page
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
sidebar_label: Learning resources | ||
title: Learning resources | ||
--- | ||
|
||
Here's a list of some useful learning resources for Smithy and Smithy4s: | ||
|
||
## Text | ||
|
||
- [Smithy homepage](https://smithy.io) | ||
- [Smithy4s fullstack (blogpost series)](https://blog.indoorvivants.com/2022-06-10-smithy4s-fullstack-part-1) | ||
- [An intro to codegen with AWS Smithy](https://medium.com/@kgilmer/an-intro-to-codegen-with-aws-smithy-setup-98dca1f589fe) | ||
|
||
## Videos | ||
|
||
- [Scaling APIs with Smithy](https://youtu.be/3GpZzu4guTE) | ||
- [Pain-free APIs with Smithy4s](https://www.youtube.com/watch?v=LvCDzDYfgsI) | ||
- [Revisiting visitors: a talk about generalising serialisation](https://youtu.be/kvBX9u6uRaE) |