Full Course Web Development [22 Hours] | Learn Full Stack Web Development From Scratch

preview_player
Показать описание
This is full Stack Web Development Course for Absolute Beginners 2022. A 22 hour video covering all the major topics of web development. Become a full-stack web developer from this complete course from scratch for mastering web development in 2022.

Learn the fundamentals to build a strong foundation in web development. Tune into this video till the end to cover and clear all your basics and become a full-stack web developer TODAY 🔥

Drop your queries, questions and thoughts in the comments section below! ⬇️

Timestamps
0:00 Teaser
1:06 HTML / CSS Fundamentals
02:50:00 JavaScript Essentials
05:55:38 React Fundamentals
07:59:23 Tailwind CSS Fundamentals
09:09:20 React Query for network requests
11:02:23 CI/CD and GitHub Actions
12:16:56 Linux CLI - Learn the basics of bash
Applications

👉 Checkout codedamn on social:

If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

✨ Video Tags ✨
how to start web development as a beginner
web development full course
frontend web development course
backend web development course
full-stack web development
learn full stack web development

✨ Hashtags ✨
#webdevelopment #crashcourse #fullstack #coding #2022
Рекомендации по теме
Комментарии
Автор


If you really want to become a great full-stack developer, there's a lot more you can do:
- Advanced Node.js
- Web Security
- TypeScript
- MongoDB / GraphQL
- Code Testing
- Production level practices
- Building projects with all the things you learned, and more.

codedamn
Автор

Seriously Mr. Mohan, you have dedicated a lot of time to helping strangers you will never likely meet and make a difference in their life/career. Please know you're contributions are truly appreciated and the work you're doing is very important.

aghilannathan
Автор

Html/CSS
Part 1.1 Introduction 1:06
Part 1.2 How to use codedamn 2:37
Part 1.3 How to use vscode 4:49
Part 1.4 Hello world html 10:00
Part 1.5 comments Html 15:26
Part 1.6 html tags html 18:16
Part 1.7 Heading tags html 22:26
Part 1.8 Anchor Tags html 27:06
Part 1.9 block and inline tag html 30:59
Part 1.10 why html tags exist html 38:21
Part 1.11 img tags html 41:51
Part 1.12 video tag html 47:21
Part 1.13 tables html 53:06
Part 1.14 forms html 57:48
Part 1.15 valid html structure 1:07:49
Part 1.16 tribute page 1:13:05
Part 1.17 html basic done 1:20:38
Part 1.18 css introduction 1:22:56
Part 1.19 css hello world 1:25:42
Part 1.20 css tag based selector 1:30:47
Part 1.21 css debugging 1:33:57
Part 1.22 css properties 1:37:52
Part 1.23 css classes 1:41:58
Part 1.24 id in css 1:46:19
Part 1.25 block and inline css 1:49:46
Part 1.26 flexbox intro css 1:53:49
Part 1.27 flex-basis css 2:01:43
Part 1.28 flex shrink css 2:05:27
Part 1.29 flex-wrap 2:08:51
Part 1.30 center a div css 2:11:34
Part 1.31 common layouts with flexbox css 2:22:18
Part 1.32 css position absolute 2:36:20
Part 1.33 css position fixed 2:43:07
Part 1.34 css position sticky 2:45:32
Part 1.35 whats next 2:48:26

