FileMood

Download [FreeCoursesOnline.Me] [Pluralsight] Building Business Applications with Vue.js and MongoDB - [FCO]

FreeCoursesOnline Me Pluralsight Building Business Applications with Vue js and MongoDB FCO

Name

[FreeCoursesOnline.Me] [Pluralsight] Building Business Applications with Vue.js and MongoDB - [FCO]

 DOWNLOAD Copy Link

Total Size

570.8 MB

Total Files

139

Last Seen

2024-10-07 23:33

Hash

1CE2F961924F2B1F266413A33D86EBF7261CBD08

/01.Course Overview/

0101.Course Overview.mp4

3.2 MB

0101.Course Overview.srt

1.7 KB

/02.Get Introduced to the Course/

0201.Welcome.mp4

1.4 MB

0201.Welcome.srt

1.6 KB

0202.Application Design Meeting.mp4

3.6 MB

0202.Application Design Meeting.srt

1.9 KB

0203.Demo Review Application Mockups.mp4

2.0 MB

0203.Demo Review Application Mockups.srt

2.1 KB

0204.Next Steps.mp4

625.4 KB

0204.Next Steps.srt

0.8 KB

/03.Technology Stack Overview/

0301.Roadmap.mp4

1.9 MB

0301.Roadmap.srt

2.2 KB

0302.Core Frameworks.mp4

956.8 KB

0302.Core Frameworks.srt

1.2 KB

0303.Data Access Layer.mp4

1.7 MB

0303.Data Access Layer.srt

2.4 KB

0304.API Layer.mp4

968.0 KB

0304.API Layer.srt

1.4 KB

0305.User Experience.mp4

4.9 MB

0305.User Experience.srt

3.8 KB

0306.Demo Vuetify Review.mp4

14.9 MB

0306.Demo Vuetify Review.srt

5.0 KB

0307.Other Libraries You Will Use.mp4

2.3 MB

0307.Other Libraries You Will Use.srt

3.2 KB

0308.Development Tools.mp4

5.1 MB

0308.Development Tools.srt

3.2 KB

0309.Time to Get Started.mp4

571.3 KB

0309.Time to Get Started.srt

0.6 KB

/04.Setting Up the Demo Application/

0401.Setting up Our Project.mp4

438.3 KB

0401.Setting up Our Project.srt

0.6 KB

0402.Demo vue-cli.mp4

16.9 MB

0402.Demo vue-cli.srt

7.1 KB

0403.Baseline Architecture.mp4

16.4 MB

0403.Baseline Architecture.srt

8.2 KB

0404.Next Steps.mp4

618.3 KB

0404.Next Steps.srt

0.8 KB

/05.Designing the Data Layer with MongoDB and Mongoose/

0501.Data First.mp4

2.0 MB

0501.Data First.srt

2.1 KB

0502.Demo Setting up MongoDB.mp4

23.5 MB

0502.Demo Setting up MongoDB.srt

9.2 KB

0503.Mongoose The Bridge to MongoDB.mp4

3.3 MB

0503.Mongoose The Bridge to MongoDB.srt

3.6 KB

0504.Demo Develop the Mongoose Schemas.mp4

21.8 MB

0504.Demo Develop the Mongoose Schemas.srt

8.3 KB

0505.Next Steps.mp4

688.2 KB

0505.Next Steps.srt

0.7 KB

/06.Developing the API with Node and Express/

0601.Interface to Our Data.mp4

3.1 MB

0601.Interface to Our Data.srt

2.2 KB

0602.Design the API.mp4

4.2 MB

0602.Design the API.srt

4.6 KB

0603.Demo Build the API.mp4

20.6 MB

0603.Demo Build the API.srt

7.5 KB

0604.Demo API Routes.mp4

27.0 MB

0604.Demo API Routes.srt

10.5 KB

0605.Debugging and Testing the API.mp4

15.9 MB

0605.Debugging and Testing the API.srt

6.6 KB

0606.Next Steps.mp4

592.1 KB

0606.Next Steps.srt

0.8 KB

/07.UI Development with Vue.js and Vuetify/

0701.Mockup and Business Requirements Review.mp4

3.4 MB

0701.Mockup and Business Requirements Review.srt

3.6 KB

0702.Getting Our Development Environment Setup.mp4

5.6 MB

0702.Getting Our Development Environment Setup.srt

2.6 KB

0703.Stubbing in the Vue Files.mp4

21.6 MB

