Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:01,330 --> 00:00:04,720
Now before leaving this Getting Started section,
2
00:00:04,720 --> 00:00:08,210
let me give you eight quick considerations on how to
3
00:00:08,210 --> 00:00:10,460
actually take this course.
4
00:00:10,460 --> 00:00:13,360
And I promise that they are a super short
5
00:00:13,360 --> 00:00:14,960
and super important.
6
00:00:14,960 --> 00:00:17,940
So please, please, don't skip this video.
7
00:00:17,940 --> 00:00:21,223
It will set you up for success with this course.
8
00:00:22,690 --> 00:00:24,260
So to start,
9
00:00:24,260 --> 00:00:27,054
chances are that this is your very first contact
10
00:00:27,054 --> 00:00:29,044
with writing code.
11
00:00:29,044 --> 00:00:32,493
And so please don't get overwhelmed.
12
00:00:32,493 --> 00:00:36,970
I have literally seen tens of thousands of students going
13
00:00:36,970 --> 00:00:40,230
through this course or one of my other courses.
14
00:00:40,230 --> 00:00:43,221
And I can tell you that it's 100% normal,
15
00:00:43,221 --> 00:00:46,871
that in the beginning you will not really understand
16
00:00:46,871 --> 00:00:48,280
everything.
17
00:00:48,280 --> 00:00:52,200
So just keep going through these first few sections.
18
00:00:52,200 --> 00:00:56,530
Even if you don't understand 100% at first,
19
00:00:56,530 --> 00:00:59,100
you will very soon, believe me.
20
00:00:59,100 --> 00:01:00,870
That's just normal.
21
00:01:00,870 --> 00:01:02,890
Just don't think something like,
22
00:01:02,890 --> 00:01:05,320
I guess coding is not for me.
23
00:01:05,320 --> 00:01:09,110
So that thought is simply not allowed here.
24
00:01:09,110 --> 00:01:12,380
Also keep in mind that everyone has different learning
25
00:01:12,380 --> 00:01:13,213
speeds.
26
00:01:13,213 --> 00:01:15,900
And so you will get there eventually,
27
00:01:15,900 --> 00:01:17,540
just keep following the course
28
00:01:17,540 --> 00:01:20,443
and keep practicing as much as you can.
29
00:01:21,844 --> 00:01:25,110
Now about actually taking the course.
30
00:01:25,110 --> 00:01:28,920
You always, always need to code along with me.
31
00:01:28,920 --> 00:01:31,910
And this is absolutely fundamental.
32
00:01:31,910 --> 00:01:36,910
You will learn exactly zero HTML and CSS skills by simply
33
00:01:37,220 --> 00:01:39,663
sitting there and watching me code.
34
00:01:40,500 --> 00:01:44,432
So you really have to actually write the code yourself,
35
00:01:44,432 --> 00:01:49,300
even if you're just typing the exact same words as I am
36
00:01:49,300 --> 00:01:53,320
typing basically in a video, but it really doesn't matter.
37
00:01:53,320 --> 00:01:55,090
As long as you're coding,
38
00:01:55,090 --> 00:01:58,840
the code is getting into your brain and you're learning.
39
00:01:58,840 --> 00:02:00,763
And so that's all that matters.
40
00:02:03,040 --> 00:02:06,250
If you want a course material to stick in your brain,
41
00:02:06,250 --> 00:02:09,230
even better, then take notes.
42
00:02:09,230 --> 00:02:14,090
So notes on code syntax, notes on theory concepts,
43
00:02:14,090 --> 00:02:16,970
and really notes on everything.
44
00:02:16,970 --> 00:02:19,550
You can't take too many notes.
45
00:02:19,550 --> 00:02:21,800
Now, everyone has their own style.
46
00:02:21,800 --> 00:02:23,833
So just find your own one.
47
00:02:25,830 --> 00:02:30,250
Next, try all the coding challenges that I present to you.
48
00:02:30,250 --> 00:02:32,760
Try to do the best that you can,
49
00:02:32,760 --> 00:02:36,610
but if you get stuck for too long, for some reason,
50
00:02:36,610 --> 00:02:39,310
just go ahead and watch the solution.
51
00:02:39,310 --> 00:02:40,340
So again,
52
00:02:40,340 --> 00:02:43,103
you have to try the coding challenges.
53
00:02:43,103 --> 00:02:46,970
Otherwise you will miss a lot of the learning opportunity
54
00:02:46,970 --> 00:02:50,640
here and also don't beat yourself up
55
00:02:50,640 --> 00:02:53,160
if you can't figure out the solution.
56
00:02:53,160 --> 00:02:55,630
Again, this is completely normal,
57
00:02:55,630 --> 00:02:58,060
especially if you're just a beginner.
58
00:02:58,060 --> 00:02:59,120
Trust me.
59
00:02:59,120 --> 00:03:02,840
So if that happens just to rewatch the lectures that were
60
00:03:02,840 --> 00:03:04,550
covered in that challenge,
61
00:03:04,550 --> 00:03:08,313
try to understand them a bit better and then move on.
62
00:03:10,470 --> 00:03:14,200
Now, the sections in the course build on one another.
63
00:03:14,200 --> 00:03:17,701
And so before moving on from a section to the next one,
64
00:03:17,701 --> 00:03:22,000
really make sure that you understand exactly what was
65
00:03:22,000 --> 00:03:23,870
covered in that section.
66
00:03:23,870 --> 00:03:27,780
So take a break, review the code that we wrote,
67
00:03:27,780 --> 00:03:29,160
review your notes,
68
00:03:29,160 --> 00:03:32,920
and also review the projects that we built in that section.
69
00:03:32,920 --> 00:03:34,760
If there was any,
70
00:03:34,760 --> 00:03:37,933
you should even try to come up with your own examples and
71
00:03:37,933 --> 00:03:42,520
write some code on your own in order to practice.
72
00:03:42,520 --> 00:03:45,840
And only then you are really ready to move on
73
00:03:45,840 --> 00:03:47,113
to the next section.
74
00:03:49,143 --> 00:03:53,110
Now, if you have a question or an error in your code,
75
00:03:53,110 --> 00:03:57,670
always start by trying to solve the error by yourself.
76
00:03:57,670 --> 00:04:01,880
This is absolutely essential for your progress and your
77
00:04:01,880 --> 00:04:03,140
learning journey.
78
00:04:03,140 --> 00:04:07,580
Because one of the main things that a developer has to do is
79
00:04:07,580 --> 00:04:12,580
to find and fix errors or bugs as we also call them.
80
00:04:13,250 --> 00:04:14,994
Now, if you can solve the problem,
81
00:04:14,994 --> 00:04:19,040
then go ahead and check out the Q and A section here
82
00:04:19,040 --> 00:04:22,130
on Udemy, because probably someone else
83
00:04:22,130 --> 00:04:25,330
already had the same problem before.
84
00:04:25,330 --> 00:04:27,010
If that also doesn't help,
85
00:04:27,010 --> 00:04:29,910
then of course you can ask a new question.
86
00:04:29,910 --> 00:04:32,560
To do that, use a short description,
87
00:04:32,560 --> 00:04:35,580
post your code on codepen.io
88
00:04:35,580 --> 00:04:38,430
and share the link in the Q&A.
89
00:04:38,430 --> 00:04:41,385
So don't just paste a wall of code into the Q&A,
90
00:04:41,385 --> 00:04:46,385
but instead, please use a service such as codepen.io.
91
00:04:48,431 --> 00:04:49,370
Next,
92
00:04:49,370 --> 00:04:52,850
I just wanted to quickly mention that I recorded this course
93
00:04:52,850 --> 00:04:53,840
on a Mac,
94
00:04:53,840 --> 00:04:57,330
but everything is going to work the exact same way on
95
00:04:57,330 --> 00:04:59,620
Windows or on Linux.
96
00:04:59,620 --> 00:05:02,560
So if something doesn't work on your computer,
97
00:05:02,560 --> 00:05:06,460
it's not because you're using a different operating system.
98
00:05:06,460 --> 00:05:07,293
Okay.
99
00:05:08,400 --> 00:05:13,400
And now finally hand, you can say even most importantly,
100
00:05:13,400 --> 00:05:16,760
have fun while doing this course.
101
00:05:16,760 --> 00:05:21,280
Coding is a lot of fun and it's so rewarding to see
102
00:05:21,280 --> 00:05:24,550
something that you have built yourself.
103
00:05:24,550 --> 00:05:27,644
So if for some reason you're feeling frustrated,
104
00:05:27,644 --> 00:05:32,644
then just stop whatever you're doing and come back later.
105
00:05:32,820 --> 00:05:33,810
So again,
106
00:05:33,810 --> 00:05:38,530
you always need to have fun while coding and with all this
107
00:05:38,530 --> 00:05:41,903
being said, let's now finally get started.
7941
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.