JS
Part 2.1 course introduction 2:50:00
Part 2.2 setting up codedamn playground 2:51:22
Part 2.3 hello world JS 2:53:26
Part 2.4 variables in javascript 2:56:21
Part 2.5 data types JS 3:03:25
Part 2.6 typeof 3:13:30
Part 2.7 mathematical operators 2:16:51
Part 2.8 increment decrement 3:23:33
Part 2.9 console log 3:26:47
Part 2.10 functions 3:30:52
Part 2.11 function parameters 3:34:53
Part 2.12 return 3:39:13
Part 2.13 if-else 3:44:20
Part 2.14 logical operators 3:49:47
Part 2.15 common array operations 4:01:25
Part 2.16 Loops 4:08:21
Part 2.17 continue and break 4:13:56
Part 2.18 equality 4:23:24
Part 2.19 objects 4:26:36
Part 2.20 call by reference 4:31:52
Part 2.21 scope 4:36:46
Part 2.22 variable shadowing 4:41:58
Part 2.23 document object model 4:45:09
Part 2.24 querySelector 4:50:07
Part 2.25 querySelectorAll 4:53:18
Part 2.26 more on traversing 4:57:24
Part 2.27 event listeners 5:02:05
Part 2.28 createElement 5:06:52
Part 2.29 manipulating attributes 5:15:15
Part 2.30 css style manipulation 5:21:29
Part 2.31 es6 destructing 5:25:16
Part 2.32 es6 arrow functions 5:30:20
Part 2.33 array functions 5:35:11
Part 2.34 template literals 5:44:08
Part 2.35 promises and fetch 5:47:42

React
part 3.1 course intro 5:55:38
Part 3.2 setup 5:57:09
Part 3.3 hello world 6:02:15
Part 3.4 hello world explained 6:08:32
Part 3.5 ReactDom.createRoot 6:15:33
Part 3.6 components 6:18:45
Part 3.7 jsx 6:22:52
Part 3.8 conditional rendering 6:30:53
Part 3.9 props 6:36:52
Part 3.10 event listener 6:42:18
Part 3.11 useState 6:45:41
Part 3.12.5 random quote generator 6:53:05
Par 3.12 usestate functional update 7:01:04
Part 3.13 useEffect 7:05:52
Part 3.14 todo part 1 7:11:45
Part 3.16 todo part 2 7:12:40
Part 3.17 running function on enter 7:22:22
Part 3.18 todo delete item 7:29:51
Part 3.19 routing introduction 7:36:50
Part 3.20 exact route match 7:45:59
Part 3.21 dynamic routes 7:49:10
Part 3.22 http requests in react 7:54:06

Tailwind CSS
Part 4.1 Introduction to Tailwind 7:59:26
Part 4.2 Tailwind Hello World 8:03:58
Part 4.3 Why rems and not px? 8:11:15
Part 4.4 Responsive design classes 8:19:50
Part 4.5 Colors 8:23:33
Part 4.6 Hover classes 8:28:14
Part 4.7 Flexbox Layout 8:29:47
Part 4.8 Grid Layout 8:35:25
Part 4.9 Scroll snapping 8:39:14
Part 4.10 Typography 8:44:04
Part 4.11 Shadows 8:49:52
Part 4.12 Dyanmic properties and values 8:54:55
Part 4.13 Tailwind react setup 9:00:23
Part 4.14 Dark mode with Tailwind 9:06:19

React Query for network requests
Part 5.1 course intro 9:09:21
Part 5.2 why react query 9:11:10
Part 5.3 installing react-query 9:14:45
Part 5.4 react-query hello world 9:17:13
Part 5.5 react-query states 9:25:05
Part 5.6 devtools explained 9:31:31
Part 5.7 query keys 9:35:22
Part 5.8 dependent queries 9:39:41
Part 5.9 small github app 9:44:40
Part 5.10 creating a mini blog 9:53:54
Part 5.11 getQueryClientData 10:05:21
Part 5.12 cacheTime 10:11:56
Part 5.13 transform query result 10:14:24
Part 5.14 setquerydata 10:17:02
Part 5.15 staleTime 10:23:49
Part 5.16 default query options 10:30:10
Part 5.17 mutations 10:33:00
Part 5.18 mutation side effects in hook 10:40:06
Part 5.19 mutation side effects in minute 10:44:13
Part 5.20 building todo app with mutations and queries 10:48:53
Part 5.21 todo app part 2 10:58:59

