Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Events
Videos
Audiobooks
Packt Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
GitHub Foundations Certification Guide
GitHub Foundations Certification Guide

GitHub Foundations Certification Guide: Essential skills, real-world labs, and exam strategies for GitHub beginners

Arrow left icon
Profile Icon Ayodeji Ayodele
Arrow right icon
₹2606.99
Paperback Aug 2025 434 pages 1st Edition
eBook
₹999.99 ₹2085.99
Paperback
₹2606.99
Paperback + Subscription
₹1000 Monthly
Arrow left icon
Profile Icon Ayodeji Ayodele
Arrow right icon
₹2606.99
Paperback Aug 2025 434 pages 1st Edition
eBook
₹999.99 ₹2085.99
Paperback
₹2606.99
Paperback + Subscription
₹1000 Monthly
eBook
₹999.99 ₹2085.99
Paperback
₹2606.99
Paperback + Subscription
₹1000 Monthly

What do you get with a Packt Premium Subscription?

Subscribe today for full access to all titles. After checkout, you’ll receive an eBook credit that you can manually redeem on any title — including this one.
Product feature icon Access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon Weekly additions on emerging tech and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon A monthly credit and 50% off any future digital purchases.
Table of content icon View table of contents Preview book icon Preview Book

GitHub Foundations Certification Guide

Preparing for the Certification

Welcome to the GitHub Foundations certification journey! Before you dive in, it’s important to gain a solid understanding of what the certification exam entails. In this chapter, we’ll break down the key components, expectations, and strategies to help you succeed.

Up until early 2024, developers and software engineers didn’t have a way to show proficiency in GitHub. In the past, people would use measures such as the number of repositories on your GitHub profile (which may include forked repos), the greenness of your contribution graph, your open source contributions, and sometimes your achievement badges to judge your proficiency. Many of these metrics would not be reliable for someone with fewer repositories in the public space or who has not contributed to many high-profile open source projects.

From January 2024 and beyond, GitHub published the general availability of five certifications, the GitHub Foundations certification being one of them:

  • GitHub Foundations certification
  • GitHub Actions certification
  • GitHub Advanced Security certification
  • GitHub Administration certification
  • GitHub Copilot certification

Earning a GitHub certification will help you showcase your expertise on GitHub, giving you a competitive edge as a professional.

This book focuses on everything you need to know to pass the GitHub Foundations certification exam. In this chapter, we’ll take a closer look at what the exam involves and how to prepare for it with confidence:

  • What is the GitHub Foundations certification?
  • Preparation strategies
  • Exam-day test center requirements
  • Exam-day online requirements

What is the GitHub Foundations certification?

The GitHub Foundations certification is a prestigious credential that validates your expertise in Git and GitHub. It is the Level 100 certification designed to introduce you to the basic concepts of Git and GitHub (yes, they are two different things: Git is not GitHub; this book will help you learn the difference), its products, and features.

GitHub is home to over 150 million developers; it is the home of software developers. Some part of the software you are using right now is likely built on GitHub.

Target audience

This certification is designed for entry-level developers, platform engineers, IT operations and support engineers, project managers, or program managers. It’s also a great option for experienced professionals looking to formalize their GitHub skills or fill in foundational gaps.

The certification demonstrates your ability to navigate the platform, collaborate securely, and contribute effectively to software projects and open source projects.

When you pass this exam, you will earn a badge that looks like the following figure:

Figure 0.1: GitHub Foundations certification badge

Figure 0.1: GitHub Foundations certification badge

Exam structure

Now, let’s look at the structure of the exam. We will cover the main areas to expect questions from and the different forms the questions can take. You will be timed in the exam.

The exam covers a range of topics related to Git and GitHub. You’ll encounter questions on version control, Git commands, collaboration workflows, and more. Make sure to review the official certification guide for a detailed breakdown of the content. This is available at examregistration.github.com. The content covers seven objective domains, providing a structured outline that highlights specific topics and skills that the exam will cover.

The following are the objective domains; we will cover them all in this book.

Your combined performance across all 7 domains must total at least 72% to pass (as at the time of writing this book; this may vary slightly). These are shown in the Skills measured section at the preceding link.

Domain

Exam Percentage

Domain 1: Introduction to Git and GitHub

