⌨️ () Masking(01:53:06 - 02:01:43) - OpenCV Course - Full Tutorial with Python

⌨️ () Masking(01:53:06 - 02:01:43)
OpenCV Course - Full Tutorial with Python

Learn everything you need to know about OpenCV in this full course for beginners. You will learn the very basics (reading images and videos, image transformations) to more advanced concepts (color spaces, edge detection). Towards the end, you'll have hands-on experience building a Deep Computer V...
Learn everything you need to know about OpenCV in this full course for beginners. You will learn the very basics (reading images and videos, image transformations) to more advanced concepts (color spaces, edge detection). Towards the end, you'll have hands-on experience building a Deep Computer Vision model to classify between the characters in the popular TV series "The Simpsons".

⭐️ Code ⭐️
🔗Github link: https://github.com/jasmcaus/opencv-course
🔗The Caer Vision library: https://github.com/jasmcaus/caer

🎥 Course from Jason Dsouza:
- Check out his Youtube channel: https://www.youtube.com/jasmcaus
- Follow him on Twitter:

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:07) Installing OpenCV and Caer
Section #1 - Basics
⌨️ (0:04:12) Reading Images & Video
⌨️ (0:12:57) Resizing and Rescaling Frames
⌨️ (0:20:21) Drawing Shapes & Putting Text
⌨️ (0:31:55) 5 Essential Functions in OpenCV
⌨️ (0:44:13) Image Transformations
⌨️ (0:57:06) Contour Detection
Section #2 - Advanced
⌨️ (1:12:53) Color Spaces
⌨️ (1:23:10) Color Channels
⌨️ (1:31:03) Blurring
⌨️ (1:44:27) BITWISE operations
⌨️ (1:53:06) Masking
⌨️ (2:01:43) Histogram Computation
⌨️ (2:15:22) Thresholding/Binarizing Images
⌨️ (2:26:27) Edge Detection
Section #3 - Faces:
⌨️ (2:35:25) Face Detection with Haar Cascades
⌨️ (2:49:05) Face Recognition with OpenCV's built-in recognizer
Section #4 - Capstone
⌨️ (3:11:57) Deep Computer Vision: The Simpsons

⭐️ More ways to connect with Jason Dsouza ⭐️
- Medium: https://jasmcaus.medium.com
- Twitter:
- LinkedIn: https://www.linkedin.com/in/jasmcaus

✏️ Check out Jason's Deep Learning Crash Course for Beginners: https://youtu.be/VyWAvY2CF9c

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

#opencv #python #Caer
⌨️ () Introduction - OpenCV Course - Full Tutorial with Python

⌨️ () Introduction

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:00:00 - 00:01:07
⌨️ () Installing OpenCV and CaerSection #1 - Basics - OpenCV Course - Full Tutorial with Python

⌨️ () Installing OpenCV and CaerSection #1 - Basics

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:01:07 - 00:04:12
Timestamp for me - OpenCV Course - Full Tutorial with Python

Timestamp for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:12 - 03:41:42
⌨️ () Reading Images & Video - OpenCV Course - Full Tutorial with Python

⌨️ () Reading Images & Video

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:12 - 00:12:57
how did you get the videos and photos folder within VSC? - OpenCV Course - Full Tutorial with Python

how did you get the videos and photos folder within VSC?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:25 - 03:41:42
lol i dont even know how did u started Opencv visual studio - OpenCV Course - Full Tutorial with Python

lol i dont even know how did u started Opencv visual studio

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:04:30 - 03:41:42
No such file or directory at  please help - OpenCV Course - Full Tutorial with Python

No such file or directory at please help

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:06:35 - 03:41:42
how you comment multiple lines instantaneously ?? - OpenCV Course - Full Tutorial with Python

how you comment multiple lines instantaneously ??

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:07:44 - 03:41:42
Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'),  I still closed the 'Video' window by using 'd' key. - OpenCV Course - Full Tutorial with Python

Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'), I still closed the 'Video' window by using 'd' key.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:10:48 - 03:41:42
In this case  : - OpenCV Course - Full Tutorial with Python

In this case :

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:26 - 03:41:42
how to remove error on  ? - OpenCV Course - Full Tutorial with Python

how to remove error on ?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:27 - 03:41:42
xFF == ord('d') and why is it necessary   @ - OpenCV Course - Full Tutorial with Python

xFF == ord('d') and why is it necessary @

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:11:49 - 03:41:42
weird voice - OpenCV Course - Full Tutorial with Python

weird voice

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:12:15 - 03:41:42
⌨️ () Resizing and Rescaling Frames - OpenCV Course - Full Tutorial with Python

⌨️ () Resizing and Rescaling Frames

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:12:57 - 00:20:21
Just leaving a mark for me - OpenCV Course - Full Tutorial with Python

Just leaving a mark for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:13:52 - 03:41:42
if you the following error then try this,>  - Can't parse 'dsize'. Sequence item with index 0 has a wrong type - OpenCV Course - Full Tutorial with Python

if you the following error then try this,> - Can't parse 'dsize'. Sequence item with index 0 has a wrong type

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:16:33 - 03:41:42
:I have tried your part: Resizing and Rescaling Frames () and it's works very good. But I have no sound and I hear nothing from my Video - OpenCV Course - Full Tutorial with Python

:I have tried your part: Resizing and Rescaling Frames () and it's works very good. But I have no sound and I hear nothing from my Video

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:17:00 - 03:41:42
at  the inbuilt dimesional format was (height,width) but when u gave it as parameter to resize why did u give (width,height) ? - OpenCV Course - Full Tutorial with Python