CI/CD and GitHub Actions
Part 6.1 intro 11:02:23
Part 6.2 why is cicd required 11:03:21
Part 6.3 folder for github workflows 11:06:11
Part 6.4 yaml intro 11:12:38
Part 6.5 objects in yaml 11:15:01
Part 6.6 comments in yaml 11:17:59
Part 6.7 arrays in yaml 11:19:22
Part 6.8 yaml validator 11:23:58
Part 6.9 multiline strings 11:25:50
Part 6.10 github actions hello world 11:28:43
Part 6.11 exploring github actions result 11:34:36
Part 6.12 github action checkout repository 11:39:01
Part 6.13 github action build repo 11:43:00
Part 6.14 deployment with vercel part 1 11:47:42
Part 6.15 vercel deployment part 2 11:52:16
Part 6.16 secrets 12:01:24
Part 6.17 dependent jobs 12:08:48
Part 6.18 dependent jobs with data sharing 12:11:26

hiteshCoding
Автор

Timestamps for REACT COURSE

5:55:37 Course Intro
5:57:11 Setup
6:02:13 hello world
6:08:28 hello world explained
6:15:29 ReactDom.createRoot
6:18:44 components
6:22:50 jsx
6:30:50 conditional rendering
6:36:49 props
6:42:17 event listener
6:45:37 useState
6:53:04 random quote generator
7:01:00 usestate functional update
7:05:51 useEffect
7:11:42 todo part 1
7:12:39 todo part 2
7:22:21 running function on enter
7:29:49 todo delete item
7:36:48 routing introduction
7:45:58 exact route match
7:49:09 dynamic routes
7:54:08 http request in react

Timestamps for TAILWIND-CSS COURSE

7:59:23 Introduction to Tailwind
8:03:57 Tailwind Hello World
8:11:14 Why rems and not px?
8:19:49 Responsive design classes
8:23:32 Colors
8:28:15 Hover classes
8:29:45 Flexbox Layout
8:35:24 Grid Layout
8:39:11 Scroll snapping
8:44:02 Typography
8:49:50 Shadows
8:54:53 Dynamic properties and values
9:00:20 Tailwind react setup

ahtritcodes
Автор

Just a big thankyou from me. I am loving this course and have learned so much. I have been a software tester for a long time but have always been interested in software development too. I felt like i was getting by just fine but i knew i was missing some fundamentals. not only has this course helped me in that regard but it is fun and now i want to continue more down the development path and create my own sites. 10/10.

btizef
Автор

The way you explain the small details is quite impressive, Thank you for putting so much effort and time.

AhsanAli-kkuj
Автор

This is by far the most comprehensive and detailed video I have seen on web development on YouTube.

vernevens
Автор

01:37:50 22 - css properties
01:42:00 23 classes
01:46:20 id in css
01:49:50 25 bloc and inline
01:53:50 26 flexbox intro
02:05:27 28 flex shrink
02:08:53 29 flex-wrap
02:11:34 30 centre a div
02:22:18 31 common layouts with flexbox
02:36:21 32 css position absolute
02:43:10 33 css position fixed
02:45:31 34 css position sticky
02:48:27 35 whats next
02:50:00 JAVASCRIPT
02:56:20 variables in javascript
03:03:23 data types
03:13:33 typeof
03:16:49 mathematical operators
03:26:50 console log
03:30:52 function
03:34:52 function parameters
04:01:22 common array operations
04:08:21 loops
04:12:58 push unshift
04:17:55 conditions
04:26:37 objects
04:31:51 call by reference

letscode
Автор

Dude! You just put a 22 hr course WTF. Absolute madlad. Thanks.

clumsySarthak
Автор

Around 15:21:00, if your getting the error cannot find module "express" you can solve that by going to the terminal and writing npm install express

favournwachukwu
Автор

THIS IS FOR MY OWN CONVINIENCE DONT MIND: = )

