The Debug Arena
The Debug Arena
  • 82
  • 1 124 756
#2 MySQL Connection from Node JS Application || Connect Database to backend
Hello Guys,
In this video I have shown easiest way to connect MySQL to Node JS app so that we can store and retrieve the data from database. I also covered one simple and efficient way to create table when your server starts, so that you and your team no need to create table manually and no need to worry about the table structure.
Code:
github.com/AadarshThakur03/Job-Portal-Backend/tree/591d0a4e57bfeedce19bb24c1b6e2999f5b269d9
If you find this video helpful let me know in comments.
00:00 - Introduction
01:13 - MySQL Workbench Setup
03:04 - MySQL Connection
09:55 - Create Table Automatically on Successful Connection
12:55 - Dynamic Table Creation Logic
Thank You.
Переглядів: 56

Відео

#1 Model View Controller in Node JS || MVC pattern in Node JS
Переглядів 99День тому
Hello Guys, In this video I tried to explain about MVC architecture. Also, I have shown some of the best folder structure for your next Node JS project which follows MVC architecture. Find folder structure here: github.com/AadarshThakur03/Node-MVC-Backend-Project-Structure.git Let me know in comment which folder structure you prefer. 0:00 - Introduction 0:20 - Common Mistakes to Avoid 1:27 - Un...
How to create Live streaming app in React JS || Instagram live feature on Windows- ZEGOCLOUD
Переглядів 8614 днів тому
Get 10000 free mins with UIKits: bit.ly/4fVXNAZ Take advantage of ZEGOCLOUD: bit.ly/3AHyHpi How to build a live streaming app: bit.ly/3T8tbSP ZEGOCLOUD live streaming SDK allows you to easily build your live streaming apps within minutes. #zegocloud #livestreamingsdk #streamingservice
Host Node JS Application for FREE on Back4App || NodeJS FREE Hosting
Переглядів 3,5 тис.Місяць тому
Hello Guys, Looking to host your backend application and not finding any good platform? No problem, I have the solution for you! In this video, I've shown how we can deploy our Node.js application on Back4App, a platform that provides a free tier without requiring a credit card, so that we can access it from anywhere. Follow my step-by-step instructions to get your application up and running in...
How to Install MySQL in Windows || MySQL Server and workbench installation guide.
Переглядів 2372 місяці тому
Hello Guys, In this video I covered step-by-step process to install MySQL server and MySQL Workbench in windows. So that we can efficiently work with databases in our local. I also focused on detail explaining of all the steps. Uninstalling part is also covered in this video so that if you are stuck in between you can start from scratch. Make sure to like the video and subscribe to my channel. ...
Video Call App in React JS || ZEGOCLOUD
Переглядів 4432 місяці тому
#zegocloud #videocall #reactjs #sdk #api · Get 10000 free mins with UIKits: bit.ly/3W8WHd0 · Learn more about ZEGOCLOUD: bit.ly/3W68KYF · 100% customized video call SDK: bit.ly/3XOxdmA · How to build a video call App: bit.ly/4cjSuJj ZEGOCLOUD video call SDK &API allows you to easily build your live video chat apps within minutes. Hello Guys, In this video I have created a full fledge video call...
React Search Filter Tutorial || MERN Stack
Переглядів 4693 місяці тому
Hello Guys, In this video I have shown how we can apply search functionality in our react JS application. I have implemented search login in backend by creating a search API so that it is optimized and returns the response very fast. React code : github.com/the-debug-arena/login-registration.git Node code: github.com/the-debug-arena/login-registration-server-node.git Thank You.
React Native Maps Tutorial || Step-by-Step || Maps with React Native
Переглядів 6 тис.3 місяці тому
Hello Guys, In this Tutorial I have shown how we can integrate React Native Maps in our React Native Application and work with it. First we installed React Native Maps and completed its configuration. After that we started with showing Map in our application. Then we explored other components of React Native Maps e.g. MapView, Marker, Polyline and their props. Once done with this we worked on h...
How to Get Google Maps API Key for FREE (Step-by-Step Instructions 2024)
Переглядів 17 тис.3 місяці тому
Hello Guys, In this video I have shown steps to generate google maps api key for free. We don't need credit card to get the google maps api key. We can use this google maps api key in our react native or flutter application to integrate google maps. Thank You.
Protected Routes & Private Routes in React JS with React Router V6 || Role based Routing
Переглядів 12 тис.4 місяці тому
Hello everyone, In this video, I explain the different types of routing in React JS. We cover Protected and Private Routes in React JS, which help ensure that users can only access specific screens based on their authorization and permissions. By applying these routes, we enhance the security and user experience of our applications. Additionally, we demonstrate how to manipulate the navigation ...
Tab Navigation in React Native | React Navigation Merge Stack, Drawer & Tab | React Native Tutorial
Переглядів 4,5 тис.4 місяці тому
In this video I have implemented tab navigation in React Native. In one of my previous video we have implemented Stack Navigator and Drawer Navigator, so in this I have merged Stack, Drawer and Tab so that we can work with all three of them. I have shown how to create custom tab and how to style all of your tab items.
Upload image in React JS | Firebase Storage generate URL | Store URL in Mongo DB Node JS
Переглядів 2,3 тис.4 місяці тому
Hello Guys, In this tutorial I have shown how we can upload Image in React JS using Firebase. We will pick the image and store that image to Firebase from firebase we will get URL of the image which we will store inside Mongo DB. At last we will fetch all the images from mongo db and show them here. Code: github.com/the-debug-arena/Firebase-Image-Upload.git Please Subscribe to my channel. Do sh...
Sign In With Google in React JS using firebase || Integrate firebase with React Js | Google Login
Переглядів 7 тис.4 місяці тому
Hello Guys, In this video I have explained how we can integrate google login in our React JS project. User can login with google once logged in user will be navigated to screen where he can see his details. Code: github.com/the-debug-arena/Login-Auth-Firebase-ReactJS.git 0:00- Demo 1:31- Setup Firebase 2:49- Enable Google Provider 3:37- Understanding Firebase Config 4:19- Creating SignInWithGoo...
Firebase Auth with React Step-by-Step Tutorial || Login Register auth with firebase React Firestore
Переглядів 29 тис.5 місяців тому
Hello Guys, In this video I have integrated Firebase in our React JS application to do Register, login, getting the user details and staying logged in until logout button is present. In this I have used two services of firebase one is Authentication & Firestore. Login in React JS with Firebase. Register in React JS with Firebase. Logout in React JS with Firebase. Stay Logged In in React JS with...
#19 How to create search filter in React Native || Search through Flatlist || Search from API
Переглядів 1,4 тис.6 місяців тому
Hello guys, In this video I have shown how we can apply search functionality in react native application. First we have fetched all the data from mongo db and stored it in state. After that we are doing search on that data with the strings receiving from search bar. Based on that we are showing results. Code: github.com/the-debug-arena/Friends_Book/tree/e2d53ccfb13e4d771c691ce0a7c32e7b33b3d3cc ...
#18 How to delete user in React Native and Mongo DB || Mongo DB data deletion || Real time update
Переглядів 6686 місяців тому
#18 How to delete user in React Native and Mongo DB || Mongo DB data deletion || Real time update
#17 Get all data from Mongo db and display it in React Native || Fetch data in MERN & React Native
Переглядів 1,9 тис.7 місяців тому
#17 Get all data from Mongo db and display it in React Native || Fetch data in MERN & React Native
android gradle plugin requires java 17 to run. you are currently using java 11 in React Native Issue
Переглядів 8 тис.7 місяців тому
android gradle plugin requires java 17 to run. you are currently using java 11 in React Native Issue
#16 Login and Register as Admin in React Native || Role based system in React Native Node Mongo DB
Переглядів 2,4 тис.7 місяців тому
#16 Login and Register as Admin in React Native || Role based system in React Native Node Mongo DB
#15 How to upload image in Node js and Mongo db from React Native || React Native upload image #MERN
Переглядів 6 тис.7 місяців тому
#15 How to upload image in Node js and Mongo db from React Native || React Native upload image #MERN
Video Calling App in React Native using ZEGOCLOUD | Video Call in React Native | Group Video Call
Переглядів 2,5 тис.7 місяців тому
Video Calling App in React Native using ZEGOCLOUD | Video Call in React Native | Group Video Call
#14 Custom Toast Message in React Native || Alert ❌ Toast ✔ || React Native Toast Message
Переглядів 5 тис.8 місяців тому
#14 Custom Toast Message in React Native || Alert ❌ Toast ✔ || React Native Toast Message
#13 Stop Going back from Home to Login React Native || Functionality like Flipkart React Native
Переглядів 2,5 тис.8 місяців тому
#13 Stop Going back from Home to Login React Native || Functionality like Flipkart React Native
#12 Keep user logged in | Switching between two navigator | AsyncStorage || React Native Application
Переглядів 7 тис.8 місяців тому
#12 Keep user logged in | Switching between two navigator | AsyncStorage || React Native Application
#11 Login Authentication in React Native using JWT Token | React Native, Node JS & Mongo DB Tutorial
Переглядів 13 тис.9 місяців тому
#11 Login Authentication in React Native using JWT Token | React Native, Node JS & Mongo DB Tutorial
#10 Login Register Authentication in React Native with Node JS, Express JS and Mongo DB ||#mernstack
Переглядів 26 тис.9 місяців тому
#10 Login Register Authentication in React Native with Node JS, Express JS and Mongo DB ||#mernstack
#9 How to do Form Validation in React Native || Login Register UI with Validation in React Native
Переглядів 7 тис.9 місяців тому
#9 How to do Form Validation in React Native || Login Register UI with Validation in React Native
#8 Login & SignUp UI in React Native | React Native Tutorial | React Native Projects | SignUp System
Переглядів 5 тис.10 місяців тому
#8 Login & SignUp UI in React Native | React Native Tutorial | React Native Projects | SignUp System
#7 Font Awesome Icon in React Native || Icons in React Native || Full setup || React Native Tutorial
Переглядів 9 тис.10 місяців тому
#7 Font Awesome Icon in React Native || Icons in React Native || Full setup || React Native Tutorial
#6 App Icon & Splash Screen in React Native | Complete Setup | React Native Tutorial Custom App Icon
Переглядів 16 тис.10 місяців тому
#6 App Icon & Splash Screen in React Native | Complete Setup | React Native Tutorial Custom App Icon

