Skip to content

Instantly share code, notes, and snippets.

View jomadoye's full-sized avatar
🏠
Working remotely

Jedidiah Omadoye jomadoye

🏠
Working remotely
  • Lagos, Nigeria
View GitHub Profile
@bradtraversy
bradtraversy / myscript.sh
Last active May 2, 2024 13:59
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active May 6, 2024 12:29
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest