1

Етап 1

2. Section Intro

2

Етап 2

3. Installing Node

3

Етап 3

4. What Is Node?

4

Етап 4

1. Welcome & Asking Awesome Questions

5

Етап 5

5. Why Should I Use Node?

6

Етап 6

6. Installing Atom

7

Етап 7

7. Hello World!

8

Етап 8

8. Section Intro

9

Етап 9

9. Using Require

10

Етап 10

10. Requiring Your Own Files

11

Етап 11

11. Using 3rd Party Modules

12

Етап 12

12. Restarting App with Nodemon

13

Етап 13

13. Getting Input From User

14

Етап 14

14. Simplified Input With Yargs

15

Етап 15

15. Working With JSON

16

Етап 16

16. Adding and Saving Notes

17

Етап 17

17. Refactoring For Reusability

18

Етап 18

18. Removing a Note

19

Етап 19

19. Reading Notes and Reusability

20

Етап 20

20. Debugging Node.js Applications

21

Етап 21

21. Using Node Inspector

22

Етап 22

22. Listing Notes

23

Етап 23

23. Requiring Arguments and Advanced Yargs

24

Етап 24

24. Arrow Functions

25

Етап 25

25. Section Intro

26

Етап 26

26. Async Basics

27

Етап 27

27. Call Stack & Event Loop

28

Етап 28

28. Callback Functions & APIs

29

Етап 29

29. Pretty Printing Objects

30

Етап 30

30. What's Makes up an HTTP Request?

31

Етап 31

31. Encoding User Input

32

Етап 32

32. Callback Errors

33

Етап 33

33. Abstracting Callbacks

34

Етап 34

34. Wiring Up Weather Search

35

Етап 35

35. Chaining Callbacks Together

36

Етап 36

37. Promises Quiz

37

Етап 37

36. Intro to ES6 Promises

38

Етап 38

38. Advanced Promises

39

Етап 39

39. Weather App With Promises

40

Етап 40

40. Extra Features

41

Етап 41

41. Section Intro

42

Етап 42

42. Hello Express

43

Етап 43

43. Creating a Web Server

44

Етап 44

44. Rendering Templates with Data

45

Етап 45

45. Advanced Templating

46

Етап 46

46. Express Middleware

47

Етап 47

47. Adding Version Control (Git)

48

Етап 48

48. Setting Up GitHub & SSH Keys

49

Етап 49

49. Deploying Your Apps

50

Етап 50

50. Adding a New Feature and Deploying

51

Етап 51

51. Section Intro

52

Етап 52

52. Mocha and Basic Testing

53

Етап 53

53. Watch and Auto Restart Tests

54

Етап 54

54. Using an Assertion Library

55

Етап 55

55. Testing Asynchronous Code

56

Етап 56

57. Testing Express Applications: Part II

57

Етап 57

56. Testing Express Applications: Part I

58

Етап 58

58. Organizing Test With describe()

59

Етап 59

59. Test Spies

60

Етап 60

60. Section Intro

61

Етап 61

61. Installing MongoDB and Robomongo (Mac, Linux)

62

Етап 62

62. Installing MongoDB and Robomongo (Windows)

63

Етап 63

63. Building a NoSQL Vocabulary

64

Етап 64

64. Connecting to Mongo and Writing Data

65

Етап 65

65. The ObjectId

66

Етап 66

66. Fetching Data

67

Етап 67

67. Setting Up The Repo

68

Етап 68

68. Deleting Documents

69

Етап 69

69. Updating Data

70

Етап 70

70. The Mongoose ORM

71

Етап 71

71. Setting Up Mongoose

72

Етап 72

72. Validators, Types, and Defaults

73

Етап 73

73. Installing Postman

74

Етап 74

74. Resource Creation Endpoint - POST /todos

75

Етап 75

75. Testing POST /todos

76

Етап 76

76. List Resources - GET /todos

77

Етап 77

77. Testing GET /todos

78

Етап 78