Html/CSS
Part 1.1 Introduction 1:06
Part 1.2 How to use codedamn 2:37
Part 1.3 How to use vscode 4:49
Part 1.4 Hello world html 10:00
Part 1.5 comments Html 15:26
Part 1.6 html tags html 18:16
Part 1.7 Heading tags html 22:26
Part 1.8 Anchor Tags html 27:06
Part 1.9 block and inline tag html 30:59
Part 1.10 why html tags exist html 38:21
Part 1.11 img tags html 41:51
Part 1.12 video tag html 47:21
Part 1.13 tables html 53:06
Part 1.14 forms html 57:48
Part 1.15 valid html structure 1:07:49
Part 1.16 tribute page 1:13:05
Part 1.17 html basic done 1:20:38
Part 1.18 css introduction 1:22:56
Part 1.19 css hello world 1:25:42
Part 1.20 css tag based selector 1:30:47
Part 1.21 css debugging 1:33:57
Part 1.22 css properties 1:37:52
Part 1.23 css classes 1:41:58
Part 1.24 id in css 1:46:19
Part 1.25 block and inline css 1:49:46
Part 1.26 flexbox intro css 1:53:49
Part 1.27 flex-basis css 2:01:43
Part 1.28 flex shrink css 2:05:27
Part 1.29 flex-wrap 2:08:51
Part 1.30 center a div css 2:11:34
Part 1.31 common layouts with flexbox css 2:22:18
Part 1.32 css position absolute 2:36:20
Part 1.33 css position fixed 2:43:07
Part 1.34 css position sticky 2:45:32
Part 1.35 whats next 2:48:26

JS
Part 2.1 course introduction 2:50:00
Part 2.2 setting up codedamn playground 2:51:22
Part 2.3 hello world JS 2:53:26
Part 2.4 variables in javascript 2:56:21
Part 2.5 data types JS 3:03:25
Part 2.6 typeof 3:13:30
Part 2.7 mathematical operators 2:16:51
Part 2.8 increment decrement 3:23:33
Part 2.9 console log 3:26:47
Part 2.10 functions 3:30:52
Part 2.11 function parameters 3:34:53
Part 2.12 return 3:39:13
Part 2.13 if-else 3:44:20
Part 2.14 logical operators 3:49:47
Part 2.15 common array operations 4:01:25
Part 2.16 Loops 4:08:21
Part 2.17 continue and break 4:13:56
Part 2.18 equality 4:23:24
Part 2.19 objects 4:26:36
Part 2.20 call by reference 4:31:52
Part 2.21 scope 4:36:46
Part 2.22 variable shadowing 4:41:58
Part 2.23 document object model 4:45:09
Part 2.24 querySelector 4:50:07
Part 2.25 querySelectorAll 4:53:18
Part 2.26 more on traversing 4:57:24
Part 2.27 event listeners 5:02:05
Part 2.28 createElement 5:06:52
Part 2.29 manipulating attributes 5:15:15
Part 2.30 css style manipulation 5:21:29
Part 2.31 es6 destructing 5:25:16
Part 2.32 es6 arrow functions 5:30:20
Part 2.33 array functions 5:35:11
Part 2.34 template literals 5:44:08
Part 2.35 promises and fetch 5:47:42

React
part 3.1 course intro 5:55:38
Part 3.2 setup 5:57:09
Part 3.3 hello world 6:02:15
Part 3.4 hello world explained 6:08:32
Part 3.5 ReactDom.createRoot 6:15:33
Part 3.6 components 6:18:45
Part 3.7 jsx 6:22:52
Part 3.8 conditional rendering 6:30:53
Part 3.9 props 6:36:52
Part 3.10 event listener 6:42:18
Part 3.11 useState 6:45:41
Part 3.12.5 random quote generator 6:53:05
Par 3.12 usestate functional update 7:01:04
Part 3.13 useEffect 7:05:52
Part 3.14 todo part 1 7:11:45
Part 3.16 todo part 2 7:12:40
Part 3.17 running function on enter 7:22:22
Part 3.18 todo delete item 7:29:51
Part 3.19 routing introduction 7:36:50
Part 3.20 exact route match 7:45:59
Part 3.21 dynamic routes 7:49:10
Part 3.22 http requests in react 7:54:06