at the inbuilt dimesional format was (height,width) but when u gave it as parameter to resize why did u give (width,height) ?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:17:52 - 03:41:42
⌨️ () Drawing Shapes & Putting Text - OpenCV Course - Full Tutorial with Python

⌨️ () Drawing Shapes & Putting Text

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:20:21 - 00:31:55
How to write this nowdays? Tried that way but I got a traceback - OpenCV Course - Full Tutorial with Python

How to write this nowdays? Tried that way but I got a traceback

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:22:22 - 03:41:42
watched till  min - OpenCV Course - Full Tutorial with Python

watched till min

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:23:00 - 03:41:42
⌨️ () 5 Essential Functions in OpenCV - OpenCV Course - Full Tutorial with Python

⌨️ () 5 Essential Functions in OpenCV

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:31:55 - 00:44:13
bookmark - OpenCV Course - Full Tutorial with Python

bookmark

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:42:08 - 03:41:42
i want to draw and erase line using mouse on top of that cat image, please help - OpenCV Course - Full Tutorial with Python

i want to draw and erase line using mouse on top of that cat image, please help

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:44:10 - 03:41:42
⌨️ () Image Transformations - OpenCV Course - Full Tutorial with Python

⌨️ () Image Transformations

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:44:13 - 00:57:06
-1st bookmark - OpenCV Course - Full Tutorial with Python

-1st bookmark

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:45:23 - 03:41:42
Leaving a mark for me - OpenCV Course - Full Tutorial with Python

Leaving a mark for me

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:48:02 - 03:41:42
In , if center is not None or if I don't want to rotate around the center, how should I change the code? - OpenCV Course - Full Tutorial with Python

In , if center is not None or if I don't want to rotate around the center, how should I change the code?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:48:55 - 03:41:42
⌨️ () Contour DetectionSection #2 - Advanced - OpenCV Course - Full Tutorial with Python

⌨️ () Contour DetectionSection #2 - Advanced

OpenCV Course - Full Tutorial with Python
2020年11月03日 
00:57:06 - 01:12:53
=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that      '    as a invalid syntax - OpenCV Course - Full Tutorial with Python

=>print( f'{len(contours)} contour(s) found!')its give me syntax error its point me that ' as a invalid syntax

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:03:09 - 03:41:42
Sir at  , we used blur to find out Contours Drawn and the normal img to find canny  , so they were so different . I used blur in both cases and then the Contours Drawn and Canny seemed to be quite same. - OpenCV Course - Full Tutorial with Python

Sir at , we used blur to find out Contours Drawn and the normal img to find canny , so they were so different . I used blur in both cases and then the Contours Drawn and Canny seemed to be quite same.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:10:39 - 03:41:42
⌨️ () Color Spaces - OpenCV Course - Full Tutorial with Python

⌨️ () Color Spaces

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:12:53 - 01:23:10
I am getting an warning like this "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.plt.show()"what is the solution. - OpenCV Course - Full Tutorial with Python

I am getting an warning like this "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.plt.show()"what is the solution.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:17:15 - 03:41:42
⌨️ () Color Channels - OpenCV Course - Full Tutorial with Python

⌨️ () Color Channels

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:23:10 - 01:31:03
why can't we just put [r,r,r] to get red color in cv.merge ? I tried doing that but I got the grayscale image, but why does that not work? - OpenCV Course - Full Tutorial with Python

why can't we just put [r,r,r] to get red color in cv.merge ? I tried doing that but I got the grayscale image, but why does that not work?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:29:01 - 03:41:42
⌨️ () Blurring - OpenCV Course - Full Tutorial with Python

⌨️ () Blurring

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:31:03 - 01:44:27
⌨️ () BITWISE operations - OpenCV Course - Full Tutorial with Python

⌨️ () BITWISE operations

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:44:27 - 01:53:06
hey i m just wondering what are the parameters of the following statement :  blank[,300:200] - OpenCV Course - Full Tutorial with Python

hey i m just wondering what are the parameters of the following statement : blank[,300:200]

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:45:00 - 03:41:42
⌨️ () Masking - OpenCV Course - Full Tutorial with Python

⌨️ () Masking

OpenCV Course - Full Tutorial with Python
2020年11月03日 
01:53:06 - 02:01:43
⌨️ () Histogram Computation - OpenCV Course - Full Tutorial with Python

⌨️ () Histogram Computation

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:01:43 - 02:15:22
(-215: assertion failed) error is showing - OpenCV Course - Full Tutorial with Python

(-215: assertion failed) error is showing

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:05:41 - 03:41:42
I thought the video is at 0.25x speed - OpenCV Course - Full Tutorial with Python

I thought the video is at 0.25x speed

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:07:07 - 03:41:42
— actually everything was OK. You don't need to pass masked image to calcHist mask parameter. You can just pass white circle instead, as you did first time. You can compare both histogram plots and make sure, they are identical. It worked because cats-in-a-circle image is identical to white circle in bitwise operations (if those cats have no zero valued pixels in the circle region) - OpenCV Course - Full Tutorial with Python

— actually everything was OK. You don't need to pass masked image to calcHist mask parameter. You can just pass white circle instead, as you did first time. You can compare both histogram plots and make sure, they are identical. It worked because cats-in-a-circle image is identical to white circle in bitwise operations (if those cats have no zero valued pixels in the circle region)

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:08:26 - 03:41:42
hello!!! at , what does the 'i, col' stand for in the 'for' loop? - OpenCV Course - Full Tutorial with Python

