Thanks!!  .. the logit function... I think it should separate y from 0 [instead of 1].  If you consider z= e^-y,  z would go from inf to 0,  crossing 1 at y=0.  So when y is negative, z gets bigger and bigger, and logit function would tend to 0; when y is positive, z gets closer and closer to 0, and logit function would tend to 1(01:14:00 - 02:54:25) - Scikit-Learn Course - Machine Learning in Python Tutorial

Thanks!! .. the logit function... I think it should separate y from 0 [instead of 1]. If you consider z= e^-y, z would go from inf to 0, crossing 1 at y=0. So when y is negative, z gets bigger and bigger, and logit function would tend to 0; when y is positive, z gets closer and closer to 0, and logit function would tend to 1(01:14:00 - 02:54:25)
Scikit-Learn Course - Machine Learning in Python Tutorial

Scikit-learn is a free software machine learning library for the Python programming language. Learn about machine learning using scikit-learn in this full course.

💻 Code: https://github.com/DL-Academy/MachineLearningSKLearn
🔗 Scikit-learn website: https://scikit-learn.org
✏️ Course from DL Acade...
Scikit-learn is a free software machine learning library for the Python programming language. Learn about machine learning using scikit-learn in this full course.

💻 Code: https://github.com/DL-Academy/MachineLearningSKLearn
🔗 Scikit-learn website: https://scikit-learn.org
✏️ Course from DL Academy. Check out their YouTube channel: https://www.youtube.com/channel/UCTgBlZ1fmNa87NUY1xvoxpg
🔗 View more courses here: https://thedlacademy.com/

⭐️ Course Contents ⭐️

Chapter 1 - Getting Started with Machine Learning
⌨️ (0:00) Introduction
⌨️ (0:22) Installing SKlearn
⌨️ (3:37) Plot a Graph
⌨️ (7:33) Features and Labels_1
⌨️ (11:45) Save and Open a Model

Chapter 2 - Taking a look at some machine learning algorithms
⌨️ (13:47) Classification
⌨️ (17:28) Train Test Split
⌨️ (25:31) What is KNN
⌨️ (33:48) KNN Example
⌨️ (43:54) SVM Explained
⌨️ (51:11) SVM Example
⌨️ (57:46) Linear regression
⌨️ (1:07:49) Logistic vs linear regression
⌨️ (1:23:12) Kmeans and the math beind it
⌨️ (1:31:08) KMeans Example

Chapter 3 - Artificial Intelligence and the science behind It
⌨️ (1:42:02) Neural Network
⌨️ (1:56:03) Overfitting and Underfitting
⌨️ (2:03:05) Backpropagation
⌨️ (2:18:16) Cost Function and Gradient Descent
⌨️ (2:26:24) CNN
⌨️ (2:31:46) Handwritten Digits Recognizer

--

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

Read hundreds of articles on programming: https://freecodecamp.org/news
⌨️ () Introduction - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Introduction

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:00:00 - 00:00:22
⌨️ () Installing SKlearn - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Installing SKlearn

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:00:22 - 00:03:37
⌨️ () Plot a Graph - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Plot a Graph

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:03:37 - 00:07:33
x = list(range(10)) - Scikit-Learn Course - Machine Learning in Python Tutorial

x = list(range(10))

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:04:57 - 02:54:25
⌨️ () Features and Labels_1 - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Features and Labels_1

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:07:33 - 00:11:45
You made a mistake at , Labels are also inputs and not outputs - Scikit-Learn Course - Machine Learning in Python Tutorial

You made a mistake at , Labels are also inputs and not outputs

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:09:00 - 02:54:25
⌨️ () Save and Open a Model - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Save and Open a Model

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:11:45 - 00:13:47
⌨️ () Classification - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Classification

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:13:47 - 00:17:28
⌨️ () Train Test Split - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Train Test Split

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:17:28 - 00:25:31
⌨️ () What is KNN - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () What is KNN

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:25:31 - 00:33:48
Sir, how to describe in scatterplot form if more than 2 features - Scikit-Learn Course - Machine Learning in Python Tutorial