Tailwind CSS
Part 4.1 Introduction to Tailwind 7:59:26
Part 4.2 Tailwind Hello World 8:03:58
Part 4.3 Why rems and not px? 8:11:15
Part 4.4 Responsive design classes 8:19:50
Part 4.5 Colors 8:23:33
Part 4.6 Hover classes 8:28:14
Part 4.7 Flexbox Layout 8:29:47
Part 4.8 Grid Layout 8:35:25
Part 4.9 Scroll snapping 8:39:14
Part 4.10 Typography 8:44:04
Part 4.11 Shadows 8:49:52
Part 4.12 Dyanmic properties and values 8:54:55
Part 4.13 Tailwind react setup 9:00:23
Part 4.14 Dark mode with Tailwind 9:06:19

React Query for network requests
Part 5.1 course intro 9:09:21
Part 5.2 why react query 9:11:10
Part 5.3 installing react-query 9:14:45
Part 5.4 react-query hello world 9:17:13
Part 5.5 react-query states 9:25:05
Part 5.6 devtools explained 9:31:31
Part 5.7 query keys 9:35:22
Part 5.8 dependent queries 9:39:41
Part 5.9 small github app 9:44:40
Part 5.10 creating a mini blog 9:53:54
Part 5.11 getQueryClientData 10:05:21
Part 5.12 cacheTime 10:11:56
Part 5.13 transform query result 10:14:24
Part 5.14 setquerydata 10:17:02
Part 5.15 staleTime 10:23:49
Part 5.16 default query options 10:30:10
Part 5.17 mutations 10:33:00
Part 5.18 mutation side effects in hook 10:40:06
Part 5.19 mutation side effects in minute 10:44:13
Part 5.20 building todo app with mutations and queries 10:48:53
Part 5.21 todo app part 2 10:58:59

CI/CD and GitHub Actions
Part 6.1 intro 11:02:23
Part 6.2 why is cicd required 11:03:21
Part 6.3 folder for github workflows 11:06:11
Part 6.4 yaml intro 11:12:38
Part 6.5 objects in yaml 11:15:01
Part 6.6 comments in yaml 11:17:59
Part 6.7 arrays in yaml 11:19:22
Part 6.8 yaml validator 11:23:58
Part 6.9 multiline strings 11:25:50
Part 6.10 github actions hello world 11:28:43
Part 6.11 exploring github actions result 11:34:36
Part 6.12 github action checkout repository 11:39:01
Part 6.13 github action build repo 11:43:00
Part 6.14 deployment with vercel part 1 11:47:42
Part 6.15 vercel deployment part 2 11:52:16
Part 6.16 secrets 12:01:24
Part 6.17 dependent jobs 12:08:48
Part 6.18 dependent jobs with data sharing 12:11:26

harshitpant
Автор

This 22 Hr course means a lot, can see the hard work that you pushed . really appreciate this .

pushanchandresh
Автор

O god, I'm speechless. What a video! Thank you very much Mr. Mehul Mohan! I will watch this little by little to strengthen my skill foundation. Love from Indonesia.

giffarialfarizy
Автор

I’m so happy you created this I will definitely be starting this after work!

transcendental
Автор

Your sharp focused work....is really adding value to the people in accomplishing success in an IT industry 👌 🙏😊🔥

ankeshvaibhav
Автор

mad respect to you Sir!!! very dedicated to making contents!

hijackpot
Автор

Also it would be great if you're planning to make a complete M.E.R.N stack tutorial like this one. Thanks 😊 Really want a perfect MERN tutorial from your side

