Skip to content

Instantly share code, notes, and snippets.

View orahul1's full-sized avatar
:shipit:
Focusing

Rahul Raveendran orahul1

:shipit:
Focusing
View GitHub Profile
@orahul1
orahul1 / ultimate-ut-cheat-sheet.md
Created April 15, 2020 20:14 — forked from yoavniran/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


@orahul1
orahul1 / angular-docs.md
Created April 3, 2020 20:24 — forked from kapunahelewong/angular-docs.md
Contributing to the Angular docs

Make sure you've read the Angular.io CONTRIBUTING.md before starting out.

Angular.io local setup

Follow these steps when you are setting up the repo locally for the first time and would like to view your changes in the browser as you edit.

  1. Fork angular/angular.

In terminal:

@orahul1
orahul1 / media-query.css
Created September 25, 2019 16:41 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@orahul1
orahul1 / CountryCodes.json
Last active July 20, 2019 17:27 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"