Skip to content

Instantly share code, notes, and snippets.

View ivanhular's full-sized avatar
🏀
Just keep working hard. Invest your time wisely. Don't be afraid to fail.

ivan hular ivanhular

🏀
Just keep working hard. Invest your time wisely. Don't be afraid to fail.
View GitHub Profile
Visual Studio 2017
Test Professional:
VG622-NKFP4-GTWPH-XB2JJ-JFHVF
Professional:
KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
4F3PR-NFKDB-8HFP7-9WXGY-K77T7
Enterprise:
NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
@ivanhular
ivanhular / Vim.md
Last active March 20, 2024 03:57
vim notes
@ivanhular
ivanhular / installing-node-with-nvm.md
Created March 24, 2023 15:21 — forked from d2s/installing-node-with-nvm.md
Installing Node.js to Linux & macOS & WSL with nvm

Installing Node.js with nvm to Linux & macOS & WSL

A quick guide on how to setup Node.js development environment.

Install nvm for managing Node.js versions

nvm allows installing several versions of Node.js to the same system. Sometimes applications require a certain versions of Node.js to work. Having the flexibility of using specific versions can help.

  1. Open new Terminal window.
@ivanhular
ivanhular / curl.md
Last active June 24, 2022 10:19 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@ivanhular
ivanhular / enzyme_render_diffs.md
Created March 18, 2022 08:00 — forked from fokusferit/enzyme_render_diffs.md
Difference between Shallow, Mount and render of Enzyme

Shallow

Real unit test (isolation, no children render)

Simple shallow

Calls:

  • constructor
  • render