Skip to content
View Harshakvarma's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Harshakvarma

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. sudheerj/angular-interview-questions sudheerj/angular-interview-questions Public

    List of 300 Angular Interview Questions and answers

    4.1k 2k

  2. Distibuted-Load-Testing Distibuted-Load-Testing Public

    Scalable Load Testing script running in multi regions in AWS EC2

    Python

  3. React-template React-template Public

    React template for landing page and dashboard

    JavaScript 1

  4. mixpanel-data-export-js mixpanel-data-export-js Public

    Forked from michaelcarter/mixpanel-data-export-js

    Mixpanel data export js

    JavaScript

  5. Awesome-BigData Awesome-BigData Public

    List of awesome Big data applications, tutorials and code samples

    6 4

  6. Sequelize example Sequelize example
    1
    module.exports = function(sequelize, Sequelize) {
    2
    
    
    3
    var User = sequelize.define('user', {
    4
    	id: { autoIncrement: true, primaryKey: true, type: Sequelize.INTEGER},
    5
    	firstname: { type: Sequelize.STRING,notEmpty: true},