Skip to content

Instantly share code, notes, and snippets.

The easier you make your LinkedIn resume to read, the more likely people are to like it. People skim LinkedIn resumes. So don't try to write down everything.

LinkedIn ranks you based on how much of your profile is complete. LinkedIn ignores you until your profile is 100% complete. You don't show up on searches, and you basically get left out in the cold. This is because LinkedIn does not want to show your profiles.

  • Your profile picture should look professional. "Don't stand in your driveway and wear a suit."

  • You want your LinkedIn profile picture to be the same on every account.

  • Your professional headline: LinkedIn uses this headline as a major part of this search. It automatically puts the title of your last job as your headline. CHANGE IT.

@SpraggleRock
SpraggleRock / 0.2.1-boggle_class_from_methods.rb
Last active January 2, 2016 04:39 — forked from dbc-challenges/0.2.1-boggle_class_from_methods.rb
phase 0 unit 2 week 1 boggle class challenge
class Die
def initialize(labels)
@labels = labels
end
def sides
@labels.length
end
def roll