Skip to content

Instantly share code, notes, and snippets.

View DeBraid's full-sized avatar

Derek Braid DeBraid

View GitHub Profile
@DeBraid
DeBraid / get-most-recent-entires.sql
Created August 26, 2021 19:31
PSQL: get most recent inventory given product ids
SELECT
createdon
FROM
inventory
WHERE
productid in(
SELECT
id FROM product
WHERE
verified = FALSE
@DeBraid
DeBraid / .block
Created January 26, 2020 16:04 — forked from aldgagnon/.block
d3-ontario-wmu-map
license: gpl-3.0
height: 950
scrolling: no
border: yes

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

What I Wish I'd Known About Equity Before Joining A Unicorn

Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.

This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would

@DeBraid
DeBraid / style_guide.md
Created January 17, 2017 22:55 — forked from dominictarr/style_guide.md
style guide

High level style in javascript.

Opinions are like assholes, every one has got one.

This one is mine.

Punctuation: who cares?

Punctuation is a bikeshed. Put your semicolons, whitespace, and commas where you like them.

@DeBraid
DeBraid / _.md
Last active August 29, 2015 14:11
Tree packed canopy at start
@DeBraid
DeBraid / _.md
Created December 8, 2014 21:38
d3js tree with packed canopy
@DeBraid
DeBraid / _.md
Last active August 29, 2015 14:10
d3js tree with packed canopy
@DeBraid
DeBraid / _.md
Last active August 29, 2015 14:10
droplet