首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCoursesOnline.Me] [Packtpub.Com] Angular and Node.js - The MEAN Stack Guide - [FCO]
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2019-3-8 15:05
2024-12-23 08:43
230
2.63 GB
129
磁力链接
magnet:?xt=urn:btih:357388047ab5e060fb626b4fb80b6374ff557b72
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjM1NzM4ODA0N2FiNWUwNjBmYjYyNmI0ZmI4MGI2Mzc0ZmY1NTdiNzJaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCoursesOnline
Me
Packtpub
Com
Angular
and
Node
js
-
The
MEAN
Stack
Guide
-
FCO
文件列表
01.Getting Started/0101.Introduction.mp4
5.38MB
01.Getting Started/0102.What is MEAN.mp4
39.65MB
01.Getting Started/0103.What is a Single Page Application (SPA).mp4
7.98MB
01.Getting Started/0104.How Does the MEAN Stack Work.mp4
11.1MB
01.Getting Started/0105.Installing Node & the Angular CLI.mp4
29.19MB
01.Getting Started/0106.Installing our IDE.mp4
11.99MB
01.Getting Started/0107.Exploring the Project Structure.mp4
14.96MB
01.Getting Started/0108.Course Outline.mp4
12.8MB
01.Getting Started/0109.How To Get The Most Out Of This Course.mp4
6.28MB
02.The Angular Frontend - Understanding the Basics/0201.Module Introduction.mp4
4.35MB
02.The Angular Frontend - Understanding the Basics/0202.Understanding the Folder Structure.mp4
25.9MB
02.The Angular Frontend - Understanding the Basics/0203.Understanding Angular Components.mp4
9.96MB
02.The Angular Frontend - Understanding the Basics/0204.Adding our First Component.mp4
29.58MB
02.The Angular Frontend - Understanding the Basics/0205.Listening to Events.mp4
15.9MB
02.The Angular Frontend - Understanding the Basics/0206.Outputting Content.mp4
23.41MB
02.The Angular Frontend - Understanding the Basics/0207.Getting User Input.mp4
22.5MB
02.The Angular Frontend - Understanding the Basics/0208.Installing Angular Material.mp4
45.15MB
02.The Angular Frontend - Understanding the Basics/0209.Adding a Toolbar.mp4
14.77MB
02.The Angular Frontend - Understanding the Basics/0210.Outputting Posts.mp4
24.4MB
02.The Angular Frontend - Understanding the Basics/0211.Diving Into Structural Directives.mp4
22.23MB
02.The Angular Frontend - Understanding the Basics/0212.Creating Posts with Property & Event Binding.mp4
28.38MB
02.The Angular Frontend - Understanding the Basics/0213.Creating a Post Model.mp4
17.02MB
02.The Angular Frontend - Understanding the Basics/0214.Adding Forms.mp4
30.6MB
02.The Angular Frontend - Understanding the Basics/0215.Getting Posts from Post-Create to Post-List.mp4
34.1MB
02.The Angular Frontend - Understanding the Basics/0216.Calling GET Post.mp4
41.42MB
02.The Angular Frontend - Understanding the Basics/0217.More About Observables.mp4
11.38MB
02.The Angular Frontend - Understanding the Basics/0218.Working on our Form.mp4
14.3MB
03.Adding NodeJS to our Project/0301.Module Introduction.mp4
3.85MB
03.Adding NodeJS to our Project/0302.Connecting Node & Angular – Theory.mp4
11.75MB
03.Adding NodeJS to our Project/0303.What is a RESTful API.mp4
8.9MB
03.Adding NodeJS to our Project/0304.Adding the Node Backend.mp4
33.9MB
03.Adding NodeJS to our Project/0305.Adding the Express Framework.mp4
28.97MB
03.Adding NodeJS to our Project/0306.Improving the server.js Code.mp4
17.38MB
03.Adding NodeJS to our Project/0307.Fetching Initial Posts.mp4
25.72MB
03.Adding NodeJS to our Project/0308.Using the Angular HTTP Client.mp4
34.96MB
03.Adding NodeJS to our Project/0309.Understanding CORS.mp4
19.7MB
03.Adding NodeJS to our Project/0310.Adding the POST Backend Point.mp4
21.2MB
03.Adding NodeJS to our Project/0311.Adding Angular.mp4
18.92MB
04.Working with MongoDB/0401.Module Introduction.mp4
1.9MB
04.Working with MongoDB/0402.What is MongoDB.mp4
4.89MB
04.Working with MongoDB/0403.Comparing SQL & NoSQL.mp4
8.55MB
04.Working with MongoDB/0404.Connecting Angular to a Database.mp4
3.84MB
04.Working with MongoDB/0405.Setting Up MongoDB.mp4
19.48MB
04.Working with MongoDB/0406.Adding Mongoose.mp4
11.34MB
04.Working with MongoDB/0407.Understanding Mongoose Schemas & Models.mp4
20.98MB
04.Working with MongoDB/0408.Creating a POST Instance.mp4
15.4MB
04.Working with MongoDB/0409.Connecting our Node Express App to MongoDB.mp4
11.5MB
04.Working with MongoDB/0410.Storing Data in a Database.mp4
21MB
04.Working with MongoDB/0411.Fetching Data From a Database.mp4
20.55MB
04.Working with MongoDB/0412.Transforming Response Data.mp4
18.81MB
04.Working with MongoDB/0413.Deleting Documents.mp4
27.4MB
04.Working with MongoDB/0414.Updating the Frontend after Deleting Posts.mp4
11.4MB
04.Working with MongoDB/0415.Adding Posts with an ID.mp4
26.41MB
05.Enhancing the App/0501.Module Introduction.mp4
1.57MB
05.Enhancing the App/0502.Adding Routing.mp4
36.25MB
05.Enhancing the App/0503.Styling Links.mp4
15.12MB
05.Enhancing the App/0504.Client Side vs Server Side Routing.mp4
10.82MB
05.Enhancing the App/0505.Creating the "edit" Form.mp4
37.6MB
05.Enhancing the App/0506.Finishing the Edit Feature.mp4
39.76MB
05.Enhancing the App/0507.Updating Posts on the Server.mp4
33.18MB
05.Enhancing the App/0508.Re-Organizing Backend Routes.mp4
21MB
05.Enhancing the App/0509.Adding Loading Spinners.mp4
31.94MB
06.Adding Image Uploads to our App/0601.Module Introduction.mp4
940.37KB
06.Adding Image Uploads to our App/0602.Adding the File Input Button.mp4
16.99MB
06.Adding Image Uploads to our App/0603.Converting the Form from a Template Driven to a Reactive Approach.mp4
48.4MB
06.Adding Image Uploads to our App/0604.Adding Image Controls to Store the Image.mp4
24.86MB
06.Adding Image Uploads to our App/0605.Adding an Image Preview.mp4
18.54MB
06.Adding Image Uploads to our App/0606.Starting with the Mime-Type Validator.mp4
29.41MB
06.Adding Image Uploads to our App/0607.Finishing the Image Validator.mp4
25.88MB
06.Adding Image Uploads to our App/0608.Adding Server Side Upload.mp4
29.76MB
06.Adding Image Uploads to our App/0609.Uploading Files.mp4
21.8MB
06.Adding Image Uploads to our App/0610.Working with the File URL.mp4
22.42MB
06.Adding Image Uploads to our App/0611.Fetching Images on the Frontend.mp4
23.44MB
06.Adding Image Uploads to our App/0612.Updating Posts with Images.mp4
47.13MB
06.Adding Image Uploads to our App/0613.Wrap Up.mp4
3.34MB
07.Adding Pagination/0701.Module Introduction.mp4
1.38MB
07.Adding Pagination/0702.Adding the Pagination Component.mp4
26.56MB
07.Adding Pagination/0703.Working on the Pagination Backend.mp4
31.19MB
07.Adding Pagination/0704.Connecting the Angular Paginator to the Backend.mp4
19.83MB
07.Adding Pagination/0705.Fetching Posts Correctly.mp4
22.48MB
07.Adding Pagination/0706.Finishing Touches.mp4
17.58MB
08.Adding User Authentication/0801.Module Introduction.mp4
1.22MB
08.Adding User Authentication/0802.Adding the Login Input Fields.mp4
29.62MB
08.Adding User Authentication/0803.Handling User Input.mp4
13.2MB
08.Adding User Authentication/0804.Adding the Signup Screen.mp4
13.4MB
08.Adding User Authentication/0805.Creating the User Model.mp4
25.99MB
08.Adding User Authentication/0806.Creating a New User Upon Request.mp4
22.05MB
08.Adding User Authentication/0807.Connecting Angular to the Backend.mp4
24.32MB
08.Adding User Authentication/0808.Understanding SPA Authentication.mp4
7.33MB
08.Adding User Authentication/0809.Implementing SPA Authentication.mp4
34.78MB
08.Adding User Authentication/0810.Sending the Token to the Frontend.mp4
20.73MB
08.Adding User Authentication/0811.Adding Middleware to Protect Routes.mp4
45.38MB
08.Adding User Authentication/0812.Adding the Token to Authenticate Requests.mp4
49.93MB
08.Adding User Authentication/0813.Improving the UI Header to Reflect the Authentication Status.mp4
26.74MB
08.Adding User Authentication/0814.Improving the UI Messages to Reflect the Authentication Status.mp4
22.66MB
08.Adding User Authentication/0815.Connecting the Logout Button to the Authentication Status.mp4
9.84MB
08.Adding User Authentication/0816.Redirecting Users.mp4
16.13MB
08.Adding User Authentication/0817.Adding Route Guards.mp4
24.86MB
08.Adding User Authentication/0818.Reflecting the Token Expiration in the UI.mp4
22.44MB
08.Adding User Authentication/0819.Saving the Token in the Local Storage.mp4
57.37MB
09.Authorization/0901.Module Introduction.mp4
1.44MB
09.Authorization/0902.Adding a Reference to the Model.mp4
13.7MB
09.Authorization/0903.Adding the User ID to Posts.mp4
25.56MB
09.Authorization/0904.Protecting Resources with Authorization.mp4
29.94MB
09.Authorization/0905.Passing the User ID to the Frontend.mp4
26.45MB
09.Authorization/0906.Using the User ID on the Frontend.mp4
18.7MB
10.Handling Errors/1001.Module Introduction.mp4
2MB
10.Handling Errors/1002.Testing Different Places to Handle Errors.mp4
35.55MB
10.Handling Errors/1003.The Error Interceptor.mp4
28.98MB
10.Handling Errors/1004.Displaying the Basic Error Dialog.mp4
18.92MB
10.Handling Errors/1005.Adding an Error Dialog.mp4
19.52MB
10.Handling Errors/1006.Returning Error Messages on the Server.mp4
25.78MB
10.Handling Errors/1007.Finishing Touches.mp4
11.02MB
11.Optimizations/1101.Module Introduction.mp4
677.91KB
11.Optimizations/1102.Using Controllers.mp4
30.08MB
11.Optimizations/1103.Separating the Middleware.mp4
12.83MB
11.Optimizations/1104.Creating an Angular Material Module.mp4
15.83MB
11.Optimizations/1105.Splitting the App Into Feature Modules.mp4
18.99MB
11.Optimizations/1106.Fixing an Update Bug.mp4
9.46MB
11.Optimizations/1107.Creating the Auth Module.mp4
15.05MB
11.Optimizations/1108.Adding Lazy Loading.mp4
28.8MB
11.Optimizations/1109.Using a Global Angular Config.mp4
22.66MB
11.Optimizations/1110.Using Node Environment Variables.mp4
19.54MB
12.Deploying our App/1201.Module Introduction.mp4
859.58KB
12.Deploying our App/1202.Deployment Options.mp4
7.5MB
12.Deploying our App/1203.Deploying the REST Api.mp4
49.28MB
12.Deploying our App/1204.Angular Deployment - Finishing the Two App Setup.mp4
35.48MB
12.Deploying our App/1205.Using the Integrated Approach.mp4
34.83MB
13.Course Roundup/1301.Course Roundup.mp4
5.98MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统