Match and project pipeline

Sdílet
Vložit
  • čas přidán 23. 12. 2023
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdotcom
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...
  • Zábava

Komentáře • 38

  • @user-ip1ow4of7u
    @user-ip1ow4of7u Před 7 měsíci +6

    THESE playlist really needs attention, those who want to learn mongoDB query in depth

  • @reginatoronto
    @reginatoronto Před měsícem

    This tutorial is better than many paid tutorial. Kudos and Respect to Hitesh bhai

  • @Maniish.pandey
    @Maniish.pandey Před 7 měsíci +4

    This is the first video on mongoDb i am watching ever and i am already feeling comfortable and interested, maybe because of Hitesh. I'll start this after React series, Cheers bhaisaab !!🍵

  • @golubhattuk01
    @golubhattuk01 Před 4 měsíci +1

    wonderfull playlist glad to watch it earlier than many other people

  • @aashutoshchouhan9783
    @aashutoshchouhan9783 Před 5 měsíci

    Tremendous work u have done, glad to gain knowledge from you sir

  • @ridamsinghal1073
    @ridamsinghal1073 Před 7 měsíci +3

    Sir, your this series is helping me a lot in understanding the backend video on your chai aur code channel

  • @jayjaayjaaay94
    @jayjaayjaaay94 Před 5 měsíci

    thank you, keep making video for intermediate topics as this

  • @MuhammadYasir-cl4jp
    @MuhammadYasir-cl4jp Před 6 měsíci

    Great Video sir

  • @saptathirtachoudhury4158
    @saptathirtachoudhury4158 Před 2 měsíci

    This series is awesome Sir ji😍

  • @avijitdas9089
    @avijitdas9089 Před 7 měsíci

    Waiting😍😍

  • @user-ke1vg7os1o
    @user-ke1vg7os1o Před 7 měsíci

    Thank You sir.....

  • @asmittyagi6250
    @asmittyagi6250 Před 3 měsíci +1

    Gracias, señor

  • @anandshinde0358
    @anandshinde0358 Před 4 měsíci

    Thank you sir ❤❤❤

  • @leeladharsuthar2152
    @leeladharsuthar2152 Před 7 měsíci

    Thank you sir

  • @aruproy2983
    @aruproy2983 Před 7 měsíci

    Happy Christmas sir 🎄

  • @mrgtxgamerz1
    @mrgtxgamerz1 Před 3 měsíci +1

    Hindi to English , jha v jaaoge hme hi paaoge😀

  • @third-eye1196
    @third-eye1196 Před 5 měsíci

    thanks bro

  • @jk-sm6qr
    @jk-sm6qr Před 6 měsíci

    Thanks

  • @vikasmenghani2477
    @vikasmenghani2477 Před 6 měsíci +1

    sir, i am still confused between $count and $sum, will you please make a separate video for the difference

  • @erpchannel007
    @erpchannel007 Před 5 měsíci

    🖤🖤🖤

  • @rajumandapalli9508
    @rajumandapalli9508 Před 17 dny

    In grouping used sum for the count but here match used count operator what is the difference btw them

  • @asmittyagi6250
    @asmittyagi6250 Před 3 měsíci +1

    🙏🏻🙏🏻🙏🏻🙏🏻

  • @tasnimalam6881
    @tasnimalam6881 Před 3 měsíci

    👍👍🤟

  • @sobhansahoosubh3873
    @sobhansahoosubh3873 Před 2 měsíci

    yaa why his video is not popular

  • @dhruvdhuria1625
    @dhruvdhuria1625 Před 2 měsíci

    ♥♥♥♥

  • @usamakhurshid6625
    @usamakhurshid6625 Před 7 měsíci +1

    sir can i get a help from you 😓. stuck in creating a pipeline

  • @munna5553
    @munna5553 Před 7 měsíci

    Ye beyond the webdev h ye course interview me agg lgane ke liye kafi hai

  • @rishiraj2548
    @rishiraj2548 Před 7 měsíci

    Good evening

  • @LearnCoders
    @LearnCoders Před 7 měsíci +1

    Good evening sir

  • @user-zj7vd9lc5l
    @user-zj7vd9lc5l Před 3 měsíci

    Hello Sir,
    For finding out no. of users having tags='enim'. Can we do below pipeline?
    [
    {
    $unwind: "$tags"
    },
    {
    $match: {
    tags: "enim"
    }
    },
    {
    $count: 'EnimTagsCount'
    }
    ]
    It is giving me result 63 whereas using your approach we are getting 62. Please Reply back.

    • @AnandKumar-og8bu
      @AnandKumar-og8bu Před 11 dny

      It is because this will unwind the document for every tag present in the document. and if there is two enim, it will do it 2 times, and then if you count after that with match enim, it will count one extra.
      I have found one document which have enim repeated 2 times in tags
      {
      "_id": {
      "$oid": "6696a3720b670603575add57"
      },
      "index": 916,
      "name": "Katheryn Finch",
      "isActive": true,
      "registered": {
      "$date": "2017-02-11T09:25:44.000Z"
      },
      "age": 30,
      "gender": "female",
      "eyeColor": "green",
      "favoriteFruit": "banana",
      "company": {
      "title": "NETERIA",
      "email": "katherynfinch@neteria.com",
      "phone": "+1 (981) 431-2801",
      "location": {
      "country": "Italy",
      "address": "164 Harbor Lane"
      }
      },
      "tags": [
      "elit",
      "ullamco",
      "enim",
      "enim",
      "consequat"
      ]
      }

  • @sam_sharma24
    @sam_sharma24 Před měsícem

    goldmine

  • @patelronak153
    @patelronak153 Před 5 měsíci