Skip to content
View mailtoharshit's full-sized avatar
🤔
Always Curious
🤔
Always Curious
Block or Report

Block or report mailtoharshit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. OKTA-SAML-Node OKTA-SAML-Node Public

    NodeJS application demonstrating SAML integration for Single Sign On (SSO) with OKTA

    HTML 11 10

  2. awesome-salesforce awesome-salesforce Public

    A curated list of delightful Salesforce Platform Resources

    703 196

  3. awesome-heroku-commands awesome-heroku-commands Public

    Cheat-Sheet for Heroku commands and more

    8 5

  4. Awesome-Api-Management-Tools Awesome-Api-Management-Tools Public

    Curated List of all your need managing api in your org, in an awesome fashion

    66 18

  5. Develop a RESTful API Using Node.js ... Develop a RESTful API Using Node.js With Express and Mongoose - See: http://pixelhandler.com/blog/2012/02/09/develop-a-restful-api-using-node-js-with-express-and-mongoose/
    1
    var application_root = __dirname,
    2
        express = require("express"),
    3
        path = require("path"),
    4
        mongoose = require('mongoose');
    5
    
                  
  6. FuzzySearch FuzzySearch Public

    Implementing Fuzzy Search with Fuse on open dataset

    HTML