DevOps Coding Interview - Read Last N Lines From a File

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • Today I want to talk about coding. In this video I will focus on three things:
    - Justify why knowing how to code is important for a career in DevOps
    - Find out what programming language is the best for a DevOps engineer.
    - Do a live coding session and solve a typical coding problem that is very often asked during DevOps interviews.
    GitHub repository with the result: github.com/vla...
    Learn Cloud, DevOps, and Containers with me, and apply for individual mentorship:
    yourdevopsment...
    yourdevopsment...
    Connect with me on LinkedIn:
    / vladimir-. .
    Follow me on Twitter:
    / vmukhindevops

Komentáře • 10

  • @Abdal-RahmanI
    @Abdal-RahmanI Před 7 měsíci

    My god, your video was great. Stellar pace and you've taught me more Python than some courses. THANKS

  • @vipuldave3982
    @vipuldave3982 Před rokem

    Great content one of the rarest video I have encountered on youtube which shows how to write a code for real a scenario. Please put out more useful contents like this

  • @blevenzon
    @blevenzon Před rokem

    This was so fun to watch. Thank you

  • @tonytan0
    @tonytan0 Před 10 měsíci

    I need more content DevOps Mentor!!!

  • @ubaidullah7621
    @ubaidullah7621 Před rokem

    nice explanation , thanks👍

  • @Pwnedby
    @Pwnedby Před rokem

    Thank you

  • @formickaw
    @formickaw Před rokem

    Great, more videos likes that!

  • @Samarth-xx2lg
    @Samarth-xx2lg Před rokem

    Please make video on how to get remote job ? & Is it better to learn development along with DevOps?.!?

  • @user-er7ql3lm3m
    @user-er7ql3lm3m Před rokem

    Hm.. Why we can't use f.seek(buffer_size * i, 2) to seek from the end of file?