hello!!! at , what does the 'i, col' stand for in the 'for' loop?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:11:08 - 03:41:42
can anybody help me know what exactly he did to solve the error at   please? All he did was rename the variables ;circle and mask  from circle to mask and renamed mask as masked without changing the code or anything.... can anybody please help me out? thank you - OpenCV Course - Full Tutorial with Python

can anybody help me know what exactly he did to solve the error at please? All he did was rename the variables ;circle and mask from circle to mask and renamed mask as masked without changing the code or anything.... can anybody please help me out? thank you

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:13:52 - 03:41:42
⌨️ () Thresholding/Binarizing Images - OpenCV Course - Full Tutorial with Python

⌨️ () Thresholding/Binarizing Images

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:15:22 - 02:26:27
@ - OpenCV Course - Full Tutorial with Python

@

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:17:08 - 03:41:42
From  to 2:25:00  -ish Yours will probably have more black the lower the second number and more white the higher it is, as he still has cv.THRESH_BINARY_INV instead of cv.THRESH_BINARY - OpenCV Course - Full Tutorial with Python

From to 2:25:00 -ish Yours will probably have more black the lower the second number and more white the higher it is, as he still has cv.THRESH_BINARY_INV instead of cv.THRESH_BINARY

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:24:03 - 03:41:42
⌨️ () Edge DetectionSection #3 - Faces: - OpenCV Course - Full Tutorial with Python

⌨️ () Edge DetectionSection #3 - Faces:

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:26:27 - 02:35:25
⌨️ () Face Detection with Haar Cascades - OpenCV Course - Full Tutorial with Python

⌨️ () Face Detection with Haar Cascades

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:35:25 - 02:49:05
Error at - OpenCV Course - Full Tutorial with Python

Error at

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:40:50 - 03:41:42
Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the "Face detection with Haar Cascades".  When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem. - OpenCV Course - Full Tutorial with Python

Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the "Face detection with Haar Cascades". When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:41:06 - 03:41:42
Hello, really grateful for this course, thank you so much. I am getting this error at -error: (-212:Parsing error) cv::XMLParser::parse in function 'haar_face.xml(1): Valid XML should start with '<?xml ...?>''how do i resolve this? - OpenCV Course - Full Tutorial with Python

Hello, really grateful for this course, thank you so much. I am getting this error at -error: (-212:Parsing error) cv::XMLParser::parse in function 'haar_face.xml(1): Valid XML should start with '<?xml ...?>''how do i resolve this?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:42:58 - 03:41:42
⌨️ () Face Recognition with OpenCV's built-in recognizerSection #4 - Capstone - OpenCV Course - Full Tutorial with Python

⌨️ () Face Recognition with OpenCV's built-in recognizerSection #4 - Capstone

OpenCV Course - Full Tutorial with Python
2020年11月03日 
02:49:05 - 03:11:57
@  where you write:faces_roi = gray[y:y+h, x:x+h]is that a typo?should be?faces_roi = gray[y:y+h, x:x+w]i think it still works because its a rectangle where the height is longer then the width.This is a great course, Thanks for the content. - OpenCV Course - Full Tutorial with Python

@ where you write:faces_roi = gray[y:y+h, x:x+h]is that a typo?should be?faces_roi = gray[y:y+h, x:x+w]i think it still works because its a rectangle where the height is longer then the width.This is a great course, Thanks for the content.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:06:53 - 03:41:42
In Face Recognition section, at  , in my case, model is always recognizing image with confidence of 0.0 . Could anyone please help me? Please? - OpenCV Course - Full Tutorial with Python

In Face Recognition section, at , in my case, model is always recognizing image with confidence of 0.0 . Could anyone please help me? Please?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:07:45 - 03:41:42
a 110% "pretty sure there's an error somewhere" .... 3:39:15 "...definitely not the best model that we could've asked for..."  this is learning the blind way, nothing replaces reading a good book, more cartesian, more precise. - OpenCV Course - Full Tutorial with Python

a 110% "pretty sure there's an error somewhere" .... 3:39:15 "...definitely not the best model that we could've asked for..." this is learning the blind way, nothing replaces reading a good book, more cartesian, more precise.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:09:05 - 03:41:42
⌨️ () Deep Computer Vision: The Simpsons - OpenCV Course - Full Tutorial with Python

⌨️ () Deep Computer Vision: The Simpsons

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:11:57 - 03:41:42
I'm facing following error in - OpenCV Course - Full Tutorial with Python

I'm facing following error in

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:16:28 - 03:41:42
I got a ValueError "verbose flag must be either 1 (display progress to terminal) or 0 otherwise" on the kaggle notebook due to the IMG_SIZE. I've been looking up for solutions but still couldn't find anything that worked. Anyone has any idea on why this is happening? - OpenCV Course - Full Tutorial with Python

I got a ValueError "verbose flag must be either 1 (display progress to terminal) or 0 otherwise" on the kaggle notebook due to the IMG_SIZE. I've been looking up for solutions but still couldn't find anything that worked. Anyone has any idea on why this is happening?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:22:52 - 03:41:42
- What is [0] [0] in plt.imshow(train[0][0], cmap='gray') line? - OpenCV Course - Full Tutorial with Python

- What is [0] [0] in plt.imshow(train[0][0], cmap='gray') line?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:24:13 - 03:41:42
cell [17] the output order x_train, x_val, y_train, y_val didn't work. i didn't look up the source code of caer.train_val_split yet, but I'm thinking maybe x_train, y_train, x_val, y_val is the right order, just by counting the output sizes. - OpenCV Course - Full Tutorial with Python

