Cloud Native Java - Josh Long

แชร์
ฝัง

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

  • @AlejandroSarco
    @AlejandroSarco 7 ปีที่แล้ว +55

    The whole presentation is quite good, watch it if you have the time, but if you don't and/or you want to go to some specific subjects:
    Spring Boot 08:00
    Config Server 18:10 Git
    Service Discovery 32:40 Eureka
    Microproxy 40:00 Zuul
    API Gateway 45:00 Feign
    Circuit breaker 53:00 Hystrix
    Messaging 56:30 Spring Integration, Spring Cloud Stream, Rabbit MQ
    Dashboard 1:12:00 Hystrix Dashboard
    Distributive tracing 1:16:00 Sleuth, Zipkin
    Compose dataflow 1:22:00
    Security 1:28:00 Spring Cloud Security, Oauth

    • @stringlarson1247
      @stringlarson1247 7 ปีที่แล้ว

      Thanks. I like pointing people to Josh's talks as an intro to these parts of the CNJ stack. We need a tool in TH-cam to tag timestamps and export automagically. Hmmm.

  • @TechPrimers
    @TechPrimers 7 ปีที่แล้ว

    Thanks for the video spring!
    Only difficulty was I had to pause and go back to listen again...
    Credits to Josh Long!

    • @smithdragon6477
      @smithdragon6477 3 ปีที่แล้ว

      Tech primer s watch twice so I should watch more

  • @tommasoborgato
    @tommasoborgato 7 ปีที่แล้ว

    The presentation is gorgeous ... Josh is entertaining and really pleasant to listen to ...

  • @kankumar8169
    @kankumar8169 7 ปีที่แล้ว

    Wow..adrenaline thumping...on toes as usual...always your sessions open up various ideas and move completely in different direction..

  • @bhaskaranavuluri
    @bhaskaranavuluri 4 ปีที่แล้ว

    Excellent tutorial. For best results watch the video with Playback speed of 0.75

  • @flashflexpro
    @flashflexpro 6 ปีที่แล้ว

    Both informative and enjoyable !
    But behind this amazing efficient all buzz word development, is a huge dependency tree, which requires many years of practice to fully understand and really enjoy.

  • @Eliecerhdz
    @Eliecerhdz 7 ปีที่แล้ว +6

    After watching Josh Long's videoconferences other ones seems like poor in content. This guy is really a hole new level, just comparable for me to Jeffrey Way, the Laracasts guy.

  • @vikashkaushik6205
    @vikashkaushik6205 8 ปีที่แล้ว +1

    Josh...i love you sessions... :)

  • @OverG88
    @OverG88 8 ปีที่แล้ว +16

    God damn he's good!

  • @hansmaulwurf6805
    @hansmaulwurf6805 3 ปีที่แล้ว

    Should I still watch this in 2021?

  • @jasonshi484
    @jasonshi484 8 ปีที่แล้ว

    Terrific! I'm gonna buy your book...

    • @jwenting
      @jwenting 8 ปีที่แล้ว +3

      don't bother. It's 10 months overdue already and counting. Most likely it'll never be released because the next hyped tech will be available by the time the next few chapters are ready for review.

    • @prasanthmp500
      @prasanthmp500 4 ปีที่แล้ว

      book is not good

  • @chandanchanfan7608
    @chandanchanfan7608 8 ปีที่แล้ว

    yes liked it and shared on my linked-in page

  • @PutTheGunDown111
    @PutTheGunDown111 7 ปีที่แล้ว +4

    awesome guy!!

  • @sanjaybanerjee4954
    @sanjaybanerjee4954 7 ปีที่แล้ว

    Very good presentation

  • @skerrou6019
    @skerrou6019 7 ปีที่แล้ว

    Great talk

  • @SerhiiK
    @SerhiiK 8 ปีที่แล้ว

    Amazing!

  • @olivermarohn5741
    @olivermarohn5741 8 ปีที่แล้ว

    Great stuff :-)

  • @慕容隐
    @慕容隐 8 ปีที่แล้ว +1

    perfect !

  • @YashodeepVaidya
    @YashodeepVaidya 8 ปีที่แล้ว

    very good

  • @guoweiyin5727
    @guoweiyin5727 8 ปีที่แล้ว

    Good!

  • @mahe8116
    @mahe8116 7 ปีที่แล้ว

    The biggest problem with such good frameworks is that when something does not work (like at 49:30 ..when the rest did not behave as expected)....it takes an expert to figure it out......!!! That one bug is scaring me away from all this magic.....!! I would rather spend an extra hour integrating the cloud libraries manually rather than spend 100 hrs chasing these ghost bugs!!!!

    • @MattBrock1
      @MattBrock1 7 ปีที่แล้ว +1

      "That one bug" was the path for the request. It's pretty elementary, and anyone who has ever used Spring MVC would be able to fix it. The fact that an audience member was able to quickly shout out the fix proves how trivial it was. Even experts make mistakes!

    • @nukeevry1
      @nukeevry1 7 ปีที่แล้ว +1

      Pretty sure the bug wasn't the path for the request. He even switched the path back.
      The root cause appeared to be that he needed to include an extra dependency for it to work at 51:47
      I wouldn't gloss over Spring autoconfiguration as trivial to troubleshoot. It's great for getting started, and dramatically cuts down on the amount of code you need, but once you begin reconfiguring things it can be quite difficult to debug if you do not know what you are doing. Just going through this presentation and slightly tweaking a thing or two produced a number of these kinds of problems for me. Quite often you spend 10-15 minutes only to find that a missing dependency or configuration property is needed.
      That being said, I would rather not write or maintain any of the glue code that mahesh is arguing for - if you can learn how to become proficient at troubleshooting the problems with your autoconfig, then you get the best of both worlds.

    • @smoooothjazz
      @smoooothjazz 7 ปีที่แล้ว

      This fixed the problem for me! spring-boot-starter-data-rest needed to be imported.

    • @stringlarson1247
      @stringlarson1247 7 ปีที่แล้ว +1

      With that thinking, you might want to just write ALL your own code.

  • @Rogueixpresents
    @Rogueixpresents 2 ปีที่แล้ว

    I dont get it how a bloated framework is so popular in the enterprise?

    • @MrMikomi
      @MrMikomi ปีที่แล้ว

      Productivity.

  • @abramsckumc7476
    @abramsckumc7476 7 ปีที่แล้ว

    Spring Root

  • @ILykToDoDuhDrifting
    @ILykToDoDuhDrifting 7 ปีที่แล้ว

    tai hao le