Code hosting platform using Git. Enables collaboration, version control, pull requests, and CI/CD, widely used for open-source and private projects.
DevOps
Building a Strong GitHub Deployment Strategy
A practical guide to building a robust GitHub deployment strategy, covering branch management, protection rules, pull request security workflows, release tagging, and environment variable management to ship code safely and consistently.
DevOpsSecurity
Automate Container Security with Trivy in GitHub Actions
Learn how to integrate Trivy into your CI/CD pipeline for automated vulnerability scanning in GitHub Actions.
DevOps
Deploy Your AWS CDK Applications with GitHub Actions
Streamline your infrastructure deployment by automating AWS CDK with GitHub Actions. Discover ready-to-use workflows for TypeScript and Python, and best practices for secure, efficient CI/CD pipelines.
DevOps
Deploy Your Terraform IaC with GitHub Actions
Streamline your infrastructure deployment by automating Terraform with GitHub Actions. Discover ready-to-use workflows for HCL, and best practices for secure, efficient CI/CD pipelines.
DevOpsSecurity
Connect Your GitHub Repository to AWS Securely Using OIDC
Learn how to securely authenticate your GitHub repository with AWS using OpenID Connect (OIDC), replacing risky long-lived credentials with short-lived, automatically rotated tokens for enhanced security and seamless automation.