Complete Java Spring Boot & Spring Framework Project: Build a Production-Grade eCommerce App Project

แชร์
ฝัง

ความคิดเห็น • 169

  • @EmbarkX
    @EmbarkX  6 หลายเดือนก่อน +11

    Access FULL course here: link.embarkx.com/spring-boot
    WITH THIS COURSE YOU LEVEL UP YOUR SPRING BOOT KNOWLEDGE - BUILD COMPLEX ECOMMERCE APPLICATION.
    The Complete Spring Boot Guide: Build a Production-Grade Complex eCommerce Real Time Project is LIVE! [Comes with 47+ Hours of content]
    HIT THAT SUBSCRIBE BUTTON GUYS, PLEASE SUPPORT IF YOU LIKE MY WORK.
    Telegram Community: link.embarkx.com/telegram
    *GROW AS JAVA DEVELOPER*
    1. SIGNUP FOR MY SPRING BOOT ECOMMERCE PROFESSIONAL FOR BEGINNERS COURSE: link.embarkx.com/spring-boot
    2. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java
    3. MASTER SPRING BOOT MICROSERVICES: link.embarkx.com/microservices
    4. MASTER SPRING SECURITY WITH REACT JS+OAUTH2: link.embarkx.com/spring-security
    5. MASTER INTELLIJ IDEA: link.embarkx.com/intellij
    COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?

    • @chetanuppin6259
      @chetanuppin6259 6 หลายเดือนก่อน

      Loved your lectures 🫡
      Tell about OpenAI using Spring Boot. A tool which checks context of email and sends a response of that email..

    • @terminator96
      @terminator96 5 หลายเดือนก่อน

      Will your course contain react basics and frontend part and aws part in details?

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      @@terminator96 Yes React in future. AWS it already has.

    • @terminator96
      @terminator96 5 หลายเดือนก่อน

      @@EmbarkX ok

    • @itsoccult
      @itsoccult 5 หลายเดือนก่อน +1

      I really like how you organise the content, the way you explained like perfectly splendid. I must say this is one of the best course video out of my overall 100+ completed courses i have ever seen. Great JOB

  • @gunjanchaudhary2999
    @gunjanchaudhary2999 หลายเดือนก่อน +12

    Daily Progress:
    Day 1 - 00:47:19
    Day 2 - 01:31:52
    Day 3 - 02:12:31
    Day 4 - 02:45:21
    Day 5 - 03:02:37
    Day 6 - 03:14:23
    Day 7 - 03:29:04
    Day 8 - 04:03:51
    Day 9 - 04:44:57
    Day 10 - 05:08:22
    Day 11 - 05:36:15
    Day 12 - 06:12:26
    Day 13 - 06:36:18
    Day 14 - 06:42:27
    Day 15 - 7:02:28
    Day 16 - 7:53:50
    Day 17 - 8:29:26
    Day 18 - 8:41:32
    Day 19 - 9:33:50 (Completed)

  • @ranjantechnocrat
    @ranjantechnocrat 5 หลายเดือนก่อน +9

    Completed 2.5 Hours of this video , I will continue with the rest. I have planned to watch this video completely not missing every second. This is really interesting.
    Thanks a lot for making this. Detailed Explanation about Dependency Injection.

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      Great. Be sure to access full course in the description. Thank you.

  • @SaqibChoudhary09
    @SaqibChoudhary09 2 หลายเดือนก่อน +2

    I'm software engineering student, I love java that i use for development and dsa also
    I'm currently learning spring boot, and i want to explore latest thing in java spring
    I you have nice content in YT

  • @rishabhmishra9611
    @rishabhmishra9611 6 หลายเดือนก่อน +20

    I have watched the full video i must say you haven't leave anything and explained each and everything from basics in very beginner friendly way, thanks for the video.

    • @Some-z2p
      @Some-z2p 4 หลายเดือนก่อน

      Bro what's the prerequisites of this course? I know some java, is that enough?

    • @AmarnathV-z9z
      @AmarnathV-z9z 4 หลายเดือนก่อน +1

      ​@@Some-z2pbefore you start this, you need core java concepts for basic level, how to use them and access those stuff ... That's enough, you can start to learn spring boot ... Then you learn more concepts later once you started

    • @Some-z2p
      @Some-z2p 4 หลายเดือนก่อน

      @@AmarnathV-z9z is servlet or hibernate is needed to learn?

  • @shamstabrez2986
    @shamstabrez2986 3 หลายเดือนก่อน +4

    faisal u r doing awesome jobs brother keep it up may god bless n fulfill ur wishes my request here to u is plz do a complete project where u will do a simple frontend to the complete springboot backend and deploy each microservices to the kubernetes pod and setup the entire architecture so that we audience could understand how the realtime applications exactly working especially in kubernetes and cloud

  • @aritrakhatua1482
    @aritrakhatua1482 10 วันที่ผ่านมา

    00:00:00 Course Intro
    00:04:29 How Does the Web Work?
    00:11:20 What is a Client Server?
    00:18:28 What is a Client Server?
    00:25:09 Types of API Requests
    00:29:56 REST API and its Architecture?
    00:35:14 http vs https
    00:38:57 What are Status codes?
    00:47:19 What is Resource, URI and Sub-Resource
    00:51:25 What is Web Framework?
    00:59:07 Intro to Spring Framework
    01:04:41 Intro to Tight Coupling and Loose in Spring
    01:10:32 Hands On: Intro to Tight Coupling
    01:31:52 Core Concepts of Spring
    01:45:48 Spring Container and Configuration
    01:49:20 Setting Up a Spring Project
    01:56:50 Creating Your First Bean
    02:10:34 Lifecycle of Bean
    02:12:31 Dependency Injection (DI)
    02:13:34 Constructor Injection | Dependency Injection
    02:24:03 Setter Injection | Dependency Injection
    02:28:47 Challenge: Inversion of Control (IoC)
    02:45:21 Introduction to Autowiring and its types
    02:49:14 Autowiring by Name
    03:02:37 Autowiring by Type
    03:07:04 Autowiring by Constructor
    03:10:41 Introduction to Annotations
    03:14:23 Understanding Components and ComponentScan
    03:18:18 Hands on: Component and Component Scan
    03:26:07 @Value Annotation
    03:29:04 Transition from XML to Annotations in Spring
    03:35:04 @Autowired Annotation
    03:42:09 @Qualifier Annotation
    03:43:32 Review So Far
    03:47:02 Introduction to Spring Boot
    03:58:45 How does Spring Boot work? - Architecture
    04:03:51 Getting Started with Spring Initializer
    04:11:28 Setting up a Spring Boot Project in IntelliJ
    04:20:27 Let’s discuss Dependencies in Spring Boot
    04:27:30 Designing our First Hello World API
    04:32:40 How did our API work?
    04:37:06 Understanding Spring Boot Auto-Configuration
    04:40:04 Introduction to application.properties
    04:40:57 Creating a POST request
    04:44:57 Introduction and Setup for POSTMAN
    04:48:41 Completing Setup of POSTMAN
    04:55:12 Getting JSON Response
    05:08:22 Making use of @Pathvariable
    05:14:47 Setting up Project
    05:17:54 Structuring Thoughts
    05:36:15 Fetching All Categories
    05:42:33 Adding New Categories
    05:47:14 Setting up Category Service
    05:56:18 Challenge: Managing ID’s
    06:02:05 Delete Category
    06:12:26 ResponseEntity Class
    06:22:17 Using ResponseEntity for all Endpoints
    06:27:04 Challenge: Update Category
    06:36:18 @RequestMapping Annotation
    06:42:55 Basics: Understanding Data and Databases
    06:43:57 What is DBMS
    06:52:02 Introduction to Relational Databases Concepts
    07:03:06 Overview of SQL
    07:07:24 Installing MySQL On Windows
    07:17:53 Installing MySQL On Mac
    07:29:43 Installing MySQL On Linux
    07:45:32 Understanding MySQL Interface
    07:54:20 What is ORM?
    08:00:12 What is JPA?
    08:04:31 Let’s understand Data Layer
    08:07:08 H2 database
    08:11:01 Configuring our Project for JPA
    08:22:41 Understanding Entities in JPA
    08:29:23 Behind the Scenes and Additional Properties
    08:38:26 Generation Types For Identity
    08:46:22 Defining JPA Repositories
    08:52:09 Making Category Persistent
    08:57:07 Testing changes
    09:00:21 Using Optionals in Services [Optimizing]
    09:08:28 Experimenting Beyond
    09:14:23 What is Lombok?
    09:18:13 Lombok Annotations You Should Know
    09:28:43 Dark Mode in IntelliJ
    09:29:13 Lombok in Action

  • @Unknown-vy4ct
    @Unknown-vy4ct 6 หลายเดือนก่อน +3

    This is the best Spring Boot lecture I have seen so far, all this for free. Thank You so much sir, you cleared every confusion and concepts.

    • @shri7105
      @shri7105 6 หลายเดือนก่อน

      Does this project include frontend part?

  • @tejaslokhande3725
    @tejaslokhande3725 6 หลายเดือนก่อน +15

    Currently graduated from Cornell University, New York (Ivy League). Watching your video for upskilling!!

    • @JohnCalentine
      @JohnCalentine 5 หลายเดือนก่อน +1

      Does this 9 hour video contain enough content to build the application?

    • @Sicktightyo
      @Sicktightyo 3 หลายเดือนก่อน +3

      How do you know someone graduated from an Ivy League school?
      Don't worry, they'll let you know!

    • @emmanuel8310
      @emmanuel8310 20 วันที่ผ่านมา

      Congratulations!

    • @Anesu98
      @Anesu98 วันที่ผ่านมา

      ​@@JohnCalentinenot really it's an intro to help you understand deep spring boot... It's very important foundation

  • @madhavsolanki1037
    @madhavsolanki1037 6 หลายเดือนก่อน +27

    I see your latest spring boot masterclass it is amazing in only one day cover more than 5 hrs content of your video . Thank you for providing such good resources. Keep good❤❤🎉

    • @RajKumarT123
      @RajKumarT123 6 หลายเดือนก่อน

      Is it free or paid bro

    • @madhavsolanki1037
      @madhavsolanki1037 6 หลายเดือนก่อน +1

      @@RajKumarT123 free

    • @RajKumarT123
      @RajKumarT123 6 หลายเดือนก่อน

      @@madhavsolanki1037 full course available in youtube or his website ? Where can I watch to complete full course related to spring

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      Please check the description for full course access. I normally provide all details in description.

    • @NandanM-q5g
      @NandanM-q5g 4 หลายเดือนก่อน

      Can u please attach the link of spring boot which is available from basic

  • @moestaxx286
    @moestaxx286 5 หลายเดือนก่อน +2

    let’s go bro. thank you for this. not to many guys covering spring i really appreciate this.

  • @JO-cw7ju
    @JO-cw7ju 2 หลายเดือนก่อน

    You're very articulate and I found this video very helpful but it would help more if you could have broken this down into a playlist. I helps with tracking ones progress as well.

  • @snehakapoor4314
    @snehakapoor4314 6 หลายเดือนก่อน +3

    Just an appreciation comment, Great efforts, Thank you very much❤

  • @ShajibHossain-b6j
    @ShajibHossain-b6j 3 หลายเดือนก่อน

    First of all, I wan to thank you for this tutorial. I have been working as a python django developer for the last 1.5 years. And recently for one of my microservice sort of projects I needed to learn Spring. since I have been solving problem using both JAVA and Python It was quite easy for me to grasp all the concepts yet You tutorial made with more easy for me to understand the basic concepts and its implementations. Thanks to you buddy.

    • @sajalgupta3144
      @sajalgupta3144 3 หลายเดือนก่อน

      Brother can I get a knowledge of spring boot and hibernate without knowing any prior knowledge , all I know is CORE Java

  • @Pavan_Kumar_T
    @Pavan_Kumar_T 3 หลายเดือนก่อน +1

    Outstanding explanation of each and every concept ❤

  • @COD_MW007
    @COD_MW007 6 หลายเดือนก่อน +3

    I respect your dedication and hardwork.

  • @akshayap6383
    @akshayap6383 6 หลายเดือนก่อน +1

    Great effort from the side of the teacher. Even the minute things are crystal clear for a beginner.

  • @nemalperera
    @nemalperera 23 วันที่ผ่านมา

    Mind Blowing Teaching !

  • @techytalksvlog
    @techytalksvlog หลายเดือนก่อน

    Thank you for this! It really helped a lot

  • @dolonroy-c8e
    @dolonroy-c8e 6 หลายเดือนก่อน

    Hi Sir, I must say this type of valuable free resource regarding IT Technical is very much helpful for all of us.. You are doing a great job as a teacher..Thank you for helping us. 👏👏👏

  • @Hayat_Tarique
    @Hayat_Tarique 5 หลายเดือนก่อน +1

    Hi Faisal,
    I hope you’re doing well. I just wanted to reach out and say that your Spring Security content is incredibly good. I’ve learned a lot from your videos, and they’ve been really helpful in my journey.
    I was wondering if you could make a video on OAuth2. It would be great to see your take on it and understand how to implement it effectively.
    Thanks again for all the valuable content you provide!

  • @harshitbatra62
    @harshitbatra62 5 หลายเดือนก่อน

    Thanks for the amazing content. Guys those who want to skip basic theory part can start after 1 hour.

  • @varmapemmadi9958
    @varmapemmadi9958 6 หลายเดือนก่อน +1

    Your providing amazing content sir❤ please do more content like this im from AP

  • @mohammedfazil6490
    @mohammedfazil6490 5 หลายเดือนก่อน

    You have done an amazing job, kudos to your efforts in making this videos.

  • @funclips2053
    @funclips2053 6 หลายเดือนก่อน

    thank you for this course sir your work is amazing

  • @Rainbow-jk6ok
    @Rainbow-jk6ok 5 หลายเดือนก่อน

    Amazing course with detailed and easy explanations. Can you do a video about Object Oriented Programming???

  • @hrutikdhumal402
    @hrutikdhumal402 3 หลายเดือนก่อน

    i really need this video thanks a lot

  • @sriramprabhas4622
    @sriramprabhas4622 5 วันที่ผ่านมา

    "Build an e-commerce application by integrating it with Spring Boot. Could you explain how to compare the UI pages with the backend, and what needs to be done in the backend? Is there any video available in your playlist, or what do I need to do? Please reply."

  • @tharunraj4135
    @tharunraj4135 6 หลายเดือนก่อน

    Thank you sir.. Love from India

  • @shubhamkushwha2069
    @shubhamkushwha2069 4 หลายเดือนก่อน

    Amazing ❤❤

  • @fadisalameh3368
    @fadisalameh3368 5 หลายเดือนก่อน

    Perfect tutorial
    thank you very much

  • @davebudah
    @davebudah 6 หลายเดือนก่อน

    I hope this course remains on promo for the next 7 days I need to buy it.

  • @AnandKumar-ph7tj
    @AnandKumar-ph7tj 6 หลายเดือนก่อน

    Thanks ❤ for your effort and content!
    One request to you , please make a short project in which use jwt token , singing , concept like if user sign as a user and Admin then do all task if not sign in then see the content only .
    Please make a mini project on it !

  • @sandip_kanzariya8476
    @sandip_kanzariya8476 6 หลายเดือนก่อน +3

    hi,
    Have you cover Role based authentication and authorization in video ?

  • @cdinglevel8626
    @cdinglevel8626 6 หลายเดือนก่อน +6

    It would be great if you could add a demo to show the project you are building in this course. this will also motivate students to buy the course and subscribe to the channel, hope you understood, thank you.

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      Great suggestion! I have a made a note to add this in beginning. Thanks for the highlight. How are you finding the content?

    • @cdinglevel8626
      @cdinglevel8626 6 หลายเดือนก่อน +2

      @@EmbarkX Thanks, the course is great hope more to come!

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      @@cdinglevel8626 Welcome :)

  • @KochamShotowac
    @KochamShotowac 6 หลายเดือนก่อน

    this bro is insane with these courses

  • @shahriarjubair1790
    @shahriarjubair1790 5 หลายเดือนก่อน

    I’m having difficulty knowing from which tutorial I have to start, as the tutorials are quite detailed. Could you please provide a beginner-friendly roadmap or guide?

  • @terminator96
    @terminator96 2 หลายเดือนก่อน +1

    Does the ecommerce project include payment service integration like razorpay or stripe?

  • @pranaypaul6361
    @pranaypaul6361 6 หลายเดือนก่อน

    Fantastic 9.5 hours of explanation and hands-on but rest gotta buy! Understood! but will it complete full project as it's title suggests production grade eCom?

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      You can take a look at the outline and Judge. Its one of the best courses available at the moment.

    • @pranaypaul6361
      @pranaypaul6361 6 หลายเดือนก่อน

      @@EmbarkX Yeah from first 9 hours here its been solid! Eager to access rest from non-youtube platform! Keep making these really helpful series aligning with industry standard because time is investment. Thank you for your honest efforts!

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      @@pranaypaul6361 You are welcome bro. That's our goal.

    • @pranaypaul6361
      @pranaypaul6361 6 หลายเดือนก่อน

      @@EmbarkX 🤛

    • @jathinreddy9322
      @jathinreddy9322 5 หลายเดือนก่อน

      @@EmbarkX plz dont delete this playlist, the best one on youtube

  • @soumodipsengupta9902
    @soumodipsengupta9902 5 หลายเดือนก่อน

    Superb !!

  • @SinghRahul-
    @SinghRahul- 6 หลายเดือนก่อน

    Thankyou ❤

  • @manojkr2362
    @manojkr2362 6 หลายเดือนก่อน

    Your site is down for some reason please fix this issue i trying to buy your course man awesome 🔥🔥✅✅🔥🔥

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน +1

      I just checked. Its working fine. Can you please retry at your end?

  • @nandhababu3209
    @nandhababu3209 4 หลายเดือนก่อน

    sir while using /api/public/categories and giving get request in postman getting error but without public I framed the endpoint like this /api/categories and its working fine. Could anyone please explain what is the issue in this?

  • @yashodhakulathunga7507
    @yashodhakulathunga7507 3 หลายเดือนก่อน

    Can someone tell me is this a fullstack? With the frond end work?

  • @Unknown-vy4ct
    @Unknown-vy4ct 6 หลายเดือนก่อน

    When I added @Entity to the controller class it was saying
    Class 'Category' should have [public, protected] no-arg constructor
    Is it necessary to have a no arg constructor. Because I didn't saw you do the same

  • @DeepakSah3.0
    @DeepakSah3.0 4 หลายเดือนก่อน

    Keep coming

  • @Ankit-ge7yn
    @Ankit-ge7yn 6 หลายเดือนก่อน +1

    Which video to show first for learning spring boot??

    • @habeebkinlolu9668
      @habeebkinlolu9668 6 หลายเดือนก่อน +1

      @telusko

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน

      This is the playlist for beginners: th-cam.com/play/PLxhSr_SLdXGOIWnnL96g8xVr8lfWinkC7.html.
      Take a look at this one and you should get started with it.

    • @rahulkumar3138
      @rahulkumar3138 4 หลายเดือนก่อน

      ​​@@EmbarkX
      Hello Sir,
      I am buying your course from udemy. But I am confused from where to start. Should I strat from this playlist or from that udemy course. Does that udemy course cover all concepts of this playlist.
      PLEASE REPLY 🙏

    • @EmbarkX
      @EmbarkX  4 หลายเดือนก่อน

      @@rahulkumar3138 Hi Rahul,
      Which playlist you are referring to? The course on udemy covers everything from scratch, the course is highly rated and is best seller given that its beginner friendly.
      If you can share the youtube playlist you are referring to here I can answer better.

    • @rahulkumar3138
      @rahulkumar3138 4 หลายเดือนก่อน

      @@EmbarkX the playlist which u shared above here in this comment in reply .
      See above my comment

  • @ahamedstarek1250
    @ahamedstarek1250 6 หลายเดือนก่อน

    Sir e commerce website need data layer. Please give us a vedio for how development custom e-commerce website data layer enable 🙏🙏🙏

  • @arif5268
    @arif5268 หลายเดือนก่อน +1

    Can you plz tell this 9hrs is for learn springboot or build project?

    • @EmbarkX
      @EmbarkX  หลายเดือนก่อน +1

      You learn by building. It's beginner friendly. We start from what is spring. Check outline.

  • @anishmathew7108
    @anishmathew7108 6 หลายเดือนก่อน

    Please add vedio about docker and Kafka

  • @akashkure2241
    @akashkure2241 2 หลายเดือนก่อน

    Does this video include ecommerce app building?

  • @saikiran4254
    @saikiran4254 6 หลายเดือนก่อน

    Hello Bro, This is Sai Kiran. Could you please upload one video on Java road map as per industry needs. I hope you do this.❤❤

  • @Unknown-vy4ct
    @Unknown-vy4ct 6 หลายเดือนก่อน

    Sir this is a request, can you please teach React also similarly? Along with JavaScript that will be required for React?

  • @sunilkumarnayak3646
    @sunilkumarnayak3646 6 หลายเดือนก่อน

    Love you sir

  • @Shani_Rajawat
    @Shani_Rajawat 6 หลายเดือนก่อน

    I am using Oauth2.0 in my Spring Auth server and using this server fetches the access token using authorizatin code grant after that i use the token to fetch data from another spring application resource server also I need help in implementing an additional flow login by using mobile OTP after the user login using OTP same authorizaation code will be generated and will exchange for the token. is this possible ? kindly reply
    BTW great work i learned many latest things from you

  • @phoenixvenom3645
    @phoenixvenom3645 3 หลายเดือนก่อน +1

    please someone give me the timestamp where the final e-commerce application is displayed

    • @madhav3444
      @madhav3444 2 หลายเดือนก่อน

      he didn't show that actually lol

  • @Viki-v4p
    @Viki-v4p 5 หลายเดือนก่อน

    I heard about only few organization uses springboot. is it true ? because i want to start a career with springboot etc..!

  • @renbangbprd7236
    @renbangbprd7236 5 หลายเดือนก่อน

    Is this course really build enterprise-grade software using latest JAVA 21 and SB?

  • @shivakumarn6831
    @shivakumarn6831 6 หลายเดือนก่อน

    Hi Bro.. can make system design in detail and rate limiter implementation in detailed course

  • @piyushsingh26
    @piyushsingh26 3 หลายเดือนก่อน

    I am into app dev which I do in Java is this video for me??

  • @manojkr2362
    @manojkr2362 6 หลายเดือนก่อน +1

    Day 3 :from 5:00:00

  • @akshatkhujneri8414
    @akshatkhujneri8414 5 หลายเดือนก่อน +1

    Hey faisal, i have basic knowledge of java and wanted to start with spring + Springboot so I'm planning to buy that course on udemy. Does that course covers every concept that you teach here on TH-cam ( ex. Spring security ) in depth ? Would i be missing on anything ?
    Also, is that course beginner friendly ?

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      Yes it covers in depth, you can take a look at the course outline. I take you from basics to development to deployment. You can take the course with basic knowledge of Java. I cover everything from basics for Spring and Spring Boot. Its rated 4.7+ right now. All the best.

    • @akshatkhujneri8414
      @akshatkhujneri8414 5 หลายเดือนก่อน

      ​@@EmbarkX Thanks Faisal !

  • @sushamaprajapati8017
    @sushamaprajapati8017 2 หลายเดือนก่อน +1

    Does it contain aop concept??

  • @aritrakhatua1482
    @aritrakhatua1482 10 วันที่ผ่านมา

    05:56:50= Post, GET api test,

  • @sadiq234
    @sadiq234 4 หลายเดือนก่อน +1

    Is this enough for the fresher who want to get job in the field of java backend?

    • @shawnmonteiro8757
      @shawnmonteiro8757 4 หลายเดือนก่อน

      No cause this is just a multitier application design. Industry requires distributed systems . This just serves as basic n if u have mastered this then it would b intemediate

  • @shri7105
    @shri7105 6 หลายเดือนก่อน

    Does this project include frontend part?

  • @arjunchaurasiya6709
    @arjunchaurasiya6709 4 หลายเดือนก่อน +1

    Where project?

  • @techtalk1827
    @techtalk1827 5 หลายเดือนก่อน

    Hey, I am planning to buy your course on udemy
    I have a doubt after "deploying on AWS" section there is again section of "intro to springboot" so is it an error or I mean why is intro again?

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน +1

      That is the previous version of course there. There are students referring to that version too - these are students who bought course very early on. So I have not deleted those lectures and kept it there. Old version of course has a different project using Thymleaf which you will have access to apart from eCommerce.
      Hope that clarifies.
      - Faisal Memon

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน +1

      @@techtalk1827 Thank you. You won't regret the choice. :)

  • @kousikkayal5082
    @kousikkayal5082 6 หลายเดือนก่อน

    Enroll done

    • @shri7105
      @shri7105 6 หลายเดือนก่อน

      does this course include frontend part for ecommerce ?

  • @Trendy_Factz
    @Trendy_Factz 5 หลายเดือนก่อน

    you have mention two courses in description , which one we have to enrolled ?

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      This is the Spring Boot Ecommerce Course: link.embarkx.com/spring-boot
      There are other courses like Microservices, Intellij and Java, for which you can get links.

  • @rohitgavande
    @rohitgavande 6 หลายเดือนก่อน +2

    Hello are you going to upload full course here or we need to buy it from udemy ??
    Is this course the same 9hr part of that 48hr course ???

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน

      Yes its a part as preview to judge and experience part of course. The entire course won't be published on TH-cam ever.
      Paid course covers advanced concepts in depth with lifetime access to updates.
      You can't update videos on youtube.

    • @rohitgavande
      @rohitgavande 6 หลายเดือนก่อน

      @@EmbarkX thanks 🙏 its great will buy it..

  • @W_I_C_K_Z
    @W_I_C_K_Z 4 หลายเดือนก่อน

    is the udemy course have full hands on in creating e commerce website with spring rest apis to create microservices
    ?

    • @EmbarkX
      @EmbarkX  4 หลายเดือนก่อน +1

      Full hands on top create rest apis. For Microservices, I have another course.
      You can check my website and curriculum.

    • @W_I_C_K_Z
      @W_I_C_K_Z 4 หลายเดือนก่อน

      ​@@EmbarkX thank you❤

  • @utkarshsingh3487
    @utkarshsingh3487 3 หลายเดือนก่อน

    Hi Utkarsh here

  • @lnct001
    @lnct001 6 หลายเดือนก่อน

    Please make a minor project for freshers resume like 3 or 4 hours request 😅

  • @nobody124...
    @nobody124... 6 หลายเดือนก่อน

    sir what is the prerequisite of this video is jasic java enough to watch. and also i know mern but not getting jobs i am thinking to switch to spring boot. please give suggestions

    • @nasarimam4425
      @nasarimam4425 5 หลายเดือนก่อน +1

      Bro build strong foundation in core java concepts and JDBC Api then you are good to go on spring

  • @mayankverma3690
    @mayankverma3690 5 หลายเดือนก่อน

    is there any github repo?

  • @Anvesh66-rd6lw
    @Anvesh66-rd6lw 4 วันที่ผ่านมา +1

    2:31:00 complete the challenge

  • @federicocaballero6493
    @federicocaballero6493 6 หลายเดือนก่อน

    I love your courses, but I hate light mode XD.

  • @user-pf6wp7hh6d
    @user-pf6wp7hh6d 3 หลายเดือนก่อน

    Day 1 :
    1st session - 12:59

  • @MohammedHasmi577
    @MohammedHasmi577 4 หลายเดือนก่อน

    Sir I have seen your course on udemy .
    Which is Springboot so it is relevant in 2025 ?

    • @EmbarkX
      @EmbarkX  4 หลายเดือนก่อน

      Yes it is

  • @sharikkumar8581
    @sharikkumar8581 5 หลายเดือนก่อน

    Is this a production ready code? fulfil the caption atleast.

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน +1

      What makes you think its not?

  • @rekhakansal8370
    @rekhakansal8370 5 หลายเดือนก่อน

    is this videos can be for beginners also please any one suggest me

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      Yes for beginners

  • @dcwrld21
    @dcwrld21 4 หลายเดือนก่อน

    Is authentication and authorization there

    • @EmbarkX
      @EmbarkX  4 หลายเดือนก่อน

      Yes, in detail

  • @ganeshaghav3808
    @ganeshaghav3808 4 หลายเดือนก่อน

    Do we have an udemy course for java?

    • @EmbarkX
      @EmbarkX  4 หลายเดือนก่อน

      Yes check out description.

  • @khageswarnayak6
    @khageswarnayak6 6 หลายเดือนก่อน

    great

  • @hendoitechnologies
    @hendoitechnologies 6 หลายเดือนก่อน

    post C++ full course with advanced concepts from scratch to advanced with live project

    • @andrean40
      @andrean40 5 หลายเดือนก่อน

      lol. Go learn to read documentation and do it yourself

  • @arihantjain8082
    @arihantjain8082 5 หลายเดือนก่อน

    Hii how can i get the source code of this tutorial

    • @EmbarkX
      @EmbarkX  5 หลายเดือนก่อน

      Check the link in the description for the course access.

  • @tanayshrivastava8109
    @tanayshrivastava8109 6 หลายเดือนก่อน

    Hi, this video is a part of your udemy 48hr course?

    • @manojkr2362
      @manojkr2362 6 หลายเดือนก่อน

      have u seen his video in udemy r u sure

  • @snehakapoor4314
    @snehakapoor4314 6 หลายเดือนก่อน

    Please guide me, I studied basics, crud operation api, worked upon different microservices and what next i should do...
    Please make a video on service discovery load balancing , api gate way and teach apis with oauth2 security.

  • @Mdkdkdodiddheebemdkk1111
    @Mdkdkdodiddheebemdkk1111 4 หลายเดือนก่อน

    Can anyone please tell me shall I manage 2 years fake experience with this video

  • @varmapemmadi9958
    @varmapemmadi9958 6 หลายเดือนก่อน

    Sir when we expect next part

    • @xenondeltor7925
      @xenondeltor7925 5 หลายเดือนก่อน

      you can check sir's course you will find next part in the course link.

  • @manojkr2362
    @manojkr2362 6 หลายเดือนก่อน

    day 4: 6:42:00 ( starting)

  • @rahulkharapkar2716
    @rahulkharapkar2716 6 หลายเดือนก่อน

    does it include authentication ?

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน

      Yes absolutely.

  • @AlexanderMoyer-k3b
    @AlexanderMoyer-k3b 4 หลายเดือนก่อน

    would be cool without the extra fluff; just write the code and explain it. 👍🏻

  • @abhaypratapsrivastava4400
    @abhaypratapsrivastava4400 6 หลายเดือนก่อน

    Slow down 😅😅😅 trying to catch your pace

  • @InSaneRoGer112003
    @InSaneRoGer112003 6 หลายเดือนก่อน

    please use dark mode i beg plzz i am begging again

  • @AlcottWendy-r6x
    @AlcottWendy-r6x 3 หลายเดือนก่อน

    Smith Patricia Martinez Donald Brown Richard

  • @ChrisSargent-f5j
    @ChrisSargent-f5j 3 หลายเดือนก่อน

    Lopez Nancy Young Joseph Perez Ruth

  • @DuncanPenny-v7q
    @DuncanPenny-v7q 3 หลายเดือนก่อน

    Moore Susan Miller Gary Anderson Linda

  • @GunjanChauke-g8k
    @GunjanChauke-g8k 5 หลายเดือนก่อน

    h