0703.Stubbing in the Vue Files.srt

14.5 KB

0704.Setting up Routing.mp4

14.9 MB

0704.Setting up Routing.srt

6.9 KB

0705.Demo Testing the Baseline Setup.mp4

4.5 MB

0705.Demo Testing the Baseline Setup.srt

3.4 KB

0706.Selecting a Vuetify Layout.mp4

12.9 MB

0706.Selecting a Vuetify Layout.srt

7.9 KB

0707.Demo Add Vuetify to the Project.mp4

20.8 MB

0707.Demo Add Vuetify to the Project.srt

7.4 KB

0708.Vuetify Components Review.mp4

27.4 MB

0708.Vuetify Components Review.srt

10.9 KB

0709.Using Vuetify Components.mp4

33.1 MB

0709.Using Vuetify Components.srt

15.4 KB

0710.Review Vuetified Components.mp4

32.3 MB

0710.Review Vuetified Components.srt

12.5 KB

0711.Next Steps.mp4

785.4 KB

0711.Next Steps.srt

0.9 KB

/08.Manage Application State with Vuex/

0801.Introduction.mp4

2.5 MB

0801.Introduction.srt

2.6 KB

0802.What Is Vuex.mp4

4.5 MB

0802.What Is Vuex.srt

4.2 KB

0803.Vuex Store Objects.mp4

2.0 MB

0803.Vuex Store Objects.srt

2.6 KB

0804.State.mp4

1.2 MB

0804.State.srt

1.7 KB

0805.Actions.mp4

2.4 MB

0805.Actions.srt

2.7 KB

0806.Mutations.mp4

3.5 MB

0806.Mutations.srt

3.6 KB

0807.Getters.mp4

737.7 KB

0807.Getters.srt

0.9 KB

0808.Modules.mp4

2.1 MB

0808.Modules.srt

2.2 KB

0809.Demo Develop the Vuex Store.mp4

41.6 MB

0809.Demo Develop the Vuex Store.srt

16.2 KB

0810.Demo Modify Login.vue.mp4

17.0 MB

0810.Demo Modify Login.vue.srt

6.5 KB

0811.Next Steps.mp4

613.0 KB

0811.Next Steps.srt

0.7 KB

/09.Getting Data from the API/

0901.Introduction to Axios.mp4

5.3 MB

0901.Introduction to Axios.srt

2.2 KB

0902.Calling the API from the Component.mp4

4.0 MB

0902.Calling the API from the Component.srt

2.1 KB

0903.Calling the API from the Vuex Store.mp4

2.6 MB

0903.Calling the API from the Vuex Store.srt

1.9 KB

0904.Demo Using Axios.mp4

20.8 MB

0904.Demo Using Axios.srt

8.6 KB

0905.More To Do.mp4

355.4 KB

0905.More To Do.srt

0.6 KB

/10.Finalizing the Demo Application/

1001.Finishing Things Up.mp4

2.8 MB

1001.Finishing Things Up.srt

2.5 KB

1002.Add and Edit Transactions.mp4

9.5 MB

1002.Add and Edit Transactions.srt

4.6 KB

1003.Header Actions.mp4

12.6 MB

1003.Header Actions.srt

5.1 KB

1004.Vuex Mappers.mp4

6.4 MB

1004.Vuex Mappers.srt

3.8 KB

1005.Security.mp4

11.4 MB

1005.Security.srt

5.0 KB

1006.What_s Next.mp4

331.8 KB

1006.What_s Next.srt

0.5 KB

/11.Summary and Other Options/

1101.VENoM Stack Options.mp4

696.9 KB

1101.VENoM Stack Options.srt

0.8 KB

1102.Alternative Libraries.mp4

4.4 MB

1102.Alternative Libraries.srt

2.4 KB

1103.Database Options.mp4

5.8 MB

1103.Database Options.srt

2.3 KB

1104.What Now.mp4

1.4 MB

1104.What Now.srt

1.3 KB

/Exercise Files/

building-business-applications-vuejs.zip

25.4 MB

/

Discuss.FreeTutorials.Us.html

169.7 KB

FreeCoursesOnline.Me.html

110.9 KB

FreeTutorials.Eu.html

104.7 KB

Presented By SaM.txt

0.0 KB

[TGx]Downloaded from torrentgalaxy.org.txt

0.5 KB

Torrent Downloaded From GloDls.to.txt

0.1 KB

 

Total files 139


Copyright © 2024 FileMood.com