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

Block or report NayabSiddiqui

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. nayabsiddiqui.tech nayabsiddiqui.tech Public

    Source code for my website theme.

    Handlebars

  2. alfred alfred Public

    Slackbot for running office errands

    JavaScript 1

  3. alfred-manages-leave alfred-manages-leave Public

    A CQRS and EventSourced driven leave management api

    Scala 1 1

  4. Axios POST example to illustrate dow... Axios POST example to illustrate downloading of PDF from a REST api. Answer to the Stackoverflow question [Download binary file with Axios](https://stackoverflow.com/questions/49040247/download-binary-file-with-axios)
    1
    axios.post("http://localhost:8080/reports/proposal-summary/",
    2
                payload,
    3
                {
    4
                    responseType: 'arraybuffer',
    5
                    headers: {
  5. CodingStandards CodingStandards Public

    Forked from jonathanfmills/CodingStandards

    jshint and jscs files

  6. MultiVision MultiVision Public

    test application built on MEAN stack

    JavaScript