18%

Domain 2: Working with GitHub Repositories

10%

Domain 3: Collaboration Features

28%

Domain 4: Modern Development

11%

Domain 5: Project Management

9%

Domain 6: Privacy, Security, and Administration

15%

Domain 7: Benefits of the GitHub Community

9%

Table 0.1: Objective domains of the certification exam

The following shows a breakdown of each domain.

Domain 1: Introduction to Git and GitHub

Git and GitHub basics

Describe version control

Define distributed version control

Describe Git

Describe GitHub

Explain the difference between Git and GitHub

Describe a GitHub repository

Describe a commit

Describe branching

Define a remote in Git terminology

Describe the GitHub flow

Describe Git flow

GitHub entities

Describe the different GitHub accounts (personal, organization, and enterprise)

Describe GitHub’s products for personal accounts (free and Pro)

Describe GitHub’s products for organization accounts (free for organizations and teams)

Describe the different deployment options for GitHub Enterprise

Describe the features in the user profile (metadata, achievements, profile README, repositories, pinned repositories, stars, etc.)

GitHub Markdown

Identify the text formatting toolbar on issue and pull request comments

Describe Markdown

Identify the basic formatting syntax (headings, links, task lists, comments, etc.)

Explain where to find and use slash commands

GitHub Desktop

Explain the difference between GitHub Desktop and github.com

Describe the available features with GitHub Desktop

GitHub Mobile

Describe the available features with GitHub Mobile

Explain how to manage notifications through the GitHub Mobile app

Domain 2: Working with GitHub Repositories

Understanding GitHub repositories

Describe the components of a good README and the recommended repository files (LICENSE, CONTRIBUTING, and CODEOWNERS)

Explain basic repository navigation

Explain how to create a new repository

Describe repository templates

Describe the different features of maintaining a repository

Describe how to clone a repository

Describe how to create a new branch

Explain how to add files to a repository

Identify how to view repository insights

Explain how to save a repository with stars

Identify keyboard shortcuts

Explain feature previews

Using the command palette

Domain 3: Collaboration Features

Issues

Describe how to link a PR to an issue

Describe how to create an issue

Describe the difference between an issue, discussion, and pull request

Explain how to create a branch from an issue

Identify how to assign issues

Describe how to search and filter issues

Describe how to pin an issue

Explain basic issue management

Explain the difference between issue templates and issue forms

Explain how to use keywords in issues

Pull requests

Describe a pull request

Explain how to create a new pull request

Describe the base and compare branches in a pull request

Explain the relationship of commits in a pull request

Describe draft pull requests

Describe the purpose of the pull request tabs (conversation, commits, checks, and files changed)

Identify how to link activity within a pull request

Explain the different pull request statuses

Recognize how to comment on a posted link to a line or lines of code from a file

Describe code review with a CODEOWNERS file

Explain the different options for providing a code review on a pull request (comment, approve, request changes, and suggested changes)

Discussions

Describe the difference between discussions and issues

Explain the options available with discussions (announcements, ideas, polls, Q&A, and show and tell)

Identify how to mark a comment as an answer to a discussion

Explain how to convert a discussion to an issue

Recognize how to pin a discussion

Notifications

Describe how to manage notification subscriptions

Explain how to subscribe to notification threads

Describe how to find threads where you are @-mentioned

Identify the notification filtering options

Explain the different notification configuration options

Gists, wikis, and GitHub Pages

Explain how to create a GitHub gist

Describe how to fork and clone a gist

Explain GitHub wiki pages

Describe how to create, edit, and delete wiki pages

Explain the visibility of wiki pages

Describe GitHub Pages

Domain 4: Modern Development

GitHub Actions

Describe GitHub Actions (basic understanding)

Explain where you can use GitHub Actions within GitHub (general event types)

Explain where you can find existing GitHub Actions

GitHub Copilot

Describe GitHub Copilot

Describe the different plans for GitHub Copilot

Explain how to get started using GitHub Copilot

GitHub Codespaces

Describe GitHub Codespaces

Identify how to start a GitHub codespace

Describe the codespace life cycle

Describe the different customizations you can personalize with GitHub Codespaces

Recognize how to add and configure dev containers

Explain how to add an `Open in GitHub Codespaces` badge to a README file