cell [17] the output order x_train, x_val, y_train, y_val didn't work. i didn't look up the source code of caer.train_val_split yet, but I'm thinking maybe x_train, y_train, x_val, y_val is the right order, just by counting the output sizes.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:28:00 - 03:41:42
Hello bro. Thanks very much for this series. But when I learning to . I tried to run on Kaggle 2 line:datagen = canaro.generators.imageDataGenerator()train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE)it return: ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10)Anyone know how to fix this error please !!!Thanks a lot!!! - OpenCV Course - Full Tutorial with Python

Hello bro. Thanks very much for this series. But when I learning to . I tried to run on Kaggle 2 line:datagen = canaro.generators.imageDataGenerator()train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE)it return: ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10)Anyone know how to fix this error please !!!Thanks a lot!!!

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:04 - 03:41:42
cannot run the train_gen at  as it showing error saying "ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) " - OpenCV Course - Full Tutorial with Python

cannot run the train_gen at as it showing error saying "ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) "

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:47 - 03:41:42
- `x` (images tensor) and `y` (labels) should have the same length - People who are getting this error, convert the list x_train and y_train to numpy arrays - OpenCV Course - Full Tutorial with Python

- `x` (images tensor) and `y` (labels) should have the same length - People who are getting this error, convert the list x_train and y_train to numpy arrays

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:29:55 - 03:41:42
Error 'list index out of range' - OpenCV Course - Full Tutorial with Python

Error 'list index out of range'

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:30:00 - 03:41:42
I stucked an error at  and i surrendered to resolve.  Finally, your Github resume back  again together with "Fix Sklearn ImportError"  which is inside simpsons.py then i follow the github to import sklearn.model_selection as skm and change x_train, x_val, y_train, y_val = caer.train_val_split(featureSet, labels, val_ratio=.2) to - OpenCV Course - Full Tutorial with Python

