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
5 Things That Most Excite Me | |
1. Work with people to figure out if Zapier can solve a particular workflow or integration challenge they have | |
2. Act as a dedicated rep for a handful of key customers to ensure their success using Zapier | |
3. Work with the product team to develop a new feature based on feedback from customers | |
4. Work with 3rd party partners to track down a tricky situation for a joint customer | |
5. Create video tutorials to help teach users a specific feature or use case | |
5 Things That Least Excite Me |
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
<html> | |
<body> | |
<p> Jeff Buckley is playing on the radio, and I like it. </p> | |
<p> It's John's birthday. He's so old! </p> | |
<?php print 'Jerad said, "Awesome!" in response to my last assignment.'; ?> |
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
<html> | |
<body> | |
<p> Jeff Buckley is playing on the radio, and I like it. </p> | |
<p> It's John's birthday. He's so old! </p> | |
<?php print 'I am using the print statement to print out a string. I think. Is this a string?'; ?> |