Skip to content

Instantly share code, notes, and snippets.

View serhiiminin's full-sized avatar
🏠
Working from home

Serhii Minin serhiiminin

🏠
Working from home
View GitHub Profile
@serhiiminin
serhiiminin / ntlm.js
Created October 4, 2021 13:06 — forked from JoeStanton/ntlm.js
NTLM Authentication with node-fetch
/* eslint-disable no-console */
const https = require('https');
const fetch = require('node-fetch');
const ntlm = require('httpntlm').ntlm;
const keepAlive = new https.Agent({ keepAlive: true });
const handleErrors = (response) => {
if (!response.ok) {

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor
@serhiiminin
serhiiminin / README.md
Last active February 23, 2018 10:18 — forked from iamstarkov/README.md
hackernews pwa checklist

hackernews pwa checklist

  • top stories index page
  • header and footer
  • pagination
  • post page
  • comments to post
  • more information about the post itself
  • user page
  • New, Top and Best Stories