All language subtitles for 4. Course Prerequisite

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French Download
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,090 --> 00:00:00,870 In this video. 2 00:00:00,870 --> 00:00:07,290 What I'm going to do is talk about some of the prerequisites that you need in order to take this course. 3 00:00:07,680 --> 00:00:12,400 Now, there isn't a lot based on knowledge in this video. 4 00:00:12,420 --> 00:00:18,330 What we're going to do is talk about some of the prerequisites that you need in order to take this course. 5 00:00:18,810 --> 00:00:24,270 Now, there isn't a lot of knowledge based prerequisites, but if you were taking this next course, 6 00:00:24,270 --> 00:00:28,160 I do expect you to know the basics of view. 7 00:00:28,800 --> 00:00:34,770 Now, Nux is a framework that is built on top of you and thus we are going to be using give you code 8 00:00:34,770 --> 00:00:35,790 all the time. 9 00:00:35,800 --> 00:00:42,540 So you need to know at least the basics and ideally know vue three. 10 00:00:42,750 --> 00:00:51,480 Nux three uses Vue three and it would be really nice if you are familiar with the composition API. 11 00:00:51,750 --> 00:00:55,260 If you're only familiar with the options API, that is actually okay. 12 00:00:55,500 --> 00:01:01,180 The first lecture is going to get us familiar with the composition API as well as a quick little view, 13 00:01:01,180 --> 00:01:01,920 a refresher. 14 00:01:02,190 --> 00:01:07,650 But it would be nice if this is something that you are already kind of familiar with, but this word 15 00:01:07,680 --> 00:01:09,060 here is not a prerequisite. 16 00:01:09,420 --> 00:01:13,650 View itself is a prerequisites because I am not going to be teaching Vue. 17 00:01:13,860 --> 00:01:16,110 Instead I am going to be teaching Nux. 18 00:01:16,680 --> 00:01:18,630 Now that is knowledge based prerequisites. 19 00:01:18,630 --> 00:01:19,890 That's basically it. 20 00:01:20,190 --> 00:01:25,620 Now, in terms of stuff that you need to have installed on your machine, well, you need to have Node.js 21 00:01:25,620 --> 00:01:26,310 installed. 22 00:01:26,640 --> 00:01:29,260 Now, the installation of this is really, really easy. 23 00:01:29,280 --> 00:01:35,790 All you have to do is just go to Node.js dot org and just download the recommended for most users version. 24 00:01:36,090 --> 00:01:37,290 Very, very easy. 25 00:01:37,470 --> 00:01:43,290 In order to check that you have installed everything correctly, you can just go over here to your terminal 26 00:01:44,250 --> 00:01:46,290 and let's just open this up. 27 00:01:46,680 --> 00:01:53,550 You can just do a node dash V, and if you get a version that means, yes, you have installed it correctly. 28 00:01:53,970 --> 00:01:54,960 So there we go. 29 00:01:55,350 --> 00:01:58,430 Another thing that we need is a text editor. 30 00:01:58,440 --> 00:02:00,630 Now you can use whatever text editor that you want. 31 00:02:00,630 --> 00:02:04,800 I will be using Visual Studio code, which is my favorite. 32 00:02:05,040 --> 00:02:07,620 So go to code, Visual Studio dot com. 33 00:02:08,010 --> 00:02:10,080 Again, a very easy download. 34 00:02:10,080 --> 00:02:13,080 Just go over here and download it for your operating system. 35 00:02:13,350 --> 00:02:15,570 I am using a mac now. 36 00:02:15,570 --> 00:02:21,570 The last thing and this is not a prerequisite, but it would be helpful if you ever get stuck and you 37 00:02:21,570 --> 00:02:29,010 want to go to a version of my lectures is to know the basics of git and have git installed on your machine. 38 00:02:29,490 --> 00:02:33,750 So for each lecture, or maybe not for each lecture, for most lectures, I'm going to have the source 39 00:02:33,750 --> 00:02:37,290 code attached in a branch that I host on GitHub. 40 00:02:37,650 --> 00:02:42,060 If you ever want to see that source code for that particular lecture, you're going to have to have 41 00:02:42,060 --> 00:02:45,630 a least basic understanding of Get and GitHub. 42 00:02:45,840 --> 00:02:48,510 Now, I'm not going to be explaining that in this course. 43 00:02:48,510 --> 00:02:53,100 I do have a YouTube video on Git and GitHub if you want to take a look at that or you can take a look 44 00:02:53,100 --> 00:02:55,470 at any other YouTube videos out there. 45 00:02:55,620 --> 00:02:58,560 It is relatively simple, but this is the website. 46 00:02:58,560 --> 00:03:03,510 In order to install get on your local machine and that's pretty much it does. 47 00:03:03,510 --> 00:03:05,880 Those are the only requirements. 4690

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.