首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
GetFreeCourses.Co-Udemy-Create a Twitter Clone with Node.js, Socket.IO and MongoDB
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-3-30 15:26
2024-12-22 07:34
566
15.08 GB
275
磁力链接
magnet:?xt=urn:btih:3f593ecef7c1def03ccda19e7fc5cbc4620e73ae
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjNmNTkzZWNlZjdjMWRlZjAzY2NkYTE5ZTdmYzVjYmM0NjIwZTczYWVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GetFreeCourses
Co-Udemy-Create
a
Twitter
Clone
with
Node
js
Socket
IO
and
MongoDB
文件列表
1. Node JS Basic Overview/1. Course promo video (from course home page).mp4
20.12MB
1. Node JS Basic Overview/2. Setup and creating our first app.mp4
90.79MB
1. Node JS Basic Overview/3. Creating a server.mp4
74.22MB
1. Node JS Basic Overview/5. Rendering content on the web page.mp4
49.02MB
1. Node JS Basic Overview/6. Supporting additional pages.mp4
39.52MB
1. Node JS Basic Overview/7. Adding a routing file.mp4
47.03MB
1. Node JS Basic Overview/8. Handling POSTGET requests (form submissions).mp4
70.35MB
10. Retweeting posts/1. Setting up the retweet route.mp4
47.14MB
10. Retweeting posts/2. Adding the retweet fields to the schema.mp4
61.16MB
10. Retweeting posts/3. Retweeting posts.mp4
60.49MB
10. Retweeting posts/4. Retweeting posts - Fix.mp4
28.25MB
10. Retweeting posts/5. Showing the number of retweets next to the button.mp4
75.21MB
10. Retweeting posts/6. Setting retweet button colour when page is loaded.mp4
14.8MB
10. Retweeting posts/7. Rendering the retweet.mp4
84.41MB
10. Retweeting posts/8. Populating the retweet's postedBy field.mp4
33.63MB
10. Retweeting posts/9. Adding the retweet message indicator.mp4
62.52MB
11. Replying to posts/1. Opening the reply modal popup.mp4
80.52MB
11. Replying to posts/10. Inserting the reply into the database.mp4
28.88MB
11. Replying to posts/11. Reloading the page after a reply is submitted.mp4
23.18MB
11. Replying to posts/12. Outputting the reply.mp4
93.19MB
11. Replying to posts/2. Adding the post form in the modal.mp4
33.06MB
11. Replying to posts/3. Enabling the submit reply button when the user types.mp4
33.06MB
11. Replying to posts/4. Making the request to get the post when modal opens.mp4
80.39MB
11. Replying to posts/5. Refactoring the get posts function.mp4
55.29MB
11. Replying to posts/6. Getting a single post by ID.mp4
56.34MB
11. Replying to posts/7. Outputting the post into the reply modal.mp4
49.11MB
11. Replying to posts/8. Clearing the reply modal when it is closed.mp4
48.41MB
11. Replying to posts/9. Sending the reply to the server.mp4
100.7MB
12. Creating the posts page/1. Sending the user to the posts page on click.mp4
43.77MB
12. Creating the posts page/2. Creating the posts route.mp4
64.56MB
12. Creating the posts page/3. Loading the post on the post page.mp4
36.22MB
12. Creating the posts page/4. Loading the replies to the post on the post page.mp4
111.29MB
12. Creating the posts page/5. Fixing a bug in the replies.mp4
24.89MB
12. Creating the posts page/6. Large font size for the post we're viewing.mp4
67.27MB
13. Deleting posts/1. Adding the delete button to our own posts.mp4
124.49MB
13. Deleting posts/2. Styling the delete button.mp4
29.66MB
13. Deleting posts/3. Getting the id of the post we want to delete.mp4
38.02MB
13. Deleting posts/4. Making the ajax call to delete a post.mp4
67.19MB
13. Deleting posts/5. Deleting the post.mp4
69.78MB
14. Profile Page/1. Creating the profile route file.mp4
32.47MB
14. Profile Page/10. Styling the user details.mp4
43.03MB
14. Profile Page/11. Creating the profile tabs.mp4
75.26MB
14. Profile Page/12. Loading posts on the profile page.mp4
49.1MB
14. Profile Page/13. Includingexcluding the replies.mp4
84.88MB
14. Profile Page/14. Implementing the replies tab.mp4
75.18MB
14. Profile Page/2. Creating the profile page pug file.mp4
29.42MB
14. Profile Page/3. Accessing the profile page by username.mp4
95.65MB
14. Profile Page/4. User not found error message.mp4
32.15MB
14. Profile Page/5. Accessing the profile page by ID.mp4
32.9MB
14. Profile Page/6. Styling the profile image + cover photo.mp4
75.86MB
14. Profile Page/7. Message button style.mp4
77.23MB
14. Profile Page/8. Styling the follow button.mp4
58.46MB
14. Profile Page/9. Outputting the user details.mp4
51.8MB
15. Following and followers/1. Following and followers schema changes.mp4
45.77MB
15. Following and followers/10. Getting the followingfollowers data from the database.mp4
92.4MB
15. Following and followers/11. Outputting the users.mp4
74.05MB
15. Following and followers/12. Styling the users list.mp4
25.36MB
15. Following and followers/13. Adding the follow button to the user list.mp4
52.72MB
15. Following and followers/14. Only showing posts from people we're following.mp4
56.08MB
15. Following and followers/15. Following count bug fix.mp4
31.64MB
15. Following and followers/2. Getting the user ID when we press the follow button.mp4
62.62MB
15. Following and followers/3. Creating the follow endpoint.mp4
62.23MB
15. Following and followers/4. Checking if the user is already following the person.mp4
58.41MB
15. Following and followers/5. Following and unfollowing the user.mp4
64.77MB
15. Following and followers/6. Updating the button when we followunfollow a user.mp4
76.89MB
15. Following and followers/7. Updating the text of the button when we followunfollow a user.mp4
8.54MB
15. Following and followers/8. Updating the followingfollowers count.mp4
75.63MB
15. Following and followers/9. Creating the followingfollowers page.mp4
44.84MB
16. Uploading profile pictures/1. Adding the profile picture upload button.mp4
53.35MB
16. Uploading profile pictures/10. Updating the user's profile picture in the database.mp4
112.21MB
16. Uploading profile pictures/2. Creating the image upload modal.mp4
29.56MB
16. Uploading profile pictures/3. Adding Cropper JS (the cropping library).mp4
44.01MB
16. Uploading profile pictures/4. Loading the image preview into the modal.mp4
94.1MB
16. Uploading profile pictures/5. Adding the cropper functionality.mp4
62.73MB
16. Uploading profile pictures/6. Converting the image upload data to a blob.mp4
44.98MB
16. Uploading profile pictures/7. Image upload ajax call.mp4
30.22MB
16. Uploading profile pictures/8. Accessing the image on the server.mp4
87.9MB
16. Uploading profile pictures/8.1 uploadBlob.mp4
474.6MB
16. Uploading profile pictures/9. Storing the uploaded image in the correct location.mp4
65.98MB
17. Uploading a cover photo/1. Adding the upload button to the cover photo section.mp4
77.24MB
17. Uploading a cover photo/2. Cover photo upload modal popup.mp4
27.06MB
17. Uploading a cover photo/3. Cover photo cropping.mp4
29.54MB
17. Uploading a cover photo/4. Uploading the cover photo.mp4
84.56MB
18. Pinning posts/1. Pin post modal.mp4
66.69MB
18. Pinning posts/2. Pinning posts.mp4
98.34MB
18. Pinning posts/3. Changing the icon colour for the pinned post.mp4
34.15MB
18. Pinning posts/4. Pinned post label.mp4
32.2MB
18. Pinning posts/5. Displaying the pinned post on the profile.mp4
77.57MB
18. Pinning posts/6. Unpinning posts.mp4
68.38MB
19. Search page/1. Creating the search page.mp4
78.32MB
19. Search page/2. Styling the search box.mp4
57.98MB
19. Search page/3. Creating the search timer.mp4
65.58MB
19. Search page/4. Searching for posts.mp4
55.1MB
19. Search page/5. Outputting the search posts.mp4
20.11MB
19. Search page/6. Searching for users.mp4
59.09MB
19. Search page/7. Outputting the search users.mp4
23.57MB
2. Using NPM/1. npm init.mp4
80.78MB
2. Using NPM/2. Installing our first npm package.mp4
52.7MB
2. Using NPM/3. npm install.mp4
29MB
2. Using NPM/4. Telling git to ignore node_modules (skip if not using git).mp4
23.46MB
20. Creating group chats/1. Creating the inbox page routes.mp4
66.44MB
20. Creating group chats/10. Styling the selected users.mp4
36.64MB
20. Creating group chats/11. Removing the selected user.mp4
74.69MB
20. Creating group chats/12. Creating the chat schema.mp4
45.4MB
20. Creating group chats/13. Creating the chat routes.mp4
61.08MB
20. Creating group chats/14. Creating chats.mp4
67.42MB
20. Creating group chats/2. Creating the new message button.mp4
35.34MB
20. Creating group chats/3. New message page elements.mp4
23.85MB
20. Creating group chats/4. Styling the new message page elements.mp4
62.54MB
20. Creating group chats/5. Adding the user search timer.mp4
53.39MB
20. Creating group chats/6. Output selectable users.mp4
43.91MB
20. Creating group chats/7. Selecting users.mp4
59.22MB
20. Creating group chats/8. Leaving selected users out of the search results.mp4
29.19MB
20. Creating group chats/9. Outputting the selected users.mp4
44.89MB
21. Chat list/1. Getting the chats.mp4
62.43MB
21. Chat list/2. Outputting the chat elements.mp4
42.61MB
21. Chat list/3. Styling the chat items.mp4
29.22MB
21. Chat list/4. Getting the chat name.mp4
58.74MB
21. Chat list/5. Showing the chat images.mp4
56.95MB
21. Chat list/6. Styling the chat images.mp4
49.49MB
21. Chat list/7. Ellipsis for overflowing text.mp4
32.53MB
22. Accessing chats/1. Creating the chat page.mp4
20.37MB
22. Accessing chats/2. Getting the chat data for the page.mp4
55.38MB
22. Accessing chats/3. Checking that the chat exists.mp4
64.05MB
22. Accessing chats/4. Accessing the chat by user ID.mp4
93.62MB
22. Accessing chats/5. Sorting the chats by most recent first.mp4
13.62MB
23. Chat page UI/1. Adding the chat page elements.mp4
24.49MB
23. Chat page UI/2. Making the page take up the fill window height.mp4
39.12MB
23. Chat page UI/3. Styling the chat title bar.mp4
38.99MB
23. Chat page UI/4. Styling the message text box.mp4
43.16MB
23. Chat page UI/5. Styling the chat messages container.mp4
34.39MB
23. Chat page UI/6. Group chat images.mp4
30.37MB
23. Chat page UI/7. Styling the group chat images.mp4
31.45MB
23. Chat page UI/7.1 groupChatImagesStyle.mp4
186.04MB
23. Chat page UI/8. Limiting the number of displayed chat images.mp4
96.47MB
24. Changing the chat name/1. Adding the chat name modal popup.mp4
42.26MB
24. Changing the chat name/2. Making the ajax call to change the name.mp4
33.13MB
24. Changing the chat name/3. Updating the chat name in the database.mp4
30.74MB
24. Changing the chat name/4. Get chat route.mp4
53.18MB
24. Changing the chat name/5. Get chat data by chat ID.mp4
19.42MB
25. Sending messages/1. Message submitted event handlers.mp4
49.97MB
25. Sending messages/2. Send message function.mp4
27.41MB
25. Sending messages/3. Creating the message schema.mp4
38.02MB
25. Sending messages/4. Sending the message to the database.mp4
55.91MB
26. Outputting messages/1. Creating the message html.mp4
60.9MB
26. Outputting messages/10. Setting the border radius of their messages.mp4
23.3MB
26. Outputting messages/11. Outputting the sender name.mp4
42.07MB
26. Outputting messages/12. Outputting the sender profile picture.mp4
55.08MB
26. Outputting messages/13. Fixing a bug in the scrolling of messages.mp4
22.14MB
26. Outputting messages/14. Scrolling messages to the bottom automatically.mp4
57.06MB
26. Outputting messages/15. Showing a loading spinner while messages are loading.mp4
64.89MB
26. Outputting messages/2. Adding the main style for the messages.mp4
38.75MB
26. Outputting messages/3. Styling our own messages.mp4
58.22MB
26. Outputting messages/4. Handling a send message failure.mp4
31.64MB
26. Outputting messages/5. Outputting the latest message.mp4
80.85MB
26. Outputting messages/6. Getting the messages from the database.mp4
40.7MB
26. Outputting messages/7. Outputting all the chat messages.mp4
43.01MB
26. Outputting messages/8. Adding classes to the first and last messages in a group of messages.mp4
83.14MB
26. Outputting messages/9. Setting the border radius of our messages.mp4
36.84MB
27. Real time messages (Socket.IO)/1. Installing socket io.mp4
35.47MB
27. Real time messages (Socket.IO)/10. Sending a new message event.mp4
50.97MB
27. Real time messages (Socket.IO)/11. Handling incoming messages.mp4
65.71MB
27. Real time messages (Socket.IO)/2. Connecting to socket io from the client.mp4
45.06MB
27. Real time messages (Socket.IO)/3. Creating our setup socket event handler.mp4
79.23MB
27. Real time messages (Socket.IO)/4. Joining a chat room.mp4
30.16MB
27. Real time messages (Socket.IO)/5. Sending typing notifications.mp4
60.35MB
27. Real time messages (Socket.IO)/6. Safari messages bug fix.mp4
19.67MB
27. Real time messages (Socket.IO)/7. Showing the typing dots gif when user is typing.mp4
57.32MB
27. Real time messages (Socket.IO)/8. Hiding the typing dots when the user stops typing.mp4
81.8MB
27. Real time messages (Socket.IO)/9. Hiding the typing dots when a message is sent.mp4
13.61MB
28. Sending notifications/1. Creating the notification page.mp4
37.69MB
28. Sending notifications/2. Creating the notification schema.mp4
51.2MB
28. Sending notifications/3. Inserting notifications.mp4
59.79MB
28. Sending notifications/4. Sending a follow notification.mp4
53.37MB
28. Sending notifications/5. Sending notifications for likes, retweets and replies.mp4
111.69MB
28. Sending notifications/6. Sending notifications for messages.mp4
109.72MB
29. Displaying notifications/1. Creating the notifications api route.mp4
40.04MB
29. Displaying notifications/2. Retrieving notifications from the database.mp4
70.25MB
29. Displaying notifications/3. Creating the notifications html.mp4
67.9MB
29. Displaying notifications/4. Creating the notification text.mp4
56.94MB
29. Displaying notifications/5. Creating the notification links.mp4
43.27MB
29. Displaying notifications/6. Setting the active class on the notifications.mp4
23.04MB
29. Displaying notifications/7. Marking a notification as opened.mp4
61.89MB
29. Displaying notifications/8. Notification click handlers.mp4
112.39MB
29. Displaying notifications/9. Marking all notifications as read.mp4
41.31MB
3. Template Engines (Pug)/1. Setting up our project.mp4
33.78MB
3. Template Engines (Pug)/2. Installing Express.mp4
28.81MB
3. Template Engines (Pug)/3. Rendering some content on the web page.mp4
22.43MB
3. Template Engines (Pug)/4. Creating our first Pug template.mp4
54.2MB
3. Template Engines (Pug)/5. Rendering a dynamic page title.mp4
19.19MB
3. Template Engines (Pug)/6. Extending another pug template file.mp4
32.47MB
3. Template Engines (Pug)/7. Quick html improvements.mp4
13.74MB
30. Unread notificationmessages badges/1. Adding the notificationsmessages badge to the nav bar.mp4
62.63MB
30. Unread notificationmessages badges/2. Getting the number of unread chats.mp4
54.91MB
30. Unread notificationmessages badges/3. Adding the number to the unread messages badge.mp4
16.47MB
30. Unread notificationmessages badges/4. Adding the number to the unread notifications badge.mp4
64.48MB
31. Real time notifications/1. Sending the notification socket event.mp4
61.27MB
31. Real time notifications/2. Handling incoming notifications.mp4
30.32MB
31. Real time notifications/3. Outputting the popup notification.mp4
67.25MB
31. Real time notifications/4. Styling the popup notification list.mp4
54.52MB
31. Real time notifications/5. Making the notifications slide into view.mp4
23.22MB
31. Real time notifications/6. Outputting the popup messages.mp4
51.69MB
31. Real time notifications/7. Marking all messages as read.mp4
58MB
31. Real time notifications/8. Making unread messages have a blue background.mp4
37.55MB
31. Real time notifications/9. Incoming message fix.mp4
37.71MB
4. RegistrationLogin System/1. Middleware Redirecting the user if not logged in.mp4
43.69MB
4. RegistrationLogin System/10. Checking for empty fields.mp4
92.54MB
4. RegistrationLogin System/11. Getting started with MongoDB.mp4
51.32MB
4. RegistrationLogin System/12. Connecting to the database.mp4
95.34MB
4. RegistrationLogin System/13. Creating a reusable database connection.mp4
77.7MB
4. RegistrationLogin System/14. Creating the User Schema (mongoose).mp4
68.94MB
4. RegistrationLogin System/15. Checking if username or emails are already in use.mp4
71.19MB
4. RegistrationLogin System/16. Async and Await explanation.mp4
39.45MB
4. RegistrationLogin System/17. Checking if the username or email are already in use.mp4
44.68MB
4. RegistrationLogin System/18. Inserting a user into the collection.mp4
53.57MB
4. RegistrationLogin System/19. Adding timestamps to our data.mp4
31.9MB
4. RegistrationLogin System/2. Adding the login route.mp4
57.56MB
4. RegistrationLogin System/20. Hashing the password.mp4
64.33MB
4. RegistrationLogin System/21. Sessions.mp4
71.48MB
4. RegistrationLogin System/22. Passing the logged in user to the client.mp4
25.83MB
4. RegistrationLogin System/23. Logging in.mp4
131.84MB
4. RegistrationLogin System/3. Creating the login page.mp4
71.39MB
4. RegistrationLogin System/4. Adding Bootstrap.mp4
73.9MB
4. RegistrationLogin System/5. Serving static files.mp4
65.84MB
4. RegistrationLogin System/6. Login CSS.mp4
144.58MB
4. RegistrationLogin System/7. Creating the register page.mp4
56.73MB
4. RegistrationLogin System/8. Checking that the passwords match.mp4
64.39MB
4. RegistrationLogin System/9. Adding body parser.mp4
51.86MB
5. Creating the site's main layout/1. Bootstrap grid intro.mp4
93.53MB
5. Creating the site's main layout/2. Creatig a responsive layout.mp4
81.72MB
5. Creating the site's main layout/3. Adding FontAwesome.mp4
46.15MB
5. Creating the site's main layout/4. Choosing our navigation bar icons.mp4
90.16MB
5. Creating the site's main layout/5. Styling the navigation bar.mp4
60.3MB
5. Creating the site's main layout/6. Navigation icon colours.mp4
66.24MB
5. Creating the site's main layout/7. Logging out.mp4
31.33MB
5. Creating the site's main layout/8. Adding the page title.mp4
97.22MB
6. Creating the post form/1. Mixins.mp4
90.02MB
6. Creating the post form/2. Setting the default profile picture.mp4
46.44MB
6. Creating the post form/3. Styling the post form container.mp4
47.08MB
6. Creating the post form/4. Styling the textarea.mp4
62.03MB
6. Creating the post form/5. Adding a common javascript file.mp4
60.67MB
6. Creating the post form/6. Getting the entered text from the textbox.mp4
50.55MB
6. Creating the post form/7. Enabling the submit button when the user types.mp4
33.88MB
7. Styling the posts/1. Adding a click handler to the post button.mp4
57.03MB
7. Styling the posts/10. Styling the post body.mp4
70.52MB
7. Styling the posts/11. Styling the comment, retweet and like buttons.mp4
87.75MB
7. Styling the posts/12. Hover styles of the comment, retweet and like buttons.mp4
44.15MB
7. Styling the posts/2. Rest API basic explanation.mp4
30.29MB
7. Styling the posts/3. Post API route.mp4
66.79MB
7. Styling the posts/4. Sending a bad request when the data is invalid.mp4
38.94MB
7. Styling the posts/5. Creating the posts Mongoose schema.mp4
55.66MB
7. Styling the posts/6. Inserting the post into the database.mp4
97.15MB
7. Styling the posts/7. Handling the response from the server.mp4
49.28MB
7. Styling the posts/8. Outputting the post content.mp4
62MB
7. Styling the posts/9. Outputting the user info from the post.mp4
54.38MB
8. Outputting posts onto the newsfeed/1. Creating the home page JavaScript file.mp4
43.23MB
8. Outputting posts onto the newsfeed/2. Getting posts from the database.mp4
53.25MB
8. Outputting posts onto the newsfeed/3. Outputting posts on the page.mp4
48.98MB
8. Outputting posts onto the newsfeed/4. Populating the posted by data.mp4
40.49MB
8. Outputting posts onto the newsfeed/5. Populating our login details to save us time.mp4
20.49MB
8. Outputting posts onto the newsfeed/6. Calculating the timestamp of the posts.mp4
52.33MB
8. Outputting posts onto the newsfeed/7. Ordering the posts by newest first.mp4
10.74MB
9. The like button/1. Adding the likes field to the schemas.mp4
23.95MB
9. The like button/10. Updating the button to show the new number of likes.mp4
69.03MB
9. The like button/11. Passing the user logged in info to the client.mp4
53.33MB
9. The like button/12. Changing button colour when post is liked.mp4
64.48MB
9. The like button/13. Showing correct button colour when page loads.mp4
19.5MB
9. The like button/2. Like button click handler.mp4
39.59MB
9. The like button/3. Getting the post id from the clicked element.mp4
93.23MB
9. The like button/4. Rest API request types overview.mp4
18.69MB
9. The like button/5. Making a PUT request.mp4
58.58MB
9. The like button/6. Checking if if the user has already like the post.mp4
49.9MB
9. The like button/7. Inserting the like.mp4
85.78MB
9. The like button/8. Unliking posts.mp4
45.36MB
9. The like button/9. Returning the like result to the client.mp4
28.82MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统