78. Mongoose Queries and ID Validation

79

Етап 79

79. Getting an Individual Resource - GET /todos/:id

80

Етап 80

80. Testing GET /todos/:id

81

Етап 81

81. Deploy API to Heroku

82

Етап 82

82. Postman Environments

83

Етап 83

83. Delete a Resource - DELETE /todos/:id

84

Етап 84

84. Testing DELETE /todos/:id

85

Етап 85

85. Updating a Resource - PATCH /todos/:id

86

Етап 86

86. Testing PATCH /todos/:id

87

Етап 87

87. Creating a Test Database

88

Етап 88

88. Section Intro

89

Етап 89

89. Setting Up The User Model

90

Етап 90

90. JWTs and Hashing

91

Етап 91

91. Generating Auth Tokens and Setting Headers

92

Етап 92

92. Private Routes and Auth Middleware

93

Етап 93

93. Hashing Passwords

94

Етап 94

94. Seeding Test Database With Users

95

Етап 95

95. Testing POST /users and GET /users/me

96

Етап 96

96. Logging In - POST /users/login

97

Етап 97

97. Testing POST /users/login

98

Етап 98

98. Logging Out - DELETE /users/me/token

99

Етап 99

99. Testing DELETE /users/me/token

100

Етап 100

100. Making Todo Routes Private (Part 1)

101

Етап 101

101. Making Todo Routes Private (Part 2)

102

Етап 102

102. Improving App Configuration

103

Етап 103

103. Deploying To Heroku

104

Етап 104

104. Bonus: Advanced Postman

105

Етап 105

105. Section Intro

106

Етап 106

106. Creating a New Project

107

Етап 107

107. Adding Socket.io to an App

108

Етап 108

108. Emitting and Listening to Events

109

Етап 109

109. Emitting and Listening to Events (Solution)

110

Етап 110

110. Broadcasting Events

111

Етап 111

111. Message Generator & Tests

112

Етап 112

112. Event Acknowledgements

113

Етап 113

113. Message Form & jQuery

114

Етап 114

114. Geolocation Part I

115

Етап 115

115. Geolocation Part II

116

Етап 116

116. Styling The Chat Page

117

Етап 117

117. Timestamps and Formatting with Moment

118

Етап 118

118. Printing Message Timestamps

119

Етап 119

119. Moustache.js

120

Етап 120

120. Autoscrolling

121

Етап 121

121. Adding a Join Page

122

Етап 122

122. Passing Room Data

123

Етап 123

123. Socket.io Rooms

124

Етап 124

124. Storing Users With ES6 Classes: Part I

125

Етап 125

125. Storing Users With ES6 Classes: Part II

126

Етап 126

126. Wiring Up User List

127

Етап 127

127. Sending Messages To Room Only

128

Етап 128

128. New Feature Ideas

1

Етап 1

2. Section Intro

2

Етап 2

3. Installing Node

3

Етап 3

4. What Is Node?

4

Етап 4

1. Welcome & Asking Awesome Questions

5

Етап 5

5. Why Should I Use Node?

6

Етап 6

6. Installing Atom

7

Етап 7

7. Hello World!

8

Етап 8

8. Section Intro

9

Етап 9

9. Using Require

10

Етап 10

10. Requiring Your Own Files

11

Етап 11

11. Using 3rd Party Modules

12

Етап 12

12. Restarting App with Nodemon

13

Етап 13

13. Getting Input From User

14

Етап 14

14. Simplified Input With Yargs

15

Етап 15

15. Working With JSON

16

Етап 16

16. Adding and Saving Notes

17

Етап 17

17. Refactoring For Reusability

18

Етап 18

18. Removing a Note

19

Етап 19

19. Reading Notes and Reusability

20

Етап 20

20. Debugging Node.js Applications

21

Етап 21

21. Using Node Inspector

22

Етап 22

22. Listing Notes

23

Етап 23

23. Requiring Arguments and Advanced Yargs

24

Етап 24

