Skip to content
View balindersingh's full-sized avatar
Block or Report

Block or report balindersingh

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 Loading

  1. salesforce-deploy salesforce-deploy Public

    Dockerfile 1

  2. automated-testing automated-testing Public

    Testing selenium automation written in c#

    C#

  3. Sample-pipeline-code Sample-pipeline-code
    1
    
                  
    2
    # image:  if want to use custom docker image. The recipe in dockerhub
    3
    resources:
    4
      containers:
    5
      - container: mycustomimage
  4. Sample module for test coverage article Sample module for test coverage article
    1
    var _MyModule = {};
    2
    // public function
    3
    _MyModule.Add = function (a, b) {
    4
        // your code here
    5
        return parseFloat(a) + parseFloat(b);
  5. dotnetcore-webapp-getting-started-using-sql-in-docker dotnetcore-webapp-getting-started-using-sql-in-docker Public

    a getting started dotnetcore web app using SQL server in docker hosted on Mac

    C#