Explain how to use the github.dev editor

Explain the differences between the github.dev editor and a GitHub codespace

Domain 5: Project Management

Manage your work with GitHub Projects

Describe GitHub Projects

Explain the layout options for projects

Describe the configuration options for projects

Explain what can be accomplished with project views

Explain the use of labels

Explain the use of milestones

Describe how to use and create template repos

Explain how to create, edit, and delete saved replies

Describe the benefits of using a saved reply

Recognize how to add assignees to issues and pull requests

Explain how to use project workflows

Describe how to convert checklist items to sub-issues

Domain 6: Privacy, Security, and Administration

Authentication and security

Explain how to secure your account with 2FA

Describe the different access permissions

Explain Enterprise Managed Users (EMUs)

GitHub administration

Explain how to enable and disable features

Recognize repository permission levels

Identify the options for repository visibility

Explain repository privacy setting options (branch protections, codeowners, and required reviewers)

Describe the main features and options in the Security tab

Define repository insights

Explain how to manage collaborators

Explain how to manage organization settings

Describe members, teams, and roles in a GitHub organization

GitHub Secure Development

Describe the Dependency Graph

Explain what Dependabot is

Describe Dependabot security updates

Explain Dependabot version updates

Define code scanning

Define secret scanning

Explain push protection

Domain 7: Benefits of the GitHub Community

Describe the benefits of the open source community

Describe open source

Describe how GitHub advances open source projects

Identify how to follow people (receive notifications and discover projects in their community)

Explain how to follow organizations (receive notifications about their activity)

Describe the GitHub Marketplace and its purpose

Describe how to apply the benefits of open source

Describe Innersource

Identify the differences between Innersource and open source

Describe forking and contributing to open source projects

Describe the components of a discoverable repository

Question types

The exam has 75 questions in all (as at the time of writing this book) and you have 2 hours to answer them. Expect a mix of multiple-choice questions, scenario-based challenges, and practical tasks. A few questions may require you to analyze short code snippets (a few lines of code or command line).

Other questions may want to test your detailed understanding by providing multiple similar answers, though only one of them is correct. You will also come across questions where you are required to select more than one answer. These questions will provide checkboxes next to each answer rather than the single-select boxes. However, the question will explicitly specify exactly how many answers it expects you to select, such as (Select two) or (Please select three). To get full marks on such a question, you should select exactly that number of answers. Stay sharp and practice different question formats.

Time limit

The certification exam is time-bound (2 hours). Allocate your time wisely across the sections. Remember that efficient time management is key to success.

For example, take a look at the percentage breakdown of the objective domains in Table 1. Two domains, Introduction to Git and GitHub and Collaboration Features, collectively carry 46% of your score. It would be wise to spend the best of your time on these questions. In addition, a higher score has been earmarked to Privacy, Security and Administration. Be sure to read about the security features on GitHub, particularly GitHub Advanced Security.

Preparation strategies

In this section, we will explore various strategies that will help you pass the exam.

Study resources

Explore a variety of study materials, including official documentation, online courses, and practice exams. Familiarize yourself with Git concepts, branching strategies, and GitHub workflows. Read this book!

