Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/podcasts/podcasts-tag-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="lower-box">
<h3><a href="{{ entry.url }}">{{ entry.name }}</a></h3>
<ul class="post-meta">
<li><span class="icon fa fa-clock-o"></span>{{ entry.date | date: "%b %d, %y" }}</li>
<li><span class="icon fa fa-clock-o"></span>{{ entry.modified | date: "%b %d, %y" }}</li>
</ul>
<div class="text">{{ entry.description | truncate: 395 | strip_html }}</div>
<strong>Podcast:</strong> <a href="{{ website_url }}" target="_blank">{{ website_url }}</a>
Expand Down
22 changes: 22 additions & 0 deletions _podcasts/api-intersection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: API Intersection
description: <p><span>Jason Harmon and Adam DuVander bring over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.</span></p><p>Tune in to the new API Intersection podcast to hear from industry experts about how to save time, save money, and grow your business.</p><p>In the API Intersection, you'll learn from experienced API practitioners who transformed their organizations and get tangible advice to build quality APIs with collaborative API-first design. They'll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new APIs), Platform Transformation (culture, internal education, versioning) and more.</p>
image: http://api.specificationtoolbox.com/images/podcasts/api-intersection.png
tags:
- Podcast
- Design
- strategy
- Digital Trasformation
created: "2021-04-21"
modified: "2021-04-21"
url: http://api.specificationtoolbox.com/podcasts/apis-intersection/
specificationVersion: "0.14"
apis: []
x-common:
- type: x-website
url: https://stoplight.io/podcast/
maintainers:
- FN: Frank Kilcommins
x-twitter: fkilcommins
email: fkilcommins@gmail.com
...
4 changes: 4 additions & 0 deletions _tags/digital-transformation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Digital Transformation
featured: false
---
4 changes: 4 additions & 0 deletions _tags/strategy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Strategy
featured: false
---
Binary file added images/podcasts/api-intersection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions podcasts/add/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<div class="inner-box">
<div class="upper-box">
<ul class="breadcrumb-bar">
<li><a href="#">Home</a></li>
<li>Podcasts</li>
<li><a href="/">Home</a></li>
<li><a href="/podcasts/"></a>Podcasts</li>
<li>Add or Update</li>
</ul>
<h2>Add or Update Podcasts in the Toolbox</h2>
Expand Down