Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/89.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (15 sloc)
1.25 KB
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
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "John P. Kennedy" | |
| talk_title: "How to build bulletproof integrations" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Web & Databases" | |
| talk_abstract: "Integrating with third-party services can be challenging. Network connections, API endpoints, and third-party Python client packages are often unreliable or poorly documented. Debugging production problems can be difficult because reproducing the issue is timeconsuming. In this presentation, I will share expertise learned from years of from building and maintaining integrations with 60+ services, including Salesforce, Intercom, HubSpot, Zendesk, Xero, NetSuite, and others." | |
| about_author: "I’m a senior engineering manager that helps software companies build great teams and great software. I have 20 years of engineering and product management experience. I launched 2 SaaS products and managed an enterprise software product with annual revenue exceeding $100M. I hire and coach great people. I also write Python code." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Concert Hall" | |
| - "**Begin time:** 15:00" | |
| - "**Duration:** 25 minutes" |