FileMood

Download Learn and Understand NodeJS

Learn and Understand NodeJS

Name

Learn and Understand NodeJS

 DOWNLOAD Copy Link

Total Size

2.6 GB

Total Files

145

Hash

4886E9F7A2DFF200F711221AEE01262C7DD66F36

/1 - Introduction and Setup/

01.Introduction and the Goal of this Course.mp4

16.7 MB

02.Big Words and NodeJS.mp4

11.5 MB

03.Conceptual Aside - The Command Line Interface.mp4

31.8 MB

/10 - Javascript, JSON, and Databases/

76.Conceptual Aside - Relational Databases and SQL.mp4

24.3 MB

77.Node and MySQL.mp4

26.8 MB

78.Conceptual Aside - NoSQL and Documents.mp4

19.9 MB

79.MongoDB and Mongoose.mp4

38.2 MB

80.Web Server Checklist.mp4

4.5 MB

J2-Node-And-My-SQL.zip

7.2 KB

J4-Mongo-DB.zip

7.0 KB

/11 - The MEAN stack/

81.MongoDB, Express, AngularJS, and NodeJS.mp4

42.0 MB

82.AngularJS - Managing the Client.mp4

36.3 MB

83.AngularJS - Managing the Client (Part 2).mp4

22.0 MB

84.AngularJS - Managing the Client (Part 3).mp4

36.0 MB

85.Conceptual Aside - Angular 1, Angular 2, React, and more….mp4

15.1 MB

86.Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp4

33.6 MB

K3-Angular-JS-Managing-Client.zip

2.3 KB

K4-Angular-JS-Managing-Client.zip

4.7 KB

K5-FullStackDeveloper-Part1.zip

5.1 KB

/12 - Let's Build an App! (in record time)/

87.NodeTodo - Software Requirements.mp4

15.4 MB

88.Initial Setup.mp4

10.4 MB

89.Setting up Mongo and Mongoose.mp4

18.5 MB

90.Adding Seed Data.mp4

32.3 MB

91.Creating our API.mp4

35.4 MB

92.Testing our API.mp4

42.8 MB

L2-InitialSetup.zip

1.8 KB

L3-SettingUpMongoAndMongoose.zip

3.6 KB

L4-AddingSeedData.zip

5.4 KB

L5-CreatingOurAPI.zip

6.8 KB

L6-TestingOurAPI.zip

3.8 KB

/2 - V8 - The Javascript Engine/

04.Conceptual Aside - Processors, Machine Language, and C++.mp4

44.1 MB

05.Javascript Aside - Javascript Engines and The ECMAScript Specification.mp4

26.2 MB

06.V8 Under the Hood.mp4

26.9 MB

07.Adding Features to Javascript.mp4

56.0 MB

/3 - The Node Core/

08.Conceptual Aside - Servers and Clients.mp4

34.2 MB

09.What Does Javascript Need to Manage a Server.mp4

13.4 MB

10.The C++ Core.mp4

18.8 MB

11.The Javascript Core.mp4

15.1 MB

12.Let's Install and Run Some Javascript in Node.mp4

41.4 MB

C6-Lets-Run-Some-Javascript.zip

1.2 KB

/4 - Modules, Exports, and Require/

13.Conceptual Aside - Modules.mp4

19.1 MB

14.Javascript Aside - First-Class Functions and Function Expressions.mp4

39.1 MB

15.Let's Build a Module.mp4

18.7 MB

16.Javascript Aside - Objects and Object Literals.mp4

27.6 MB

17.Javascript Aside - Prototypal Inheritance and Function Constructors.mp4

44.1 MB

18.Javascript Aside - By Reference and By Value.mp4

16.8 MB

19.Javascript Aside - Immediately Invoked Function Expressions (IIFEs).mp4

15.6 MB

20.How Do Node Modules Really Work - module.exports and require.mp4

42.0 MB

21.Javascript Aside - JSON.mp4

8.0 MB

22.More on require.mp4

18.2 MB

23.Module Patterns.mp4

43.3 MB

24.exports vs module.exports.mp4

28.8 MB

25.Requiring Native (Core) Modules.mp4

16.2 MB

26.Modules and ES6.mp4

7.1 MB

27.Web Server Checklist.mp4

8.3 MB

D10-More-On-Require.zip

2.2 KB

D11-Module-Patterns.zip

2.4 KB

D12-Exports-Vs-Module-Exports.zip

1.6 KB

D13-Requiring-Core-Modules.zip

1.0 KB

D2-First-Class-Functions.zip

1.1 KB

D3-Lets-Build-A-Module.zip

1.6 KB

D4-Object-Literals.zip

1.0 KB

D5-Prototypal-Inheritance.zip

1.2 KB

D6-By-Value-By-Reference.zip

1.0 KB

D7-IIFE.zip

0.9 KB

D9-Module-Exports-And-Require.zip

0.7 KB

/5 - Events and the Event Emitter/

28.Conceptual Aside - Events.mp4

28.4 MB

29.Javascript Aside - Object Properties, First Class Functions, and Arrays.mp4

