VTS SCHOOL
VTS SCHOOL
  • Видео 321
  • Просмотров 82 829
Cracking Python Data Structures: Real-Life Lessons on list and set
Cracking Python Data Structures: Real-Life Lessons on list and set
Просмотров: 69

Видео

Build an AI-Powered React App with Gemini Models
Просмотров 14821 день назад
Build an AI-Powered React App with Gemini Models
MERN stack : Day 7
Просмотров 3821 день назад
MERN stack : Day 7 video
MERN stack : Day 6
Просмотров 3721 день назад
MERN stack : Day 6 video
MERN stack : Day 5
Просмотров 5221 день назад
MERN stack : Day 5 video
Full stack python : Day 31
Просмотров 3528 дней назад
Full stack python : Day 31 video
MERN stack : Day 4
Просмотров 7528 дней назад
MERN stack : Day 4 videos
MERN stack : Day 3
Просмотров 8928 дней назад
MERN stack : Day 3 video
MERN stack : Day 2
Просмотров 114Месяц назад
MERN stack : Day 2 video
Full stack python : Day 30
Просмотров 28Месяц назад
Full stack python : Day 30 videos
MERN Stack - Day 1
Просмотров 341Месяц назад
MERN Stack - Day 1 videos
Full stack python : Day 29
Просмотров 65Месяц назад
Full stack python : Day 29 video
Full stack python : Day 28
Просмотров 41Месяц назад
Full stack python : Day 28 video
HTML-CSS-JS Demo Sessions : Day 14
Просмотров 50Месяц назад
HTML-CSS-JS Demo Sessions : Day 14 video
Full stack python : Day 27
Просмотров 42Месяц назад
Full stack python : Day 27 video
Full stack python : Day 26
Просмотров 42Месяц назад
Full stack python : Day 26
Full stack java : demo 10
Просмотров 44Месяц назад
Full stack java : demo 10
Full stack java : demo 9
Просмотров 26Месяц назад
Full stack java : demo 9
Full stack java - demo 8
Просмотров 45Месяц назад
Full stack java - demo 8
HTML-CSS-JS Demos : Day 13
Просмотров 52Месяц назад
HTML-CSS-JS Demos : Day 13
Full stack java : Day 7
Просмотров 35Месяц назад
Full stack java : Day 7
Full stack java : Day 6
Просмотров 45Месяц назад
Full stack java : Day 6
Full stack java - demo 5
Просмотров 59Месяц назад
Full stack java - demo 5
Full stack python - Day 25
Просмотров 103Месяц назад
Full stack python - Day 25
Full stack java - Demo 4
Просмотров 96Месяц назад
Full stack java - Demo 4
Full stack java : Demo 3
Просмотров 148Месяц назад
Full stack java : Demo 3
Full stack python : day- 24
Просмотров 230Месяц назад
Full stack python : day- 24
Full stack python- day 23
Просмотров 111Месяц назад
Full stack python- day 23
Full stack python Day 22
Просмотров 178Месяц назад
Full stack python Day 22
Full stack Python day 21
Просмотров 52Месяц назад
Full stack Python day 21