Sir, how to describe in scatterplot form if more than 2 features

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:26:41 - 02:54:25
instead of getting in to  the file and adding the names of columns, one can use the following command - Scikit-Learn Course - Machine Learning in Python Tutorial

instead of getting in to the file and adding the names of columns, one can use the following command

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:32:08 - 02:54:25
⌨️ () KNN Example - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () KNN Example

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:33:48 - 00:43:54
Giving Key Error @ - Scikit-Learn Course - Machine Learning in Python Tutorial

Giving Key Error @

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:34:08 - 02:54:25
Sir, what is difference between label enconder and mapping feature? - Scikit-Learn Course - Machine Learning in Python Tutorial

Sir, what is difference between label enconder and mapping feature?

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:36:36 - 02:54:25
@  'As you can see our model is pretty accurate'Well.... 50+ % of the data is labeled as 0, so simply guessing 0 would get us close to the accuracy of the model. The model is quite bad to be honest :DHowever, thank you for the video! - Scikit-Learn Course - Machine Learning in Python Tutorial

@ 'As you can see our model is pretty accurate'Well.... 50+ % of the data is labeled as 0, so simply guessing 0 would get us close to the accuracy of the model. The model is quite bad to be honest :DHowever, thank you for the video!

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:43:40 - 02:54:25
⌨️ () SVM Explained - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () SVM Explained

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:43:54 - 00:51:11
SVM - Scikit-Learn Course - Machine Learning in Python Tutorial

SVM

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:43:55 - 02:54:25
At , it gets more textual with little insights from the speaker and adds no value! Sorry to say, but this video just gives information rather than explaining the science and logic behind it - Scikit-Learn Course - Machine Learning in Python Tutorial

At , it gets more textual with little insights from the speaker and adds no value! Sorry to say, but this video just gives information rather than explaining the science and logic behind it

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:49:00 - 02:54:25
⌨️ () SVM Example - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () SVM Example

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:51:11 - 00:57:46
At  i am gettingValueError: bad input shape (30, 4) ....but you didn't got the error ... please help..... - Scikit-Learn Course - Machine Learning in Python Tutorial

At i am gettingValueError: bad input shape (30, 4) ....but you didn't got the error ... please help.....

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:55:10 - 02:54:25
⌨️ () Linear regression - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Linear regression

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
00:57:46 - 01:07:49
⌨️ () Logistic vs linear regression - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Logistic vs linear regression

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:07:49 - 01:23:12
Thanks!!  .. the logit function... I think it should separate y from 0 [instead of 1].  If you consider z= e^-y,  z would go from inf to 0,  crossing 1 at y=0.  So when y is negative, z gets bigger and bigger, and logit function would tend to 0; when y is positive, z gets closer and closer to 0, and logit function would tend to 1 - Scikit-Learn Course - Machine Learning in Python Tutorial

Thanks!! .. the logit function... I think it should separate y from 0 [instead of 1]. If you consider z= e^-y, z would go from inf to 0, crossing 1 at y=0. So when y is negative, z gets bigger and bigger, and logit function would tend to 0; when y is positive, z gets closer and closer to 0, and logit function would tend to 1

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:14:00 - 02:54:25
⌨️ () Kmeans and the math beind it - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Kmeans and the math beind it

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:23:12 - 01:31:08
⌨️ () KMeans Example - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () KMeans Example

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:31:08 - 01:42:02
⌨️ () Neural Network - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Neural Network

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:42:02 - 01:56:03
⌨️ () Overfitting and Underfitting - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Overfitting and Underfitting

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
01:56:03 - 02:03:05
⌨️ () Backpropagation - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Backpropagation

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
02:03:05 - 02:18:16
⌨️ () Cost Function and Gradient Descent - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Cost Function and Gradient Descent

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
02:18:16 - 02:26:24
⌨️ () CNN - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () CNN

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
02:26:24 - 02:31:46
⌨️ () Handwritten Digits Recognizer - Scikit-Learn Course - Machine Learning in Python Tutorial

