From the course: Advanced Kotlin Database Development

Using the exercise files on GitHub - Kotlin Tutorial

From the course: Advanced Kotlin Database Development

Using the exercise files on GitHub

- [Instructor] The exercise files for this course are stored on GitHub. Each video that has some code in it will have a branch with the chapter and video number as its name. For example, if you want to see how to create and drop tables, you change to 0104 branch. Challenges also have branches for the start and the end state. For example, if you want to start the first exercise, you would change to 110 branch. And if you want to see the solution for that exercise you would change to 111 branch. There are multiple ways to work with this project using intelligent idea. One simple way is to copy the URL of the project and then clone it. Once you copy the URL in your intelligent idea you can choose git from version control and then paste the URL of the project. By default, we are running the code from the main branch. As I mentioned earlier, I've created branches for each video in this course that has some code in it. If you'd like to follow along, use the branch's pop-up menu, to change to your desired branch. As an example, let's check out the code for chapter two, video two. You can see that we get a new file, which is named 0202. We can run this file and see the results. That's all you'll need for this course. And if you are curious to learn more about using GitHub, I recommend checkin' one of the courses on LinkedIn Learning on that topic.

Contents