24. Arrow Functions

25

Етап 25

25. Section Intro

26

Етап 26

26. Async Basics

27

Етап 27

27. Call Stack & Event Loop

28

Етап 28

28. Callback Functions & APIs

29

Етап 29

29. Pretty Printing Objects

30

Етап 30

30. What's Makes up an HTTP Request?

31

Етап 31

31. Encoding User Input

32

Етап 32

32. Callback Errors

33

Етап 33

33. Abstracting Callbacks

34

Етап 34

34. Wiring Up Weather Search

35

Етап 35

35. Chaining Callbacks Together

36

Етап 36

37. Promises Quiz

37

Етап 37

36. Intro to ES6 Promises

38

Етап 38

38. Advanced Promises

39

Етап 39

39. Weather App With Promises

40

Етап 40

40. Extra Features

41

Етап 41

41. Section Intro

42

Етап 42

42. Hello Express

43

Етап 43

43. Creating a Web Server

44

Етап 44

44. Rendering Templates with Data

45

Етап 45

45. Advanced Templating

46

Етап 46

46. Express Middleware

47

Етап 47

47. Adding Version Control (Git)

48

Етап 48

48. Setting Up GitHub & SSH Keys

49

Етап 49

49. Deploying Your Apps

50

Етап 50

50. Adding a New Feature and Deploying

51

Етап 51

51. Section Intro

52

Етап 52

52. Mocha and Basic Testing

53

Етап 53

53. Watch and Auto Restart Tests

54

Етап 54

54. Using an Assertion Library

55

Етап 55

55. Testing Asynchronous Code

56

Етап 56

57. Testing Express Applications: Part II

57

Етап 57

56. Testing Express Applications: Part I

58

Етап 58

58. Organizing Test With describe()

59

Етап 59

59. Test Spies

60

Етап 60

60. Section Intro

61

Етап 61

61. Installing MongoDB and Robomongo (Mac, Linux)

62

Етап 62

62. Installing MongoDB and Robomongo (Windows)

63

Етап 63

63. Building a NoSQL Vocabulary

64

Етап 64

64. Connecting to Mongo and Writing Data

65

Етап 65

65. The ObjectId

66

Етап 66

66. Fetching Data

67

Етап 67

67. Setting Up The Repo

68

Етап 68

68. Deleting Documents

69

Етап 69

69. Updating Data

70

Етап 70

70. The Mongoose ORM

71

Етап 71

71. Setting Up Mongoose

72

Етап 72

72. Validators, Types, and Defaults

73

Етап 73

73. Installing Postman

74

Етап 74

74. Resource Creation Endpoint - POST /todos

75

Етап 75

75. Testing POST /todos

76

Етап 76

76. List Resources - GET /todos

77

Етап 77

77. Testing GET /todos

78

Етап 78

78. Mongoose Queries and ID Validation

79

Етап 79

79. Getting an Individual Resource - GET /todos/:id

80

Етап 80

80. Testing GET /todos/:id

81

Етап 81

81. Deploy API to Heroku

82

Етап 82

82. Postman Environments

83

Етап 83

83. Delete a Resource - DELETE /todos/:id

84

Етап 84

84. Testing DELETE /todos/:id

85

Етап 85

85. Updating a Resource - PATCH /todos/:id

86

Етап 86

86. Testing PATCH /todos/:id

87

Етап 87

87. Creating a Test Database

88

Етап 88

88. Section Intro

89

Етап 89

89. Setting Up The User Model

90

Етап 90

90. JWTs and Hashing

91

Етап 91

91. Generating Auth Tokens and Setting Headers

92

Етап 92

92. Private Routes and Auth Middleware

93

Етап 93

93. Hashing Passwords

94

Етап 94

94. Seeding Test Database With Users

95

Етап 95

95. Testing POST /users and GET /users/me

96

Етап 96

96. Logging In - POST /users/login

97

Етап 97

97. Testing POST /users/login

98

Етап 98

98. Logging Out - DELETE /users/me/token

