Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Kotlin Design Patterns and Best Practices
Kotlin Design Patterns and Best Practices

Kotlin Design Patterns and Best Practices: Elevate your Kotlin skills with classical and modern design patterns, coroutines, and microservices , Third Edition

eBook
€8.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

Kotlin Design Patterns and Best Practices

Classical Patterns

This section focuses on introducing the fundamental syntax of Kotlin and exploring the application of all traditional design patterns within Kotlin.

Traditional design patterns address three primary challenges in system design: efficient object creation, effective encapsulation of object hierarchies, and enhancing the dynamism in object behavior.

We will explore the design patterns that are inherently part of Kotlin and provide guidance on implementing those that are not.

This section comprises the following chapters:

  • Chapter 1, Getting Started with Kotlin
  • Chapter 2, Working with Creational Patterns
  • Chapter 3, Understanding Structural Patterns
  • Chapter 4, Getting Familiar with Behavioral Patterns

By the end of this section, you will have gained a solid understanding of Kotlin’s basics and the know-how to implement all the classical design patterns in Kotlin.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Start from basic Kotlin syntax and go all the way to advanced topics like Coroutines and structural concurrency
  • Learn how to select and implement the right design pattern for your next Kotlin project
  • Get to grips with concurrent and reactive microservices with Ktor and Vert.x

Description

For developers who are working with design patterns in Kotlin, this practical guide offers an opportunity to put their knowledge into practice. The book covers classical and modern design patterns, and provides a hands-on approach to implementation, along with associated methodologies. The third edition stays current with Kotlin updates, spanning from version 1.6 onwards, and offers in-depth insights into topics like structured concurrency and context receivers. The book starts by introducing essential Kotlin syntax and the significance of design patterns, covering classic Creational, Structural, and Behavioral patterns. It then progresses to explore functional programming, Reactive, and Concurrent patterns, including detailed discussions on coroutines and structured concurrency. As you navigate through these advanced concepts, you'll enhance your Kotlin coding skills. The book also delves into the latest architectural trends, focusing on microservices design patterns and aiding your decision-making process when choosing between architectures. By the end of the book, you will have a solid grasp of these advanced concepts and be able to apply them in your own projects.

Who is this book for?

This book is for developers who want to apply design patterns they've learned from other languages in Kotlin and build reliable, scalable, and maintainable applications. You'll need a good grasp on at least one programming language before you get started with this book. Familiarity with classical design patterns from your language of choice would be helpful, but you'll still be able to follow along if you code in other languages

What you will learn

  • Utilize functional programming and coroutines with the Arrow framework
  • Use classical design patterns in the Kotlin programming language
  • Scale your applications with reactive and concurrent design patterns
  • Discover best practices in Kotlin and explore its new features
  • Apply the key principles of functional programming to Kotlin
  • Find out how to write idiomatic Kotlin code and learn which patterns to avoid
  • Harness the power of Kotlin to design concurrent and reliable systems with ease
  • Create an effective microservice with Kotlin and the Ktor framework
Estimated delivery fee Deliver to Malta

Premium delivery 7 - 10 business days

€32.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 29, 2024
Length: 474 pages
Edition : 3rd
Language : English
ISBN-13 : 9781805127765
Vendor :
Google
Category :
Languages :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Malta

Premium delivery 7 - 10 business days

€32.95
(Includes tracking information)

Product Details

Publication date : Apr 29, 2024
Length: 474 pages
Edition : 3rd
Language : English
ISBN-13 : 9781805127765
Vendor :
Google
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 141.97
Mastering Kotlin for Android 14
€29.99
Kotlin Design Patterns and Best Practices
€33.99
How to Build Android Apps with Kotlin
€77.99
Total 141.97 Stars icon
Banner background image

Table of Contents

