riversongs Posted November 23, 2024 Report Share Posted November 23, 2024 Free Download Navigating Mars Using TypeScript and Functional Programming!Published 11/2024MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 ChLanguage: English | Duration: 2h 57m | Size: 1.04 GBLet's learn the basics of functional programming in TypeScript by tackling the Mars Rover kataWhat you'll learnHow to identify domain models from a problem statementHow to build types that make sense using primitive, sum, and product typesHow to use immutability to remove complexity from your codeHow to create easily testable functions using purityHow to create bigger functions by re-using other functions through compositionHow to maintain and update state when using immutable typesRequirementsBasic experience with Node and TypeScript (installing packages, running scripts)DescriptionOver the past five years, functional programming paradigms have entered the development mainstream. Whether its Elm that introduced the Model View Update pattern which inspired React's Redux and Angular's ngrx architecture or Haskell that introduced us to Maybe and Either which influenced Rust, functional concepts are becoming more common.However, in order to understand these advanced concepts, you need a solid foundation to build upon which is what we'll be tackling in this course. By tackling the Mars Rover kata, you'll get hands-experience with the three core concepts of functional programming.Immutability - Removing complexity by reducing where data can changeFunctions - Removing complexity by reducing what functions can do, ensuring that they're easier to understandComposition - Building new functions by composing existing functionsBy learning immutability, you learn how to arrange your code so that you don't have to track as much state in your application, reducing your troubleshooting time.By learning what functions are, you'll learn how to spot pure functions (e.g., those that are easy to test/troubleshoot) and how to minimize the amount of business rules in the impure functions (e.g., those that are hard to test)With these two concepts in hand, you'll learn how you can take existing functions and combine them into new functions, gaining re-usability.If you're interested in functional programming but not sure where to start, then this course is for you!Who this course is forBeginner to intermediate developers who have some experience with TypeScript, but want to learn more about functional programmingHomepagehttps://www.udemy.com/course/navigating-mars-using-ts-and-fp/Download ( Rapidgator )https://rg.to/file/1d9077464d8225a44d0d1f7c48ddad0d/bbiuu.Navigating.Mars.Using.TypeScript.and.Functional.Programming.part2.rar.htmlhttps://rg.to/file/bd5fd6a8d5b80c7391963ef8ec575bd1/bbiuu.Navigating.Mars.Using.TypeScript.and.Functional.Programming.part1.rar.htmlFikperhttps://fikper.com/dmmto7I2eg/bbiuu.Navigating.Mars.Using.TypeScript.and.Functional.Programming.part2.rar.htmlhttps://fikper.com/tUQbJ9gwGw/bbiuu.Navigating.Mars.Using.TypeScript.and.Functional.Programming.part1.rar.htmlNo Password - Links are Interchangeable Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now