Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View thewoolleyman's full-sized avatar

Chad Woolley thewoolleyman

View GitHub Profile
@thewoolleyman
thewoolleyman / thing-of-the-week.md
Last active October 4, 2019 17:35 — forked from lalunamel/thing-of-the-week.txt
Thing of the week

Thing of the week!

Start meetings or pairing by seeing how folks are doing, feelings-wise

Everybody's got stuff goin' on outside of work. That effects what we've got goin' on inside of work, whether you want it to or not.

Take a moment as you being a meeting or start pairing to check in with folks and see how they're doing.

Notice who you're inviting to stuff and how you invite them.

@thewoolleyman
thewoolleyman / thing_of_the_week.md
Created March 13, 2018 13:36 — forked from lalunamel/thing_of_the_week.md
Thing of the Week blog post

Combating bias and promoting inclusion in the workplace is something we can all agree needs to happen. The question, then, is how?

The way I see it, there are two directions from which change can come: from the top, or from the bottom. Changes from the top come in the form of new HR policies, training, or declarations for more diversity and inclusion work (all of which Pivotal is already doing). Changes from the bottom are a change in culture and a realization that every interaction matters.

What is Thing of the Week?

With

@thewoolleyman
thewoolleyman / stdout_and_stderr_examples.md
Created March 8, 2018 21:48
STDOUT and STDERR examples

helpful one-liner examples for testing STDOUT and STDERR:

Print only stdout: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 2>/dev/null

Print only stderr: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 1>/dev/null

@thewoolleyman
thewoolleyman / how_to_ask_for_help.md
Last active November 15, 2022 17:19
How To Ask For Help

One of the most important things you can learn as a software developer is how to find your own answers. When you are working with unfamiliar technologies, though, sometimes that is hard, and you have to ask questions.

However, you should make sure you have done everything you can to find the answer yourself, and that you ask good questions without wasting the time of people who can help you. Because if you do waste people's time, they won't want to continue helping you.

Here are some references that will help teach you how to find your own answers, and to ask good questions if you cannot find your own answer.

@thewoolleyman
thewoolleyman / haskell_precedence_and_associativity.md
Last active January 6, 2023 12:52
Haskell Precedence and Associativity

Haskell Precedence and Associativity

Operator precedence vs. operator associativity:

Operator Precedence

...describes the nesting order of compound expressions of different operator types.

Operator Associativity

@thewoolleyman
thewoolleyman / github-graphql-commits-by-ref
Last active October 14, 2021 07:21
github-graphql-commits-by-ref
query {
repository(owner: "pivotaltracker", name: "tracker") {
refs(refPrefix: "refs/heads/", first: 100) {
totalCount
pageInfo {
hasNextPage
}
edges {
node {
name
@thewoolleyman
thewoolleyman / spacemacs-cheatsheet.md
Last active April 18, 2017 06:24
Spacemacs Cheatsheet

GUI Menu

  • F10 (linux)

Opening

Directories

  • SPC-f-d (dired-jump)

Searching Projects

Find and Replace