Skip to content

Instantly share code, notes, and snippets.

View szabi84's full-sized avatar

szabi84 szabi84

  • Botium Wien
  • Győrújbarát
View GitHub Profile
@szabi84
szabi84 / ultimate-ut-cheat-sheet.md
Created July 22, 2019 08:25 — forked from peter-asztalos/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies


@developius
developius / README.md
Last active July 14, 2024 15:45
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "your_email@example.com"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings (https://github.com/settings/keys).

Test SSH key:

@magnetikonline
magnetikonline / README.md
Last active February 14, 2024 08:21
Nginx embedded variables.