Top Six Tips For Learning DevOps

Sdílet
Vložit
  • čas přidán 10. 07. 2024
  • Get the DevOps Roadmap for 2022 here: devopsfordevelopers.io/roadmap
    Learning DevOps (or any large skill) can be an overwhelming task. In this video, I share my top six tips for learning to break down large, complex topics into digestible chunks that help you learn more, faster.
    ----------🎥 C H A P T E R S ----------
    0:00 Introduction
    0:23 Start with the end in mind
    2:03 Fail fast
    3:18 Consistency
    4:21 Have a battle plan
    5:39 Tune the world out
    6:33 Don't do this alone
    7:11 Outro
    ----------👋 C O N N E C T ----------
    Discord ▻ devopsfordevelopers.io/discord
    Twitter ▻ / 0xwillbutton
    ----------🛠 R E S O U R C E S ----------
    The DevOps Career Guide ▻ devopsfordevelopers.io/devops...
    DevOps Roadmap ▻ devopsfordevelopers.io/roadmap
    DevOps merch ▻ devopsfordevelopers.io/merch
  • Věda a technologie

Komentáře • 25

  • @DevOpsDirective
    @DevOpsDirective Před rokem +6

    Good tips! In particular, learning/practicing these skill in the context of a real project is an absolute must!
    You will never progress leaning in a vacuum with a bunch of tiny demo applications!

  • @PANDApoopish
    @PANDApoopish Před rokem +1

    Just found your channel and I’ve been binging your videos. I’m currently to climb the ladder from help desk to DevOps. These videos are highly encouraging and very informative!

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před rokem

      Right on! Coming from the help desk is a powerful starting position. You have the unique advantage of knowing your customer’s pains and perspective, which helps you focus on measurable results. Good luck!

  • @stanleychukwu7424
    @stanleychukwu7424 Před rokem +1

    thank you so much, so many useful advice here!

  • @TenaliSaleem
    @TenaliSaleem Před rokem +1

    Thanks Young man for your Suggestions 💐

  • @lexkenn
    @lexkenn Před rokem +1

    Thank you!

  • @AceMartinov
    @AceMartinov Před rokem +1

    Great content, thanks! :)

  • @uploadvoice
    @uploadvoice Před rokem +1

    Great video, question, when modifying terraform code for production, how can we be sure it is not going to destroy and recreate new resources (so the app running of the deleted resource is gone) what are the best practices ?

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před rokem +1

      Run `terraform plan` first. It will show in the output anything that can't be updated in place and must be recreated:
      ```
      # aws_instance.example must be replaced
      -/+ resource "aws_instance" "example"
      ```

  • @felixagidi5191
    @felixagidi5191 Před rokem +1

    Thanks sir

  • @dreadlordnitsuga2
    @dreadlordnitsuga2 Před 5 měsíci

    Is that Skyrim in the background?

  • @harveyspecter0902
    @harveyspecter0902 Před rokem +1

    Hi sir !
    Keep inspiring
    I'm a final year undergraduate student from India.
    I have started learning the basics such as Python, Linux, Networking,AWS,YAML for the past few months.
    I'm gonna start learning docker and other core DevOps related stuff in the upcoming months.
    Is the roadmap that I'm following right as a beginner?

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před rokem

      Sure! The funny thing about roadmaps is they are different for everyone because we all come from different backgrounds with different levels of knowledge. Follow your plan, and supplement it by building things to identify gaps in your knowledge.

  • @alexnico9336
    @alexnico9336 Před rokem +1

    Sir I learn alot form your video

  • @alexnico9336
    @alexnico9336 Před rokem +1

    Please make a video how to contribute in open source or Find a remote Job please kindly give us this information

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před rokem

      For open source guidance, Eddie Jaoude twitter.com/eddiejaoude is the best out there.

  • @gunix28
    @gunix28 Před rokem +1

    Great tips! What do you think about KodeKloud? The KodeKloud Engineer program is beneficial.