United Top Tech
United Top Tech
  • Видео 1 206
  • Просмотров 11 037 857

Видео

POST Data in PostgreSQL Database using Node JS and Postman tutorial | REST API
Просмотров 1719 часов назад
How to perform post operation to input data into postgresql database in rest api using express node js and postman is shown #nodejs #restapi #postgresql #postman
How to Uninstall or Remove App From Bluestacks PC 2024
Просмотров 112 часа назад
In this tutorial we will see how to delete or uninstall app installed in bluestacks
How to Download and Install NordVPN for Windows 10/11 | Create Account and Setup Tutorial 2024
Просмотров 249 часов назад
In this tutorial we will see how to download and install nord vpn for windows 10 and 11 by creating an account with setup in both pc and laptop
How to Format and View JSON in Postman Tutorial
Просмотров 7921 час назад
In this tutorial we will see how to format and view json using postman's beautify feature
npm ERR! enoent : no such file or directory, lstat 'C:\\Users\\AppData\\Roaming\\npm' SOLVED React JS
Просмотров 292День назад
in this tutorial we will see how to fix the error npm ERR! code ENOENT syscall lstat path C:\Users\kcprp\AppData\Roaming pm errno -4058 no such file or directory 'C:\Users\kcprp\AppData\Roaming pm' This is related to npm not being able to find a file in react js node js is shown
How to Download and Install Google Chrome on Windows 10/11 Laptop and PC
Просмотров 87День назад
In this tutorial we will see how to download and install google chrome on windows 10 and 11 in both laptop and pc
The term './a' is not recognized as the name of a cmdlet, function SOLVED in VS Code
Просмотров 11114 дней назад
In this tutorial we will see how to solve the error The term './a' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again when running and compiling a C or C program in visual studio code
How to Delete Instagram Account Permanently 2024
Просмотров 28814 дней назад
In this tutorial we will see how to delete your instagram account permanently using your android phone
How to Download and Install Capcut on PC and Laptop in Windows 10/11 2024
Просмотров 11614 дней назад
In this tutorial we will see how to download and install capcut on pc and laptop in both windows 10 and 11
How to Enable Dark Theme on Youtube Browser | Dark Mode in PC and Laptop
Просмотров 3621 день назад
In this tutorial we will see how to change theme and enable dark mode on youtube in both pc and laptop
How to Download and Install Blender for Windows 10/11 2024
Просмотров 19521 день назад
In this tutorial we will see how to download and install blender which is used to create 3d animation and model in both windows blender tutorial10 and 11
How to connect PostgreSQL using Node JS and Fetch Data Tutorial
Просмотров 10121 день назад
In this tutorial we will see how to connect node js to postgresql database and also fetch data from table #nodejs #postgresql #nodejstutorial #restapi
How to Download and Install Duckduckgo Browser in Windows 2024
Просмотров 39828 дней назад
In this tutorial we will see how to download and install duckduckgo browser in both windows 10 and 11duckduckgo browser
How to Enable Dark Theme in Visual Studio 2019 | Change Color theme
Просмотров 8528 дней назад
How to Enable Dark Theme in Visual Studio 2019 | Change Color theme
How to Use AI Chat Feature of Brave Browser - Leo AI
Просмотров 136Месяц назад
How to Use AI Chat Feature of Brave Browser - Leo AI
Use Gemini AI API with CSV File and Ask Questions like a Chatbot
Просмотров 707Месяц назад
Use Gemini AI API with CSV File and Ask Questions like a Chatbot
How to Convert Your Own Voice to AI Voice Tutorial
Просмотров 56Месяц назад
How to Convert Your Own Voice to AI Voice Tutorial
gcc.exe: error: new: No such file or directory in VS Code SOLVED
Просмотров 334Месяц назад
gcc.exe: error: new: No such file or directory in VS Code SOLVED
Connection timeout expired PostgreSQL PgAdmin 4 SOLVED
Просмотров 766Месяц назад
Connection timeout expired PostgreSQL PgAdmin 4 SOLVED
Chat with your PDF using Gemini AI API in Python without Langchain
Просмотров 418Месяц назад
Chat with your PDF using Gemini AI API in Python without Langchain
Gemini AI API with Go Golang Tutorial
Просмотров 283Месяц назад
Gemini AI API with Go Golang Tutorial
No connection established Mysql Workbench SOLVED in Windows
Просмотров 154Месяц назад
No connection established Mysql Workbench SOLVED in Windows
Use Gemini AI API Without Coding - Curl Request from Postman Tutorial
Просмотров 271Месяц назад
Use Gemini AI API Without Coding - Curl Request from Postman Tutorial
Use Gemini AI API without Backend Code - Gemini for Web in HTML, Javascript and React JS
Просмотров 245Месяц назад
Use Gemini AI API without Backend Code - Gemini for Web in HTML, Javascript and React JS
Use Gemini AI API with Android Studio Kotlin Tutorial
Просмотров 267Месяц назад
Use Gemini AI API with Android Studio Kotlin Tutorial
How to Use Gemini AI Chat in Google Chrome Browser
Просмотров 323Месяц назад
How to Use Gemini AI Chat in Google Chrome Browser
Use Gemini AI API in Google Colab - Ready to Run Python Code
Просмотров 688Месяц назад
Use Gemini AI API in Google Colab - Ready to Run Python Code
How to Add ChatGPT Desktop App Shortcut for Windows 10/11
Просмотров 255Месяц назад
How to Add ChatGPT Desktop App Shortcut for Windows 10/11
How to Download and Install Go Golang on Windows 10/11 2024
Просмотров 147Месяц назад
How to Download and Install Go Golang on Windows 10/11 2024