I stucked an error at and i surrendered to resolve. Finally, your Github resume back again together with "Fix Sklearn ImportError" which is inside simpsons.py then i follow the github to import sklearn.model_selection as skm and change x_train, x_val, y_train, y_val = caer.train_val_split(featureSet, labels, val_ratio=.2) to

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:30:00 - 03:41:42
training = model.fit(train_gen,steps_per_epoch=len(x_train)//BATCH_SIZE,epochs=EPOCHS,validation_data=(x_val, y_val),validation_steps=len(y_val)//BATCH_SIZE,callbacks = callbacks_list)the run stopped at Epoch 1/10 and there was an error on the callbacks = callbacks_list, which leads to a long list of errors and I don't even know what is wrong with it, HELP!!!!This is the conclusion:InvalidArgumentError:  Can not squeeze dim[2], expected a dimension of 1, got 10[[node binary_crossentropy/remove_squeezable_dimensions/Squeeze (defined at tmp/ipykernel_303/1953013397.py:6) ]] [Op:__inference_train_function_2191]Function call stack:train_function - OpenCV Course - Full Tutorial with Python

training = model.fit(train_gen,steps_per_epoch=len(x_train)//BATCH_SIZE,epochs=EPOCHS,validation_data=(x_val, y_val),validation_steps=len(y_val)//BATCH_SIZE,callbacks = callbacks_list)the run stopped at Epoch 1/10 and there was an error on the callbacks = callbacks_list, which leads to a long list of errors and I don't even know what is wrong with it, HELP!!!!This is the conclusion:InvalidArgumentError: Can not squeeze dim[2], expected a dimension of 1, got 10[[node binary_crossentropy/remove_squeezable_dimensions/Squeeze (defined at tmp/ipykernel_303/1953013397.py:6) ]] [Op:__inference_train_function_2191]Function call stack:train_function

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:34:04 - 03:41:42
That was a nice course for starting machine learning but please look at () .  We're larning to reach a conclusion . So why the model cannot work correctly? - OpenCV Course - Full Tutorial with Python

That was a nice course for starting machine learning but please look at () . We're larning to reach a conclusion . So why the model cannot work correctly?

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:38:00 - 03:41:42
At  there is an error in labelling the labels. All the predictions the model made were correct. - OpenCV Course - Full Tutorial with Python

At there is an error in labelling the labels. All the predictions the model made were correct.

OpenCV Course - Full Tutorial with Python
2020年11月03日 
03:39:00 - 03:41:42

freeCodeCamp.org

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:1619件

⌨️  What is NestJS - Learn NestJS – Complete Course

⌨️ What is NestJS

Learn NestJS – Complete Course
2024年03月26日 
00:00:00 - 00:03:01
⌨️  Create NestJS Project - Learn NestJS – Complete Course

⌨️ Create NestJS Project

Learn NestJS – Complete Course
2024年03月26日 
00:03:01 - 00:05:30
⌨️  NestJS Directory StructureModule 1 - Learn NestJS – Complete Course

⌨️ NestJS Directory StructureModule 1

Learn NestJS – Complete Course
2024年03月26日 
00:05:30 - 00:07:00
⌨️  Creating Controller - Learn NestJS – Complete Course

⌨️ Creating Controller

Learn NestJS – Complete Course
2024年03月26日 
00:07:00 - 00:11:07
⌨️  Creating a Service - Learn NestJS – Complete Course

⌨️ Creating a Service

Learn NestJS – Complete Course
2024年03月26日 
00:11:07 - 00:18:09
⌨️  Creating ModuleModule 2 - Learn NestJS – Complete Course

⌨️ Creating ModuleModule 2

Learn NestJS – Complete Course
2024年03月26日 
00:18:09 - 00:24:27
⌨️  Middleware - Learn NestJS – Complete Course

⌨️ Middleware

Learn NestJS – Complete Course
2024年03月26日 
00:24:27 - 00:32:39
⌨️  Exception Filter - Learn NestJS – Complete Course

⌨️ Exception Filter

Learn NestJS – Complete Course
2024年03月26日 
00:32:39 - 00:43:07
⌨️  Transform param using ParseIntPipe - Learn NestJS – Complete Course

⌨️ Transform param using ParseIntPipe

Learn NestJS – Complete Course
2024年03月26日 
00:43:07 - 00:48:10
⌨️  Validate Request Body using class validatorModule 3 - Learn NestJS – Complete Course

⌨️ Validate Request Body using class validatorModule 3

Learn NestJS – Complete Course
2024年03月26日 
00:48:10 - 00:52:09
⌨️  Custom Providers - Learn NestJS – Complete Course

⌨️ Custom Providers

Learn NestJS – Complete Course
2024年03月26日 
00:52:09 - 01:15:26
⌨️  Injection Scopes - Learn NestJS – Complete Course

⌨️ Injection Scopes

Learn NestJS – Complete Course
2024年03月26日 
01:15:26 - 01:20:59
⌨️  One To Many RelationModule 4 - Learn NestJS – Complete Course

⌨️ One To Many RelationModule 4

Learn NestJS – Complete Course
2024年03月26日 
01:20:59 - 01:35:05
Something wrong with the order, cause in  One To Many Relation we already have part of code which will be in - Learn NestJS – Complete Course

Something wrong with the order, cause in One To Many Relation we already have part of code which will be in

Learn NestJS – Complete Course
2024年03月26日  @WanKy182 様 
01:20:59 - 01:43:42
we don't have song and user entity at that time, we haven't installed typeorm yet - Learn NestJS – Complete Course

we don't have song and user entity at that time, we haven't installed typeorm yet

Learn NestJS – Complete Course
2024年03月26日  @WanKy182 様 
01:22:10 - 13:56:30
⌨️  Establish Database Connection - Learn NestJS – Complete Course

⌨️ Establish Database Connection

Learn NestJS – Complete Course
2024年03月26日 
01:35:05 - 01:43:42
⌨️  Create an Entity - Learn NestJS – Complete Course

⌨️ Create an Entity

Learn NestJS – Complete Course
2024年03月26日 
01:43:42 - 01:50:43
Create an Entity - Learn NestJS – Complete Course

Create an Entity

Learn NestJS – Complete Course
2024年03月26日  @WanKy182 様 
01:43:42 - 13:56:30
⌨️  Create and Fetch records from Database - Learn NestJS – Complete Course

⌨️ Create and Fetch records from Database

Learn NestJS – Complete Course
2024年03月26日 
01:50:43 - 02:08:54
⌨️  PaginationModule 5 - Learn NestJS – Complete Course

⌨️ PaginationModule 5

Learn NestJS – Complete Course
2024年03月26日 
02:08:54 - 02:17:44
⌨️  One to One - Learn NestJS – Complete Course

⌨️ One to One

Learn NestJS – Complete Course
2024年03月26日 
02:17:44 - 02:24:14
⌨️  Many to Many relationModule 6 - Learn NestJS – Complete Course

⌨️ Many to Many relationModule 6

Learn NestJS – Complete Course
2024年03月26日 
02:24:14 - 02:43:51
⌨️  User Signup - Learn NestJS – Complete Course

⌨️ User Signup

Learn NestJS – Complete Course
2024年03月26日 
02:43:51 - 03:00:05
⌨️  User Login - Learn NestJS – Complete Course

⌨️ User Login

Learn NestJS – Complete Course
2024年03月26日 
03:00:05 - 03:08:12
⌨️  Authenticate User with Passport JWT - Learn NestJS – Complete Course

⌨️ Authenticate User with Passport JWT

Learn NestJS – Complete Course
2024年03月26日 
03:08:12 - 03:24:42
⌨️  Role Based Authentication - Learn NestJS – Complete Course

⌨️ Role Based Authentication

Learn NestJS – Complete Course
2024年03月26日 
03:24:42 - 03:46:51
⌨️  Two Factor Authentication - Learn NestJS – Complete Course

⌨️ Two Factor Authentication

Learn NestJS – Complete Course
2024年03月26日 
03:46:51 - 04:17:41
⌨️  API Key AuthenticationModule 7 - Learn NestJS – Complete Course

⌨️ API Key AuthenticationModule 7

Learn NestJS – Complete Course
2024年03月26日 
04:17:41 - 04:32:52
⌨️  Debug NestJS Application - Learn NestJS – Complete Course

⌨️ Debug NestJS Application

Learn NestJS – Complete Course
2024年03月26日 
04:32:52 - 04:37:00
⌨️  Migrations - Learn NestJS – Complete Course

⌨️ Migrations

Learn NestJS – Complete Course
2024年03月26日 
04:37:00 - 04:49:51
⌨️  SeedingModule 8 - Learn NestJS – Complete Course

⌨️ SeedingModule 8

Learn NestJS – Complete Course
2024年03月26日 
04:49:51 - 05:02:02
⌨️  Custom Configuration - Learn NestJS – Complete Course

⌨️ Custom Configuration

Learn NestJS – Complete Course
2024年03月26日 
05:02:02 - 05:24:29
⌨️  Validate Env Variables - Learn NestJS – Complete Course

⌨️ Validate Env Variables

Learn NestJS – Complete Course
2024年03月26日 
05:24:29 - 05:35:48
⌨️  Hot Module ReloadingModule 9 - Learn NestJS – Complete Course

⌨️ Hot Module ReloadingModule 9

Learn NestJS – Complete Course
2024年03月26日 
05:35:48 - 05:45:51
⌨️  Swagger Setup - Learn NestJS – Complete Course

⌨️ Swagger Setup

Learn NestJS – Complete Course
2024年03月26日 
05:45:51 - 05:52:30
⌨️  Document Signup Route - Learn NestJS – Complete Course

⌨️ Document Signup Route

Learn NestJS – Complete Course
2024年03月26日 
05:52:30 - 05:58:28
⌨️  Create Schema using ApiProperty - Learn NestJS – Complete Course

⌨️ Create Schema using ApiProperty

Learn NestJS – Complete Course
2024年03月26日 
05:58:28 - 06:02:54
⌨️  Test JWT AuthenticationModule 10 - Learn NestJS – Complete Course

⌨️ Test JWT AuthenticationModule 10

Learn NestJS – Complete Course
2024年03月26日 
06:02:54 - 06:11:40
⌨️  Install MongoDB using Docker Compose - Learn NestJS – Complete Course

⌨️ Install MongoDB using Docker Compose

Learn NestJS – Complete Course
2024年03月26日 
06:11:40 - 06:18:16
⌨️  Connect with MongoDB - Learn NestJS – Complete Course

⌨️ Connect with MongoDB

Learn NestJS – Complete Course
2024年03月26日 
06:18:16 - 06:21:24
⌨️  Create Schema - Learn NestJS – Complete Course

⌨️ Create Schema

Learn NestJS – Complete Course
2024年03月26日 
06:21:24 - 06:24:56
⌨️  Save Record in Mongo Collection - Learn NestJS – Complete Course

⌨️ Save Record in Mongo Collection

Learn NestJS – Complete Course
2024年03月26日 
06:24:56 - 06:33:08
⌨️  Find and Delete - Learn NestJS – Complete Course

⌨️ Find and Delete

Learn NestJS – Complete Course
2024年03月26日 
06:33:08 - 06:38:47
⌨️  PopulateModule 11 - Learn NestJS – Complete Course

⌨️ PopulateModule 11

Learn NestJS – Complete Course
2024年03月26日 
06:38:47 - 06:52:18
⌨️  Configure Dev and Production Env - Learn NestJS – Complete Course

⌨️ Configure Dev and Production Env

Learn NestJS – Complete Course
2024年03月26日 
06:52:18 - 07:01:22
⌨️  Push Source Code to Github Repo - Learn NestJS – Complete Course

⌨️ Push Source Code to Github Repo

Learn NestJS – Complete Course
2024年03月26日 
07:01:22 - 07:06:38
⌨️  Deploy NestJS Project to Railway - Learn NestJS – Complete Course

⌨️ Deploy NestJS Project to Railway

Learn NestJS – Complete Course
2024年03月26日 
07:06:38 - 07:15:44
⌨️  Install Dotenv to work with TypeORM migrations - Learn NestJS – Complete Course

⌨️ Install Dotenv to work with TypeORM migrations

Learn NestJS – Complete Course
2024年03月26日 
07:15:44 - 07:20:20
⌨️  Fixing Env BugsModule 12 - Learn NestJS – Complete Course

⌨️ Fixing Env BugsModule 12

Learn NestJS – Complete Course
2024年03月26日 
07:20:20 - 07:29:45
⌨️  Getting started with Jest - Learn NestJS – Complete Course

⌨️ Getting started with Jest

Learn NestJS – Complete Course
2024年03月26日 
07:29:45 - 07:37:22
⌨️  Auto Mocking - Learn NestJS – Complete Course

⌨️ Auto Mocking

Learn NestJS – Complete Course
2024年03月26日 
07:37:22 - 07:55:13
⌨️  SpyOn Function - Learn NestJS – Complete Course

⌨️ SpyOn Function

Learn NestJS – Complete Course
2024年03月26日 
07:55:13 - 08:05:49
⌨️  Unit Test Controller - Learn NestJS – Complete Course

⌨️ Unit Test Controller

Learn NestJS – Complete Course
2024年03月26日 
08:05:49 - 08:19:35
⌨️  Unit Test Service - Learn NestJS – Complete Course

⌨️ Unit Test Service

Learn NestJS – Complete Course
2024年03月26日 
08:19:35 - 08:28:19
⌨️  E2E TestingModule 13 - Learn NestJS – Complete Course

⌨️ E2E TestingModule 13

Learn NestJS – Complete Course
2024年03月26日 
08:28:19 - 08:41:58
⌨️  Speedy Web Compiler with NestJS v10 - Learn NestJS – Complete Course

⌨️ Speedy Web Compiler with NestJS v10

Learn NestJS – Complete Course
2024年03月26日 
08:41:58 - 08:50:31
⌨️  Creating Websocket Server - Learn NestJS – Complete Course

⌨️ Creating Websocket Server

Learn NestJS – Complete Course
2024年03月26日 
08:50:31 - 08:59:05
⌨️  Send Message from Frontend appModule 14 - Learn NestJS – Complete Course

⌨️ Send Message from Frontend appModule 14

Learn NestJS – Complete Course
2024年03月26日 
08:59:05 - 09:05:48
⌨️  GraphQL Server Setup - Learn NestJS – Complete Course

⌨️ GraphQL Server Setup

Learn NestJS – Complete Course
2024年03月26日 
09:05:48 - 09:13:43
⌨️  Define Queries and Mutations - Learn NestJS – Complete Course

⌨️ Define Queries and Mutations

Learn NestJS – Complete Course
2024年03月26日 
09:13:43 - 09:20:11
⌨️  Resolve Queries - Learn NestJS – Complete Course

⌨️ Resolve Queries

Learn NestJS – Complete Course
2024年03月26日 
09:20:11 - 09:25:42
⌨️  Resolve Mutations - Learn NestJS – Complete Course

⌨️ Resolve Mutations

Learn NestJS – Complete Course
2024年03月26日 
09:25:42 - 09:30:35
⌨️  Error HandlingModule 15 - Learn NestJS – Complete Course

⌨️ Error HandlingModule 15

Learn NestJS – Complete Course
2024年03月26日 
09:30:35 - 09:34:14
⌨️  Define Schema for Authentication - Learn NestJS – Complete Course

⌨️ Define Schema for Authentication

Learn NestJS – Complete Course
2024年03月26日 
09:34:14 - 09:42:13
⌨️  Resolve Auth Queries and Mutations - Learn NestJS – Complete Course

⌨️ Resolve Auth Queries and Mutations

Learn NestJS – Complete Course
2024年03月26日 
09:42:13 - 09:52:47
⌨️  Apply Authentication using Auth GuardModule 16 - Learn NestJS – Complete Course

⌨️ Apply Authentication using Auth GuardModule 16

Learn NestJS – Complete Course
2024年03月26日 
09:52:47 - 10:12:06
⌨️  Implement Real time SubscriptionModule 17 - Learn NestJS – Complete Course

⌨️ Implement Real time SubscriptionModule 17

Learn NestJS – Complete Course
2024年03月26日 
10:12:06 - 10:20:39
⌨️  Unit Test Resolver - Learn NestJS – Complete Course

⌨️ Unit Test Resolver

Learn NestJS – Complete Course
2024年03月26日 
10:20:39 - 10:32:02
⌨️  End to End Tesing GraphQL APIsModule 18 - Learn NestJS – Complete Course

⌨️ End to End Tesing GraphQL APIsModule 18

Learn NestJS – Complete Course
2024年03月26日 
10:32:02 - 10:46:55
⌨️  Server Side Caching using Apollo - Learn NestJS – Complete Course

⌨️ Server Side Caching using Apollo

Learn NestJS – Complete Course
2024年03月26日 
10:46:55 - 10:58:56
⌨️  Optimize Query Performance using Data Loader - Learn NestJS – Complete Course

⌨️ Optimize Query Performance using Data Loader

Learn NestJS – Complete Course
2024年03月26日 
10:58:56 - 11:14:06
⌨️  Fetching Data from External REST APIModule 19 - Learn NestJS – Complete Course

⌨️ Fetching Data from External REST APIModule 19

Learn NestJS – Complete Course
2024年03月26日 
11:14:06 - 11:20:56
⌨️  Setup Prisma - Learn NestJS – Complete Course

⌨️ Setup Prisma

Learn NestJS – Complete Course
2024年03月26日 
11:20:56 - 11:24:25
⌨️  Models and Migrations - Learn NestJS – Complete Course

⌨️ Models and Migrations

Learn NestJS – Complete Course
2024年03月26日 
11:24:25 - 11:28:08
⌨️  Generate Prisma Client - Learn NestJS – Complete Course

⌨️ Generate Prisma Client

Learn NestJS – Complete Course
2024年03月26日 
11:28:08 - 11:30:43
⌨️  Create, Find and FindOne - Learn NestJS – Complete Course

⌨️ Create, Find and FindOne

Learn NestJS – Complete Course
2024年03月26日 
11:30:43 - 11:40:57
⌨️  Update and Delete Operation - Learn NestJS – Complete Course

⌨️ Update and Delete Operation

Learn NestJS – Complete Course
2024年03月26日 
11:40:57 - 11:49:17
⌨️  One to Many Relation - Learn NestJS – Complete Course

⌨️ One to Many Relation

Learn NestJS – Complete Course
2024年03月26日 
11:49:17 - 12:00:54
⌨️  One to One Relation - Learn NestJS – Complete Course

⌨️ One to One Relation

Learn NestJS – Complete Course
2024年03月26日 
12:00:54 - 12:07:33
⌨️  Many to Many Relation - Learn NestJS – Complete Course

⌨️ Many to Many Relation

Learn NestJS – Complete Course
2024年03月26日 
12:07:33 - 12:20:35
⌨️  Bulk or Batch Operations - Learn NestJS – Complete Course

⌨️ Bulk or Batch Operations

Learn NestJS – Complete Course
2024年03月26日 
12:20:35 - 12:24:29
⌨️  Implement Transaction using Nested Queries - Learn NestJS – Complete Course

⌨️ Implement Transaction using Nested Queries

Learn NestJS – Complete Course
2024年03月26日 
12:24:29 - 12:32:56
⌨️  Interactive TransactionsModule 20 - Learn NestJS – Complete Course

⌨️ Interactive TransactionsModule 20

Learn NestJS – Complete Course
2024年03月26日 
12:32:56 - 12:46:08
⌨️  File Upload - Learn NestJS – Complete Course

⌨️ File Upload

Learn NestJS – Complete Course
2024年03月26日 
12:46:08 - 12:56:12
⌨️  Custom Decorator - Learn NestJS – Complete Course

⌨️ Custom Decorator

Learn NestJS – Complete Course
2024年03月26日 
12:56:12 - 13:02:03
⌨️  Scheduling CRON Task with Nest.js - Learn NestJS – Complete Course

⌨️ Scheduling CRON Task with Nest.js

Learn NestJS – Complete Course
2024年03月26日 
13:02:03 - 13:14:41
⌨️  Cookies - Learn NestJS – Complete Course

⌨️ Cookies

Learn NestJS – Complete Course
2024年03月26日 
13:14:41 - 13:23:03
⌨️  Queues - Learn NestJS – Complete Course

⌨️ Queues

Learn NestJS – Complete Course
2024年03月26日 
13:23:03 - 13:35:43
⌨️  Event Emitter - Learn NestJS – Complete Course

⌨️ Event Emitter

Learn NestJS – Complete Course
2024年03月26日 
13:35:43 - 13:47:13
⌨️  Streaming - Learn NestJS – Complete Course

⌨️ Streaming

Learn NestJS – Complete Course
2024年03月26日 
13:47:13 - 13:52:55
⌨️  Session - Learn NestJS – Complete Course

⌨️ Session

Learn NestJS – Complete Course
2024年03月26日 
13:52:55 - 13:56:30
⌨️ () Introduction - Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)

⌨️ () Introduction

Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)
2024年03月25日 
00:01:48 - 00:01:48
⌨️ () Spreadsheets for Data Analysis - Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)

