<span><p><b>Improve the scalability and maintainability of your applications by implementing a variety of design patterns using Kotlin</b></p><h4>Key Features</h4><ul><li>Understand traditional and modern design patterns to improve the design of your application</li><li>Combine the benefits of objec
Kotlin Design Patterns and Best Practices: Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin, 2nd Edition
β Scribed by Alexey Soshin
- Publisher
- Packt Publishing
- Year
- 2022
- Tongue
- English
- Leaves
- 356
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Improve the scalability and maintainability of your applications by implementing a variety of design patterns using Kotlin Design patterns are well-known solutions to common architectural problems as they allow you to solve many problems efficiently and create a shared vocabulary between developers. This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged. This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, and will understand basic Kotlin syntax and the impact of design patterns on your code. The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code. By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices, as well as understanding the tradeoffs when choosing between different architectures. This book is for developers looking to apply design patterns they've learned from other languages in Kotlin to build reliable, scalable, and maintainable applications. Prior programming knowledge is necessary to get started with this book. Experience in Java or design patterns is helpful, but not mandatory.Key Features
Book Description
What you will learn
Who this book is for
Table of Contents
π SIMILAR VOLUMES
<p><b>Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing apps</b><p><b>About This Book</b><p><li>Understand traditional GOF design patterns to apply generic solutions<li>Shift from OOP to FP; covering reactive and concurrent patterns in a s
Design patterns enable you as a developer to speed up the development process by providing you with proven development paradigms. Reusing design patterns helps prevent complex issues that can cause major problems, improves your code base, promotes code reuse, and makes an architecture more robust.
ive deep into Kotlin design patterns, explore idiomatic functional programming, and master microservices with frameworks like Arrow, Ktor, and Vert.x. Key Features Start from basic Kotlin syntax and go all the way to advanced topics like Coroutines and structural concurrency Learn how to select
<p><b>Get the deep insights you need to master efficient architectural design considerations and solve common design problems in your enterprise applications.</b><p><b>Key Features</b><p><li>The benefits and applicability of using different design patterns in JAVA EE<li>Learn best practices to solve