Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing apps Key Features Understand traditional GOF design patterns to apply generic solutions Shift from OOP to FP; covering reactive and concurrent patterns in a step-by-step manner Choose the best microservices architecture and MVC for your development environment Book Description 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. The mission of this book is to ease the adoption of design patterns in Kotlin and provide good practices for programmers. The book begins by showing you the practical aspects of smarter coding in Kotlin, explaining the basic Kotlin syntax and the impact of design patterns. From there, the book provides an in-depth explanation of the classical design patterns of creational, structural, and behavioral families, before heading into functional programming. It then takes you through reactive and concurrent patterns, teaching you about using streams, threads, and coroutines to write better code along the way By the end of the book, you will be able to efficiently address common problems faced while developing applications and be comfortable working on scalable and maintainable projects of any size What you will learn Get to grips with Kotlin principles, including its strengths and weaknesses Understand classical design patterns in Kotlin Explore functional programming using built-in features of Kotlin Solve real-world problems using reactive and concurrent design patterns Use threads and coroutines to simplify concurrent code flow Understand antipatterns to write clean Kotlin code, avoiding common pitfalls Learn about the design considerations necessary while choosing between architectures Who This Book Is For This book is for developers who would like to master design patterns with Kotlin to build efficient and scalable applications. Basic Java or Kotlin programming knowledge is assumed Table of Contents Getting Started with Kotlin Working with Creational Patterns Understanding Structural Patterns Getting familiar with Behavioral Patterns Pattern implementation using Functional Programming Exploring Streams Staying reactive Introduction: Threads and Coroutines Designed for concurrency Anti-patterns and Idioms Simplifying microservices and MVC
2022-02-21 20:39:15 1.41MB jvm kotlin 设计模式 并发
1
【完整版11章】理论+实战 构建完整JVM知识体系,2020年新课,在本课程中,我将带你循序渐进的学习JVM:从源码到运行、类加载,再到内存分配和垃圾回收,以及JVM调优的技巧与实战。整个课程基于JDK13讲解,理论-实战-面试三结合,带你剖析整个JVM知识体系,JVM问题一站解决。
2022-02-16 13:37:27 369B jvm
1
1.JProfiler是一个ALL-IN-ONE的JAVA剖析工具 2.可以方便地监控Java程序的CPU 3.内存使用状况 4.能够检查垃圾回收 5.分析性能瓶颈! 6.可以追踪本地调试代码时各个网关,数据库,页面等执行占用时间。
2022-02-14 19:04:42 104.02MB JProfiler JVM分析工具
1
JVM-2.垃圾回收笔记
2022-02-14 09:06:19 31.26MB JVM 垃圾回收
1
深入拆解一线大厂JVM 讲师:宋红康v1.1.mmap
2022-02-13 20:41:07 10.17MB
1
JVM——总结思维导图
2022-02-06 13:01:31 215KB jvm.gc java
1
JRockit 高性能JVM,权威指南。 想获取高性能Java运行环境,此书必看。想研究JVM此书也异常经典。
2022-02-03 21:12:08 14.29MB JRockit jvm 权威 Java
1
面试技巧,面试技巧自我介绍大全 本文分为十九个模块,分别是:Java 基础、容器、多线程、反射、对象拷贝、Java Web 、异常、网络、设计模式、Spring/Spring MVC、Spring Boot/Spring Cloud、 Hibernate、MyBatis、RabbitMQ、Kafka、Zookeeper、MySQL、Redis、JVM
2022-01-29 09:22:49 972KB Java Jvm 面试技巧 面试注意事项
1
程序计数器 虚拟机栈 本地方法栈 堆 方法区
2022-01-27 19:02:50 54.07MB JVM 内存结构
1
好用的线程dump分析工具
2022-01-26 14:04:01 2.46MB jvm分析
1