Reader small image

You're reading from  DevOps Unleashed with Git and GitHub

Product typeBook
Published inApr 2024
PublisherPackt
ISBN-139781835463710
Edition1st Edition
Tools
Concepts
Right arrow
Author (1)
Yuki Hattori
Yuki Hattori
author image
Yuki Hattori

Yuki Hattori, an architect at GitHub, showcases his hands-on expertise in DevOps and technical advice for enterprise clients. He began as a software engineer and progressed to cloud solution architect at Microsoft, overseeing cloud architecture and DevOps. A strong advocate for open source culture within an enterprise, he champions InnerSource adoption, serving as a board member of the InnerSource Commons Foundation. This nonprofit role drives global InnerSource adoption, breaking down organizational silos for innovation.
Read more about Yuki Hattori

Right arrow

DevOps and Developer Experience – Entering the World of Modern Development

In this chapter, we will cover two main topics. First, we will address what DevOps is, the main subject of this book. Next, we will delve into developer experience, a strategy essential for maintaining and continually achieving success in DevOps within an organization. Within this context, we will also introduce the tools, Git and GitHub.

This chapter serves as a compass for those about to embark on learning about DevOps, tools, and collaboration practices for DevOps. It will establish foundational knowledge on the positioning of these concepts and practices and how they can enhance your development process.

We will cover the following main topics in this chapter:

  • DevOps – Accelerating the development cycle by reducing friction
  • Developer experience – A strategy for developer excellence
  • Git – Where code collaborations begin
  • GitHub – The AI-powered developer...

DevOps – Accelerating the development cycle by reducing friction

Let’s get started by learning the DevOps fundamentals.

The world of technology has various terms. At times, such terms can be abstract, and people tend to apply various interpretations to a specific framework. DevOps is no exception. Additionally, when referring to DevOps, considering perspectives from an individual, team, and the entire organization can sometimes make it unclear how various components interact with each other.

We will review the basics of DevOps, clear up misconceptions, and touch on some of its typical practices. Now, before we dive into what DevOps is, let’s talk about how things used to be in the past.

Background on DevOps

Back in the day, software was essentially something you installed. So, for a product development team, all you needed were engineers who could develop and test it. Speaking of testing, it was all about squashing bugs before the release. Just imagine...

Developer experience – A strategy for developer excellence

Developer experience, the term, goes beyond mere user experience and encompasses how developers within a DevOps team can be productive and satisfied with their work. This also works as an organizational strategy to make DevOps successful. If engineers are happy, there are no silos within the organization, and if the communication flows well, your DevOps will succeed. In that regard, GitHub is basically a platform for maximizing the developer experience, and Git is the means to that end:

Figure 1.9 – Developer experience is a key strategy and foundation for successful DevOps

Figure 1.9 – Developer experience is a key strategy and foundation for successful DevOps

When you look at individual tools within the realm of DevOps, they may seem small. However, when viewed from the perspective of sustaining and achieving DevOps success, the connection between developer experience and how to use Git and GitHub becomes significantly stronger. Because that is where the essential...

Git – Where code collaborations begin

Managing code changes is a sophisticated challenge. Various team members continuously contribute to a unified code base that must remain functional at all times.

Git has transformed how software development teams work together. By being distributed and offering the ability to create branches, Git has become a vital asset in the DevOps toolbox. A branch is essentially a separate line of development, like a parallel universe, where you can work on new features or fix issues without affecting the main project. This enables teams to focus on multiple aspects simultaneously, making the development process more efficient and adaptable to rapid changes and rapid software delivery, a key requirement in a DevOps environment.

Git is more than just a tool for tracking changes in code—it is a catalyst for change within organizations. By providing a reliable way to collaborate, Git promotes better communication among teams. This aligns well...

GitHub – The AI-powered developer platform

GitHub is the AI-powered developer platform to build, scale, and deliver secure software.

GitHub is often thought of as just a repository service, or sometimes as a repository service with attached CI/CD functionality. However, GitHub now offers a platform that covers the entire development life cycle, from writing applications to building and releasing. GitHub serves as the foundational platform for DevOps collaboration and automation. Through the lens of developer experience, it is the hub for InnerSource initiatives and houses code essential for platform engineering. Furthermore, this is empowered by AI. Whether you are writing code or reviewing it, GitHub’s AI supports you in various scenarios.

The capabilities of GitHub can be divided into five main categories: powered by AI, collaboration, productivity, security, and scale. Let’s look at each one in turn.

Powered by AI

The world is undergoing a transformation...

Summary

This chapter embarked on a journey to explore how DevOps revolutionizes the way we develop software. We talked about the importance of developer experience as a strategy for providing the best work environment in a DevOps team. We also delved into Git and GitHub, the backbone for collaboration in a DevOps setting.

Everything is connected and for a reason. The need for DevOps, the reasons for using Git and GitHub, and the importance of culture in shaping an organization’s people, processes, and tools—all of these elements are interlinked. They collectively shape the form of a developer experience strategy, enabling developers in a DevOps team to perform at their best. What you will do will eventually come back to you, enriching you as a developer.

DevOps should be designed to allow for mistakes to occur in fast development. Each misstep is a step toward mastering DevOps, enhancing your skills, and making meaningful contributions to your team and organization...

Further reading

lock icon
The rest of the chapter is locked
You have been reading a chapter from
DevOps Unleashed with Git and GitHub
Published in: Apr 2024Publisher: PacktISBN-13: 9781835463710
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Author (1)

author image
Yuki Hattori

Yuki Hattori, an architect at GitHub, showcases his hands-on expertise in DevOps and technical advice for enterprise clients. He began as a software engineer and progressed to cloud solution architect at Microsoft, overseeing cloud architecture and DevOps. A strong advocate for open source culture within an enterprise, he champions InnerSource adoption, serving as a board member of the InnerSource Commons Foundation. This nonprofit role drives global InnerSource adoption, breaking down organizational silos for innovation.
Read more about Yuki Hattori