Showing Posts From

Automation

GitHub Actions: Understanding the Push and Pull Request Triggers

Learn how to use push and pull request triggers in GitHub Actions to automate workflows effectively with branch and path filters.

Understanding GitHub Actions: Core Concepts and Fundamentals

Explore the core building blocks of GitHub Actions—from workflows and triggers to jobs and steps—and learn how to harness these fundamentals to automate your development process, saving you time and effort.

GitHub Pull Requests: How to Propose, Review, and Merge Changes Safely

Learn to propose changes with pull requests, review code line-by-line, and merge safely. Master the workflow that lets you experiment fearlessly while keeping your main code stable - whether working solo or on a team.

Setting Up Your First GitHub Repository: A Step-by-Step Guide

Connect your local Git repository to GitHub and make your code accessible from anywhere. Cover account setup, repository creation, authentication, and VS Code integration. Your code becomes truly immortal.

Understanding Git: The Foundation for GitHub Actions

Learn Git from scratch with hands-on exercises. Build a time machine for your code, understand commits and branches, and never lose work again. No prior experience needed - just bring your curiosity.