Shree Learning
Shree Learning
  • Видео 64
  • Просмотров 98 839
Full stack Web development Roadmap with Resources || 2024- 25
full stack web development roadmap
WEB DEVELOPMENT COMPLETE ROADMAP FOR BEGINNERS
Web Development The Complete Web Development Roadmap [2024]
Become a Full Stack Developer: A Roadmap for Beginners
How to Start Web Development? Complete Roadmap for FullStack Developer | 2024
Looking to become a Fullstack Web Developer in 2024? In this comprehensive roadmap, I'll guide you through everything you need to learn, from mastering frontend development (HTML, CSS, JavaScript, React) to backend development (Node.js, Express, MongoDB) and even touching on DevOps essentials like Docker, CI/CD, and cloud deployment. Whether you're a beginner or experienced developer, this roadmap is your step-by-step gui...
Просмотров: 88

Видео

Google OAuth 2.0 Login in React || 2024 || Hindi
Просмотров 1,1 тыс.2 месяца назад
Google OAuth 2.0 Login in React in Hindi How To Integrate Google Login in React! In this video, i will show you how to add google sign in Auth to your react project easily! In this video I show an easy way to get a Google OAuth 2.0 authentication system set up in your React application. We set up our google client in the cloud console Google OAuth 2.0 Login for React in 5 minutes Auth0 authenti...
PhonePe Payment Gateway Integration in Nodejs | Hindi | Phone Pe Payment Gateway in Reactjs
Просмотров 1,6 тыс.2 месяца назад
In this tutorial, we will see how to integrate the Phone Pe Payment Gateway into your web application using Node.js and React.js. By the end of this video, you'll be able to accept secure online payments through the Phone Pe platform. how to integrate phonepe payment gateway in react how to integrate phonepe payment gateway in nodejs Phonepe developer page: developer.phonepe.com/v1/reference/pa...
Deploy React App on AWS EC2 Ubuntu Server With Nginx, SSL And Domain Map in Route 53 #aws #ec2 #ssl
Просмотров 3373 месяца назад
Deploy React App on AWS EC2 Ubuntu Server With Nginx, SSL And Domain Setup Setup Custom Domain and Install Free SSL Certificate to AWS route 53 Steps-: Login to Aws ec2 instance ssh -i “your-key.pem” ubuntu@your-ec2-public-ip 1.Install Nginx sudo apt-get update sudo apt-get install nginx sudo systemctl start nginx sudo systemctl enable nginx 2.Clone application code Cd /var/www/html Git clone y...
AWS For beginners in Hindi ||Getting started with AWS
Просмотров 1317 месяцев назад
In this video we will see the basic fundamentals of cloud computing and AWS in Hindi for beginners. What is AWS in Hindi. What is cloud computing. What Amazon web services. Understand cloud computing and AWS in Hindi for beginners. AWS for beginners in Hindi cloud computing for beginners in Hindi github.com/pallishreeb/aws-tutorial #aws #devops #awsservices #cloudcomputing
Deploy nodejs api to Linode Linux server with nginx
Просмотров 2377 месяцев назад
#linode #nodejs #nginx #api #devops #deploy Code - github.com/pallishreeb/demo List of commands used in tutorial: ssh-keygen -t rsa Cat path/to/your/ssh-public-key - it will show your key) Copy paste in linode ssh key sh root@ip Enter the passphrase for public key - apt-get update apt-get install npm npm i -g n n install lts npm install pm2 apt-get install nginx Exit and login again to server. ...
Top 5 best YouTube channel to Learn React JS
Просмотров 47611 месяцев назад
Hi friends, in this video we will see the best 5 RUclips channel recommendations for learning Reactjs #react #programming #coding #javascript #reactjs #viral
Upload your nodejs API to AWS Lambda and connect with API Gateway in Hindi
Просмотров 219Год назад
Upload your nodejs API to AWS Lambda and connect with API Gateway in Hindi In this video we will see how we deploy our nodejs api to AWS Lambda and connect with AWS API Gateway hands on Demo #aws #technology #tech #cloudcomputing #apigateway #awslambda #nodejs #serverless #NodeJSLambdaAPI #AWSLambdaHindi #APIGatewayHindiTutorial #DeployNodeJSLambda #NodeJSOnAWSTutorial #LambdaFunctionTutorialHi...
AWS Lambda Tutorial for Beginners: Hands-On API Gateway Integration | Learn Serverless Deployment
Просмотров 219Год назад
Hello friends! In this video, I will walk you through the step-by-step process of creating a Lambda function and configuring it with AWS API Gateway. We will create APIs using the AWS API Gateway for the Lambda function, and you'll learn how to trigger the Lambda function through these APIs. This tutorial is perfect for beginners looking to understand what serverless deployment is and how AWS L...
Git and GitHub Essentials :git and GitHub for beginners #git #github
Просмотров 157Год назад
Whether you're a beginner or an experienced developer, this video tutorial will take you on a journey through the fundamentals of version control. Learn how to efficiently manage your code, collaborate seamlessly with others, and never worry about losing your work again, explore GitHub's collaboration features, and provide you with essential tips and best practices for a smoother development wo...
Real-Time Chat Application using Socket.IO and Node.js|Build a Live Chatroom with SocketIO#sockets
Просмотров 460Год назад
In this tutorial, we'll walk you through building a live chat application using Socket.IO and Node.js. Socket.IO allows bidirectional communication between web clients and servers, making it perfect for implementing real-time features like chat. We'll cover setting up the server, handling user connections, sending and receiving messages, and even adding typing indicators. Socket io tutorial for...
Building Microservices with RabbitMQ and Node.js: A Step-by-Step Guide
Просмотров 7 тыс.Год назад
In this tutorial, we'll explore how to leverage RabbitMQ, a powerful message broker, in a Node.js microservice architecture. Follow along as we build two small Node.js services from scratch, showcasing the seamless communication between them using RabbitMQ. From installation to implementation, this video provides practical examples and best practices to help you develop robust and scalable micr...
Learn to Build Microservice Architecture in Nodejs application with API Gateway in Hindi
Просмотров 8 тыс.Год назад
In this video, we'll explore how to build a microservice architecture using Node.js and API Gateway. We'll start by discussing the benefits of a microservice architecture and how it can help you create more modular and maintainable applications. Finally, we'll show you how to create an API Gateway with Node.js that can route requests to different microservices based on the request path. code - ...
Learn Flask web Framework with Project with MySQL database for beginners in Hindi #python #flask
Просмотров 192Год назад
In this video we will see how to make a web application with python flask web Framework with MySQL database in Hindi for beginners Complete Flask web development tutorial for beginners in Hindi Learn Flask for python web development CRUD application in python flask with MySQL database #python #webdevelopment #pythontutorial #flask #pythonprojects
Koa Framework Crash Course||Basic CRUD for beginners in Hindi
Просмотров 336Год назад
In this video we will see about Koa Framework which is a web framework like express.its very light weight and robust node framework. We will see basic cruds in koa in this video in hindi How to get files path and objects in koa #koa #Koajs #nodejs #nodejstutorial
Build Todo app in html css and vanilla javascript | Vanila javascript project for beginners in 2022
Просмотров 1792 года назад
Build Todo app in html css and vanilla javascript | Vanila javascript project for beginners in 2022
CI/CD Pipeline Using GitHub Action| Auto Deploy Nodejs API on AWS EC2 step by step in Hindi
Просмотров 36 тыс.2 года назад
CI/CD Pipeline Using GitHub Action| Auto Deploy Nodejs API on AWS EC2 step by step in Hindi
Deploy nodejs application on AWS EC2 for beginners in Hindi 2022
Просмотров 6 тыс.2 года назад
Deploy nodejs application on AWS EC2 for beginners in Hindi 2022
Send mails using Nodemailer and Gmail from nodejs api in 2022 in hindi
Просмотров 5352 года назад
Send mails using Nodemailer and Gmail from nodejs api in 2022 in hindi
Upload single and multiple files/images to AWS S3 with nodejs , express, Multer in 2022 Hindi
Просмотров 7 тыс.2 года назад
Upload single and multiple files/images to AWS S3 with nodejs , express, Multer in 2022 Hindi
Build Restful APIs with Nodejs,Express and MySQL in hindi 2022 |Nodejs tutorials for beginners
Просмотров 5932 года назад
Build Restful APIs with Nodejs,Express and MySQL in hindi 2022 |Nodejs tutorials for beginners
Build Restful APIs with Nodejs,Express and PostgreSQL in hindi 2022 |Nodejs tutorials for beginners
Просмотров 6 тыс.2 года назад
Build Restful APIs with Nodejs,Express and PostgreSQL in hindi 2022 |Nodejs tutorials for beginners
Build Complete Restful Apis in Node.js ,Express,MongoDB,JWt & Passport | Expressjs Tutorial in Hindi
Просмотров 5502 года назад
Build Complete Restful Apis in Node.js ,Express,MongoDB,JWt & Passport | Expressjs Tutorial in Hindi
#7 -Update and Delete a post by an author || Complete REST APIS with Node, Express,MongoDB & JWT
Просмотров 3652 года назад
#7 -Update and Delete a post by an author || Complete REST APIS with Node, Express,MongoDB & JWT
#6 - Get allposts and single post || Complete REST APIS with Node, Express,MongoDB & JWT
Просмотров 472 года назад
#6 - Get allposts and single post || Complete REST APIS with Node, Express,MongoDB & JWT
#5 - Create a post by a loggedin user || Complete REST APIS with Node, Express,MongoDB & JWT
Просмотров 622 года назад
#5 - Create a post by a loggedin user || Complete REST APIS with Node, Express,MongoDB & JWT
#4-User authentication with passportjs || Complete REST APIS with Node, Express,MongoDB & JWT
Просмотров 3452 года назад
#4-User authentication with passportjs || Complete REST APIS with Node, Express,MongoDB & JWT
#1 - db connection and create user model || Complete REST APIS with Node, Express, MongoDB & JWT
Просмотров 1482 года назад
#1 - db connection and create user model || Complete REST APIS with Node, Express, MongoDB & JWT
#2 - User registration || Complete REST APIS with Node, Express, MongoDB &JWT
Просмотров 1022 года назад
#2 - User registration || Complete REST APIS with Node, Express, MongoDB &JWT
#3 - User Login with jsonwebtoken || Complete REST APIS with Node, Express,MongoDB & JWT
Просмотров 732 года назад
#3 - User Login with jsonwebtoken || Complete REST APIS with Node, Express,MongoDB & JWT