⌨️ () Spreadsheets for Data Analysis

Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)
2024年03月25日 
00:01:48 - 00:40:52
⌨️ () SQL with Google BigQuery - Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)

⌨️ () SQL with Google BigQuery

Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)
2024年03月25日 
00:40:52 - 01:41:36
⌨️ () Python with Google Colab - Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)

⌨️ () Python with Google Colab

Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)
2024年03月25日 
01:41:36 - 02:19:01
⌨️ () Data Visualization with Looker Studio - Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)

⌨️ () Data Visualization with Looker Studio

Data Analytics with the Google Stack (SQL, Python, Data Visualization, Data Analysis)
2024年03月25日 
02:19:01 - 02:57:10
⌨️ () Intro, Type Annotations, Arrays - Practical TypeScript – Course for Beginners

⌨️ () Intro, Type Annotations, Arrays

Practical TypeScript – Course for Beginners
2024年03月21日 
00:00:00 - 00:55:40
LOL I don't know if it's because I have a newer version, mostlikely because I'm using Bun, but my website crashed.  Edit: interesting, only diff is that vite is 5.2.0 for me, so I assume it was Bun that caused the TS error ha (1) - Practical TypeScript – Course for Beginners

LOL I don't know if it's because I have a newer version, mostlikely because I'm using Bun, but my website crashed. Edit: interesting, only diff is that vite is 5.2.0 for me, so I assume it was Bun that caused the TS error ha (1)

