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

Block or report dushyant89

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. logs-monitoring logs-monitoring Public

    Java monitoring application which parses an incoming stream of HTTP Logs for useful metrics and alerts

    Java 2 1

  2. vue-webpack vue-webpack Public

    Boilerplate for vue single file components with webpack

    JavaScript 24 13

  3. Raft Raft Public

    This repository contains project assignments for the course Cloud Computing (CS 733), IIT Bombay

    Go 20 4

  4. raft-angular raft-angular Public

    Angular implementation for RAFT

    TypeScript 7 6

  5. NPM Dependency types NPM Dependency types
    1
    ### NPM dependency types comparison
    2
    
                  
    3
    Compiled a list of differences between different types of dependencies supported by NPM. If you are someone like who doesn't change `package.json` often but needs something for a quick reference then the below table might be helpful.
    4
    
                  
    5
    
                  
  6. Angular 2 How to communicate between... Angular 2 How to communicate between parent, children or sibling components; Input from Parent; Services
    1
    import { NgModule } from '@angular/core';
    2
    import { BrowserModule } from '@angular/platform-browser';
    3
    import { FormsModule } from '@angular/forms';
    4
    import { ParentComponent } from './app.parent.component';
    5
    import { ChildComponent } from './child.component';