12.5 MB

30.The Node Event Emitter - Part 1.mp4

36.8 MB

31.The Node Event Emitter - Part 2.mp4

45.4 MB

32.Javascript Aside - Object.create and Prototypes.mp4

24.0 MB

33.Inheriting From the Event Emitter.mp4

50.9 MB

34.Javascript Aside - Node, ES6, and Template Literals.mp4

29.2 MB

35.Javascript Aside - .call and .apply.mp4

7.8 MB

36.Inheriting From the Event Emitter - Part 2.mp4

24.6 MB

37.Javascript Aside - ES6 Classes.mp4

24.7 MB

38.Inheriting From the Event Emitter - Part 3.mp4

15.4 MB

E10-ES6-Classes.zip

1.3 KB

E11-Inheriting-From-Event-Emitter-Part-3.zip

2.1 KB

E2-First-Class-Functions-Arrays.zip

1.2 KB

E3-Event-Emitter-Part-1.zip

1.4 KB

E4-Event-Emitter-Part-2.zip

1.3 KB

E5-Object-Create-And-Prototypes.zip

1.1 KB

E6-Inheriting-From-Event-Emitter.zip

1.2 KB

E7-ES6-Template-Strings.zip

1.5 KB

E8-Call-And-Apply.zip

1.5 KB

E9-Inheriting-From-Event-Emitter-Part-2.zip

1.9 KB

/6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/

39.Javascript Aside - Javascript is Synchronous.mp4

21.0 MB

40.Conceptual Aside - Callbacks.mp4

11.2 MB

41.libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp4

54.1 MB

42.Conceptual Aside - Streams and Buffers.mp4

27.8 MB

43.Conceptual Aside - Binary Data, Character Sets, and Encodings.mp4

49.9 MB

44.Buffers.mp4

17.2 MB

45.ES6 Typed Arrays.mp4

13.7 MB

46.Javascript Aside - Callbacks.mp4

11.5 MB

47.Files and fs.mp4

36.8 MB

48.Streams.mp4

74.3 MB

49.Conceptual Aside - Pipes.mp4

13.0 MB

50.Pipes.mp4

44.2 MB

51.Web Server Checklist.mp4

15.2 MB

F11-Pipes.zip

33.9 KB

F6-Buffers.zip

0.9 KB

F6a-ES6-Typed-Arrays.zip

1.2 KB

F7-Callbacks.zip

1.0 KB

F8-Files.zip

1.3 KB

F9-Streams.zip

33.7 KB

/7 - HTTP and being a Web Server/

52.Conceptual Aside - TCP_IP.mp4

40.4 MB

53.Conceptual Aside - Addresses and Ports.mp4

17.4 MB

54.Conceptual Aside - HTTP.mp4

38.4 MB

55.http_parser.mp4

38.0 MB

56.Let's Build a Web Server in Node.mp4

37.9 MB

57.Outputting HTML and Templates.mp4

27.6 MB

58.Streams and Performance.mp4

10.7 MB

59.Conceptual Aside - APIs and Endpoints.mp4

18.5 MB

60.Outputting JSON.mp4

18.8 MB

61.Routing.mp4

27.6 MB

62.Web Server Checklist.mp4

13.9 MB

G10-Routing.zip

1.8 KB

G5-Lets-Build-A-Web-Server.zip

1.1 KB

G6-Outputting-HTML-And-Templates.zip

1.6 KB

G7-Streams-And-Performance.zip

1.8 KB

G9-Outputting-JSON.zip

1.1 KB

/8 - NPM - the Node Package Manager/

63.Conceptual Aside - Packages and Package Managers.mp4

24.7 MB

64.Conceptual Aside - Semantic Versioning (semver).mp4

36.3 MB

65.npm and the npm registry - Other People's Code.mp4

15.5 MB

66.init, nodemon, and package.json.mp4

31.3 MB

67.init, nodemon, and package.json - Part 2.mp4

34.8 MB

68.Using Other People's Code.mp4

9.6 MB

H4-Init-Nodemon-Packagejson.zip

1.4 KB

H5-Init-Nodemon-Packagejson-Part2.zip

2.0 KB

/9 - Express/

69.Installing Express and Making it Easier to Build a Web Server.mp4

47.7 MB

70.Routes.mp4

16.0 MB

71.Static Files and Middleware.mp4

52.6 MB

72.Templates and Template Engines.mp4

37.1 MB

73.Querystring and Post Parameters.mp4

63.9 MB

74.RESTful APIs and JSON.mp4

20.4 MB

75.Structuring an App.mp4

45.6 MB

I1-Installing-Express-Web-Server.zip

1.9 KB

I2-Routing.zip

1.9 KB

I3-Static-And-Middleware.zip

2.7 KB

I4-Templates-And-Template-Engines.zip

4.3 KB

I5-Querystrings-And-Post.zip

5.2 KB

I6-RES-Tand-JSON.zip

5.3 KB

I7-Structuring-Our-App.zip

6.3 KB

/

course_info.txt

6.0 KB

 

Total files 145


Copyright © 2024 FileMood.com