Practical TypeScript – Course for Beginners
2024年03月21日  @juanmacias5922 様 
00:31:13 - 00:32:23
LOL I don't know if it's because I have a newer version, mostlikely because I'm using Bun, but my website crashed.  Edit: interesting, only diff is that vite is 5.2.0 for me, so I assume it was Bun that caused the TS error ha  (2) - Practical TypeScript – Course for Beginners

LOL I don't know if it's because I have a newer version, mostlikely because I'm using Bun, but my website crashed. Edit: interesting, only diff is that vite is 5.2.0 for me, so I assume it was Bun that caused the TS error ha (2)

Practical TypeScript – Course for Beginners
2024年03月21日  @juanmacias5922 様 
00:32:23 - 09:34:51
⌨️ () Objects and Functions - Practical TypeScript – Course for Beginners

⌨️ () Objects and Functions

Practical TypeScript – Course for Beginners
2024年03月21日 
00:55:40 - 01:54:57
⌨️ () Alias and Interface - Practical TypeScript – Course for Beginners

⌨️ () Alias and Interface

Practical TypeScript – Course for Beginners
2024年03月21日 
01:54:57 - 03:02:53
⌨️ () Tuples and Enums - Practical TypeScript – Course for Beginners

⌨️ () Tuples and Enums