advaittrivedi
Автор

(copy pasted comment just for my own convience)

Html/CSS
Part 1.1 Introduction 1:06
Part 1.2 How to use codedamn 2:37
Part 1.3 How to use vscode 4:49
Part 1.4 Hello world html 10:00
Part 1.5 comments Html 15:26
Part 1.6 html tags html 18:16
Part 1.7 Heading tags html 22:26
Part 1.8 Anchor Tags html 27:06
Part 1.9 block and inline tag html 30:59
Part 1.10 why html tags exist html 38:21
Part 1.11 img tags html 41:51
Part 1.12 video tag html 47:21
Part 1.13 tables html 53:06
Part 1.14 forms html 57:48
Part 1.15 valid html structure 1:07:49
Part 1.16 tribute page 1:13:05
Part 1.17 html basic done 1:20:38
Part 1.18 css introduction 1:22:56
Part 1.19 css hello world 1:25:42
Part 1.20 css tag based selector 1:30:47
Part 1.21 css debugging 1:33:57
Part 1.22 css properties 1:37:52
Part 1.23 css classes 1:41:58
Part 1.24 id in css 1:46:19
Part 1.25 block and inline css 1:49:46
Part 1.26 flexbox intro css 1:53:49
Part 1.27 flex-basis css 2:01:43
Part 1.28 flex shrink css 2:05:27
Part 1.29 flex-wrap 2:08:51
Part 1.30 center a div css 2:11:34
Part 1.31 common layouts with flexbox css 2:22:18
Part 1.32 css position absolute 2:36:20
Part 1.33 css position fixed 2:43:07
Part 1.34 css position sticky 2:45:32
Part 1.35 whats next 2:48:26

JS
Part 2.1 course introduction 2:50:00
Part 2.2 setting up codedamn playground 2:51:22
Part 2.3 hello world JS 2:53:26
Part 2.4 variables in javascript 2:56:21
Part 2.5 data types JS 3:03:25
Part 2.6 typeof 3:13:30
Part 2.7 mathematical operators 3:16:51
Part 2.8 increment decrement 3:23:33
Part 2.9 console log 3:26:47
Part 2.10 functions 3:30:52
Part 2.11 function parameters 3:34:53
Part 2.12 return 3:39:13
Part 2.13 if-else 3:44:20
Part 2.14 logical operators 3:49:47
Part 2.15 common array operations 4:01:25
Part 2.16 Loops 4:08:21
Part 2.17 continue and break 4:13:56
Part 2.18 equality 4:23:24
Part 2.19 objects 4:26:36
Part 2.20 call by reference 4:31:52
Part 2.21 scope 4:36:46
Part 2.22 variable shadowing 4:41:58
Part 2.23 document object model 4:45:09
Part 2.24 querySelector 4:50:07
Part 2.25 querySelectorAll 4:53:18
Part 2.26 more on traversing 4:57:24
Part 2.27 event listeners 5:02:05
Part 2.28 createElement 5:06:52
Part 2.29 manipulating attributes 5:15:15
Part 2.30 css style manipulation 5:21:29
Part 2.31 es6 destructing 5:25:16
Part 2.32 es6 arrow functions 5:30:20
Part 2.33 array functions 5:35:11
Part 2.34 template literals 5:44:08
Part 2.35 promises and fetch 5:47:42

React
part 3.1 course intro 5:55:38
Part 3.2 setup 5:57:09
Part 3.3 hello world 6:02:15
Part 3.4 hello world explained 6:08:32
Part 3.5 ReactDom.createRoot 6:15:33
Part 3.6 components 6:18:45
Part 3.7 jsx 6:22:52
Part 3.8 conditional rendering 6:30:53
Part 3.9 props 6:36:52
Part 3.10 event listener 6:42:18
Part 3.11 useState 6:45:41
Part 3.12.5 random quote generator 6:53:05
Par 3.12 usestate functional update 7:01:04
Part 3.13 useEffect 7:05:52
Part 3.14 todo part 1 7:11:45
Part 3.16 todo part 2 7:12:40
Part 3.17 running function on enter 7:22:22
Part 3.18 todo delete item 7:29:51
Part 3.19 routing introduction 7:36:50
Part 3.20 exact route match 7:45:59
Part 3.21 dynamic routes 7:49:10
Part 3.22 http requests in react 7:54:06