99

Етап 99

99. Testing DELETE /users/me/token

100

Етап 100

100. Making Todo Routes Private (Part 1)

101

Етап 101

101. Making Todo Routes Private (Part 2)

102

Етап 102

102. Improving App Configuration

103

Етап 103

103. Deploying To Heroku

104

Етап 104

104. Bonus: Advanced Postman

105

Етап 105

105. Section Intro

106

Етап 106

106. Creating a New Project

107

Етап 107

107. Adding Socket.io to an App

108

Етап 108

108. Emitting and Listening to Events

109

Етап 109

109. Emitting and Listening to Events (Solution)

110

Етап 110

110. Broadcasting Events

111

Етап 111

111. Message Generator & Tests

112

Етап 112

112. Event Acknowledgements

113

Етап 113

113. Message Form & jQuery

114

Етап 114

114. Geolocation Part I

115

Етап 115

115. Geolocation Part II

116

Етап 116

116. Styling The Chat Page

117

Етап 117

117. Timestamps and Formatting with Moment

118

Етап 118

118. Printing Message Timestamps

119

Етап 119

119. Moustache.js

120

Етап 120

120. Autoscrolling

121

Етап 121

121. Adding a Join Page

122

Етап 122

122. Passing Room Data

123

Етап 123

123. Socket.io Rooms

124

Етап 124

124. Storing Users With ES6 Classes: Part I

125

Етап 125

125. Storing Users With ES6 Classes: Part II

126

Етап 126

126. Wiring Up User List

127

Етап 127

127. Sending Messages To Room Only

128

Етап 128

128. New Feature Ideas

09 грудня 2016
Мета завершена % date%

Автор мети

webFarrock

Росія, Москва

40 Рік / року / років

Загальна

Пройти курс The Complete Node.js Developer Course 2.0 [udemy.com]

 Критерій завершення

Прослушал все лекции и выполнил все задания

 Особисті ресурси

свободное время, знание JS, купленный курс на udemy.com

 Екологічність мети

