Real World DevOps: Build an API in Go

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • Get the DevOps Roadmap for 2022 here: devopsfordevelopers.io/roadmap
    For every new project, there is a ton of setup work to be done before writing your business code. In this video, you'll learn how to setup a new project with a single command. While this project uses Go, the same technique applies to any language.
    Once the setup is complete, you'll learn how to start building your CI/CD pipeline with github actions and see it run with our first pull request.
    ----------🔗 L I N K S ----------
    Proven tech skills, backed by a network of trust: trustified.io
    ----------🎥 C H A P T E R S ----------
    0:00 Introduction
    0:30 Decisions before you start writing code
    3:48 Setting up the Makefile
    11:30 Initialize environment with make command
    12:15 Adding CI/CD using Github Actions
    17:42 Opening our first pull request
    23:32 Final thoughts: starting a new project
    ----------👋 C O N N E C T ----------
    Discord ▻ devopsfordevelopers.io/discord
    Twitter ▻ / wfbutton
    ----------🛠 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 • 9

  • @DevOpsForDevelopers
    @DevOpsForDevelopers  Před 2 lety +1

    The DevOps Roadmap for 2022 is available for free at devopsfordevelopers.io/roadmap
    One of the hardest things about learning is understanding how the different components work together. Using this guide, you start with a topic that interests or relates to you. At the end of the section, other related topics are shown allowing you to pick and choose your own path to DevOps mastery.
    Check it out and leverage the skills you learn to advance your career as a developer, sysadmin, IT Operations, QA and more!

  • @74Bagas
    @74Bagas Před rokem +1

    Omg, i just found your channel, binge and subscribed. Thank you.

  • @zimcanit6647
    @zimcanit6647 Před 2 lety +1

    Fantastic video as always!

  • @zimcanit6647
    @zimcanit6647 Před 2 lety +1

    Out of the 2 careers, who would you say is more of a "jack of all trades"; a devops or cloud engineer?
    I've learnt recently that people with specialised skills earn more; hence why there is a cap for a devops engineers salary at the senior level, but if that engineer where to specialise in let's say networking for example; their salary would therefore increase?
    Hopefully this question is comprehensible. Let me know if not, as I can always rephrase it.
    Thanks again,
    ZimCanIT.

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před 2 lety +1

      There is a ton of overlap between the roles and actual descriptions vary from employer to employer but I think a devops engineer is more jack of all trades.
      Specializing helps, don’t forget industry specialization too: like devops for early stage startups or companies in the education industry, etc…
      The technical expertise plus industry knowledge is a powerful weapon

  • @jackweaver5840
    @jackweaver5840 Před 11 měsíci +1

    If I want to write code as a DevOps, will I still be able to do that in the role? Meaning other than IAC, such as automation tests or scripts that involves a programming language? Can I achieve everything as a code?

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Před 11 měsíci

      It depends a lot on where you work. In some companies, that falls within the scope of DevOps. In others, it is out of scope. It's definitely possible but something you should ask about during your interview.