Tailwind CSS
Part 4.1 Introduction to Tailwind 7:59:26
Part 4.2 Tailwind Hello World 8:03:58
Part 4.3 Why rems and not px? 8:11:15
Part 4.4 Responsive design classes 8:19:50
Part 4.5 Colors 8:23:33
Part 4.6 Hover classes 8:28:14
Part 4.7 Flexbox Layout 8:29:47
Part 4.8 Grid Layout 8:35:25
Part 4.9 Scroll snapping 8:39:14
Part 4.10 Typography 8:44:04
Part 4.11 Shadows 8:49:52
Part 4.12 Dyanmic properties and values 8:54:55
Part 4.13 Tailwind react setup 9:00:23
Part 4.14 Dark mode with Tailwind 9:06:19

React Query for network requests
Part 5.1 course intro 9:09:21
Part 5.2 why react query 9:11:10
Part 5.3 installing react-query 9:14:45
Part 5.4 react-query hello world 9:17:13
Part 5.5 react-query states 9:25:05
Part 5.6 devtools explained 9:31:31
Part 5.7 query keys 9:35:22
Part 5.8 dependent queries 9:39:41
Part 5.9 small github app 9:44:40
Part 5.10 creating a mini blog 9:53:54
Part 5.11 getQueryClientData 10:05:21
Part 5.12 cacheTime 10:11:56
Part 5.13 transform query result 10:14:24
Part 5.14 setquerydata 10:17:02
Part 5.15 staleTime 10:23:49
Part 5.16 default query options 10:30:10
Part 5.17 mutations 10:33:00
Part 5.18 mutation side effects in hook 10:40:06
Part 5.19 mutation side effects in minute 10:44:13
Part 5.20 building todo app with mutations and queries 10:48:53
Part 5.21 todo app part 2 10:58:59

CI/CD and GitHub Actions
Part 6.1 intro 11:02:23
Part 6.2 why is cicd required 11:03:21
Part 6.3 folder for github workflows 11:06:11
Part 6.4 yaml intro 11:12:38
Part 6.5 objects in yaml 11:15:01
Part 6.6 comments in yaml 11:17:59
Part 6.7 arrays in yaml 11:19:22
Part 6.8 yaml validator 11:23:58
Part 6.9 multiline strings 11:25:50
Part 6.10 github actions hello world 11:28:43
Part 6.11 exploring github actions result 11:34:36
Part 6.12 github action checkout repository 11:39:01
Part 6.13 github action build repo 11:43:00
Part 6.14 deployment with vercel part 1 11:47:42
Part 6.15 vercel deployment part 2 11:52:16
Part 6.16 secrets 12:01:24
Part 6.17 dependent jobs 12:08:48
Part 6.18 dependent jobs with data sharing 12:11:26

ru_uwu
Автор

Thats amazing man
You have put a lot of hard work in this
Thankyou so much for your contribution

balveersinghbhatia
Автор

Wow I think you are the best teacher ever. You go fast but not too fast ! Which is PERFECT !

I cannot thank you enough. I jumped right away to JS course and I am impressed by your teaching techniques. Definitely I am going to start the course again and watch it all.

I feel with you that I am really not messing alot ! Seriously with all the other courses out there I always feel that I still dont understand it full.

Btw- You are the only one who explains the syntax, the code and the programming language at the same time. Most of the tutorials just through it on your face without mapping your mind around it and shows you why this work and why this doesnt work.

(For example the way explained return) was amazing !

anazi