Skip to main content

Self-Study: Workflows Part 2 (3.2)

 

Brief

This self-study module explores advanced concepts related to software development workflows, focusing on automation, collaboration, and best practices for managing code in a DevOps environment. You will learn about pull requests, branch protection rules, and the importance of continuous integration and deployment (CI/CD).

Videos

  1. GitHub Pull Requests Explained
  2. Understand the concept of pull requests and their role in collaborative development.
  3. Watch: https://www.youtube.com/watch?v=8lGpZkjnkt4&ab_channel=Fireship
  4. Branching Strategies for Teams
  5. Learn about different branching strategies and their impact on workflow efficiency.
  6. Watch: https://www.youtube.com/watch?v=U_IFGpJDbeU&ab_channel=DevOpsToolkit https://www.youtube.com/watch?v=gW6dFpTMk8s&ab_channel=NickChapsas
  7. GitHub Actions for CI/CD
  8. Discover how GitHub Actions can automate your workflows to build, test, and deploy applications.
  9. Watch: https://www.youtube.com/watch?v=YLtlz88zrLg&ab_channel=TomShaw

Readings

  1. Understanding Pull Requests in GitHub
  2. Learn how pull requests facilitate code reviews and collaboration.
  3. Read: https://docs.github.com/en/pull-requests
  4. Branch Protection Rules
  5. Explore how branch protection rules help enforce quality and security in repositories.
  6. Read: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule
  7. Best Practices for CI/CD Workflows
  8. Gain insights into industry best practices for implementing efficient workflows.
  9. Read: https://codefresh.io/learn/ci-cd/11-ci-cd-best-practices-for-devops-success/
  10. Introduction to GitHub Actions Workflows
  11. Understand how to create and manage workflows using GitHub Actions.
  12. Read: https://medium.com/@innovativejude.tech/introduction-to-github-actions-b093753c9c2b

Key Concepts to Explore

  • Pull Requests (PRs)
  • How to create and manage pull requests
  • Importance of code reviews and approvals
  • Merge conflict resolution
  • Branching Strategies
  • Git Flow vs. GitHub Flow vs. Trunk-based development
  • When to use feature, hotfix, and release branches
  • Collaboration in a distributed environment
  • CI/CD Automation
  • Automating build and deployment processes
  • Integrating automated testing in workflows
  • Common CI/CD tools and their use cases
  • GitHub Actions Best Practices
  • Structuring workflows for efficiency
  • Using secrets securely in workflows
  • Monitoring workflow execution and failures

Comments

Popular posts from this blog

Infrastructure as Code (IaC) (Part 2 of 2)

  M2L4 Brief This self-study module introduces the fundamental concepts of Infrastructure as Code (IaC) . It covers the benefits, core principles, tools, and hands-on exercises to help you get started with IaC. Videos What is Infrastructure as Code? Understand the concept of IaC, its importance, and how it replaces manual infrastructure management with automation. Watch the video: https://www.youtube.com/watch?v=zWw2wuiKd5o&ab_channel=IBMTechnology Introduction to Terraform Get introduced to Terraform, one of the most popular IaC tools, and see how it is used to provision and manage infrastructure. Watch the video: https://www.youtube.com/watch?v=l5k1ai_GBDE&t=30s&ab_channel=TechWorldwithNana https://www.youtube.com/watch?v=tomUWcQ0P3k&ab_channel=Fireship Readings What is Infrastructure as Code? Learn the basics of IaC, its principles, and how it automates infrastructure deployment. Read more: https://aws.amazon.com/what-is/iac/ Benefits of Infrastructure as Code Un...

Principles in Cloud Architecture Design

  M2L1 Brief This self-study module focuses on the core principles of cloud architecture design . It explores best practices for designing scalable, resilient, and cost-efficient systems in cloud environments. You will gain insights into foundational concepts, practical approaches, and real-world examples. Videos Principles of Cloud Architecture Understand the key principles behind designing a robust cloud architecture. Topics include scalability, elasticity, and fault tolerance. Watch the video: https://www.youtube.com/watch?v=rwuSMi_rAkM&ab_channel=WiredThinkers Scalable and Resilient Architectures Learn how to build scalable and resilient cloud applications, covering design patterns and best practices. Watch the video: https://www.youtube.com/watch?v=8vzPwflhqZU&ab_channel=ByteMonk Readings AWS Well-Architected Framework Explore the five pillars of AWS Well-Architected Framework: operational excellence, security, reliability, performance efficiency, and cost optimizatio...

Network Security Best Practices

  M1L7 Brief This self-study module focuses on understanding and implementing network security best practices, especially in cloud environments like AWS. Videos Introduction to Network Security Understand the basics of network security. Watch the video: https://www.youtube.com/watch?v=NQ1cvwEvh44 AWS VPC Network Security Learn how to implement security best practices in AWS VPCs, including Security Groups and NACLs. Watch the video: https://www.youtube.com/watch?v=lkksqUDlwJE Readings Network Security Best Practices Explore industry best practices for securing cloud networks and protecting data. Read the article: https://www.cisco.com/c/en/us/products/security/what-is-network-security.html AWS Network Security Learn how to secure your AWS VPCs and instances using services like Security Groups, NACLs, and VPC Endpoints. Read the article: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Security.html Helpful Links (References) AWS CloudTrail and Amazon Detective Understand how to...