КОМЕНТАРІ

  • @app47-d7m
    @app47-d7m 21 годину тому

    hello, you can help me , for api ?

  • @sandeepamarnath3295
    @sandeepamarnath3295 День тому

    This is the best playlist I have watched for react-native. Can you also please make a video tutorial on email verification and password reset functionalities when you get some time. I think they are very crucial to learn in any modern apps. Thanks.

  • @thiennghia8629
    @thiennghia8629 3 дні тому

    save my life. very helpful

  • @chandann2343
    @chandann2343 3 дні тому

    Very helpful bro. Keep rocking 🎉

  • @siprapatra5275
    @siprapatra5275 6 днів тому

    Thank you soooo verrrryyyy muccccchhh 🥺🥺

  • @ssworld007
    @ssworld007 6 днів тому

    Guys.................... google APi key is not free until and unless you pay the money with you card or net banking...whoever is watching don't fall for trap... in India we must pay money then avail API key.. this is fact.

    • @ravendrasingh1032
      @ravendrasingh1032 5 днів тому

      Is there any alternative ?

    • @born2clutch378
      @born2clutch378 5 днів тому

      it is working brother dont say it wont happen if u didnt try

    • @ssworld007
      @ssworld007 5 днів тому

      @@born2clutch378 i have tried so only saying first we must pay money then only you will get APi key no matter what... kindly don't spread false information nobody here is getting any free API keys how do you get ? first explain here...

    • @ssworld007
      @ssworld007 5 днів тому

      @@ravendrasingh1032 no alternative dont see video any videos try from your side once if you get payment option first to get the API key then there is no other way.. you have to pay and then use the API key.. kindly try and let me know.. coz some people give wrong information if we get own experience then we will come to know all.

    • @born2clutch378
      @born2clutch378 4 дні тому

      @@ssworld007 you have to do it 2 times and in the credentials it will be revealed . No false info bro . Just try Multiple times

  • @awais6044
    @awais6044 6 днів тому

    First Method: Ctrl + Up and Down Second Method: Go to emulator settings > general > enable show window frame around device : click on emulator edge and drag.

  • @gabrielaguilera2015
    @gabrielaguilera2015 6 днів тому

    thanks bro <3

  • @ravivarma9344
    @ravivarma9344 7 днів тому

    Please guys subscribe to his channel to motivate him to make the best videos like this one. ❤

  • @ravivarma9344
    @ravivarma9344 7 днів тому

    Now I subscribed to your channel for you. Keep making videos like this. Keep growing ❤

    • @thedebugarena
      @thedebugarena 7 днів тому

      Yes will continue doing this. Thanks

  • @patel5532
    @patel5532 7 днів тому

    Why you are passing IP, can’t localhost work?

    • @thedebugarena
      @thedebugarena 7 днів тому

      It will not work localhost works for you laptop application like chrome and other web browser but for emulator it will not work also if you are trying with you real device in that case local host will not work we will have to add ip there

  • @SUTEMACSupremeTechnologies
    @SUTEMACSupremeTechnologies 8 днів тому

    Very Awesome

  • @AhmadSodais
    @AhmadSodais 8 днів тому

    Thanks Bro , This video is very helpful

  • @moyeon07
    @moyeon07 8 днів тому

    Can someone help me with this? Whenever I try to open mongodb atlas using wifi it doesn't open even tho I have added the ip address in the network access list Till evening it was working fine; When I switched to my data and added it's ip address I was no longer able to access it using wifi Now I'm only able to access it using my

    • @thedebugarena
      @thedebugarena 8 днів тому

      Try putting 0.0.0.0 in ip it should work for all

  • @akshadgupta3925
    @akshadgupta3925 10 днів тому

    great video bro

  • @sivasaireddy1601
    @sivasaireddy1601 10 днів тому

    once check the git hub link it is not opening borther?

  • @sivasaireddy1601
    @sivasaireddy1601 10 днів тому

    brother git hub link is not opening?????

    • @thedebugarena
      @thedebugarena 9 днів тому

      Hey I have updated the link you can check now

  • @shitalkumari4383
    @shitalkumari4383 11 днів тому

    sir how have you imported home component?

    • @thedebugarena
      @thedebugarena 9 днів тому

      I have navigation in that I have added that

  • @kunalnath4771
    @kunalnath4771 12 днів тому

    NIce

  • @danishpinjari6037
    @danishpinjari6037 12 днів тому

    What a understanding of this concept bro keep growing

  • @thug_master383
    @thug_master383 12 днів тому

    Working 100%

  • @kevinurielfonseca
    @kevinurielfonseca 14 днів тому

    This was amazing dude. Great work!

  • @karthikeyans3324
    @karthikeyans3324 15 днів тому

    It will work use incognito mode

  • @BoobalanM-xl3er
    @BoobalanM-xl3er 16 днів тому

    Cannot read openPicker of null what can i do please help me

    • @thedebugarena
      @thedebugarena 9 днів тому

      Can u check whether package is installed and imported correctly

  • @kadekhendrawan7899
    @kadekhendrawan7899 16 днів тому

    teng kyu sir

  • @Pik2high
    @Pik2high 16 днів тому

    Where is the 1st two part of this login series

    • @thedebugarena
      @thedebugarena 16 днів тому

      Checkout 3rd and 4th video of the playlist

  • @techfoundation6905
    @techfoundation6905 16 днів тому

    just brilliant, thank you

  • @hilariousness4393
    @hilariousness4393 17 днів тому

    Great Video!!!!

  • @benjmohameddicko9671
    @benjmohameddicko9671 19 днів тому

    Thank you Sir !

  • @upendranayanajith9030
    @upendranayanajith9030 19 днів тому

    thank you soo much, this was a great help to build my custom pdf viewer

  • @Rohit108_18
    @Rohit108_18 19 днів тому

    Can you make this same Project in html and Js, Please, I need this. Please!

  • @YanmarHernandez-nj8wr
    @YanmarHernandez-nj8wr 20 днів тому

    Thanks a lot! Great!

  • @upendranikum5682
    @upendranikum5682 20 днів тому

    ty brother

  • @AryanKumarBaghel-cp1jv
    @AryanKumarBaghel-cp1jv 21 день тому

    Thats awesomee ! Thankss

  • @DeadManInc-tc6ex
    @DeadManInc-tc6ex 21 день тому

    hi Great vid, helpfull. just one concern, How to render to a specific page directly. like if I pass a page number, it should load pdf from that page only, could you help on that ? also highlighting of certain text in pdf

    • @thedebugarena
      @thedebugarena 18 днів тому

      Hey, In this when you scroll the page we can get the page Number so you can set start page from a state. Check documentation for that.

  • @whitehh15
    @whitehh15 21 день тому

    Thanks for the tutorial - this works pretty well. At the end you sort of skip over how the main stack nav header will appear. I'm stuck with no header when I navigate from my bottom tabs to pages, but when I access them from my drawer it shows my header from StackNav

    • @thedebugarena
      @thedebugarena 16 днів тому

      You can check in bottom whether you are showing the header or not.

  • @frankdearr2772
    @frankdearr2772 23 дні тому

    Great topic, again thanks👍

  • @craavash7826
    @craavash7826 23 дні тому

    Hi brother is there any way we can interact? I am beginner at it and I want your help and guidence along the journey? Would you mind? You have a real good youtube channel

  • @AnkitSharma-t5h
    @AnkitSharma-t5h 24 дні тому

    i am installing react native appliction but not have java C:\Users\akkil\OneDrive\Desktop\myproject\AwesomeProject\android\app\src\main\java\com\awesomeproject\MainApplication.kt

  • @ramkrushnaparkipandla411
    @ramkrushnaparkipandla411 24 дні тому

    Thank u❤

  • @ytprogamer6701
    @ytprogamer6701 25 днів тому

    In my case the backend in not accepting the data 🥲, bro could you please help me...🥲🥲

  • @farisoldie3620
    @farisoldie3620 25 днів тому

    is this the best practice for private routes and protected routes ?

    • @thedebugarena
      @thedebugarena 16 днів тому

      I will not say it is best practice but you can learn through it and optimize as per your need.

  • @maxfrias8462
    @maxfrias8462 25 днів тому

    Thanks a lot for the video very helpful!! Lifesaver!

  • @Jaksteroide
    @Jaksteroide 26 днів тому

    Very good video, simple and understandable (Liked)

  • @irfanshahDesigns
    @irfanshahDesigns 26 днів тому

    hi, i'm getting this error >PayloadTooLargeError: request entity too large when I convert image to base64String

    • @thedebugarena
      @thedebugarena 9 днів тому

      You can increase the size in backend app.use(express.urlencoded({ limit: '10mb', extended: true }));

  • @sadam_khan
    @sadam_khan 27 днів тому

    RUBBISH

    • @thedebugarena
      @thedebugarena 16 днів тому

      Can you tell me how can I improve in this

  • @ukasznoculak4573
    @ukasznoculak4573 27 днів тому

    Thank You Man. Im from Poland and I see, that clearly kind of explain is only from India guys!

  • @vikasrathore0156
    @vikasrathore0156 28 днів тому

    Everyone is creating content in English so you try to create in Hindi it will grow fast then english