github actions
7 TopicsGitHub Foundations Certification Study Guide
Get ready for the GitHub Foundations certification. With its widespread adoption across various industries, the demand for individuals with proven mastery of GitHub's capabilities has never been higher, as collaboration, project management, and code versioning skills are a necessity.81KViews17likes27CommentsMicrosoft Build UK Developer Day 2024 - Developer Tools Session
Hey everyone! Thanks for joining the Developer Tools session today and listening to our session on DevBox, Azure Developer CLI and GitHub Actions. Here you can find all of the resources we shared during our session. UK Build Cloud Skills Challenge Resources: Learn about AZD AZD main GitHub repository Template Library AI AZD Templates Demo repository - OpenAI GPT Productivity App GitHub Actions on the marketplace Contact: Christoffer Noring LinkedIn Daniel Roe LinkedIn652Views0likes0CommentsGit Yourself a Leg Up - GitHub Tools for Teams and Teaching
This year at Pycon Au 2023, I gave a talk in the Education Track, highlighting a collection of cool GitHub tools and techniques to combine in an interesting way that is great for learners, teachers, and pro-developers alike. Come along and see a new way of combining some of the newer GitHub tools, in the classroom, the workplace and more. This set of tools is I'll bring together is: GitHub Templates, Codespaces, GitHub Actions, and GitHub Copilot. I’ll explain how you can combine all these pieces of tech to have a project template, a dev environment that runs in the browser, and automated tests that run with each push. And I’ll also tell you how you can use Copilot, either while you’re using a template or creating one!3.3KViews1like0CommentsInitiation à GitHub Projects - Partie I (Tableau Kanban)
Je m’appelle Hamidou TESSILIMI. Je suis étudiant en 4ème année à Epitech et également un Bêta Microsoft Learn Student Ambassador. Depuis ma première année, j’utilise GitHub pour rendre la quasi-totalité de mes projets. Dans la majorité des cas, pour gérer un projet à plusieurs, il faut au moins un outil de communication comme Slack ou Discord et un outil de gestion de projet comme Trello, Jira ou encore GitHub Projects. Dans cet article de blog, nous parlerons de la manière dont on peut gérer un projet avec GitHub Projects. Mais avant ça, parlons d’abord de GitHub et des différentes fonctionnalités qu’il propose.3.1KViews4likes1CommentManaging Workflows with the GitHub Actions Extension for VS Code
GitHub Actions is a powerful feature that enables developers to automate their workflow and save valuable time. With the new GitHub Actions Extension for VS Code, developers have even more flexibility and power at their fingertips. The addon allows developers to design, amend, and run workflows without ever leaving the editor. Features include managing workflows, monitoring workflow runs, and workflow authoring. Syntax highlighting, integrated documentation, and validation and code completion for GitHub Actions Expressions and the YAML schema make editing workflows a breeze. Install the GitHub Actions extension for VS Code and start automating your development workflow today.6.8KViews1like1CommentLogin to Azure in GitHub Actions
If you need to use GitHub Actions and interact with Azure resources, you'll need to authenticate properly. Authenticating is made easy by direct Action support in a workflow, but it requires a Service Principal created in a specific way that produces output that is required to go into a GitHub Secret.2.5KViews1like0Comments