Skip to content

Instantly share code, notes, and snippets.

View hfaerber's full-sized avatar

Heather Faerber hfaerber

  • Denver, Co
View GitHub Profile

Outreach & Networking Plan

As we've discussed, meeting people, forming relationships, and having conversations are the key pieces to getting your foot in the door at any company. It's important to be proactive in your approach to outreach and networking, so it's necessary to make a plan for what you'll try to further your networking.

Identify a contact you will reach out to by the end of this module. This could be a mentor, alum, or anyone from your current network. Describe:

Who your contact is, why you want to connect with them, and what you want to talk about

I've reached out to Tyler Merry at Motley Fool. He's an old family friend from high school who had been working in the industry out here for some time. I want to talk to him about the different positions he's held at different companies and what has made each position or company great or lacking.

Schedule

Tues: stay until 5pm Wed: play it by ear Thurs: play it by ear Friday: Maybe quick touch base to make sure we have a plan but not really diving into anything. Saturday: H can't work AFTER 3:30 - Maybe planning on working 11am - 3 or so.
Sunday: wide open

Communication

@hfaerber
hfaerber / gist:afda97aeba8e4db1a0f8a06d38165e70
Last active January 29, 2020 01:40
MOD 4 - SQL, EXPRESS, KNEX

EXPRESS

Express Documentation Link

Install/Init
mkdir pet-box && cd pet-box
npm init --yes
npm i express --save
touch server.js
Import/require/basic code
FE and BE labels
Clear Columns and process
- Expectations:
- how much work we want to do each day
- how do divide up work
- C prefers remote
- H prefers at school
- Stand up - At the beginning of work time

How to use a new tab to capture incoming responses on a google form while saving the old responses in a tab.

  • Open the google form
    • Click Responses

    • Click the ants-on-a-log menu (in the response sheet area, not the very top right corner of the page)

      • Click Delete All Responses. Click Ok on the pop up.
    • Click the ants-on-a-log menu AGAIN

      • Click Select Response Destination
  • Choose Select Existing Spreadsheet option. Click Select

Build an IdeaBox (React Funtimes!)

Spend some time today building a simple React application.

Your app should include:

  • Functional and Class components
  • A controlled form or two that allows user to render elements to the page

You can also include some of the following (choose which you need more practice with!):

  • Routing