18 Chapters
Section 1: Classical Patterns Chevron down icon Chevron up icon
Getting Started with Kotlin Chevron down icon Chevron up icon
Working with Creational Patterns Chevron down icon Chevron up icon
Understanding Structural Patterns Chevron down icon Chevron up icon
Getting Familiar with Behavioral Patterns Chevron down icon Chevron up icon
Section 2: Reactive and Concurrent Patterns Chevron down icon Chevron up icon
Introducing Functional Programming Chevron down icon Chevron up icon
Threads and Coroutines Chevron down icon Chevron up icon
Controlling the Data Flow Chevron down icon Chevron up icon
Designing for Concurrency Chevron down icon Chevron up icon
Section 3: Practical Application of Design Patterns Chevron down icon Chevron up icon
Idioms and Anti-Patterns Chevron down icon Chevron up icon
Practical Functional Programming with Arrow Chevron down icon Chevron up icon
Concurrent Microservices with Ktor Chevron down icon Chevron up icon
Reactive Microservices with Vert.x Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Other Book You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.9
(26 Ratings)
5 star 92.3%
4 star 7.7%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Steven May 24, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is an exceptional guide for developers looking to master Kotlin and elevate their coding skills through effective design patterns. The book is well-structured, providing clear and concise explanations of complex concepts, making them accessible even to those who may be newer to design patterns. What sets this book apart is its practical approach; each pattern is accompanied by real-world examples and best practices that are directly applicable to everyday programming challenges. Whether you're a novice or an experienced developer, this book is a valuable resource that enhances your understanding of Kotlin and empowers you to write more efficient, maintainable, and scalable code. Highly recommended for anyone serious about advancing their Kotlin proficiency
Amazon Verified review Amazon
Jon May 06, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A recent project change has required me to learn Kotlin over the last couple of months. I'm experienced with languages such as C, C++, Java, Swift, and Python, and wanted a book that didn't waste time explaining to me what loops are, but instead showed me how the unique language features could be used to implement an impressively large number of software design patterns.The first chapter gives a good overview of the everyday elements of the language, like how to define vals and vars, functions, classes, create controls flows and loops, and assignments. The following chapters then dive into how to use Kotlin exclusive features to implement design patterns ranging from the original selection from the Gang of Four's book to more modern ones.The examples used throughout the book are interesting and entertaining, often showing multiple ways of implementing a pattern in Kotlin.Overall an excellent book that has furthered my understanding better and quicker than any other resource I've found.
Amazon Verified review Amazon
Chandan Chakraborty Oct 08, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I recently had the pleasure of reading the 3rd edition of 𝘒𝘰𝘵𝘭𝘪𝘯 𝘋𝘦𝘴𝘪𝘨𝘯 𝘗𝘢𝘵𝘵𝘦𝘳𝘯𝘴 𝘢𝘯𝘥 𝘉𝘦𝘴𝘵 𝘗𝘳𝘢𝘤𝘵𝘪𝘤𝘦𝘴 by Alexey Soshin, and it has truly elevated my understanding of structuring Kotlin applications. This book is a goldmine for both Kotlin beginners and experienced developers, offering practical insights into crafting 𝘴𝘤𝘢𝘭𝘢𝘣𝘭𝘦, 𝘮𝘢𝘪𝘯𝘵𝘢𝘪𝘯𝘢𝘣𝘭𝘦, 𝘢𝘯𝘥 𝘦𝘧𝘧𝘪𝘤𝘪𝘦𝘯𝘵 Kotlin code.The book covers the fundamentals of Kotlin and dives into advanced topics such as 𝘊𝘰𝘳𝘰𝘶𝘵𝘪𝘯𝘦𝘴 𝘢𝘯𝘥 𝘴𝘵𝘳𝘶𝘤𝘵𝘶𝘳𝘢𝘭 𝘤𝘰𝘯𝘤𝘶𝘳𝘳𝘦𝘯𝘤𝘺. It also teaches about various 𝘥𝘦𝘴𝘪𝘨𝘯 𝘱𝘢𝘵𝘵𝘦𝘳𝘯𝘴 with practical examples, making it easier to apply them in real projects. The book also introduces 𝘧𝘶𝘯𝘤𝘵𝘪𝘰𝘯𝘢𝘭 𝘱𝘳𝘰𝘨𝘳𝘢𝘮𝘮𝘪𝘯𝘨 with the Arrow library and explores 𝘣𝘢𝘤𝘬𝘦𝘯𝘥 𝘥𝘦𝘷𝘦𝘭𝘰𝘱𝘮𝘦𝘯𝘵 𝘶𝘴𝘪𝘯𝘨 𝘒𝘵𝘰𝘳 for microservices.I highly recommend this book for anyone looking to improve their Kotlin skills and implement effective design patterns in their projects. Whether you're building 𝘈𝘯𝘥𝘳𝘰𝘪𝘥 𝘢𝘱𝘱𝘴 or working on 𝘣𝘢𝘤𝘬𝘦𝘯𝘥 𝘴𝘺𝘴𝘵𝘦𝘮𝘴 𝘸𝘪𝘵𝘩 𝘒𝘰𝘵𝘭𝘪𝘯, this book will sharpen your approach to writing high-quality software.
Amazon Verified review Amazon
Feralstryke May 21, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Having delved into Kotlin a few years ago, I was excited to get back into the language with the help of "Kotlin Design Patterns and Best Practices." This book has proven to be an invaluable resource, especially with its comprehensive showcase of the latest developments in Kotlin.The book starts with a concise refresher on Kotlin basics, which is perfect for someone like me who needed to brush up on the essentials. It quickly transitions from the fundamentals to an in-depth exploration of design patterns, tailored specifically for Kotlin. This approach ensures that you're not bogged down with unnecessary basics, making it an excellent resource for those already familiar with other programming languages.One of the standout features of this book is its practical approach to design patterns. Each pattern is introduced with clear explanations and illustrated with engaging examples. I appreciated how the authors didn't just present a one-size-fits-all solution but instead explored multiple ways to implement each pattern in Kotlin. This method not only solidified my understanding of design patterns but also showcased the unique features of Kotlin that make these implementations more efficient and elegant.What sets this book apart is its focus on best practices. The authors delve into the reasoning behind each best practice, explaining the trade-offs and benefits. This thorough examination helped me understand why certain approaches are favored in Kotlin, which has greatly improved my coding practices.The book doesn't just stop at traditional design patterns; it also covers modern patterns and practices. The sections on functional programming and concurrency were particularly enlightening. Learning how to effectively use Kotlin's coroutines for managing concurrent tasks has been a game-changer for me. The final chapters on building microservices using popular frameworks provided a practical perspective on how to apply these patterns in real-world applications.Overall, "Kotlin Design Patterns and Best Practices" is an excellent resource for both revisiting and advancing your Kotlin skills. It has equipped me with a deeper understanding of how to leverage Kotlin's features to write more robust and maintainable code. Whether you're getting back into Kotlin or looking to enhance your knowledge, this book is a highly recommended read.
Amazon Verified review Amazon
MarkusL Jun 14, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Despite having no professional programming experience (yet) and having mostly programmed with Python, when I got an opportunity to get an early review copy of 3rd edition of Alexey Soshin’s book in exchange for a little review, I decided to jump in. Kotlin is enticing after all: it’s a bit functional and it targets the JVM! Design Patterns -tag in the book’s title almost sells the book short as the book is about much more than just the classic Gang of Four methods. After launching with Kotlin fundamentals recap, the book is in (roughly) equal parts about the classical design patterns (Section 1), functional and concurrent patterns (Section 2) and practical applications of all of them (Section 3). The Kotlin fundamentals -part has a specific approach of comparing Kotlin’s syntax to Java. Java comparisons don’t necessarily feel helpful for a person with most experience with Python, but they do make me appreciate Kotlin’s more concise syntax. For me, the most interesting part of this section were the serious considerations about immutability. Kotlin has strong ties to two worlds, OOP because of connection to Java and functional paradigm because of languages philosophy and this shows in the approach. The classic Gang of Four design patterns are examined in the book thoroughly and with good examples. As expected, specific Kotlin methods are described in conjunction with use of each design pattern. Alexey Soshin has clearly worked with each of the design patterns in order to break through levels of abstraction which easily make programming concepts feel disconnected from reality. I am no expert in using design patterns, but this section seems solid and worth studying with an actual project at hand. Section 2 starts with a practical observation that functional programming patterns are particularly adept at handling parallel tasks. I think this is a good take and it’s a smart idea to learn using immutable structures and other functional programming tools from the start when learning parallel and concurrent programming. Multithreaded design is explained with practical examples of potential pitfalls such as heavy memory usage and slow processes when concurrency is not sufficient. One chapter is dedicated to enhancing coroutines with reactive principles, higher-order functions and concurrent data structures. Concurrent design patterns explored in this section include: deferred value, barrier, scheduler, pipeline, fan-out, fan-in, racing, mutex and sidekick. Section 3 dives deep into idioms and anti-patterns as well few specific libraries. Functional library Arrow gets its own chapter as well as more hands-on chapters with Ktor and Vert.x. Book ends with Assessments -chapter which presents FAQ of topics presented in the book. All in all the book seems to be a well thought out exploration into its topics!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela