How to become a DevOps Engineer - DevOps Roadmap

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

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

  • @arieheinrich3457
    @arieheinrich3457 3 ปีที่แล้ว +14

    1. Programming Tools - Golang, Python, PowerShell, dont go near node.js and Ruby is too old.
    don't just learn the language, learn how to create unit tests. Lean specifically how to run API requests using those languages.
    2. Since most IDEs either support GIT out of the box (like VSCode) or via plugins/extenstion, installing the GIT Tool is almost obsolete. Would be great if you mentioned additional Repository tools like Bitbucket, GitLab, Azure Devops Repos and more.
    Very Good overall cover of major topics. Good job !

  • @cepetty
    @cepetty 3 ปีที่แล้ว +24

    I'm looking to transition in this field with really no experience other than know I've always been interested in IT and coding...it all feels like drinking from a fire hydrant though. I'm glad to see so many positive comments from people in the field, thank you a million times for sharing.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +5

      No problem! There is a lot to learn, and it's always changing, but if you keep at it you will land yourself a very rewarding career.

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

      I am also now starting - how has it went for you? and what has helped you the most?

    • @luis11375
      @luis11375 2 ปีที่แล้ว +1

      Drinking from fire hydrant is exactly right. LOL Great analogy.

  • @NinjAaaron87
    @NinjAaaron87 3 ปีที่แล้ว +34

    As an IT professional looking to do a bit of a career shift this was extremely helpful. Clear, concise, paced just right. Loved the vid and the content. Thanks!

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +2

      Glad it was helpful! Thank you for the feedback. Looking to do more videos like this in the future.

  • @lars_rosenberg
    @lars_rosenberg 3 ปีที่แล้ว +432

    I'm already a DevOps engineer, I have no idea why I'm watching this lol.
    The content is very accurate, good job.

    • @halfinney9974
      @halfinney9974 3 ปีที่แล้ว +30

      Same here, I guess we watch it to just verify our current skill-set and see whatever else we might be missing.

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

      Agree, Same 😃

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +4

      Thank you!

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

      I am a System admin with ECE stream and want to move to devops. But is it true that I have to be a software engineer to become one?

    • @lars_rosenberg
      @lars_rosenberg 3 ปีที่แล้ว +17

      @@SamDy99 no, just learn what is explained in the video and you are good to go. And you don't have to know everything, but I think it's important to understand DevOps as a methodology and understand the value of ci/cd and infrastructure as code. Tools are important, but it's usually quite easy to get familiar with them.
      You need a little bit of coding, but you don't have to write anything too complicated usually, so don't worry too much.

  • @M4V3RiCkU235
    @M4V3RiCkU235 2 ปีที่แล้ว +2

    I had no clue, how exactly is all linked in DevOps. You made it all clear in just under 15 minutes! Simply brilliant - thank you!

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

    In the road. Let’s go. In 1 year better than today. 😉 thank you for the road map.

    • @oladokunlanre8177
      @oladokunlanre8177 28 วันที่ผ่านมา

      Good to hear this. I also started learning too..

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

    Managing DevOps for a software company. This content is pretty much spot on. One thing to note though is understanding cost effectiveness with infrastructure on AWS etc. It can get quite expensive/troublesome if not done right or the wrong tools are used. We had an incident when Redis was used to store a 14k line JSON response. S3 would've been best for something like that. It took down Redis in one incident.

  • @cschelin
    @cschelin 3 ปีที่แล้ว +28

    Good list. As a Sr DevOps Engineer with 40 years of experience, about the only thing I’d add is in Networking. The last two jobs I had used VLANs extensively. For cloud it’s not an issue but some companies still have on prem gear. Recently I had to set up bonding, vlans tagging, and bridge interfaces for an on prem KVM environment.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Thanks for the input, great suggestions!

    • @pmacksmith2167
      @pmacksmith2167 3 ปีที่แล้ว +4

      So you have been a DevOps engineer for 40 YEARS??

    • @obimc-anthony8140
      @obimc-anthony8140 2 ปีที่แล้ว

      @@pmacksmith2167 😂😂😂😂

    • @a1xmsk
      @a1xmsk 2 ปีที่แล้ว +1

      I thought that DevOps Engineer is a guy who puts everything into kuber :D

  • @THREEBESTIES333
    @THREEBESTIES333 3 ปีที่แล้ว +4

    Genius, explained Devops in a layman manner, good work, much appreciated Boss!

  • @sriramakrishnabattu3408
    @sriramakrishnabattu3408 3 ปีที่แล้ว +4

    This is an excellent compilation. It provides the complete picture of DevOps in a nut shell and helps to identify the gaps in individuals learning curve.

  • @TheSn4zzle
    @TheSn4zzle 3 ปีที่แล้ว +19

    Current SRE, I agree with most of this. Pretty accurate. For Python let me add on you should probably learn a web framework. Flask or Django are fine, I like Django but it is up to you. When you really start getting into DevOps and trying to implement it there are going to be times you will want to build simple web apps that your tools can't do (making a user intake system, simple cleanup jobs that are "too dangerous" to auto cleanup and you want dev's to handle, etc)

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

    Y’all this guy knows what he’s talking about. Spot on video. I work in container security. Picking up Terraform and git ops now. 2nd or 3rd video I saw from you. Very impressed, keep it up! Liked and subd

  • @DoooooooDooooooooooz
    @DoooooooDooooooooooz 3 ปีที่แล้ว +40

    A lot of this is part of AWS SAA and AWS Sysops certifications. I took both and managed to end up in a devops/Fullstack role.

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

      Ouch devops and full-stack , not easy role

    • @0xccd
      @0xccd 3 ปีที่แล้ว +7

      DevOps/Full-Stack sounds like a full IT department

    • @DoooooooDooooooooooz
      @DoooooooDooooooooooz 3 ปีที่แล้ว +1

      @@0xccd It's just a vague title. Everyone is Fullstack in smaller companies. In reality I do mobile and cloud integration. So I setup amplify, aws app sync, smaller Ops tasks and flutter development. I also setup some pipelines, but it's gitlab related. The backend developers and architect does all the heavy CDK, access policies, routing, provisioning, fargate so on. I just have to know how it works and do smaller tasks. I have used CDK, when there is a specific policy that I needed to implement. Could be i will do more of it in the future.

    • @0xccd
      @0xccd 3 ปีที่แล้ว

      @@DoooooooDooooooooooz I have to admit it sounds challenging and interesting. Front-end is one of the things I'm missing, I've been doing Infra/Back-end dev in Serverless but not Front-end in a while

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

      @@DoooooooDooooooooooz hi. can i check, coming from someone who does not have devops background , can i focus on getting the two certs you suggested and companies will hire me for that?

  • @bskyzzz
    @bskyzzz 3 ปีที่แล้ว +5

    Finishing my last year of OS & Network Administration and this video is literally gold for me.
    Now I have a path to follow towards DevOps.
    Thanks a lot and keep the good work mate ^^

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Awsome, I started as a Network engineer and moved into DevOps. DevOps is pretty new to the Networking world so you will be in a good place.
      Best of luck!

    • @bskyzzz
      @bskyzzz 3 ปีที่แล้ว +1

      @@DevOpsJourney Thanks mate! Good luck for you aswell ^^

  • @bluebadgersec
    @bluebadgersec 3 ปีที่แล้ว +7

    Nothing but the straight dope here. Short, focused and detailed. I love videos like this. Insta-sub! (insert Kylo Ren gif)

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

    Im a network engineer /sysadmin and im trying to learn how to automate things.This is where i found DevOps role. this will be my goal now. thank you for making this video!!!

  • @luisalamo2658
    @luisalamo2658 3 ปีที่แล้ว +6

    Thanks so much, you let me to see the whole picture about how I can become in a Devops engineer...

  • @Diavarus
    @Diavarus 3 ปีที่แล้ว +13

    This was very good, thank you.
    You deserve a lot more subs.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +2

      Thank you so much, we will get there one day!

  • @johnmanohar4505
    @johnmanohar4505 3 ปีที่แล้ว +6

    Explained it so simply and in understandable chunks! Great work!!!

  • @XBLMA
    @XBLMA 3 ปีที่แล้ว +1

    Ahhhh! So much to learn, not enough time to fit it all!! Overwhelming.

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

      It's tough but a very rewarding career!

  • @kronstonegaming9452
    @kronstonegaming9452 3 ปีที่แล้ว +4

    I was looking forward to such amazing content, Amazing Job man!

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

    Really Nice summarization of the things we need go through in our Devops Journey.

  • @jlaurent0517
    @jlaurent0517 2 ปีที่แล้ว +1

    Great intro video! Been doing most of this stuff for a while but never made the complete connections.

  • @juanpabloaguirre5837
    @juanpabloaguirre5837 3 ปีที่แล้ว +2

    I'm already devops engineer and the video is very accurate. My personal advice is to know some of most used tools but go deeper on what you prefer. I mean you can be a devops specialized on orchestrations ( go deeper with kubernetes) or specialized on monitoring ( go deeper on elastic stack or zabbix or prometheus) and so on ... We can't pretend be good to all those tools it madness.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +2

      Great advice. A lot of devops is just knowing the basic concepts so when you are assigned a task you have a starting off point to know the direction you need to move towards.
      As you mentioned, it's always great to be a subject matter expert on a subset of tools as well.

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

      @@DevOpsJourney exactly all it's about enjoy the journey 😂🤘

    • @11SAGARSHINDE
      @11SAGARSHINDE 3 ปีที่แล้ว

      Thanks for the advice, I am learning the AWS and DevOps, Already AWS SA Certified and Pending only with Devops k8s and Jenkins topic. So just wanted to know how much programming or Scripting do we need to know, Since i dont have knowledge. Please respond will help me.

  • @vadrif-draco
    @vadrif-draco 3 ปีที่แล้ว +2

    This is incredibly overwhelming.

  • @lukaszl9542
    @lukaszl9542 3 ปีที่แล้ว +1

    great video, thank you, ive been looking for information like this everywhere on the internet, and all is just pouring water, and then selling you the course

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      I'll need to hit that 250K Subscriber mark before I can start making Coffee montage videos followed by me shilling a course/bootcamp 😂

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

      @@DevOpsJourney lets goooo ! XD (irony intended, of every streamer out there saying this)

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

    Awesome End-To-End briefing!!
    Thanks a lot

  • @joelmck
    @joelmck 2 ปีที่แล้ว +2

    This is a no-nonsense excellent breakdown. Thank you, DevOps Journey! #subscribed

  • @kaal970
    @kaal970 3 ปีที่แล้ว +1

    sir what a great video....i was stuck in between docker or kubernetes...now im clear that i need to prioritize dockers first then move on to k8

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      You are most welcome. I hope your Journey is going well.

  • @orubenlopes
    @orubenlopes 3 ปีที่แล้ว +6

    What an amazing and well presented video! Halfway through the video and I'm already subscribed!

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

    Awesome video, thank you. I always come to it as a refresher every now and then.

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

    very useful information 👍

  • @Chris-jm8gi
    @Chris-jm8gi 2 ปีที่แล้ว +1

    Amazing video

  • @ExarchiasGhost
    @ExarchiasGhost 2 ปีที่แล้ว +1

    Your video was extremely helpful to me. Thank you!

  • @RashadAkachi
    @RashadAkachi 3 ปีที่แล้ว +1

    Pretty good explanation of a dev/ops road map.

  • @jugalkishore839
    @jugalkishore839 3 ปีที่แล้ว +4

    What a great video man! Glad I found it!

  • @seyofori
    @seyofori 3 ปีที่แล้ว +1

    Insanely useful. Thank you so much for this

  • @darren-johnson
    @darren-johnson 3 ปีที่แล้ว +2

    Thanks for this, it's always useful to see what others are doing in this space. Have subscribed.

  • @jgranahan
    @jgranahan 3 ปีที่แล้ว +2

    Thank you for this. I am trying to rejoin my effort to complete a Cisco Devnet Associate preparatory course, and then take the cert test.
    This piece was very comprehensive and matches well with the understanding I have of DevOps tools and technologies.

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

      Nice! For Cisco Devnet I think these things will be really important:
      Python, Git, Docker, YAML/JSON/YANG etc, TravisCI , REST APIs.

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

      @@DevOpsJourney yea plenty of REST and some NETCONF. It gets a bit tedious in the CBT Nuggets course. It’s using postman, Python, SDK’s to interact with what seems like a million Cisco platforms. But it does drive home the techniques!

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

    With Go and Rust, if u are already a developer, you can also do pretty hot stuff :)

  • @yassinesadellah329
    @yassinesadellah329 3 ปีที่แล้ว +2

    Amazing video, Thank you !!

  • @pranavgs264
    @pranavgs264 3 ปีที่แล้ว +1

    Very well thought out video. Glad I found it!

  • @abitanshrestha4389
    @abitanshrestha4389 3 ปีที่แล้ว +1

    the way of representing the content is very nice and the content too

  • @4115steve
    @4115steve 9 หลายเดือนก่อน

    great video, thank you, very helpful

  • @thiago-fv
    @thiago-fv 3 ปีที่แล้ว +2

    Excellent video! Loved it! Keep up the great work!

  • @PinoyDiskubreChannel
    @PinoyDiskubreChannel 3 ปีที่แล้ว +2

    Thank you for this alot! Now, I need to wipe oit my Brain drive with a lot of Web development stuffs for this to fit. Devops the future with Network getting cloud and programming gettin enhance with cybersecurity(and a lil bit of networking)

  • @pollyolly851
    @pollyolly851 3 ปีที่แล้ว +1

    Will watch more to your videos. Thank you! Subscribed!

  • @muc_9459
    @muc_9459 3 ปีที่แล้ว +1

    Thank you! Subscribed

  • @anirbanc88
    @anirbanc88 2 ปีที่แล้ว +1

    i love this guide, thanks a lot! next comment after becoming a dev :)

  • @acpucio
    @acpucio 3 ปีที่แล้ว +1

    Good stuff. High level, and comprehensive.

  • @elmehdisaniss2731
    @elmehdisaniss2731 3 ปีที่แล้ว +2

    Great video. Thank you.

  • @DevinCuevas
    @DevinCuevas 3 ปีที่แล้ว +2

    Thank you for this 🙏

  • @naordaniel
    @naordaniel 2 ปีที่แล้ว +1

    Thank you very much this is very helpful

  • @Alex-wb2lu
    @Alex-wb2lu 3 ปีที่แล้ว +2

    Cool video. Thanks for sharing this information.

  • @aravindarajc
    @aravindarajc 3 ปีที่แล้ว +1

    Great explanation. Thanks

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

    thank you for this vid!

  • @solarman6648
    @solarman6648 2 ปีที่แล้ว +3

    Great video. Can't wait for your paid content to be developed. Or at least I hope so as you articulate concepts really well. Moreover, can you or anyone here list common problems you face as devops and how you go about resolving them? Thanks. And perhaps a few of the most complicated problems you guys have run into and how you fixed it? Thanks!!

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

    Thanks for this.

  • @epicindiancomments9438
    @epicindiancomments9438 3 ปีที่แล้ว +7

    Thank you for the roadmap graphic. You're amazing 👍

  • @perseph222
    @perseph222 3 ปีที่แล้ว +1

    Very well explained. Thank you for your time and this excellent material.

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

      Thank you for your kind comment!

  • @cloudbwoy9779
    @cloudbwoy9779 3 ปีที่แล้ว +1

    Thank you so much . remarkable content

  • @khalidelgazzar
    @khalidelgazzar 3 ปีที่แล้ว +1

    Great video. Well done

  • @DevOpsJourney
    @DevOpsJourney  3 ปีที่แล้ว +6

    For those in the comments discussing @ 0:17 and node not being a programming language. Here is ChatGPTs response:
    There is some debate within the software development community about whether or not Node.js should be considered a programming language. Some people argue that Node.js is simply a runtime environment that executes JavaScript code, and therefore should not be considered a programming language in its own right.
    Others argue that Node.js is more than just a runtime environment, and includes features and functionality that are specific to Node.js and not found in JavaScript itself. These features and functionality, such as the Node.js module system and the non-blocking I/O model, can be considered part of the Node.js programming language.
    Ultimately, whether or not Node.js is considered a programming language depends on how you define the term "programming language." If you define it narrowly as a language that is used to write programs that can be compiled and executed directly by a computer, then Node.js may not fit this definition. However, if you define it more broadly as a language that is used to write code that can be interpreted and executed by a runtime environment, then Node.js could be considered a programming language.

    • @yt-sh
      @yt-sh 3 ปีที่แล้ว +1

      This was well made video, not many for devops in YT
      useful & concise
      you should make more vids

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

      node programming language - LOL - made my day

    • @yt-sh
      @yt-sh 3 ปีที่แล้ว +1

      @@romafedor2590 Chrome, Discord, Mozilla, Paypal, LinkedIn, Medium etc all these uses node, dont like node, simple dont use these noob

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

    Thank you for creating this video! Very helpful! I don’t have a college degree, so I’m having to carve my own path. I’m currently working toward my CCNA. I believe it’s a good start to begin my IT career. CCNA introduces automation tools, Wireshark, and Kali Linux. I was contemplating whether or not to pursue another certification, but building projects crests the experience and validates the skills. Thank you!

  • @pankaj_9998
    @pankaj_9998 3 ปีที่แล้ว +1

    Bro, this was very useful. thanks man.

  • @pw4579
    @pw4579 3 ปีที่แล้ว +2

    Great, very informative. Thank you - subscribed.

  • @simpliside
    @simpliside 3 ปีที่แล้ว +1

    This is great. Very great man

  • @talk2basil472
    @talk2basil472 3 ปีที่แล้ว +1

    U and ur deserve more and more likes and subs
    Glad I found this channel

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

      Thank you for your kind words, they go a long way.

  • @jayapalreddy5144
    @jayapalreddy5144 3 ปีที่แล้ว +1

    Excellent video and great explanation

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

    Awesome channel. Thanks !

  • @nkosanasilenje5088
    @nkosanasilenje5088 3 ปีที่แล้ว +52

    Im going with python,github,rred hat linuxand aws

    • @abdulhaleem6048
      @abdulhaleem6048 3 ปีที่แล้ว +2

      Me too... It's a great experience till now.

    • @sonamkushjha
      @sonamkushjha 3 ปีที่แล้ว +4

      @@abdulhaleem6048 hi, I want to become devops so could you please guide me what to learn as a fresher. Plz tell me it would be great for me.

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

      How's your journey going so far?

  • @cd-stephen
    @cd-stephen 3 ปีที่แล้ว

    Cut to the chase informative. Good vid

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

    Thanks for sharing

  • @hamzaaineb5569
    @hamzaaineb5569 3 ปีที่แล้ว +1

    Thank you so much

  • @mindfreaksaad
    @mindfreaksaad 3 ปีที่แล้ว +2

    This is fantastic ! Thank you

  • @UsmanAli26
    @UsmanAli26 3 ปีที่แล้ว +2

    Thank you for this awesome content!

  • @moemawla
    @moemawla 3 ปีที่แล้ว +1

    Amazing video! Thank you and keep the good work

  • @kuyajer_
    @kuyajer_ 3 ปีที่แล้ว +2

    Looking forward to be a dev ops Engineer.. thanks for this video.. i studied computer engineering but i was not able to practice it and it was like 10 years already... thanks for this video.. helped me a lot to decide which path im going.

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

    Currently a junior network engineer,been interested with this role and would like to transition due to low salary lmao. Its hard to keep living and travelling at the same time while being paid averagely

  • @ajithkumar02
    @ajithkumar02 3 ปีที่แล้ว +2

    Thanks for your video it's really helpful. Please organise the playlist so that it's easy for us to learn :p. Really doing well, see you in another video.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Thank you for the feedback! I will be putting some playlists together.

  • @charleskusi7791
    @charleskusi7791 2 ปีที่แล้ว +1

    Thank you 🙏🏾

  • @ryanvanmechelen
    @ryanvanmechelen 2 ปีที่แล้ว +1

    Nice video!!

  • @dopy8418
    @dopy8418 2 ปีที่แล้ว +1

    Dude do you know how much work there is behind this ??? This clip is trying to make it look easy but this is a loooooot of work…

  • @EvilGunRinger
    @EvilGunRinger 3 ปีที่แล้ว +2

    Thank you so much!

  • @HM_Milan
    @HM_Milan 3 ปีที่แล้ว +1

    Best explain ever 💯 good luck

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Thanks for the support 🍻

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

    thank u it's clear and simple and help me to figure it out thanks

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

    thanks very much

  • @Vasko10100
    @Vasko10100 3 ปีที่แล้ว +1

    Node.js is a JavaScript runtime, not a programming language.
    Excellent video btw.

  • @candlestickking113
    @candlestickking113 3 ปีที่แล้ว +1

    Awesome content !!!!!!

  • @dnldnl4880
    @dnldnl4880 3 ปีที่แล้ว +1

    Nice one dude

  • @Standbackforscience
    @Standbackforscience 3 ปีที่แล้ว +1

    Pro devops engineer here, this list is totally spot-on.

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

    Wow this was alot... but very detailed and helpful! Trying to get out of information assurance and into ops. Wish me luck.

  • @ngocquantran7323
    @ngocquantran7323 3 ปีที่แล้ว +1

    Amazing, bro

  • @LB-lz1ks
    @LB-lz1ks 3 ปีที่แล้ว +1

    great video mate.

  • @MOMOShorts
    @MOMOShorts 3 ปีที่แล้ว +1

    Awesome work

  • @yeahok9165
    @yeahok9165 3 ปีที่แล้ว +1

    I needed this video

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Glad you enjoyed it! Is there any more roadmaps youre looking for in the future? Thinking of doing another one for learning python and maybe backend engineer

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

      @@DevOpsJourney Yes, I would love to watch roadmap for learning backend development

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

      Please do backend!! :D

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

    Nice, informative video. Keep up the good work.

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +1

      Thank you for your support! Appreciate the feedback!

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

    Your video gave me anxious, I’m gonna comeback delivery pizzas...thanks

    • @DevOpsJourney
      @DevOpsJourney  3 ปีที่แล้ว +2

      Don't worry, we all start somewhere, and all this knowledge and being proficient with every tool isn't a requirement.

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

    Love this!!! thank you for sharing!

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

      Awesome, THANK YOU for your support! 🍻

  • @alirezamemarzade2362
    @alirezamemarzade2362 3 ปีที่แล้ว +2

    awesome bro :)