Skip to content

Instantly share code, notes, and snippets.

Salary Negotiation Strategies

Meetup at Runway.js, Feb 27, 2018

The Panel

  • Mabel Chan, Co-founder, Albert's List
  • Artur Meyster, Founder, Breaking into Startups
  • Erin Wilson, Co-founder, Talent Engineer, Hirepool.io
  • Abbie Isidro, Creative and Marketing Recruiter - Beauty, Aquent
  • Noah Wisna, Head of Talent and Operations, 10 x 10
@bonnie
bonnie / thursday_instruction.md
Last active June 5, 2018 22:37
Plan and links for Thursday's Algorithms / Data Structures instruction
@bonnie
bonnie / README.md
Last active November 23, 2017 06:09
Foundations -> Practice Live Code Practice Challenge

Foundations -> Practice practice challenge

Notes on this Practice challenge (please read carefully)

  • This is intended to give you an idea of the type of tasks you will be asked to do for the live coding interview.

  • You may choose either Pug or EJS as a template engine (here and in the live coding interview).

  • The live coding interview will have all the same sections as this practice exam, but the exact tasks will vary. For example, you might be asked to:

  • write a different kind of SQL query

@bonnie
bonnie / placeholder.txt
Created November 23, 2017 02:06
Foundations -> Practice Live Code Practice Challenge
just a placeholder file for now
@bonnie
bonnie / README.md
Created November 23, 2017 02:00
Foundations -> Practice Live Code Practice Challenge

test

@bonnie
bonnie / update_attributes.php
Last active August 29, 2015 14:24
Editing Custom Attributes via the update_attributes End Point
<?php
$secret_key = YOUR_SECRET_KEY_HERE;
$uuid = YOUR_UUID_HERE;
$endpoint = '/data/customer/update_attributes.json';
$email = "[email protected]";
$url_data = array(
"uuid" => $uuid,
"email" => $email
@bonnie
bonnie / enroll_custom_attributes.php
Last active August 29, 2015 14:24
Setting Custom Attributes via the enroll End Point
<?php
$secret_key = YOUR_SECRET_KEY_HERE;
$uuid = YOUR_UUID_HERE;
$endpoint = '/api/enroll.json';
$email = "[email protected]";
echo $email . "<br><br>";
$url_data = array(
"uuid" => $uuid,
@bonnie
bonnie / batch_api.php
Last active August 29, 2015 14:21
PHP batch_api example
<?php
/* general constants for the account and end point */
$UUID = "ABCDEF123456";
$SECRET_KEY = "ABCDEFGHIJKLMNO1234567890123456";
$SERVER = 'https://api-stage.500friends.com';
$ENDPOINT = '/batch_api';
/* create hash for post data */
$post_data = array(
<script src="https://d3aa0ztdn3oibi.cloudfront.net/javascripts/ff.loyalty.widget.js" type="text/javascript"></script>
<iframe id="ff_member_iframe" style="width:769px;height:1045px;border:0" frameBorder="0"></iframe>
<script type="text/javascript">
_ffLoyalty.initialize( "YOUR_ACCOUNT_ID" );
_ffLoyalty.loadIframe({ email: "CUSTOMER_EMAIL", auth_token: "AUTH_TOKEN"});
</script>