продолжаю повышать квалификацию в части JS и современных фреймоворков

  1. 2. Section Intro

  2. 3. Installing Node

  3. 4. What Is Node?

  4. 1. Welcome & Asking Awesome Questions

  5. 5. Why Should I Use Node?

  6. 6. Installing Atom

  7. 7. Hello World!

  8. 8. Section Intro

  9. 9. Using Require

  10. 10. Requiring Your Own Files

  11. 11. Using 3rd Party Modules

  12. 12. Restarting App with Nodemon

  13. 13. Getting Input From User

  14. 14. Simplified Input With Yargs

  15. 15. Working With JSON

  16. 16. Adding and Saving Notes

  17. 17. Refactoring For Reusability

  18. 18. Removing a Note

  19. 19. Reading Notes and Reusability

  20. 20. Debugging Node.js Applications

  21. 21. Using Node Inspector

  22. 22. Listing Notes

  23. 23. Requiring Arguments and Advanced Yargs

  24. 24. Arrow Functions

  25. 25. Section Intro

  26. 26. Async Basics

  27. 27. Call Stack & Event Loop

  28. 28. Callback Functions & APIs

  29. 29. Pretty Printing Objects

  30. 30. What's Makes up an HTTP Request?

  31. 31. Encoding User Input

  32. 32. Callback Errors

  33. 33. Abstracting Callbacks

  34. 34. Wiring Up Weather Search

  35. 35. Chaining Callbacks Together

  36. 37. Promises Quiz

  37. 36. Intro to ES6 Promises

  38. 38. Advanced Promises

  39. 39. Weather App With Promises

  40. 40. Extra Features

  41. 41. Section Intro

  42. 42. Hello Express

  43. 43. Creating a Web Server

  44. 44. Rendering Templates with Data

  45. 45. Advanced Templating

  46. 46. Express Middleware

  47. 47. Adding Version Control (Git)

  48. 48. Setting Up GitHub & SSH Keys

  49. 49. Deploying Your Apps

  50. 50. Adding a New Feature and Deploying

  51. 51. Section Intro

  52. 52. Mocha and Basic Testing

  53. 53. Watch and Auto Restart Tests

  54. 54. Using an Assertion Library

  55. 55. Testing Asynchronous Code

  56. 57. Testing Express Applications: Part II

  57. 56. Testing Express Applications: Part I

  58. 58. Organizing Test With describe()

  59. 59. Test Spies

  60. 60. Section Intro

  61. 61. Installing MongoDB and Robomongo (Mac, Linux)

  62. 62. Installing MongoDB and Robomongo (Windows)

  63. 63. Building a NoSQL Vocabulary

  64. 64. Connecting to Mongo and Writing Data

  65. 65. The ObjectId

  66. 66. Fetching Data

  67. 67. Setting Up The Repo

  68. 68. Deleting Documents

  69. 69. Updating Data

  70. 70. The Mongoose ORM

  71. 71. Setting Up Mongoose

  72. 72. Validators, Types, and Defaults

  73. 73. Installing Postman

  74. 74. Resource Creation Endpoint - POST /todos

  75. 75. Testing POST /todos

  76. 76. List Resources - GET /todos

  77. 77. Testing GET /todos

  78. 78. Mongoose Queries and ID Validation

  79. 79. Getting an Individual Resource - GET /todos/:id

  80. 80. Testing GET /todos/:id

  81. 81. Deploy API to Heroku

  82. 82. Postman Environments

  83. 83. Delete a Resource - DELETE /todos/:id

  84. 84. Testing DELETE /todos/:id

  85. 85. Updating a Resource - PATCH /todos/:id

  86. 86. Testing PATCH /todos/:id

  87. 87. Creating a Test Database

  88. 88. Section Intro

  89. 89. Setting Up The User Model

  90. 90. JWTs and Hashing

  91. 91. Generating Auth Tokens and Setting Headers

  92. 92. Private Routes and Auth Middleware

  93. 93. Hashing Passwords

  94. 94. Seeding Test Database With Users

  95. 95. Testing POST /users and GET /users/me

  96. 96. Logging In - POST /users/login

  97. 97. Testing POST /users/login

  98. 98. Logging Out - DELETE /users/me/token

  99. 99. Testing DELETE /users/me/token

  100. 100. Making Todo Routes Private (Part 1)

  101. 101. Making Todo Routes Private (Part 2)

  102. 102. Improving App Configuration

  103. 103. Deploying To Heroku

  104. 104. Bonus: Advanced Postman

  105. 105. Section Intro

  106. 106. Creating a New Project

  107. 107. Adding Socket.io to an App

  108. 108. Emitting and Listening to Events

  109. 109. Emitting and Listening to Events (Solution)

  110. 110. Broadcasting Events

  111. 111. Message Generator & Tests

  112. 112. Event Acknowledgements

  113. 113. Message Form & jQuery

  114. 114. Geolocation Part I

  115. 115. Geolocation Part II

  116. 116. Styling The Chat Page

  117. 117. Timestamps and Formatting with Moment

  118. 118. Printing Message Timestamps

  119. 119. Moustache.js

  120. 120. Autoscrolling

  121. 121. Adding a Join Page

  122. 122. Passing Room Data

  123. 123. Socket.io Rooms

  124. 124. Storing Users With ES6 Classes: Part I

  125. 125. Storing Users With ES6 Classes: Part II

  126. 126. Wiring Up User List

  127. 127. Sending Messages To Room Only

  128. 128. New Feature Ideas

  • 1244
  • 09 грудня 2016, 09:49

Реєстрація

Можливості
безмежні.
Настав час
відкрити свої.

Уже зарегистрированы?
Вхід на сайт

Заходьте.
Відкрито.

Ще не зареєстровані?
 
Підключіться до будь-якого з ваших акаунтів, ваші дані будуть взяті з акаунту.
Забули пароль?