sahul
sahul
  • 15
  • 364 917
Mastering MongoDB Aggregation Pipelines: Focus on $match and $group Stages | Beginner Tutorial
In this video, we dive deep into the fundamental concepts and operations of MongoDB's aggregation framework, with a special focus on the $match and $group stages.
Orders json gist: gist.github.com/SahulXxx/08daedd316dffecc95bac33fc227a8e5
มุมมอง: 67

วีดีโอ

JavaScript Form Validation - EventListeners | HTML and CSS
มุมมอง 9682 ปีที่แล้ว
JavaScript Form Validation using Eventlisteners. In this video we are going to learn how to validate form using eventlisteners especially input event
Uploading an Image using Nodejs and Retrive Image in React | Multer | Mongo db
มุมมอง 53K2 ปีที่แล้ว
In This video we will learn how to upload image using Nodejs with the help of multer package and retrive it on the React App and save image data in the format of Buffer in mongo db #nodejs #multer #Reactjs #mongodb Backend Code: github.com/thisissahulhameed/yt_image_backend Frontend Code: github.com/thisissahulhameed/yt_image_frontend/
Sequelize , MySql and Nodejs | Learn Sequelize ORM by Creating REST CRUD API
มุมมอง 12K2 ปีที่แล้ว
In this video let's learn Sequelize orm by doing CRUD operation using nodejs server and MySql database Download Mysql: www.mysql.com/downloads/ Install Sequelize: npm install sequelize mysql2 source code: github.com/thisissahulhameed/yt-sequelize/
React Speech Recognition | Learn how to do Speech Recognition in React App | Voice to Text
มุมมอง 8K2 ปีที่แล้ว
In this video we are going to learn how to do Speech Recognition in a React application react-speech-recognition: www.npmjs.com/package/react-speech-recognition Do follow me on Instagram: sahulhameed._
Nest Js | Learn NestJs by building CRUD REST APIs using MongoDb
มุมมอง 18K2 ปีที่แล้ว
In this video we are going to learn nest js by building a simple crud rest apis github source code: github.com/thisissahulhameed/yt_nestjs_rest_curd Install Nodejs: nodejs.org/en/download/ Nestjs Documentation: docs.nestjs.com/ Download Postman: www.postman.com/downloads/ MongoDb Atlas: www.mongodb.com/atlas/database
Twilio and Nodejs | How to send SMS Text Messages from Node js
มุมมอง 20K2 ปีที่แล้ว
In This video we are going to learn how to send sms text messages from node js using a third party called twilio Twilio : www.twilio.com/ source code : var sid = "xxxxxxxxxxxxxxxxxxxxxxxxxxx"; var auth_token = "xxxxxxxxxxxxxxxxxxxxxxxxx; var twilio = require("twilio")(sid, auth_token); twilio.messages .create({ from: " 1xxxxxxxxxx", to: " 9199999xxxxxx", body: "this is a testing message", }) .t...
Django Blog Project using Google Authentication | Django Beginner's Project
มุมมอง 4782 ปีที่แล้ว
In this video we are building a Django Blog Project using google authentication , For Google authentication we are using package called django all auth Github repo for this project : github.com/thisissahulhameed/yt_django_blog console.developers.google.com: console.developers.google.com django-all auth docs: django-allauth.readthedocs.io/en/latest/installation.html Django google authentication:...
Djanog Google Authentication | django-allauth | social authentication
มุมมอง 1.6K2 ปีที่แล้ว
Djanog Authentication using Google | django-allauth | social authentication In this video we are going to learn how to do google authenticaion using Django and package called django-allauth and we are developing this project in virtualenvironment Google developer console : console.developers.google.com/ Looking for a good article: dev.to/mdrhmn/django-google-authentication-using-django-allauth-...
Django sending email using Gmail account | How to send email using Django | Python
มุมมอง 9K2 ปีที่แล้ว
Django sending Mail | How to send mail using Django In this video you will learn how to send mail using django which is python framework from your gmail account Stackoverflow : stackoverflow.com/questions/6914687/django-sending-email Temp Mail : temp-mail.org/en/
Nodemailer | Send Email using Nodejs and Nodemailer from Gmail | Gmail
มุมมอง 53K2 ปีที่แล้ว
Send Mail using Nodejs and Nodemailer from Gmail | Nodemailer | Gmail In this video let's learn how to send mail using nodejs with the help of a package called nodemailer Do follow me on Instagram: sahulhameed._
React and Gmaps | how to integrate gmap with react application
มุมมอง 84K2 ปีที่แล้ว
Integrating react app with gmaps #reactjs #reactjsgooglemaps # reactGmaps In this we are going to integrate gmaps with react application Google developer console for getting api for maps: developers.google.com/maps/documentation/javascript/get-api-key npm google-maps-react: www.npmjs.com/package/google-maps-react latitude and longitude calculator: www.latlong.net/convert-address-to-lat-long.htm...
Nodejs Image Upload using Multer | Nodejs and Expressjs and MongoDB
มุมมอง 95K3 ปีที่แล้ว
nodejs image uploading using multer #multer #imageupload #nodejs In this video you will learn how to upload image and save it in mongo db atlas using a package called multer For the code and how to retrive the image on react Check out my new video , This is also same with some extra frontend code 👇 th-cam.com/video/NzROCbkvIE0/w-d-xo.html multer www.npmjs.com/package/multer Do follow me on Inst...
Signup form using Reactjs, Nestjs and MongoDb | Node js | Part-2 | Coding is easy
มุมมอง 3.2K3 ปีที่แล้ว
This is the second part of creating a signup form using Reactjs, Nestjs and Mongo db as the data base . Reactjs frontend framework Nestjs backend framework MongoDb database Reactjs reactjs.org/docs/getting-started.html Nestjs docs.nestjs.com/ Mongodb docs.atlas.mongodb.com// link to part-1 th-cam.com/video/4dmZT8xei8k/w-d-xo.html
Sign up form using Reactjs, Nestjs and mongo db | Node js | Part -1|coding is easy |
มุมมอง 5K3 ปีที่แล้ว
In this video we are gonna build a sign up form using the front end framework Reactjs, back end framework Nestjs, and database Mongodb, This is the first part of the complete video Reactjs front end framework Nestjs back end framework Mongodb database Nodejs nodejs.org/en/ Reactjs reactjs.org/docs/getting-started.html Nestjs docs.nestjs.com/ mongodb docs.atlas.mongodb.com/ axios library www.npm...