Комментарии

  • @husnainrazaghulamraza4773
    @husnainrazaghulamraza4773 16 минут назад

    its Amazing..

  • @user-ku2ii4it4k
    @user-ku2ii4it4k 53 минуты назад

    Sir how to see assignment mark... Then my mark is 52 ..I didn't have certificate..why..?

  • @souptikjee7254
    @souptikjee7254 Час назад

    thnx

  • @kxieem
    @kxieem 3 часа назад

    Thank You, it worked.

  • @retrolu1
    @retrolu1 5 часов назад

    Thank you very much

  • @utkarsh-ke6qw
    @utkarsh-ke6qw 7 часов назад

    thanks

  • @justanobody2880
    @justanobody2880 10 часов назад

    Thank you, very helpful.

  • @sauravsirswal15
    @sauravsirswal15 11 часов назад

    did the same exact steps the basic code which i wrote in in the index.js file const express = require('express') const app = express() const port = 3025 app.get('/', (req, res) => { res.send('Hello World!') }) app.listen(port, () => { console.log(`Example app listening on port ${port}`) }) after writing npm start it gives me only: > backendd@1.0.0 start > node index.js and that's it no port was mentioned in this , and after i tried to run: node index.js i get absolutely nothing and the terminal gets exit for new block of command, please help

  • @mdhakshada1790
    @mdhakshada1790 12 часов назад

    thanks a lot sir

  • @user-gw5rd2oj3v
    @user-gw5rd2oj3v 13 часов назад

    after the jupyter notebook step, a new file didnt open in the file

  • @Studyup9797
    @Studyup9797 14 часов назад

    Still showing

  • @giorgichikovani6012
    @giorgichikovani6012 15 часов назад

    npx create-react-app command is deprecated and no longer being maintained, mostly common used technologies now are next or vite

  • @bestgameplaymoments1718
    @bestgameplaymoments1718 15 часов назад

    I only followed 5-6 guys and its showing me this now 😂

    • @unitedtoptech6288
      @unitedtoptech6288 15 часов назад

      i guess its a glitch now

    • @rodiz830
      @rodiz830 5 часов назад

      Same thing man, I don’t get what’s happening, I usually retweet some posts too but this is just pathetic

    • @unitedtoptech6288
      @unitedtoptech6288 3 часа назад

      Yup many are facing this

  • @vigneshlion9309
    @vigneshlion9309 15 часов назад

    Tq 💥💥💥

  • @akshaybawane2917
    @akshaybawane2917 16 часов назад

    thank you so much sir it resolved my problem☺

  • @aswanijoshi6126
    @aswanijoshi6126 17 часов назад

    Thank you ❤

  • @adammuyobo6562
    @adammuyobo6562 18 часов назад

    I love you man this was so concise and straight to the point good video

  • @kleddo3126
    @kleddo3126 18 часов назад

    I hate github and those ugly code things why cant they solve it by their own holy is that annoying

  • @PathmanabanV
    @PathmanabanV 21 час назад

    I did fix the problem.

  • @xxfunck
    @xxfunck 23 часа назад

    Thank you! This is exactly what I was looking for. :)

  • @redrocksparkandampitheatre
    @redrocksparkandampitheatre День назад

    Didn't work for me :(

  • @mahtha-e3q
    @mahtha-e3q День назад

    when I go to service to set it up as automatic, MYSQL80 doesn't show up.

  • @negouzumaki4556
    @negouzumaki4556 День назад

    always the indian guy. Thanks mate

  • @ayodeleadisa5937
    @ayodeleadisa5937 День назад

    I have been having issue with “blender.exe-entry point not found.”😢 How can I fix this?

  • @JokoLane
    @JokoLane День назад

    it still says error: npx : The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npx create-react-app first-project + ~~~ + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

    • @unitedtoptech6288
      @unitedtoptech6288 20 часов назад

      You need to add the path appdata/roaming/npm in environment variable and rerun

  • @amnest_yi
    @amnest_yi День назад

    Thanks

  • @ppl_call_me_tima
    @ppl_call_me_tima День назад

    logout and re-login is not resolving my error. my Error is different. It happens after i enter a project id. any fixes? ⠴ Creating new Firebase project mynotes-amit... FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command. COMMAND: firebase projects:create mynotes-amit --json ERROR: Failed to add Firebase to Google Cloud Platform project. See firebase-debug.log for more info.

  • @oozaidoo380
    @oozaidoo380 День назад

    Thanks a lot! 2 quick questions 1/can i delete the App.css, App.js, App.test.js, index.css, logo.svg, reportWebVitals.js, and setupTests.js from the src folder? 2/when i enter "npm start" and then close it and enter it again it will says the port 3000 already taken so what sould i do? thanks again ♡

    • @unitedtoptech6288
      @unitedtoptech6288 День назад

      If you delete App.js it wont work , so try modifying the content there, for port number try changing to any other number

  • @user-oh8xl6lx2v
    @user-oh8xl6lx2v День назад

    I still don’t trust it idk why I think it’s a virus can someone tell me if it’s is or if it’s isn’t?

    • @unitedtoptech6288
      @unitedtoptech6288 День назад

      Why do you think that? This is from the official site

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

    I just install it in intellij bt it showing error that"can't trasfer artifact org. Springframework:spring-core:jar' please reply

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

    Much appreciated.

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

    Helpful bro thank you

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

    Can holding power button on blue screen damage pc or its performance

  • @Bala-de3bl
    @Bala-de3bl 2 дня назад

    I followed those steps but still i got this error: flutterfire configure flutterfire : The term 'flutterfire' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + flutterfire configure + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (flutterfire:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

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

    But does it all connect so the login is fully functional?

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

    thanks it helps me a lot

  • @user-ml2ff9wu8f
    @user-ml2ff9wu8f 2 дня назад

    Clear and simple !! Thank you !! Good luck!!!

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

    Thanks man! I wanted to play Osu! so much

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

    WOWWWWW I NEVER KNOW THAT WOWWW YOU COULD DO THAT?

  • @SnapShots..
    @SnapShots.. 2 дня назад

    Still getting error sir

  • @SasiRekhaSadanala
    @SasiRekhaSadanala 3 дня назад

    Still I'm getting error even i have checked the path and added into the environmental variables

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

      Python -m notebook, try running this

    • @SasiRekhaSadanala
      @SasiRekhaSadanala День назад

      Yeah I did but it's showing python was no found; run without arguments to install from the Microsoft store,or disable this shortcut from settings

    • @unitedtoptech6288
      @unitedtoptech6288 День назад

      Go to "start" and search "Manage App Execution Aliases". Go to it and turn off "Python", try it

  • @seenus.k7330
    @seenus.k7330 3 дня назад

    Great explanation sir I have interested to learn many more things

  • @sumitkaranjkar3819
    @sumitkaranjkar3819 3 дня назад

    thanks

  • @aayansethi3577
    @aayansethi3577 3 дня назад

    Best tutorial!!!

  • @noka4033
    @noka4033 3 дня назад

    Can't find it under program files

  • @tiannabrown7266
    @tiannabrown7266 3 дня назад

    Thank you so much I was having so much trouble & the 2nd way worked!

  • @Infectios
    @Infectios 3 дня назад

    Tantos videos de muchos minutos para nada y este de 2 si funcionó, gracias!

  • @alejorodri11
    @alejorodri11 3 дня назад

    You really saved me. Thanks!!!

  • @nero71845
    @nero71845 3 дня назад

    thank you brother Allah bless

  • @mhmwoodar2678
    @mhmwoodar2678 3 дня назад

    Thank you so much 🎉🎉