[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course

Torrent Details


[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course

NAME
[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Redux Course.torrent
CATEGORY
Other
INFOHASH
e741edf2620575c36771fb5e428df2ea6f5b7801
SIZE
1.3 GB in 95 files
ADDED
Uploaded on 06-04-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Lynda and other Courses >>> https://www.freecoursesonline.me/

For Developer Tools & Apps >>> https://ftuapps.com/

Forum for discussion >>> https://1hack.us/







Author: Mosh Hamedani

Language: English

Released: 2020

Duration: +5 hours

Course Source: https://codewithmosh.com/p/ultimate-redux



Go from beginner to expert in 6 hours. Everything you need to build modern apps with Redux.



Learn to build modern apps



Redux is the most popular state management library for JavaScript apps.



It's mostly used with React but it's also becoming popular in Angular, Ember and Vue communities.



Despite being a small library with a small footprint, a lot of developers find Redux confusing and complicated. They also complain that Redux introduces a lot of boilerplate in the code and makes trivial things overly complicated.



This course gives you a solid foundation on Redux and teaches you how to write clean and concise modern Redux code.



You'll learn everything about Redux including the whats, whys, hows, and industry best practices.



A short and sweet course that you can watch in an afternoon - free of fluff and nonsense.



Simply put, this is the Redux course that I wish I had when I started learning Redux.



By the end of this course…



You’ll be able to:



• Build fast and scalable apps with Redux

• Write clean, concise Redux code free of clutter and boilerplate

• Apply fundamental functional programming techniques

• Maintain existing Redux-based apps

• Prepare for technical interviews



What You'l Learn...



• What Redux is and when to use it

• Essential functional programming principles

• Use Redux Toolkit to kickstart Redux apps

• Debug apps using Redux DevTools

• Design a Redux store

• Write clean, concise, maintainable Redux code

• Properly structure Redux code

• Handle asynchronous events with redux-thunk

• Use existing middleware or write your own

• Test Redux code, the right way

• Connect React and Redux using react-redux

• The popular tools in Redux ecosystem

• Industry best practices and recommended patterns

• Common mistakes that many Redux devs make

• And much, much, more…



Who is this course for?



• Developers curious about Redux, the benefits it provides and how to use it properly

• Developers who want to add Redux to their skill set to get a raise or apply for a better job



Prerequisites:



To take this course, you need to have at least 3 months of experience programming in JavaScript. You don't any familiarity with Redux. I'll teach you everything from the ground up.



Your Instructor



Hi! My name is Mosh Hamedani. I'm a software engineer with almost two decades of experience. I've taught over three million people how to code and how to become a professional software engineer through my online courses and YouTube channel.



I believe coding should be fun and accessible to everyone.







Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
0. Websites you may like/How you can help our Group!.txt208 B
01 Getting Started/1- What is Redux.mp411.6 MB
01 Getting Started/2- Pros and Cons of Redux.mp454.3 MB
01 Getting Started/3- Is Redux for You.mp421.8 MB
01 Getting Started/4- Setting Up the Development Environment.mp45.3 MB
02 Functional Programming in JavaScript/1- Introduction.mp42 MB
02 Functional Programming in JavaScript/10- Updating Objects.mp411 MB
02 Functional Programming in JavaScript/11- Updating Arrays.mp410.5 MB
02 Functional Programming in JavaScript/12- Enforcing Immutability.mp41.7 MB
02 Functional Programming in JavaScript/13- Immutable.js.mp49 MB
02 Functional Programming in JavaScript/14- Immer.mp48.1 MB
02 Functional Programming in JavaScript/2- What is Functional Programming.mp48 MB
02 Functional Programming in JavaScript/3- Functions as First-class Citizens.mp47.2 MB
02 Functional Programming in JavaScript/4- Higher-order Functions.mp43.8 MB
02 Functional Programming in JavaScript/5- Function Composition.mp49.1 MB
02 Functional Programming in JavaScript/6- Composing and Piping.mp47.2 MB
02 Functional Programming in JavaScript/7- Currying.mp416.1 MB
02 Functional Programming in JavaScript/8- Pure Functions.mp45 MB
02 Functional Programming in JavaScript/9- Immutability.mp49.9 MB
03 Redux Fundamentals/1- Introduction.mp41.3 MB
03 Redux Fundamentals/10- Action Types.mp412.2 MB
03 Redux Fundamentals/11- Action Creators.mp48.6 MB
03 Redux Fundamentals/12- Exercise.mp4483.9 KB
03 Redux Fundamentals/13- Solution.mp415.4 MB
03 Redux Fundamentals/2- Redux Architecture.mp427.7 MB
03 Redux Fundamentals/3- Your First Redux App.mp42.8 MB
03 Redux Fundamentals/4- Designing the Store.mp42.3 MB
03 Redux Fundamentals/5- Defining the Actions.mp45.1 MB
03 Redux Fundamentals/6- Creating a Reducer.mp418.5 MB
03 Redux Fundamentals/7- Creating the Store.mp44.1 MB
03 Redux Fundamentals/8- Dispatching Actions.mp46.8 MB
03 Redux Fundamentals/9- Subscribing to the Store.mp46 MB
04 Building Redux from Scratch/1- Introduction.mp41.2 MB
04 Building Redux from Scratch/2- Redux Store.mp413.9 MB
04 Building Redux from Scratch/3- Private Properties.mp411.1 MB
04 Building Redux from Scratch/4- Dispatching Actions.mp48.6 MB
04 Building Redux from Scratch/5- Subscribing to the Store.mp48.8 MB
05 Debugging Redux Applications/1- Introduction.mp4419.5 KB
05 Debugging Redux Applications/2- Installing Redux DevTools.mp48.7 MB
05 Debugging Redux Applications/3- The Basics.mp45.3 MB
05 Debugging Redux Applications/4- Inspector Monitor.mp410.6 MB
05 Debugging Redux Applications/5- Tracing.mp414.9 MB
05 Debugging Redux Applications/6- Exporting and Importing.mp44.3 MB
06 Writing Clean Redux Code/1- Introduction.mp4436.6 KB
06 Writing Clean Redux Code/10- Solution.mp412.2 MB
06 Writing Clean Redux Code/2- Structuring Files and Folders.mp44.8 MB
06 Writing Clean Redux Code/3- Ducks Pattern.mp420.9 MB
06 Writing Clean Redux Code/4- Redux Toolkit.mp44.2 MB
06 Writing Clean Redux Code/5- Creating the Store.mp48.6 MB
06 Writing Clean Redux Code/6- Creating Actions.mp421.5 MB
06 Writing Clean Redux Code/7- Creating Reducers.mp426.1 MB
06 Writing Clean Redux Code/8- Creating Slices.mp421.2 MB
06 Writing Clean Redux Code/9- Exercise.mp42.2 MB
07 Designing the Store/1- Introduction.mp4507 KB
07 Designing the Store/2- Redux State vs Local State.mp46.1 MB
07 Designing the Store/3- Structuring a Redux Store.mp45.1 MB
07 Designing the Store/4- Combining Reducers.mp412.2 MB
07 Designing the Store/5- Normalization.mp43.1 MB
07 Designing the Store/6- Selectors.mp413 MB
07 Designing the Store/7- Memoizing Selectors with Reselect.mp415.2 MB
07 Designing the Store/8- Exercise.mp4731.4 KB
07 Designing the Store/9- Solution.mp433.2 MB
08 Middleware/1- Introduction.mp4470.7 KB
08 Middleware/2- What is Middleware.mp44.1 MB
08 Middleware/3- Creating Middleware.mp417.8 MB
08 Middleware/4- Parameterizing Middleware.mp45.3 MB
08 Middleware/5- Dispatching Functions.mp423.9 MB
08 Middleware/6- Exercise.mp41.7 MB
08 Middleware/7- Solution.mp46.6 MB
09 Consuming APIs/1- Introduction.mp41.5 MB
09 Consuming APIs/10- Saving Data to the Server.mp413.8 MB
09 Consuming APIs/11- Exercise.mp4625.5 KB
09 Consuming APIs/12- Solution- Resolving Bugs.mp415.3 MB
09 Consuming APIs/13- Solution- Assigning a Bug to a User.mp410.1 MB
09 Consuming APIs/14- Reducing Coupling.mp430.8 MB
09 Consuming APIs/15- Cohesion.mp46.1 MB
09 Consuming APIs/2- Setting Up the Backend.mp411 MB
09 Consuming APIs/3- The Approach.mp46.8 MB
09 Consuming APIs/4- API Middleware.mp428.3 MB
09 Consuming APIs/5- Actions.mp421.1 MB
09 Consuming APIs/6- Restructuring the Store.mp48.3 MB
09 Consuming APIs/7- Getting Data from the Server.mp424.3 MB
09 Consuming APIs/8- Loading Indicators.mp421.3 MB
09 Consuming APIs/9- Caching.mp423.4 MB
10 Testing Redux Applications/1- Introduction.mp47.5 MB
10 Testing Redux Applications/10- Test Coverage.mp45.3 MB
10 Testing Redux Applications/11- Exercises.mp4699.6 KB
10 Testing Redux Applications/12- Solution- getUnresolvedBugs.mp422.6 MB
10 Testing Redux Applications/13- Solution- resolveBug.mp485 MB
10 Testing Redux Applications/14- Solution- loadingBugs.mp4173.1 MB
10 Testing Redux Applications/2- What is Automated Testing.mp418 MB
10 Testing Redux Applications/3- Setting Up the Testing Environment.mp410.2 MB
10 Testing Redux Applications/4- Your First Unit Test.mp416.5 MB
10 Testing Redux Applications/5- Unit Testing Redux Applications.mp423.4 MB
10 Testing Redux Applications/6- Solitary Tests.mp431 MB

Alternative Torrents for 'FreeCoursesOnline.Me Code With Mosh Ultimate Redux Course'.

There are no alternative torrents found.