product
2092065Functional Programming in Gohttps://www.gandhi.com.mx/functional-programming-in-golang/phttps://gandhi.vtexassets.com/arquivos/ids/418118/3c881ada-9c03-4f6d-9836-9c894783346d.jpg?v=638334735022900000591657MXNPackt PublishingInStock/Ebooks/<p><strong>Leverage core functional programming (FP) concepts to write more maintainable and testable code in Go</strong></p><p><strong>Purchase of the print or Kindle book includes a free PDF eBook</strong></p><h4>Key Features</h4><ul><li>Learn functional programming techniques at the architectural level and use them to solve real-world problems</li><li>Understand how to think about code functionally</li><li>Learn about the trade-offs of functional programming and object-oriented programming (OOP) in Go</li></ul><h4>Book Description</h4><p>While Go is a multi-paradigm language that gives you the option to choose whichever paradigm works best for the particular problem you aim to solve, it supports features that enable you to apply functional principles in your code. In this book, youll learn about concepts central to the functional programming paradigm and how and when to apply functional programming techniques in Go.</p><p>Starting with the basic concepts of functional programming, this Golang book will help you develop a deeper understanding of first-class functions. In the subsequent chapters, youll gain a more comprehensive view of the techniques and methods used in functional languages, such as function currying, partial application, and higher-order functions. Youll then be able to apply functional design patterns for solving common programming challenges and explore how to apply concurrency mechanisms to functional programming.</p><p>By the end of this book, youll be ready to improve your code bases by applying functional programming techniques in Go to write cleaner, safer, and bug-free code.</p><h4>What you will learn</h4><ul><li>Gain a deeper understanding of functional programming through practical examples</li><li>Build a solid foundation in core FP concepts and see how they apply to Go code</li><li>Discover how FP can improve the testability of your code base</li><li>Apply functional design patterns for problem solving</li><li>Understand when to choose and not choose FP concepts</li><li>Discover the benefits of functional programming when dealing with concurrent code</li></ul><h4>Who this book is for</h4><p>If you are a Go engineer with a background in traditionally object-oriented languages such as Java or C and want to broaden your knowledge of functional programming, this book is for you.</p>...2048138Functional Programming in Go591657https://www.gandhi.com.mx/functional-programming-in-golang/phttps://gandhi.vtexassets.com/arquivos/ids/418118/3c881ada-9c03-4f6d-9836-9c894783346d.jpg?v=638334735022900000InStockMXN99999DIEbook20239781801814300_W3siaWQiOiJlYmVlZDY1OC1jNmQ1LTRkMjUtOWE5Yy00NDE4Mjc5ZjgyZWQiLCJsaXN0UHJpY2UiOjY1NywiZGlzY291bnQiOjY2LCJzZWxsaW5nUHJpY2UiOjU5MSwiaW5jbHVkZXNUYXgiOnRydWUsInByaWNlVHlwZSI6Ildob2xlc2FsZSIsImN1cnJlbmN5IjoiTVhOIiwiZnJvbSI6IjIwMjQtMDQtMDhUMTY6MDA6MDBaIiwicmVnaW9uIjoiTVgiLCJpc1ByZW9yZGVyIjpmYWxzZX1d9781801814300_<p><strong>Learn how to leverage core functional programming (FP) concepts to write more maintainable and testable code in Go.</strong></p><h4>Key Features</h4><ul><li>Learn functional programming techniques at the architectural level, and use the lessons learned to solve real-world problems.</li><li>Get a deeper understanding of how to think functionally about code.</li><li>Go is a multi-paradigm language, learn about the tradeoffs of FP and OOP.</li></ul><h4>Book Description</h4><p>In Functional Programming with Go, you will learn the essential concepts of functional programming. Go is a multi-paradigm language that gives us the option to choose whichever paradigm works best for the particular problem we aim to solve. In this book, you will learn concepts central to the functional programming paradigm and how to leverage them to improve your Go codebases.</p><p>The book starts by explaining common concepts of functional programming and how to apply these to your codebase, even if you dont fully buy into the functional mindset. The subsequent chapters of the book will build out a more comprehensive view of techniques and methods used in functional languages, such as Function Currying and Partial Application. We will develop this further into functional design patterns. Examples will be given throughout the book to show each concept in action.</p><p>By the end of this book, not only will you know how to apply these techniques in Go, but you will also know when to apply them.</p><h4>What you will learn</h4><ul><li>Learn how to think functionally about your code</li><li>Learn about core FP concepts and how they apply to Go code</li><li>Understand how FP can improve the testability of your codebase</li><li>Learn functional design patterns</li><li>Understand when to choose and not choose FP concepts</li><li>Get a deeper understanding of functional programming</li></ul><h4>Who This Book Is For</h4><p>If you are a Go engineer with a background in traditionally object-oriented languages such as Java or C and you want to broaden your knowledge of functional programming, this book is for you.</p><h4>Table of Contents</h4><ol><li>Introducing Functional Programming</li><li>Treating Functions as First-Class Citizens</li><li>Higher -Order Functions</li><li>Write testable code with pure functions</li><li>Improve code maintainability with immutable states</li><li>Three must-have functions to write functional code</li><li>Solving problems recursively or iteratively</li><li>Readable function composition through fluent programming</li><li>Apply Functional Design Patterns to solve common problems</li><li>Thinking functionally to solve problems</li><li>FP Libraries in Go</li></ol>...(*_*)9781801814300_<p><strong>Leverage core functional programming (FP) concepts to write more maintainable and testable code in Go</strong></p><p><strong>Purchase of the print or Kindle book includes a free PDF eBook</strong></p><h4>Key Features</h4><ul><li>Learn functional programming techniques at the architectural level and use them to solve real-world problems</li><li>Understand how to think about code functionally</li><li>Learn about the trade-offs of functional programming and object-oriented programming (OOP) in Go</li></ul><h4>Book Description</h4><p>While Go is a multi-paradigm language that gives you the option to choose whichever paradigm works best for the particular problem you aim to solve, it supports features that enable you to apply functional principles in your code. In this book, youll learn about concepts central to the functional programming paradigm and how and when to apply functional programming techniques in Go.</p><p>Starting with the basic concepts of functional programming, this Golang book will help you develop a deeper understanding of first-class functions. In the subsequent chapters, youll gain a more comprehensive view of the techniques and methods used in functional languages, such as function currying, partial application, and higher-order functions. Youll then be able to apply functional design patterns for solving common programming challenges and explore how to apply concurrency mechanisms to functional programming.</p><p>By the end of this book, youll be ready to improve your code bases by applying functional programming techniques in Go to write cleaner, safer, and bug-free code.</p><h4>What you will learn</h4><ul><li>Gain a deeper understanding of functional programming through practical examples</li><li>Build a solid foundation in core FP concepts and see how they apply to Go code</li><li>Discover how FP can improve the testability of your code base</li><li>Apply functional design patterns for problem solving</li><li>Understand when to choose and not choose FP concepts</li><li>Discover the benefits of functional programming when dealing with concurrent code</li></ul><h4>Who this book is for</h4><p>If you are a Go engineer with a background in traditionally object-oriented languages such as Java or C and want to broaden your knowledge of functional programming, this book is for you.</p>...9781801814300_Packt Publishinglibro_electonico_916d2b55-56a0-3e0c-ab43-a94ac178f5f9_9781801814300;9781801814300_9781801814300Dylan MeeusInglésMéxicohttps://getbook.kobo.com/koboid-prod-public/packt-epub-129031e0-229e-47af-8721-c61e98d1de50.epub2023-03-10T00:00:00+00:00Packt Publishing