Added Sascha Preibisch YouTube channel to resources
This commit is contained in:
@ -78,7 +78,7 @@
|
|||||||
<li><a href="https://github.com/RestCheatSheet/platform-cheat-sheet#platform-building-cheat-sheet">Platform-Building Cheat Sheet</a> - Everyone wants to build a platform. This GitHub repository is a public receptical of ground rules when building a platform.</li>
|
<li><a href="https://github.com/RestCheatSheet/platform-cheat-sheet#platform-building-cheat-sheet">Platform-Building Cheat Sheet</a> - Everyone wants to build a platform. This GitHub repository is a public receptical of ground rules when building a platform.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>REST API Best Practices</h2>
|
<h2>REST API Best Practices</h2>
|
||||||
<p>Get the <em>RESTful Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p>
|
<p>Get the <em>RESTful Design Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services design into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.pdf">PDF</a> (~306KB)</li>
|
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.pdf">PDF</a> (~306KB)</li>
|
||||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li>
|
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li>
|
||||||
@ -86,10 +86,11 @@
|
|||||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.odt">Source Document in Libre/Open Office format</a> (~48KB)</li>
|
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.odt">Source Document in Libre/Open Office format</a> (~48KB)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Building REST APIs in Java</h2>
|
<h2>Building REST APIs in Java</h2>
|
||||||
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). A microservices framework for Java, RestExpress composes best-of-breed tools to form a lightweight, minimalist Java framework for quickly creating RESTful APIs.</p>
|
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). A lightweight microservices framework for Java, RestExpress composes best-of-breed tools to form a lightweight, minimalist Java framework for quickly creating RESTful APIs.</p>
|
||||||
<h2>Web Resources</h2>
|
<h2>Web Resources</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.youtube.com/user/restapitutorial">REST API Tutorial YouTube Channel</a></li>
|
<li><a href="https://www.youtube.com/user/restapitutorial">REST API Tutorial YouTube Channel</a> - The companion channel where all of the videos for this site live.</li>
|
||||||
|
<li><a href="https://www.youtube.com/channel/UCBSlXL7WCE-MR8uuwurqVKA">Sascha Preibisch YouTube Channel</a> - A great resource on Security; Particularly Oauth2 and OpenID Connect (OIDC).</li>
|
||||||
<li><a href="http://www.toddfredrich.com">Todd Fredrich's Blog</a></li>
|
<li><a href="http://www.toddfredrich.com">Todd Fredrich's Blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.restapitutorial.com/resources.html</loc>
|
<loc>https://www.restapitutorial.com/resources.html</loc>
|
||||||
<lastmod>2015-02-14T12:55:39+00:00</lastmod>
|
<lastmod>2021-01-05T12:55:39+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.restapitutorial.com/index.html</loc>
|
<loc>https://www.restapitutorial.com/index.html</loc>
|
||||||
|
|||||||
Reference in New Issue
Block a user