Комментарии

  • @arnabsarkar5245
    @arnabsarkar5245 5 дней назад

    data: { code: '401', success: false } I am getting this error. Anybody faced the same?

    • @learnjavascript2146
      @learnjavascript2146 2 дня назад

      It is unauthorised error due wrong checksum I can show u complete process with live payment

  • @learnsmart1812
    @learnsmart1812 9 дней назад

    Thank you for your effort mam. You can create as Playlist, step by step, many people will relevant video and so many people will view channel. Very useful content🎉 🎉🎉🎉

  • @anandasankarsahoo8194
    @anandasankarsahoo8194 11 дней назад

    i think you are from Odisha

  • @foodtravelingofficial3895
    @foodtravelingofficial3895 15 дней назад

    Thank you Dee it so much helpful 😊

  • @MultiVikass
    @MultiVikass 22 дня назад

    SSL install karne ke bad backend connect nhi hota h

  • @akshatmanojvyas77
    @akshatmanojvyas77 22 дня назад

    use nodmoon for run the code

  • @Myfriends777
    @Myfriends777 Месяц назад

    Apka number dijiye

  • @zaghamabbas5469
    @zaghamabbas5469 Месяц назад

    Great explanation

  • @prakharnigam3537
    @prakharnigam3537 Месяц назад

    Very nice and compact. Didn't waste any time. Thanks❤

  • @mradviktyagisupershow8646
    @mradviktyagisupershow8646 Месяц назад

    Well explained ....Nice tutorial thank you so much ...

  • @slotexgaming8360
    @slotexgaming8360 Месяц назад

    success: false, code: "BAD_REQUEST", message: 'Please provide request body', data: {}

    • @learnjavascript2146
      @learnjavascript2146 2 дня назад

      Bad request means payload not going correct I can help with integration with source code

  • @ArjunYadav-q4z
    @ArjunYadav-q4z Месяц назад

    Nice

  • @ShubhamSharma-tq2by
    @ShubhamSharma-tq2by Месяц назад

    Hello ma’am actually I want to connect with you so Is there any way to connect to you?? I need some help with the deployment process on urgent basis

    • @shreelearning3
      @shreelearning3 Месяц назад

      @@ShubhamSharma-tq2by you can send me email - shreelearning.tech@gmail.com or connect with LinkedIn - www.linkedin.com/in/pb121097

  • @vijaysalve843
    @vijaysalve843 Месяц назад

    Very useful tutorial

  • @filmbuzz9419
    @filmbuzz9419 2 месяца назад

    Thank You Mam but i want live payment how this it's possible

    • @shreelearning3
      @shreelearning3 2 месяца назад

      @@filmbuzz9419 Deploy your application on Production and replace the Secret Token and Merchant ID with real merchant ID provided by your phonepe account.

    • @learnjavascript2146
      @learnjavascript2146 2 дня назад

      I can help u throughout with source code by showing live payment gateway

  • @shah_rukh_rao
    @shah_rukh_rao 2 месяца назад

    simply explain thanks

  • @256chiru
    @256chiru 2 месяца назад

    Can you give your email id . Let me know what you charge for phonepe payment integration of a small web app.

    • @shreelearning3
      @shreelearning3 2 месяца назад

      @@256chiru shreelearning.tech@gmail.com , send your query in this email.

  • @aadityamehta6342
    @aadityamehta6342 2 месяца назад

    Thanks a Lot. After watching n number of tutorials this is the best I've found.. On Spot! Thank You!!!

  • @kamanlimbu
    @kamanlimbu 2 месяца назад

    Thank you :) This was an effective video. Huge Support from Nepal

  • @johnsnow7116
    @johnsnow7116 2 месяца назад

    _work dir is not shown in action-runner folder

  • @muhammadusama_369
    @muhammadusama_369 2 месяца назад

    MERN app deployment pr ik video plz

  • @PrinceSingh-zb1fn
    @PrinceSingh-zb1fn 2 месяца назад

    Well Explained, Create videos like Load Balancing and cloudfront.

  • @sekhar6753
    @sekhar6753 2 месяца назад

    nice explanation from very core, surprised to see very less likes, thanks for the best video 💯

  • @ganeshmokka6638
    @ganeshmokka6638 2 месяца назад

    can you explain how use the live payment integration for nextjs

    • @shreelearning3
      @shreelearning3 2 месяца назад

      @@ganeshmokka6638 for phonepe payment gateway you can follow the same procedure and for love use production merchant key and id.

  • @javascriptdeveloper4815
    @javascriptdeveloper4815 2 месяца назад

    One of best miroservices tutorial video in node js. Very informative. Thanks

  • @rammohan7480
    @rammohan7480 2 месяца назад

    Thank you

  • @imi9741
    @imi9741 3 месяца назад

    Thankyou ma'am please make some series for microserviced

  • @imi9741
    @imi9741 3 месяца назад

    Maam route 53 ka kya kaam hua agar hm isla use nhi krte to kya react deploy nhi hota

    • @shreelearning3
      @shreelearning3 3 месяца назад

      If you have domain from other service provider , we don't necessarily need route 53. anyway its a good service for routing to any of the AWS services for Traffic Management and Load Balancing

  • @javascript890
    @javascript890 3 месяца назад

    please make more video on rabbit mq with node js

  • @mrdecode9341
    @mrdecode9341 3 месяца назад

    Please aur ek video banaie how to do multiple NGINX configuraion ?

    • @shreelearning3
      @shreelearning3 3 месяца назад

      @@mrdecode9341 sure

    • @imi9741
      @imi9741 2 месяца назад

      Yes ma'am please multiple nginx configuration pe ek vdo banaye

  • @mrdecode9341
    @mrdecode9341 3 месяца назад

    are yahi to chahtatha me ye abhi latest video he apka jitna bhi aws ec2 ka video he usko dekh ke me bht sara project deploy kar chuka hu .. thank u mam love u from odisha❤❤❤

  • @mahendranath2504
    @mahendranath2504 3 месяца назад

    Nice thank you so much for the amazing content, liked and subscribed

  • @OmVerma-ro1qn
    @OmVerma-ro1qn 3 месяца назад

    Please make an api for login

  • @surajmendhe2594
    @surajmendhe2594 4 месяца назад

    very nice explanation mam ❤

  • @stiphenrobert4469
    @stiphenrobert4469 4 месяца назад

    Tame odia janicha

  • @MUKESHKUMAR-xu9jv
    @MUKESHKUMAR-xu9jv 4 месяца назад

    I had 0 knowledge before this video now I guess almost understood it thanks for wonderful explanation.

  • @sajaldas2633
    @sajaldas2633 4 месяца назад

    Helpful tutorial. thanks for making this video.

  • @pateladarsh1463
    @pateladarsh1463 4 месяца назад

    Amazing video

  • @aurobindobhuyan2107
    @aurobindobhuyan2107 5 месяцев назад

    Can you please paste the JSON format for the s3 bucket.

    • @shreelearning3
      @shreelearning3 2 месяца назад

      { "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::YOUR_BUCKET_NAME/*" } ] }

  • @surajmendhe2594
    @surajmendhe2594 5 месяцев назад

    very nice explanation mam thanks ❤❤

  • @hirentank9447
    @hirentank9447 6 месяцев назад

    Creating an optimized production build... The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process. Error: The operation was canceled. I am getting this

  • @stiphenrobert4469
    @stiphenrobert4469 6 месяцев назад

    Thank you so much 👍

  • @AbhishekPratapSolanki-ns8zl
    @AbhishekPratapSolanki-ns8zl 7 месяцев назад

    Very helpful tutorial, you explained it very easily. Thank you so much!

  • @rushikeshgchapke4036
    @rushikeshgchapke4036 7 месяцев назад

    thankyou so much ma'am

  • @AtomiCoding
    @AtomiCoding 7 месяцев назад

    SSL Bhi bta dete aap

  • @jk_1M
    @jk_1M 7 месяцев назад

    MEM ISAKO ME REACT JS ME KAISE USE KAR SAKTA HU

  • @AbhiBhardwaj1289
    @AbhiBhardwaj1289 7 месяцев назад

    After watching your videos , Seems like AWS is gonna be easy now. Thanks, Please keep uploading such videos and arrange them in series. Fan of your content.Thanks once again

  • @AbhiBhardwaj1289
    @AbhiBhardwaj1289 7 месяцев назад

    Thanks for sharing this information in clear and simple way.😊

  • @mrdecode9341
    @mrdecode9341 8 месяцев назад

    i just told you about create a video on docker with node.js ..please do 🙏🙏🙏🙏🙏🙏