Kamon Ayeva - Böcker
Visar alla böcker från författaren Kamon Ayeva. Handla med fri frakt och snabb leverans.
3 produkter
3 produkter
Mastering Python Design Patterns
A guide to creating smart, efficient, and reusable software, 2nd Edition
Häftad, Engelska, 2018
589 kr
Skickas inom 5-8 vardagar
Exploit various design patterns to master the art of solving problems using PythonKey FeaturesMaster the application design using the core design patterns and latest features of Python 3.7Learn tricks to solve common design and architectural challengesChoose the right plan to improve your programs and increase their productivityBook DescriptionPython is an object-oriented scripting language that is used in a wide range of categories. In software engineering, a design pattern is an elected solution for solving software design problems. Although they have been around for a while, design patterns remain one of the top topics in software engineering, and are a ready source for software developers to solve the problems they face on a regular basis. This book takes you through a variety of design patterns and explains them with real-world examples. You will get to grips with low-level details and concepts that show you how to write Python code, without focusing on common solutions as enabled in Java and C++. You'll also fnd sections on corrections, best practices, system architecture, and its designing aspects. This book will help you learn the core concepts of design patterns and the way they can be used to resolve software design problems. You'll focus on most of the Gang of Four (GoF) design patterns, which are used to solve everyday problems, and take your skills to the next level with reactive and functional patterns that help you build resilient, scalable, and robust applications. By the end of the book, you'll be able to effciently address commonly faced problems and develop applications, and also be comfortable working on scalable and maintainable projects of any size.What you will learnExplore Factory Method and Abstract Factory for object creationClone objects using the Prototype patternMake incompatible interfaces compatible using the Adapter patternSecure an interface using the Proxy patternChoose an algorithm dynamically using the Strategy patternKeep the logic decoupled from the UI using the MVC patternLeverage the Observer pattern to understand reactive programmingExplore patterns for cloud-native, microservices, and serverless architecturesWho this book is forThis book is for intermediate Python developers. Prior knowledge of design patterns is not required to enjoy this book.
Learn Type-Driven Development
Benefit from type systems to build reliable and safe applications using ReasonML 3
Häftad, Engelska, 2018
462 kr
Skickas inom 5-8 vardagar
A fast paced guide for JavaScript developers for writing safe, fast, and reusable code by leveraging ResaonML\'s strong static type systemKey FeaturesReduce code errors with the power of type systemsEmploy static typechecking and genericity to promote code reuse and consistencyUnderstand functional programming which is the foundation of type-driven developmentBook DescriptionType-driven development is an approach that uses a static type system to achieve results including safety and efficiency. Types are used to express relationships and other assumptions directly in the code, and these assumptions are enforced by the compiler before the code is run. Learn Type-Driven Development covers how to use these type systems to check the logical consistency of your code. This book begins with the basic idea behind type-driven development. You’ll learn about values (or terms) and how they contrast with types. As you progress through the chapters, you’ll cover how to combine types and values inside modules and build structured types out of simpler ones. You’ll then understand how to express choices or alternatives directly in the type system using variants, polymorphic variants, and generalized algebraic data types. You’ll also get to grips with sum types, build sophisticated data types from generics, and explore functions that express change in the types of values. In the concluding chapters, you’ll cover advanced techniques for code reuse, such as parametric polymorphism and subtyping.By end of this book, you will have learned how to iterate through a type-driven process of solving coding problems using static types, together with dynamic behavior, to obtain more safety and speed.What you will learnUse static types to capture information, making programs safer and fasterLearn ReasonML from experienced type-driven developersEnhance safety by simply using basic typesUnderstand the most important type-driven concepts with simple examplesExplore a design space using static typing and find the best way to express your system rulesUse static types and dynamic runtime in harmony to write even safer and faster codeWho this book is forIf you’re a programmer working with dynamically typed languages and are looking for ways to mitigate production runtime errors, Learn Type-Driven Development is for you. You’ll also find this book helpful if you’re a programmer working with statically typed languages looking for increased safety and improved performance.
Mastering Python Design Patterns
Craft essential Python patterns by following core design principles
Häftad, Engelska, 2024
494 kr
Skickas inom 5-8 vardagar
Learn Python design patterns such as Observer, Proxy, Throttling, Dependency Injection, and Anti-Patterns to develop efficient, scalable applications.Key FeaturesMaster essential design principles to build robust software architecture with the latest features in Python 3.10Leverage concurrency, async patterns, and testing strategies for optimal performanceApply SOLID principles and advanced patterns to real-world Python projectsPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionAs software systems become increasingly complex, maintaining code quality, scalability, and efficiency can be a daunting challenge. Mastering Python Design Patterns is an essential resource that equips you with the tools you need to overcome these hurdles and create robust, scalable applications.The book delves into design principles and patterns in Python, covering both classic and modern patterns, and apply them to solve daily challenges as a Python developer or architect.Co-authored by two Python experts with a combined experience of three decades, this new edition covers creational, structural, behavioral, and architectural patterns, including concurrency, asynchronous, and performance patterns. You'll find out how these patterns are relevant to various domains, such as event handling, concurrency, distributed systems, and testing. Whether you're working on user interfaces (UIs), web apps, APIs, data pipelines, or AI models, this book equips you with the knowledge to build robust and maintainable software. The book also presents Python anti-patterns, helping you avoid common pitfalls and ensuring your code remains clean and efficient.By the end of this book, you'll be able to confidently apply classic and modern Python design patterns to build robust, scalable applications.What you will learnMaster fundamental design principles and SOLID conceptsBecome familiar with Gang of Four (GoF) patterns and apply them effectively in PythonExplore architectural design patterns to architect robust systemsDelve into concurrency and performance patterns for optimized codeDiscover distributed systems patterns for scalable applicationsGet up to speed with testing patterns to ensure code reliability and maintainabilityDevelop modular, decoupled systems and manage dependencies efficientlyWho this book is forWith a focus on intermediate and advanced Python programmers, this book offers valuable insights into the best practices for software design, backed by real-world examples and decades of experience. The book is also an excellent resource for software architects and team leaders who want to improve code quality and maintainability across their projects. Prior Python proficiency, including syntax, data structures, and OOP will help you get the most out of this book.