Skip to content

Instantly share code, notes, and snippets.

@lisavogtsf
lisavogtsf / furniture.js
Last active October 29, 2020 23:22
dedupe furniture array
// furniture.js -- run in terminal containing file using: node furniture.js
// dedupe objects
// lisavogt.sf@gmail.com
// deduplicate an array of objects by checking for unique nested properties
function dedupeObjects(inputArray) {
let dedupedArray = [];
let referenceLib = {};

Keybase proof

I hereby claim:

  • I am lisavogtsf on github.
  • I am lisavogtsf (https://keybase.io/lisavogtsf) on keybase.
  • I have a public key ASBv_kW2h6nTUi3xiQGP0Wi099p3xGdrVSu1G2DK1pnVCQo

To claim this, I am signing this object:

@lisavogtsf
lisavogtsf / MicroblogLab.md
Last active August 29, 2015 14:05
Microblog Lab Mini-Project Reflections

3 Things we learned:

  • Pull upstream frequently after pull requests are approved
  • Pull upstream and sync locally before making a pull request
  • Semantic UI
  • Recognizing that you're in VIM, and getting out of VIM

To research:

  • Flash Messages
  • More on Polymorphic Associations - routes for comments on comments
  • Circumventing REST Routing when necessary - how do you integrate multiple rest actions into one page