Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat Task: Executable tutorial #2693

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This comprehensive hands-on tutorial provides detailed, step-by-step instruction

The tutorial also covers the integration of automated unit and integration tests, the configuration of CI/CD workflows using GitHub Actions, and managing version control with Git. We plan to use personal access token (PAT) with permissions for a new repository for full hands on learning. Designed for developers of all skill levels, this tutorial empowers participants to gain practical experience with Gatsby and modern deployment strategies.

The tutorial can be found on [KillerCoda](https://killercoda.com/daniellw/scenario/gatsby-tutorial) and the code on [GitHub](https://github.com/dannolaius/coda-tutorial)
The tutorial can be found on [KillerCoda](https://killercoda.com/daniellw/scenario/gatsby-tutorial) and the code for the tutorial on [GitHub](https://github.com/dannolaius/coda-tutorial)

**Relevance**
In today’s fast-paced software development landscape, the demand for efficient and reliable web applications is higher than ever. This tutorial is particularly relevant as it provides an executable format that helps developers learn about Gatsby and GitHub Actions while equipping them with essential skills for implementing automated testing and deployment.
Expand Down
Loading