Tool

GitHub

Code hosting platform using Git. Enables collaboration, version control, pull requests, and CI/CD, widely used for open-source and private projects.
Building a Strong GitHub Deployment Strategy
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.
Automate Container Security with Trivy in GitHub Actions
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.
Deploy Your AWS CDK Applications with 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.
Deploy Your Terraform IaC with GitHub Actions
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.
Connect Your GitHub Repository to AWS Securely Using OIDC
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.