⌨️ () Handwritten Digits Recognizer

Scikit-Learn Course - Machine Learning in Python Tutorial
2020年06月24日 
02:31:46 - 02:54:25

freeCodeCamp.org

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

Timetable

動画タイムテーブル

動画数:1620件

⌨️ () Introduction - Automate Boring Tasks – No-Code Automation Course

⌨️ () Introduction

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:00:00 - 00:05:23
⌨️ () Getting started - Automate Boring Tasks – No-Code Automation Course

⌨️ () Getting started

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:05:23 - 00:08:26
⌨️ () Lead Management Automation - Automate Boring Tasks – No-Code Automation Course

⌨️ () Lead Management Automation

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:08:26 - 00:09:19
⌨️ () Lead organization with Facebook Lead Ads and Google Sheets - Automate Boring Tasks – No-Code Automation Course

⌨️ () Lead organization with Facebook Lead Ads and Google Sheets

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:09:19 - 00:21:32
⌨️ () Lead Enrichment with web-hooks, HubSpot, Slack and Clearbit - Automate Boring Tasks – No-Code Automation Course

⌨️ () Lead Enrichment with web-hooks, HubSpot, Slack and Clearbit

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:21:32 - 00:58:04
⌨️ () Lead classification with Typeform and Hubspot - Automate Boring Tasks – No-Code Automation Course

⌨️ () Lead classification with Typeform and Hubspot

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
00:58:04 - 01:10:10
⌨️ () Qualify incoming leads with Google Sheets and Clearbit - Automate Boring Tasks – No-Code Automation Course

⌨️ () Qualify incoming leads with Google Sheets and Clearbit

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
01:10:10 - 01:29:43
⌨️ () Ecommerce Automation - Automate Boring Tasks – No-Code Automation Course

⌨️ () Ecommerce Automation

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
01:29:43 - 01:30:27
⌨️ () Generate Product Descriptions with ChatGPT and Google Sheets - Automate Boring Tasks – No-Code Automation Course

⌨️ () Generate Product Descriptions with ChatGPT and Google Sheets

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
01:30:27 - 01:45:49
⌨️ () Ticketing/Barcode Automation - Automate Boring Tasks – No-Code Automation Course

⌨️ () Ticketing/Barcode Automation

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
01:45:49 - 01:46:13
⌨️ () Generate barcoded tickets with Google Sheets and Google Docs - Automate Boring Tasks – No-Code Automation Course

⌨️ () Generate barcoded tickets with Google Sheets and Google Docs

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
01:46:13 - 02:07:45
⌨️ () Automation In-house - Automate Boring Tasks – No-Code Automation Course

⌨️ () Automation In-house

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
02:07:45 - 02:08:05
⌨️ () Generate calendar events with Trello and Google Calendar - Automate Boring Tasks – No-Code Automation Course

⌨️ () Generate calendar events with Trello and Google Calendar

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
02:08:05 - 02:17:03
⌨️ () Make a to-do list from Discord Messages and Google Sheets - Automate Boring Tasks – No-Code Automation Course

⌨️ () Make a to-do list from Discord Messages and Google Sheets

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
02:17:03 - 02:33:16
⌨️ () Automation and AI - Automate Boring Tasks – No-Code Automation Course

⌨️ () Automation and AI

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
02:33:16 - 02:34:00
⌨️ () Automate emails with ChatGPT and Gmail - Automate Boring Tasks – No-Code Automation Course

⌨️ () Automate emails with ChatGPT and Gmail

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
02:34:00 - 03:00:24
⌨️ () Recap - Automate Boring Tasks – No-Code Automation Course

⌨️ () Recap

Automate Boring Tasks – No-Code Automation Course
2024年03月28日 
03:00:24 - 03:00:39
⌨️  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