Комментарии

  • @ksaileela7478
    @ksaileela7478 24 дня назад

    Hi Sir, The session was good; I got some ideas on how to build an AI-powered React application. Thank you

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

    This is Full stack Java video. Please upload day 14 of Full stack python video

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

    Where is day - 25?

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

    Thank you for this vedio 🙏

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

    Plz send 42 class

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

    where is other recordings which includes django and flask ?

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

    Awesome Sir ❤

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

    Nice Sir... you're teaching nicely.

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

    Can u pls share the code of this

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

    Thanks for clearing my doubt!!

  • @joseymj83
    @joseymj83 9 месяцев назад

    Aws amplify with RDS database how much support can we expect is there any chance to cancel

  • @luciano5026
    @luciano5026 9 месяцев назад

    Muchas gracias!!!!!

  • @AkankshaShelat
    @AkankshaShelat 11 месяцев назад

    What if we want the securitygroup to have inbound access only from the nodeJS app on heroku? Is there a heroku range of IP we can use?

    • @myvtsschool
      @myvtsschool 11 месяцев назад

      Yes, Heroku doesn't provide IP addresses because its platform is distributed across multiple AWS regions and its infrastructure is dynamic. However, you can use the trusted header to identify requests coming from Heroku dynos. When a request comes from a Heroku dyno, Heroku adds the X-Forwarded-For header to the HTTP request. This header contains the IP address of the client that made the request to the dyno. However, because requests within the Heroku platform don't pass through external networks, you should trust this header only if the request originated from within Heroku. So, for your security group settings, you would allow inbound access only from the IP addresses provided in the X-Forwarded-For header. In Node.js, you can access this header using req.headers['x-forwarded-for']. Just make sure to validate that the request actually originated from Heroku before trusting this header. - ChatGPT Answer

  • @francistom3066
    @francistom3066 Год назад

    Thank you so much

  • @maheshchandrasahoo3038
    @maheshchandrasahoo3038 Год назад

    Sir, Plz make more videos on ReactJS so it will be more helpful

  • @maheshchandrasahoo3038
    @maheshchandrasahoo3038 Год назад

    Hello sir plz make angular and react js video also.

  • @deepthikompalli166
    @deepthikompalli166 Год назад

    very useful sir thanks!

  • @Uiihuf
    @Uiihuf Год назад

    Tank you thank you

  • @thedreamschool1556
    @thedreamschool1556 Год назад

    Hi sir can you share email I have to develop some application

  • @vinayakamaharaj
    @vinayakamaharaj Год назад

    Teaching vere level

  • @mahendarcheela3445
    @mahendarcheela3445 Год назад

    You provide separate web site when I was learning course

  • @mahendarcheela3445
    @mahendarcheela3445 Год назад

    Sir I’m a your old naresh it student I want a web development tutorial link plz reply

  • @mukeshpathak8739
    @mukeshpathak8739 Год назад

    Informational

  • @bhanuveeramalli1978
    @bhanuveeramalli1978 2 года назад

    Cleared all my doubts 👍👍

  • @tman7022
    @tman7022 2 года назад

    THANK YOU finally a clear tutorial I greatly appreciate it

  • @deepaksingh9928
    @deepaksingh9928 2 года назад

    Sir ur tutorial is awesome in your javaui kit website when clicking on git tutorial it's redirected here.

  • @deepaksingh9928
    @deepaksingh9928 2 года назад

    Your Videos are awesome ..... Keep doing great job

  • @girgiswilliam6705
    @girgiswilliam6705 2 года назад

    Good job, it help a lot !

  • @НикитаЛемов
    @НикитаЛемов 2 года назад

    why not onchange???

  • @Simple_Code99
    @Simple_Code99 2 года назад

    Thank you very much sir , it's working

  • @magdolnakatay6158
    @magdolnakatay6158 2 года назад

    Thank you!!!

  • @chandranvutukuri5047
    @chandranvutukuri5047 2 года назад

    Nice Explanation Post more videos sir Could you please give your mail id

  • @mohitx3g
    @mohitx3g 2 года назад

    💕

  • @sararhks2559
    @sararhks2559 2 года назад

    How can extract data from pdf using angular? please advise ASAP sir

  • @sararhks2559
    @sararhks2559 2 года назад

    Thanks sir

  • @indrasenareddykarnati24
    @indrasenareddykarnati24 2 года назад

    Super anna

  • @narayanareddy15
    @narayanareddy15 2 года назад

    Thanks for the video

  • @rashidmayesha
    @rashidmayesha 2 года назад

    Is the student.js file available anywhere?

    • @myvtsschool
      @myvtsschool 2 года назад

      No, in this we didn't use this file, But recommended to write API calls in students.js and common connection string details you can write in oracleCon.js

  • @sasmitaswain2834
    @sasmitaswain2834 2 года назад

    well explained

  • @saurabhkhandare9513
    @saurabhkhandare9513 2 года назад

    Can u upload complete playlist for React js

  • @thesoundweneed8084
    @thesoundweneed8084 2 года назад

    how to find connection String?

  • @vikaseakde8637
    @vikaseakde8637 2 года назад

    can you please provide link for deployment video mentioned in this video?

    • @myvtsschool
      @myvtsschool 2 года назад

      check this play list: ruclips.net/video/4K6hwEyKpEQ/видео.html

  • @vikaseakde8637
    @vikaseakde8637 2 года назад

    I tried till this level but unable to resolve error when trying to add data { "code": "ER_WRONG_VALUE_COUNT_ON_ROW", "errno": 1136, "sqlMessage": "Column count doesn't match value count at row 1", "sqlState": "21S01", "index": 0, "sql": "INSERT INTO `test1`(`fname`, `lname`) VALUES ('vikas'+'eakde')" }

    • @myvtsschool
      @myvtsschool 2 года назад

      check your insert query, should like below "INSERT INTO `test1`(`fname`, `lname`) VALUES ('vikas', 'eakde')"

    • @vikaseakde8637
      @vikaseakde8637 2 года назад

      @@myvtsschool thanks a lot, issue resolved for me. Your videos are really easy to understand, thanks for such great tutorials !

  • @prayogaluphalithalu4305
    @prayogaluphalithalu4305 2 года назад

    Nice video sir.. Thanks for uploading and help us in getting javascript good parts

  • @adminsolution1315
    @adminsolution1315 2 года назад

    how to know the mysql version? i am using xampp too and when i use mysql --version in the xampp console. it says 10.4.21 mariadb. so is my xampp use mariadb instead of mysql?

  • @Grootwell_Gardening
    @Grootwell_Gardening 3 года назад

    Thank you so much sir 🙏🙏🙏🙏♥️. Very simple explanation 👌 Can I get your LinkedIn id I want to be in your touch :)

    • @myvtsschool
      @myvtsschool 3 года назад

      www.linkedin.com/in/chenchalasrinu/

  • @saileelakatam3602
    @saileelakatam3602 3 года назад

    Thank you Sir ,Really. your teaching is awesome .

  • @abhishekkr9229
    @abhishekkr9229 3 года назад

    😍🥰🥰tQ sir

  • @arpithap7900
    @arpithap7900 3 года назад

    Thanks for the clear explanation. It's really helpful for us.

  • @pratikdevle5830
    @pratikdevle5830 3 года назад

    Good explanation. Was confused between the two. 👍