1
00:00:00,150 --> 00:00:00,960
Welcome back.

2
00:00:01,080 --> 00:00:04,890
In this video, I would like to show you how you can get most out of this course.

3
00:00:05,040 --> 00:00:10,860
So the course was created in a way that you should work through it step by step.

4
00:00:11,010 --> 00:00:13,980
So you should work from the beginning, towards the end.

5
00:00:14,190 --> 00:00:21,120
And if you necessarily need to skip the part, then be prepared that there might be some code parts

6
00:00:21,120 --> 00:00:25,440
which will not be explained as in-depth as at the point when they were introduced.

7
00:00:25,620 --> 00:00:32,100
So that's why I recommend to start from the beginning, because we are going to use a bunch of features

8
00:00:32,340 --> 00:00:34,050
that we will reuse quite a bit.

9
00:00:34,050 --> 00:00:36,180
And that's generally normal when you develop.

10
00:00:36,360 --> 00:00:37,950
That's the case very often.

11
00:00:37,950 --> 00:00:42,360
There are a bunch of things that you will need to reuse, and that's why it's important that you work

12
00:00:42,360 --> 00:00:48,150
through it from the start, because at one point after we have used a feature for the third or fourth

13
00:00:48,150 --> 00:00:51,150
time, I will not explain it step by step anymore.

14
00:00:51,150 --> 00:00:58,980
I will just assume that you have gone through the specific piece of code or specific example or specific

15
00:00:59,460 --> 00:01:02,550
challenge or specific feature with me.

16
00:01:02,820 --> 00:01:07,620
And that's why I will not bore you with going through it again.

17
00:01:07,770 --> 00:01:09,380
But I will just reuse the code.

18
00:01:09,600 --> 00:01:16,230
So this way you get more knowledge throughout the course because it's still the same length, of course,

19
00:01:16,230 --> 00:01:20,500
but I'm not going to repeat a bunch of stuff that is going to bore you at one point.

20
00:01:20,520 --> 00:01:20,790
All right.

21
00:01:20,800 --> 00:01:22,270
So that's why it's important.

22
00:01:22,290 --> 00:01:29,200
Did you work through it step by step and also try to finish the exercises?

23
00:01:29,580 --> 00:01:35,790
I made those exercises for you to just double check whether you understood what you have just seen there.

24
00:01:36,000 --> 00:01:41,430
And in general, they are positioned very often at points where you have seen how something is done,

25
00:01:41,700 --> 00:01:43,770
maybe once or maybe even twice before.

26
00:01:43,950 --> 00:01:47,280
But now it's your turn to try to do it yourself.

27
00:01:47,550 --> 00:01:52,560
And in programming, very often when you start to develop a new feature, it's not like you're going

28
00:01:52,560 --> 00:01:55,080
to start programming and typing and typing.

29
00:01:55,080 --> 00:02:00,420
It's a lot of research, a lot of finding something on the Internet that works and then making it work

30
00:02:00,420 --> 00:02:00,830
for you.

31
00:02:00,840 --> 00:02:01,800
So adjusting it.

32
00:02:02,070 --> 00:02:06,080
And at one point you get a feeling for it and one point you get really good at it.

33
00:02:06,300 --> 00:02:10,740
So learning a programming language is similar to learning a language.

34
00:02:11,490 --> 00:02:16,770
When you learn a new language at the beginning, it feels so weird and so difficult because there are

35
00:02:16,770 --> 00:02:23,610
so many words that you have never heard and so many maybe even sounds that you can't even make a distinction

36
00:02:23,610 --> 00:02:24,120
between.

37
00:02:24,420 --> 00:02:30,750
And that's also a little bit like programming where you start to see all of the code and it is confusing

38
00:02:30,750 --> 00:02:31,380
at the start.

39
00:02:31,380 --> 00:02:37,020
But step by step, you get a feeling for it and on one point you feel natural and at home using this

40
00:02:37,170 --> 00:02:38,270
new language.

41
00:02:38,590 --> 00:02:38,890
All right.

42
00:02:39,000 --> 00:02:43,350
And that's also what I hope that you will get with this course as well.

43
00:02:43,350 --> 00:02:44,490
At least that's how I build it.

44
00:02:44,810 --> 00:02:47,720
OK, so that is one part of it.

45
00:02:48,270 --> 00:02:56,250
Do the exercises work yourself through it step by step, then also download the code from the videos.

46
00:02:56,250 --> 00:02:56,580
All right.

47
00:02:56,590 --> 00:03:02,370
So for almost every video, I have a bunch of code that you can just download and there are a bunch

48
00:03:02,370 --> 00:03:04,550
of comments which explain what the code does.

49
00:03:04,560 --> 00:03:09,150
So if the comments that I gave you or the explanations that I gave you during a video aren't good enough,

50
00:03:09,330 --> 00:03:17,550
you can use the comments from the downloadable code examples and you can also, of course, work through

51
00:03:17,550 --> 00:03:19,220
the code step by step.

52
00:03:19,230 --> 00:03:22,230
So there are a bunch of to dos in the code that you can download.

53
00:03:22,230 --> 00:03:28,350
So you could even just follow along the code versions itself so the projects you can download the project

54
00:03:28,350 --> 00:03:34,110
and do this step by step process because that's also how I build the course.

55
00:03:34,110 --> 00:03:37,980
So I do a step by step building up of an application.

56
00:03:38,350 --> 00:03:44,760
OK, so the other thing that you need to consider is to of course, search the Internet sometimes.

57
00:03:44,760 --> 00:03:51,150
So if you don't understand something or if you necessarily need to really dig deep into a specific topic

58
00:03:51,150 --> 00:03:56,040
because you really want to understand it in a very deep way, then I recommend to do so.

59
00:03:56,160 --> 00:04:02,400
And also, if there are questions left and you can't find them in the Q&A and you can't find them on

60
00:04:02,400 --> 00:04:06,930
the Internet, then of course you can use the Q&A to ask your own questions and we will be there to

61
00:04:06,930 --> 00:04:07,440
answer them.

62
00:04:08,080 --> 00:04:08,550
All right.

63
00:04:08,560 --> 00:04:11,510
So I hope you get most out of this course.

64
00:04:11,790 --> 00:04:15,600
And by the way, what superimportant work through the whole course?

65
00:04:15,600 --> 00:04:19,440
Because once you're done with the whole course, then you've got most out of the course.

66
00:04:19,470 --> 00:04:19,880
All right.

67
00:04:20,160 --> 00:04:23,190
So thanks a lot for being with me and see you in the next video.

