Real World DevOps: Build an API in Go

preview_player
Показать описание

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 ——————————

——————————🎥 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 ——————————

——————————🛠 R E S O U R C E S ——————————
Рекомендации по теме
Комментарии
Автор

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!

DevOpsForDevelopers
Автор

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

Bagas
Автор

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.

zimcanit
Автор

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?

jackweaver