Skip to content

Instantly share code, notes, and snippets.

View arushi-bhatt's full-sized avatar
🎯
Focusing

Arushi Bhatt arushi-bhatt

🎯
Focusing
  • Software Developer III at Expedia
  • Delhi,India
View GitHub Profile
@justinph
justinph / nightmare.js
Last active March 29, 2018 17:57
Webpage performance testing with nightmare.js
let Nightmare = require('nightmare');
let harPlugin = require('nightmare-har-plugin');
let options = {
waitTimeout: 1000
};
harPlugin.install(Nightmare);
let nightmare = Nightmare(Object.assign(harPlugin.getDevtoolsOptions(), options));
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active May 19, 2024 17:40
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\