The following are some recommended study resources:

  • This book! Be sure to read it from cover to cover. It has numerous helpful guides, practical exercises, and mock questions to prepare you for the exam.
  • I have curated a list of online resources on a GitHub gist (https://gist.github.com/ayodejiayodele/524ccd4865c968bad12fcbbfd07c8834). These include official training courses, hands-on labs, YouTube videos, and other learning materials to supplement your learning.

Hands-on practice

Set up a GitHub repository and practice real-world scenarios. Create branches, merge pull requests, and resolve conflicts. The more hands-on experience you gain, the better prepared you’ll be. You will find some lab exercises at https://github.com/PacktPublishing/GitHub-Foundations-Certification-Guide.

Mock exams

Take advantage of mock exams and practice questions available in Chapter 15, Mock Exams and Study Strategies. These simulate the actual test environment and help you gauge your readiness. Identify areas where you need improvement and focus your efforts accordingly.

In addition, there are practice questions at the end of each chapter to quickly test your knowledge and establish what you have learned.

Exam registration

You will need to schedule your exam in advance once you are prepared and ready. To register for the exam, visit the certification details page (https://examregistration.github.com/certification/GHF). The registration page will ask you to log in with your GitHub account. If you are new to GitHub or you don’t have a GitHub account, follow the instructions on how to create a free GitHub account in Chapter 2, Navigating the GitHub Interface.

Figure 0.2: The exam registration landing page

Figure 0.2: The exam registration landing page

After signing in, the registration will take you through a scheduling process. Here, you can choose whether you want to take the exam at the test center nearest to you or online supervised by a proctor. Available test centers and their locations will depend on your country and city. Both test center and online exams are managed and scheduled by the same body (PSI Exams).

As of the time of writing this book, the exam cost is $49 (US dollars).

GitHub offers discounts and partner benefits on the exam cost in a number of ways. I will advise you to explore what options are available to you. For example, your employer may be a partner, a GitHub Enterprise customer, or a Microsoft Enterprise Agreement customer, and these offer discount vouchers that range as high as 100% (Yay! Free!). Secondly, if you are a student, you may be able to get this for free. For more information about how GitHub supports students and many student freebies, visit https://education.github.com.

Exam-day test center requirements

Once registered, you will receive email confirmation of your exam appointment. Be sure to review your exam name, date, start time, and location and confirm they are correct. The email will also have directions to the exam location.

Identity requirements

A government-issued form of identification will be required, usually an international passport, driver’s license, or similar.

Exam accommodations

You may request exam accommodations such as special equipment for those with low vision or who are hard of hearing, breaks for medical reasons, or extra time for testing because the exam is not in your native language. There are other forms of accommodations that can be considered as well. Please read the handbook for more details and ensure you request this many weeks before the exam day; it must be made before you schedule the exam.

For more information, please read the Candidate handbook section of this chapter.

Finally, I would suggest arriving at least 30–40 minutes before your exam time. If you have any documentation to show, take both physical and electronic copies with you.

Exam-day online requirements

If you choose to take the exam online, there are some requirements you need to meet.

System requirements

  • Supported operating systems: 64-bit Windows 10, Windows 11, macOS 11(Big Sur), macOS 12(Monterey), and macOS 13 (Ventura)
  • Screen resolution: 1,366 x 768 or higher
  • Internet bandwidth: Minimum 300 kbps download/upload speed
  • Camera and microphone: Must be turned on throughout the exam

To be sure your system will be compatible with the online exam, you can perform a system check. This check involves a series of instructions to follow that may include downloading the testing software to your computer, performing sound tests of your microphone, validating access to your webcam, and so on.

For more information, please read the Candidate handbook section of this chapter.

Workspace requirements

There is a minimum level of tidiness required at your desk and immediate surroundings. No one else can be in the same room as you during the exam. Therefore, if you choose a home or office space to sit for the exam, you must make sure it is empty of people and rid of clutter. For more information, please read the Candidate handbook section of this chapter.

Identity requirements

You will be required to present a government-issued form of identification before you can check in for the exam, both physically at a testing center or online. For more information, please read the Candidate handbook section of this chapter.

Top tips

Here are some tips I would recommend:

  • Perform system checks before and on the exam day.
  • Be ready at least 20–30 minutes before your exam time.
  • Choose a private location free of distractions.
  • Ensure you have a great internet connection. Have a backup in case one fails.
  • Make sure your mobile phone is reachable. Proctors may want to call you during the exam if they can’t reach you through the in-app chat.
  • Use a reliable computer with a webcam.

Candidate handbook

The candidate handbook (https://www.pearsonvue.com/content/dam/VUE/vue/en/documents/tech-specs/online-proctored/onvue-technical-requirements.pdf) offers a comprehensive guide on preparing for the exam, exam registration, exam scoring, and reports. Get familiar with the handbook before the exam day.

Conclusion

Understanding the certification exam is the first step toward achieving your GitHub Foundations certification. Stay committed, study diligently, and soon you’ll be well prepared to ace the exam!

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Become an expert in Git and GitHub for modern development
  • Solidify your learning using hands-on guides with real-world projects and self-assessment questions
  • Prepare for the certification exam with questions, tests, and study tips
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Progress from the basics of version control to excelling at collaborative development with the GitHub Foundations Certification Guide, your go-to resource for mastering Git and GitHub. You'll learn how to use Git to accurately track and manage code changes, and discover why GitHub is the leading platform for collaboration, project management, and open-source development. Written by Ayodeji Ayodele, Senior Customer Success Architect at GitHub with expertise in DevOps, Agile coaching, and software engineering, this book provides a structured path to Git/GitHub proficiency. Through hands-on tutorials, projects, and self-assessment questions, you’ll harness the potential of open source, navigate the GitHub platform with ease, employ advanced Git techniques, and gain practical code management skills. The book then explores secure collaboration, automation, and key features of the GitHub Desktop app. You’ll prepare for the certification exam with practice questions, mock exams, and invaluable study tips. By the end of this book, you’ll be ready to take the GitHub Foundations exam and advance your developer career.

Who is this book for?

This book is for software developers and engineers looking to master Git and GitHub for efficient code management, project collaboration, and streamlined workflows. Infrastructure engineers and system administrators will benefit from learning how to manage scripts and track infrastructure changes. Educators and trainers can use this guide to teach software development and prepare students for industry certifications. Aspiring developers and tech professionals will find it a valuable resource for building essential GitHub skills and advancing their software development careers.

What you will learn

  • Create and manage repositories on GitHub confidently
  • Collaborate effectively using issues and pull requests
  • Adopt modern development practices using advanced GitHub features
  • Enhance coding speed and quality with GitHub Copilot's AI suggestions
  • Streamline project management using GitHub Projects
  • Leverage GitHub's capabilities to boost your career or grow your business
  • Implement best practices for GitHub privacy, security, and control

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 29, 2025
Length: 434 pages
Edition : 1st
Language : English
ISBN-13 : 9781836206057
Vendor :
GitHub
Concepts :
Tools :

What do you get with a Packt Premium Subscription?

Subscribe today for full access to all titles. After checkout, you’ll receive an eBook credit that you can manually redeem on any title — including this one.
Product feature icon Access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon Weekly additions on emerging tech and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon A monthly credit and 50% off any future digital purchases.

Product Details

Publication date : Aug 29, 2025
Length: 434 pages
Edition : 1st
Language : English
ISBN-13 : 9781836206057
Vendor :
GitHub
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
₹4500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts
₹5000 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts

Table of Contents

24 Chapters
Preparing for the Certification Chevron down icon Chevron up icon
Git and GitHub Essentials Chevron down icon Chevron up icon
Introduction to Version Control with Git Chevron down icon Chevron up icon
Navigating the GitHub Interface Chevron down icon Chevron up icon
Repository Creation and Management Chevron down icon Chevron up icon
Basic Git Commands and Workflows Chevron down icon Chevron up icon
Collaborative Development on GitHub Chevron down icon Chevron up icon
Branching and Merging Strategies Chevron down icon Chevron up icon
Pull Requests and Code Reviews Chevron down icon Chevron up icon
Issues, Projects, Labels, and Milestones Chevron down icon Chevron up icon
GitHub Actions and Automation Chevron down icon Chevron up icon
Engaging with the Community through GitHub Discussions Chevron down icon Chevron up icon
Leveraging GitHub for Career Advancement Chevron down icon Chevron up icon
Building and Showcasing Your GitHub Presence Chevron down icon Chevron up icon
Contributing to Open Source Projects Chevron down icon Chevron up icon
Enhancing Development with GitHub Copilot Chevron down icon Chevron up icon
Funding Your Projects with GitHub Sponsors Chevron down icon Chevron up icon
Advanced GitHub and Exam Preparation Chevron down icon Chevron up icon
Project Management with GitHub Projects Chevron down icon Chevron up icon
Security Practices and User Management Chevron down icon Chevron up icon
Mock Exams and Study Strategies Chevron down icon Chevron up icon
Unlock Your Book’s Exclusive Benefits Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt Premium subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

What are credits? Chevron down icon Chevron up icon

Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’. You'll get one to use immediately after checkout, and then every time you renew. You require an active subscription to use your credits, once used you keep the title forever.

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in. You can cancel at anytime, you will keep access for the remaining period you have paid for. On the date of cancellation you will lose all access to online content, along with any unused credits.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.

Modal Close icon
Modal Close icon