GitHub’s Hidden Gems: The Productivity Features You’re Probably Missing
In this session, we’re moving past the basics of code storage and Pull Requests. We will build a high-velocity development workflow that integrates GitHub’s most powerful (and often overlooked) features to eliminate the "boring parts" of the SDLC. We'll explore how to turn GitHub into a command center that manages your environment, your automation, and even your AI prototyping.
We will dive into a "Zero-to-Production" workflow featuring:
Standardized Environments: Using devcontainer.json and GitHub Codespaces to move from a "broken local setup" to a fully configured, cloud-hosted environment in seconds.
Autonomous Project Management: Leveraging GitHub Projects (V2) and automated workflows to keep task tracking in sync with code changes, without the manual status updates.
The Hidden Power User Tools: A deep dive into Advanced Code Search (regex-based refactoring), the gh CLI extensions, and GitHub Models for prototyping LLMs directly in your browser.
Actions Beyond CI/CD: Using Service Containers for integration testing and OIDC for secret-less cloud deployments to keep your pipelines fast and secure.
Whether you're looking to standardize a team or just reclaim hours of your own week, you’ll walk away with a practical blueprint for an automated, "environment-agnostic" workflow that lets you focus on what actually matters: shipping features.