Design Patterns in the Light of Lambda Expressions by Subramaniam

Поділитися
Вставка
  • Опубліковано 10 лис 2015
  • Please subscribe to our UA-cam channel @ bit.ly/devoxx-youtube
    Like us on Facebook @ / devoxxcom
    Follow us on Twitter @ / devoxx
    We all have used design pattern in Java for decades. Most of those patterns were influenced by the capability of the language. The capability of the language, however, got better with Java 8. With lambdas, we will use some design patterns differently than before. There are other design patterns that we can use now that were beyond reasonable reach before. If you're into design patterns, what to up your skills on applying patterns with lambdas and related capabilities in Java 8, see you at the session.

КОМЕНТАРІ • 67

  • @trevorcoleman9125
    @trevorcoleman9125 2 роки тому +6

    These presentations are gold mines of wisdom. I get about 200% smarter every time I listen to one, but I have to take breaks because the pace is relentless.

  • @testamento13
    @testamento13 8 років тому +65

    Ok I am officially addict to streams and Lambda expressions :)

  • @CenturionDobrius
    @CenturionDobrius 4 роки тому +15

    this guy is simply amazing !!!

  • @littlethings2250
    @littlethings2250 3 роки тому +4

    You don't like lambdas & streams great!! Stay there till the end. Now? Thank you for some real good stuff and importantly the way it is presented👍

  • @EnricoGalassi
    @EnricoGalassi 7 років тому +13

    What a great video! Excellent look at some of the design patterns with the newest language features!

  • @crabsynth3480
    @crabsynth3480 6 років тому +7

    Excellent Lecture... The Presentation is simply Flawless, highly Informative and Entertaining!

  • @TheTubeThomas
    @TheTubeThomas 8 років тому +1

    One of the best presentations of Devoxx 2015 - enjoyed it so much.

  • @GauravRawat14
    @GauravRawat14 8 років тому +5

    love most of Venkat's presentations ..this is great coding while listning to this

  • @neozoan
    @neozoan 6 років тому +14

    Holy crap! Venkat knows my grandma!

  • @wwhill8033
    @wwhill8033 5 років тому +1

    You are amazing in the way you explain and present!! Thanks so much

  • @suninsandeep
    @suninsandeep Рік тому

    must watch presentation even after 7 years .

  • @josephmukorivo484
    @josephmukorivo484 7 років тому +2

    Wow best teacher ever thanks venkat

  • @sthoyyeti
    @sthoyyeti 8 років тому +1

    Venkat Sir, you are right on the money!

  • @meriemkaroun7626
    @meriemkaroun7626 6 років тому +6

    You re awesome! Please, do not stop doing such a great job :) (big fan)

  • @tobiaspreuss
    @tobiaspreuss 6 років тому +1

    Thank you for your great talk!

  • @pawelmagnowski2014
    @pawelmagnowski2014 8 років тому +4

    1:54

  • @waqasrana7891
    @waqasrana7891 6 років тому

    just awesome presentation by venkat ever

  • @bishbashboshjt
    @bishbashboshjt 7 років тому

    This guy is a great teacher

  • @strictnonconformist7369
    @strictnonconformist7369 5 років тому

    I especially like the “execute around method” pattern, garbage-collected language/runtime or not, making sure things always get cleaned up properly is a nice thing to force the users to do by design making it easy and forgetting it impossible because the compiler won’t let you use it where you could forget.

  • @sourabhhsethii7292
    @sourabhhsethii7292 2 роки тому

    I started loving it. Functional Programming