Practical TypeScript – Course for Beginners
2024年03月21日 
03:02:53 - 03:59:10
⌨️ () Type Guards - Practical TypeScript – Course for Beginners

⌨️ () Type Guards

Practical TypeScript – Course for Beginners
2024年03月21日 
03:59:10 - 04:31:02
⌨️ () Generics - Practical TypeScript – Course for Beginners

⌨️ () Generics

Practical TypeScript – Course for Beginners
2024年03月21日 
04:31:02 - 05:10:25
⌨️ () Fetch Data - Practical TypeScript – Course for Beginners

⌨️ () Fetch Data

Practical TypeScript – Course for Beginners
2024年03月21日 
05:10:25 - 05:43:05
⌨️ () Classes - Practical TypeScript – Course for Beginners

⌨️ () Classes

Practical TypeScript – Course for Beginners
2024年03月21日 
05:43:05 - 06:05:17
⌨️ () Tasks - Practical TypeScript – Course for Beginners

⌨️ () Tasks

Practical TypeScript – Course for Beginners
2024年03月21日 
06:05:17 - 06:47:18
⌨️ () React with TypeScript - Practical TypeScript – Course for Beginners

⌨️ () React with TypeScript

Practical TypeScript – Course for Beginners
2024年03月21日 
06:47:18 - 09:34:51
reducers - Practical TypeScript – Course for Beginners

reducers

Practical TypeScript – Course for Beginners
2024年03月21日  @toystory3167 様 
08:16:30 - 09:34:51
fetch useeffect - Practical TypeScript – Course for Beginners

fetch useeffect

Practical TypeScript – Course for Beginners
2024年03月21日  @toystory3167 様 
08:33:30 - 08:16:30
rtk - Practical TypeScript – Course for Beginners

rtk

Practical TypeScript – Course for Beginners
2024年03月21日  @toystory3167 様 
08:54:30 - 09:34:51