Skip to content
View ramandeep-singh-1983's full-sized avatar
💭
Seems like a case of the Mondays Peter!
💭
Seems like a case of the Mondays Peter!
Block or Report

Block or report ramandeep-singh-1983

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. ngx-powerbi ngx-powerbi Public

    TypeScript library for embedding Power BI assets (reports/dashboards/tiles) in your application. This TypeScript library is built on top of the official powerbi-client library provided by Microsoft.

    TypeScript 36 21

  2. Sample node.js server code for Keycl... Sample node.js server code for Keycloak based authentication
    1
    var Keycloak = require('keycloak-connect');
    2
    var fs = require('fs');
    3
    var express = require('express')
    4
    var session = require('express-session');
    5
    var https = require('https');