ความคิดเห็น

  • @keithkelly5200
    @keithkelly5200 6 หลายเดือนก่อน

    thanks man

  • @agitokeatingtv3270
    @agitokeatingtv3270 6 หลายเดือนก่อน

    I followed the same thing but when i tested on postman i get 404 response . I dont know why

  • @syedbadurudeen5764
    @syedbadurudeen5764 7 หลายเดือนก่อน

    browser not accepting bro

  • @Pradeep-du9cz
    @Pradeep-du9cz 8 หลายเดือนก่อน

    bro , as it asking for payment information even for free trial . any help ???

  • @shekhar_ranjan
    @shekhar_ranjan 8 หลายเดือนก่อน

    Thanks a lot for this video ❤

  • @abhishekkakade6754
    @abhishekkakade6754 9 หลายเดือนก่อน

    it is 2 years old but still helps. this method works for me very well thank for making this video

  • @chriscalver8595
    @chriscalver8595 9 หลายเดือนก่อน

    Works perfect!!!! Tks

  • @RekhaSongra-y8v
    @RekhaSongra-y8v 9 หลายเดือนก่อน

    plz do authicate the user and give roles to it..plz apply on this through jwt token..

  • @gokulrcs821
    @gokulrcs821 10 หลายเดือนก่อน

    Big fan bro🤩

  • @overrevvv
    @overrevvv 10 หลายเดือนก่อน

    Thank you so much for this video bro, I wish you all the best for this channel's journey.

  • @DennisNwaokolo
    @DennisNwaokolo 10 หลายเดือนก่อน

    You never told us that we were going to buy the API, people who don't know will be in a bind

  • @siddarthpogula2790
    @siddarthpogula2790 10 หลายเดือนก่อน

    much thanks<

  • @FarhaadBukhari
    @FarhaadBukhari 10 หลายเดือนก่อน

    his dedication is amazing... im impressed man hats off

  • @simratsingh9483
    @simratsingh9483 11 หลายเดือนก่อน

    On how many numbers can i send in once ?

  • @GetQuote
    @GetQuote 11 หลายเดือนก่อน

    Bro was SICK and still manages to save me and my NODE presentation that is in like how many days

  • @salarsk9060
    @salarsk9060 11 หลายเดือนก่อน

    bro , as it asking for payment information even for free trial . any help ???

  • @coolgirlsharu
    @coolgirlsharu 11 หลายเดือนก่อน

    remove for development purpose only

  • @dravidjones8447
    @dravidjones8447 ปีที่แล้ว

    Thank you! You are Awesome!

  • @FE_E_41_AdarshPandey
    @FE_E_41_AdarshPandey ปีที่แล้ว

    thanks very helpful for my project

  • @arunkatoch9480
    @arunkatoch9480 ปีที่แล้ว

    Bro you specify contentType : image/png but you upload jpeg image and it accepts it. So how we validate the uploaded image is only in particular format

    • @FarhaadBukhari
      @FarhaadBukhari 10 หลายเดือนก่อน

      he first typed didn't type png... he said image too...

  • @kptrendingchannel5536
    @kptrendingchannel5536 ปีที่แล้ว

    Shemdya pahil shembud khadun ghe mg shikav

  • @krishna-nakum
    @krishna-nakum ปีที่แล้ว

    Please note that the less secure setting has been disabled by Google.

    • @Kenbro_tries
      @Kenbro_tries ปีที่แล้ว

      yeah bro now how could we solve this task without less secure app access

    • @krishna-nakum
      @krishna-nakum ปีที่แล้ว

      There is another way of doing that that is using in app password

    • @nikoskhara30553
      @nikoskhara30553 ปีที่แล้ว

      can't you just use 2 factor authentication?

    • @krishna-nakum
      @krishna-nakum ปีที่แล้ว

      @@nikoskhara30553 you can but for using the gmail services in development you need to first enable two factor authentication and then use app password

  • @NeerajSharma-sk2rs
    @NeerajSharma-sk2rs ปีที่แล้ว

    I could not find this option in gmail plz suggest

  • @your_pro_socio
    @your_pro_socio ปีที่แล้ว

    well then how to fetch it from there ??

  • @sangitakumari845
    @sangitakumari845 ปีที่แล้ว

    how i can get the smtp from godady

  • @tulasireddy6557
    @tulasireddy6557 ปีที่แล้ว

    Is it possible to upload other type files like .mp4 with big file size??

  • @ayush1344
    @ayush1344 ปีที่แล้ว

    Brother i cloned your git repo and it is not working good the image i am not able to see please check once backend is working perfect

  • @ayush1344
    @ayush1344 ปีที่แล้ว

    my backend is working perfectly but i got this error in frontend ERROR Maximum call stack size exceeded RangeError: Maximum call stack size exceeded please help i have written exactly as you have written

  • @jumbo999614
    @jumbo999614 ปีที่แล้ว

    I have uploaded images using both multer and base64 into the same mongoDB schema. Now I want my webpage to render both images simultaneously. Is it possible? By the way, I have not watch this video yet. just curious.

  • @abadnaseer5083
    @abadnaseer5083 ปีที่แล้ว

    baki to theek hy bs video banane se pahle nose aur galla saaf krlia kren kindly

  • @code-with-me-2002
    @code-with-me-2002 ปีที่แล้ว

    bhai yaad karke baithu , documentation follow karke batate to tumhara kya jata

  • @Healthcareerperson
    @Healthcareerperson ปีที่แล้ว

    Here how can we send to different phone number when user visit to the site.

  • @abishaa6691
    @abishaa6691 ปีที่แล้ว

    Thank you

  • @DemoDogDemos
    @DemoDogDemos ปีที่แล้ว

    Just for anyone wondering, this will likely not work in prod since most people are hosting on a cloud server with a cloud database. That just means that if this isn't running on your own server or a cloud DB, you're going to lose the data that was saved ultimately.

  • @kaustubhagrawal6676
    @kaustubhagrawal6676 ปีที่แล้ว

    great video !!!!!! appreciated

  • @Faxriddin_Abduvasiyev
    @Faxriddin_Abduvasiyev ปีที่แล้ว

    thank you , bro

  • @pamidiram2437
    @pamidiram2437 ปีที่แล้ว

    very goood explanation and clear voice 😎

  • @MustafaKOSMAZ-ye9nv
    @MustafaKOSMAZ-ye9nv ปีที่แล้ว

    thanks abi

  • @preciousselasi4448
    @preciousselasi4448 ปีที่แล้ว

    Okay hold on a minute. Lovely video. Simple and Straight forward Saved me a lot of time reading the nodemailer documentation. But Am I the only one thinking the mail shouldn't have worked?? In the details object the mail written in the "from:" is spelt wrong actually. Does that mean It has no effect whatsoever as long as the the mail written in the mailTransporter object is correct??

  • @IWazirShehryarAli
    @IWazirShehryarAli ปีที่แล้ว

    I don't recommend this video however it is working. it is because it is taking disk space and both database space. What's point of storing the image in the folder if you are not using it to send back (you are still getting data back from database which is really slow even with only 1 image). It would be good if we used the image stored in folder to sent back and not use the buffer stored in database which would speed up the fetching into server from database.

  • @Sweetcommando
    @Sweetcommando ปีที่แล้ว

    For anyone wondering how to post with React, you first have to make a new FormData( ) variable and then append the name and image file to it. Then do the usual fetch with method: POST and the body being simply your new form data. Nothing else needed. Don't include a header unless you really need to, it won't work with this example and DO NOT stringify your body. And if you wanna upload straight to the database without storing on disk, do this: Change const storage to multer.memoryStorage( ). Then under data, put req.file.buffer. That is all. And to increase the file size, use these settings in your app.js: app.use(express.json({ limit: "50mb" })); app.use( express.urlencoded({ extended: false, limit: "50mb", parameterLimit: 10000 }) ); It doesn't have to be 50mb, and don't set it too high if you're sharing you app with strangers. They can do some malicous stuff with this lmao. Hope this helped someone

    • @Arcane_Dragon878
      @Arcane_Dragon878 9 หลายเดือนก่อน

      Thanks a lot man was wondering how to upload files straight to the database

  • @swapnilnikose2807
    @swapnilnikose2807 ปีที่แล้ว

    i didn't get image on Frontend any solution on it ?

  • @Samrood-bo9uo
    @Samrood-bo9uo ปีที่แล้ว

    less secure option is now not available ??

  • @Mw-od6sd
    @Mw-od6sd ปีที่แล้ว

    getting this error when trying to install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: react-rails-api-project-template-client@0.1.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"~0.14.8 || ^15.0.0 || ^16.0.0" from google-maps-react@2.0.6 npm ERR! node_modules/google-maps-react npm ERR! google-maps-react@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!

    • @EdwardNjeru
      @EdwardNjeru ปีที่แล้ว

      npm config set legacy-peer-deps true

    • @sowndarb9221
      @sowndarb9221 9 หลายเดือนก่อน

      npm install google-map-react

  • @alamdarali12
    @alamdarali12 ปีที่แล้ว

    Really appreciate your way of teaching....

  • @ansor9797
    @ansor9797 ปีที่แล้ว

    burningni tortvurib odamni asabini buzding, lekin file upload uchun yaxshi video bo'ldi, faqat dori ichib olgin, burningni torvurmay

  • @ParthKamal-iy9bf
    @ParthKamal-iy9bf ปีที่แล้ว

    To help keep your account secure, from May 30, 2022, ​​Google no longer supports the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password.

    • @evanethens
      @evanethens ปีที่แล้ว

      ​@@codingwithyash9924please use app passwords. After 2 factor auth, it will provide a password which can be used instead of regular credentials.

    • @511sanjeevthalod7
      @511sanjeevthalod7 ปีที่แล้ว

      @@codingwithyash9924Bro did you find any alternative

    • @TarunYadav-dp1id
      @TarunYadav-dp1id ปีที่แล้ว

      did you get any, bro@@codingwithyash9924 ?

  • @hetvigodhani7189
    @hetvigodhani7189 ปีที่แล้ว

    hello i am getting an error at req.file.filename TypeError: Cannot read properties of undefined (reading 'filename') and I have also double checked name at both sides .

    • @yasmenshalabny1843
      @yasmenshalabny1843 ปีที่แล้ว

      try using const multer = require('multer'); const storage = multer.diskStorage({ destination: function (req, file, cb) { cb(null, 'uploads/'); }, filename: function (req, file, cb) { const ext = path.extname(file.originalname); const uniqueSuffix = Date.now() + '-' + Math.round(Math.random() * 1e9); const fileName = file.fieldname + '-' + uniqueSuffix + ext; req.fileName = fileName; // Save the generated filename in the request object cb(null, fileName); }, const upload = multer({ storage: storage }); after u write ur post/get line add this before ur query (for example) before the query! const petPic_link = req.fileName i had the same issue & it was fixed

  • @thatchipmunksings
    @thatchipmunksings ปีที่แล้ว

    "gamil" lol

  • @sai-lb7ii
    @sai-lb7ii ปีที่แล้ว

    bro nice class how to add name with the image u miss that .can you do the name also with the image to Frontend.Plz do that i am struck at there sir.From days onwards