Skip to content
View naveen-mehta's full-sized avatar

Block or report naveen-mehta

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. devtraining-needit-quebec devtraining-needit-quebec Public

    Forked from ServiceNow/devtraining-needit-quebec

    This repository is used by the developer site training content, Paris release. It is used for the Build the NeedIt App, Scripting in ServiceNow, Application Security, Importing Data, Automating App…

  2. employee-profiles employee-profiles Public

    Mobile responsive full-stack application built using ReactJS (frontend) and PHP (backend API). The PHP API was built as a part of this project. The Laravel framework was used for the backend server.

    JavaScript

  3. survey-app survey-app Public

    Dummy Survey Application built using React, Hooks, Context API, Styled components etc.

    JavaScript

  4. debooger-issue-tracker debooger-issue-tracker Public

    Bug tracker tool built using Ruby, Sinatra, PostgreSQL, BCrypt etc.

    HTML

  5. princes-theatre princes-theatre Public

    Used server side rendering. Used 2 APIs, built in Ruby, Javascript for filtering, RSpec framework for test scripts.

    Ruby

  6. CS to update field status and displa... CS to update field status and display info banner
    1
    function onChange(control, oldValue, newValue, isLoading, isTemplate) {
    2
        if (isLoading || newValue === '') {
    3
            return;
    4
        }
    5