Continuous Delivery Pipelines: How to Build Better Software Faster • Dave Farley • GOTO 2021

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

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

  • @coderider3022
    @coderider3022 3 года назад +23

    Big fan of Dave and his channel should be on any good engineers go to channel.

    • @ashimov1970
      @ashimov1970 3 года назад +1

      So am I

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

      What is his channel?

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

      @@JKhalaf Continuous Delivery

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

      ruclips.net/user/ContinuousDelivery

  • @xD-saleem
    @xD-saleem 3 года назад +2

    Big fan of this guy.

  • @istovall2624
    @istovall2624 3 года назад +1

    My two favorite things. Nice!

  • @miletacekovic
    @miletacekovic 3 года назад +11

    Dave manages to bust another software development myth: "You cannot get both speed and quality!".

  • @Holistic_Islam
    @Holistic_Islam 2 года назад +3

    Are there any counterarguments against Dave Farley's ideas presented in this video? Or any limitations to his solutions?

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

      Have a look at some more detailed videos where he also justifies his idea. ruclips.net/user/ContinuousDelivery

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

      Nope. The limit is physics.

  • @boan-dk
    @boan-dk Год назад

    How does this work with the manual test environment. Is there a dedicated tester (person) waiting for something to test?

  • @BryonLape
    @BryonLape 3 года назад +6

    Is there a rule in the Universe that states all Tech Conference videos must have horrible audio?

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

      Yup, I agree, I gave up watching the content because the audio is unbearably bad.

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

      Yes, this is a rule. Software people have an ingrained disdain of hardware and signal processing ;)

  • @BryonLape
    @BryonLape 3 года назад +2

    I've worked several places that wanted to do this, but have never seen it work.

    • @miletacekovic
      @miletacekovic 3 года назад +2

      There is only one answer to your problem: Try harder!

    • @FlaviusAspra
      @FlaviusAspra 3 года назад +8

      Same here. That's why I became a CTO and made it happen, so that I and my team sees this in practice.

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

    Could someone help me to understand what you meaning with "build installers" on 21 minute?

    • @krccmsitp2884
      @krccmsitp2884 2 года назад +1

      As I understand it that is any piece of software that installs what the build stage has produced as output. This could be, e.g., a simple installation script or a typical setup/installer program.

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

    Solid

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

    I wanted to like this video, but it was sitting at 486 upvotes 😬
    Now it's a math coprocessor 😮

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

    save the war stories for later ...

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

    Good luck reaching a maintainable codebase without proper code reviews on PR-s if you have 1+ developer on a project.