Skip to content
View sourabhbagrecha's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report sourabhbagrecha

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
sourabhbagrecha/README.md

Hi there ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on: Node.js, MongoDB, GraphQL

๐ŸŒฑ Iโ€™m currently learning: TypeScript

๐Ÿ˜„ Pronouns: He/Him/His

trophy

๐Ÿ“ซ How to reach me:

Pinned

  1. crowdfunding-using-ethereum crowdfunding-using-ethereum Public

    The application is capable of creating campaigns and people can contribute to that particular campaign. Each campaign will have a corresponding manager which can create requests to withdraw funds fโ€ฆ

    JavaScript

  2. realm-aggregate realm-aggregate Public

    A JavaScript library for React Native based mobile apps that brings offline analytics capabilities on top of data provided by Realm JS SDK.

    TypeScript 8

  3. dsa-go-lang dsa-go-lang Public

    Data Structures and Algorithms with Go (GoLang)

    Go 1 1

  4. sudoku sudoku Public

    JavaScript 1

  5. how-to-populate-array-of-objectids-i... how-to-populate-array-of-objectids-in-mongoose.js
    1
    const mongoose = require("mongoose");
    2
    
                  
    3
    const claimSchema = mongoose.Schema({
    4
      billed_insurances: [
    5
        { type: mongoose.Schema.Types.ObjectId, ref: "Insurance" },
  6. expengo expengo Public

    Build a full-stack app using MongoDB Realm GraphQL (without worrying about servers at all)

    JavaScript 13 14