Quiz App Using Spring Boot #1 | Microservices Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 май 2024
  • What are Microservices : • What are Microservices?
    Microservice Git Link : github.com/navinreddy20/Micro...
    Spring and Microservices Live Course : bit.ly/springmslive
    Coupon: TELUSKO25 (25% Discount)
    Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
    Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
    Coupon: TELUSKO20 (20% Discount)
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusko.com/
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    Discord : / discord
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.telusko.com
    www.instamojo.com/@NavinReddy
  • НаукаНаука

Комментарии • 28

  • @imdadabro4118
    @imdadabro4118 11 месяцев назад +5

    Glad to find this video, Eagerly waiting for the videos.

  • @madhusudhanreddychencharap4881
    @madhusudhanreddychencharap4881 6 месяцев назад +9

    INSERT INTO public.question(
    id, category, difficultylevel, option1, option2, option3, option4, question_title, right_answer)
    VALUES (3,'Java','Easy','indicates specific to object','Independent of object','assigns at runtime','none','what the meaning of static?','Independent of object' ),
    (4,'Java','Easy','try','catch','finally','extends','which block is used to run at anytime?','finally'),
    (5,'Java','Easy','-','+','*','@','which java keyword used to conacatenate strings','+'),
    (6,'Java','Easy','hashmap','ArrayList','Array','Linkedlist','which class implementation of dynamic array','ArrayList'),
    (7,'Java','Easy','try','catch','throw','throws','Which java keyword used to explicily throw an exception','throw'),
    (8,'Java','Easy','terminate loop','throw exception','not a keyword','create thread','what is the use of break','terminate loop'),
    (9,'Java','Easy','for loop','while loop','do while','switch loop','Which loop in java executed atleast once?','do while'),
    (10,'Python','Easy','set','tuple','list','array','In python which datatype is mutable','list'),
    (11,'Python','Easy','numpy','date and time','sys','array','In python which module is working for data and time','date and time'),
    (12,'Python','Easy','length()','len()','range()','add()','In python which functio is used to calculate length of list?','len()');
    ;

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

      Thanks a lot brother

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

      to create the table before the inserts use this:
      CREATE TABLE public.question (
      id SERIAL PRIMARY KEY,
      category VARCHAR(255),
      difficultylevel VARCHAR(255),
      option1 VARCHAR(255),
      option2 VARCHAR(255),
      option3 VARCHAR(255),
      option4 VARCHAR(255),
      question_title VARCHAR(255),
      right_answer VARCHAR(255)
      );

    • @user-fz1cj8rh6k
      @user-fz1cj8rh6k 2 месяца назад +1

      ​@@sanketkalokhe7400 Thank you brother....💕💕💕

    • @user-fz1cj8rh6k
      @user-fz1cj8rh6k 2 месяца назад +1

      Thank you brother....💕💕💕@@plucero

    • @MFM88832
      @MFM88832 14 дней назад

      @@plucero Thank you so much!

  • @MaxProgramming
    @MaxProgramming 11 месяцев назад +12

    I'm curious, why is NestJS (TypeScript) so much similar to Spring Boot (Java)

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

    Hi Sir, Can you please post the code of quizapp and questionapp

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

    keep on doing good work😊...

  • @user-rz9hm7mr2i
    @user-rz9hm7mr2i 7 месяцев назад +1

    Can anyone help me with the Database used here, TIA.

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

    the real microservices tutorial starts at video number 19 need of service discovery. before that he creates a quiz app which contains two services quiz and questions. then he divides this monolithic project into 2 projects.

  • @rutvikraval4476
    @rutvikraval4476 10 месяцев назад

    good video sir

  • @krishnateja6664
    @krishnateja6664 6 дней назад

    can anyone here provide the database file used in this project?

  • @akvloggsofficial
    @akvloggsofficial 11 месяцев назад +2

    🔥

  • @harshkarwa3214
    @harshkarwa3214 11 месяцев назад +1

    Hi Navin Sir, Just wanted to know your views on the rise of AI in Code Development. Now we know that we can generate Core Java programs/code through AI, but advanced Java (Springboot, etc.) will get affected by the AI evolution. If yes, how will it get impact an average engineer life's?

    • @kaminenisaiteja7922
      @kaminenisaiteja7922 11 месяцев назад +3

      Bro we can’t say AI can write spring boot programs.Because while writing spring boot code you will face lots of compatibility issues.

    • @kaminenisaiteja7922
      @kaminenisaiteja7922 11 месяцев назад +3

      Even AI also unable to understand that one because it throws exceptions rather than exact problem

  • @darkhunter1704
    @darkhunter1704 11 месяцев назад +1

    1st like + comment

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

    Hi, I am getting whitelabel error i tried everything

  • @user-du1cg6fd5r
    @user-du1cg6fd5r 10 месяцев назад +1

    can anyone here provide the database file used in this project?