Описание: Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce. The challenge is learning to use those features effectively - so that your software is correct, efficient, maintainable, and portable. That`s where this practical book comes in.
Автор: Robert Martin Название: Agile Software Development, Principles, Patterns, and Practices ISBN: 0135974445 ISBN-13(EAN): 9780135974445 Издательство: Pearson Education Рейтинг: Цена: 11482.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: For courses in Object-Oriented Design, C++ Intermediate Programming, and Object-Oriented Programming, this text is for software engineers and students. It focuses on the technology, principles, patterns, and process to manage complex operating systems and applications. It also emphasizes on the people behind the technology.
Автор: Nikolov Ivan Название: Scala Design Patterns ISBN: 1785882503 ISBN-13(EAN): 9781785882500 Издательство: Неизвестно Рейтинг: Цена: 11217.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Kwong Tom Название: Hands-On Design Patterns with Julia 1.0 ISBN: 183864881X ISBN-13(EAN): 9781838648817 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ITIL(R) 4 Managing Professional CoursewareITIL 4 Managing Professional (ITIL MP) consists of four modules and is the next level of ITIL 4 to be released after ITIL 4 Foundation. ITIL MP targets IT practitioners working within technology and digital teams across businesses. The Managing Professional (MP) stream provides practical and technical knowledge about how to run successful IT-enabled services, teams and workflows. The Managing Professional Transition module is designed to allow ITIL v3 candidates to easily transition to ITIL 4. They can get the ITIL 4 Managing Professional designation through one course and one exam. The material includes;¢ Updated glossaries with highlighted changes for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ New diagram packs with annotations for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ Updated syllabi with highlighted changes for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ The `High Velocity IT` manuscript, syllabus, glossary and diagram pack remain unchanged¢ Practices Overviews and the product brochure remain unchanged¢ An up-to-date Quick Reference Guide with all the information you need¢ Updated Core Manuscripts, for `Create, Deliver & Support`, `Drive Stakeholder Value` and `Direct, Plan & Improve`¢ While the changes are quite large, they have been made for streamlining or refinement only¢ There have been no changes to the examinable content or the key concepts
Автор: Yener Murat, Theedom Alex Название: Professional Java Ee Design Patterns ISBN: 111884341X ISBN-13(EAN): 9781118843413 Издательство: Wiley Рейтинг: Цена: 6018.00 р. Наличие на складе: Поставка под заказ.
Описание: Master JavaEE Design Pattern implementation to improve your coding efficiency Professional JavaEE Design Patterns is the ultimate guide to working more efficiently with JavaEE, and the only resource that covers both the theory and application of design patterns in solving real-world problems.
Автор: Sciore Edward Название: Java Program Design: Principles, Polymorphism, and Patterns ISBN: 1484241428 ISBN-13(EAN): 9781484241424 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today’s job climate.
Java Program Design presents program design principles to help practicing programmers up their game and remain relevant in the face of changing trends and an evolving language. The book enhances the traditional design patterns with Java's new functional programming features, such as functional interfaces and lambda expressions. The result is a fresh treatment of design patterns that expands their power and applicability, and reflects current best practice.
The book examines some well-designed classes from the Java class library, using them to illustrate the various object-oriented principles and patterns under discussion. Not only does this approach provide good, practical examples, but you will learn useful library classes you might not otherwise know about.
The design of a simplified banking program is introduced in chapter 1 in a non-object-oriented incarnation and the example is carried through all chapters. You can see the object orientation develop as various design principles are progressively applied throughout the book to produce a refined, fully object-oriented version of the program in the final chapter.
What You'll Learn
Create well-designed programs, and identify and improve poorly-designed onesBuild a professional-level understanding of polymorphism and its use in Java interfaces and class hierarchiesApply classic design patterns to Java programming problems while respecting the modern features of the Java languageTake advantage of classes from the Java library to facilitate the implementation of design patterns in your programs
Who This Book Is For
Java programmers who are comfortable writing non-object-oriented code and want a guided immersion into the world of object-oriented Java, and intermediate programmers interested in strengthening their foundational knowledge and taking their object-oriented skills to the next level. Even advanced programmers will discover interesting examples and insights in each chapter.
Автор: Ayeva Kamon, Kasampalis Sakis Название: Mastering Python Design Patterns ISBN: 1788837487 ISBN-13(EAN): 9781788837484 Издательство: Неизвестно Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Python is an object-oriented, scripting language that is used in wide range of categories. In software engineering, a design pattern is a recommended solution to a software design problem. Although not new, design patterns remain one of the hottest topics in software engineering and they come as a ready reference for software developers to ...
Автор: Deepak Vohra Название: Kubernetes Management Design Patterns ISBN: 148422597X ISBN-13(EAN): 9781484225974 Издательство: Springer Рейтинг: Цена: 5309.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Take container cluster management to the next level; learn how to administer and configure Kubernetes on CoreOS; and apply suitable management design patterns such as Configmaps, Autoscaling, elastic resource usage, and high availability. Some of the other features discussed are logging, scheduling, rolling updates, volumes, service types, and multiple cloud provider zones. The atomic unit of modular container service in Kubernetes is a Pod, which is a group of containers with a common filesystem and networking. The Kubernetes Pod abstraction enables design patterns for containerized applications similar to object-oriented design patterns. Containers provide some of the same benefits as software objects such as modularity or packaging, abstraction, and reuse. CoreOS Linux is used in the majority of the chapters and other platforms discussed are CentOS with OpenShift, Debian 8 (jessie) on AWS, and Debian 7 for Google Container Engine. CoreOS is the main focus becayse Docker is pre-installed on CoreOS out-of-the-box. CoreOS:
Supports most cloud providers (including Amazon AWS EC2 and Google Cloud Platform) and virtualization platforms (such as VMWare and VirtualBox)
Provides Cloud-Config for declaratively configuring for OS items such as network configuration (flannel), storage (etcd), and user accounts
Provides a production-level infrastructure for containerized applications including automation, security, and scalability
Leads the drive for container industry standards and founded appc
Provides the most advanced container registry, Quay
Docker was made available as open source in March 2013 and has become the most commonly used containerization platform. Kubernetes was open-sourced in June 2014 and has become the most widely used container cluster manager. The first stable version of CoreOS Linux was made available in July 2014 and since has become one of the most commonly used operating system for containers. What You'll Learn
Use Kubernetes with Docker
Create a Kubernetes cluster on CoreOS on AWS
Apply cluster management design patterns
Use multiple cloud provider zones
Work with Kubernetes and tools like Ansible
Discover the Kubernetes-based PaaS platform OpenShift
Create a high availability website
Build a high availability Kubernetes master cluster
Use volumes, configmaps, services, autoscaling, and rolling updates
Manage compute resources
Configure logging and scheduling
Who This Book Is For Linux admins, CoreOS admins, application developers, and container as a service (CAAS) developers. Some pre-requisite knowledge of Linux and Docker is required. Introductory knowledge of Kubernetes is required such as creating a cluster, creating a Pod, creating a service, and creating and scaling a replication controller. For introductory Docker and Kubernetes information, refer to Pro Docker (Apress) and Kubernetes Microservices with Docker (Apress). Some pre-requisite knowledge about using Amazon Web Services (AWS) EC2, CloudFormation, and VPC is also required.
Автор: Rising Название: The Patterns Handbook ISBN: 0521648181 ISBN-13(EAN): 9780521648189 Издательство: Cambridge Academ Рейтинг: Цена: 12038.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book contains seminal articles and essays that illustrate the growing importance of patterns in application development.
Автор: Harrison Matt, Kennedy Michael Название: Effective PyCharm: Learn the PyCharm IDE with a Hands-on Approach ISBN: 1792310374 ISBN-13(EAN): 9781792310379 Издательство: Неизвестно Рейтинг: Цена: 6896.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: PyCharm is a powerful editor for Python, but it is more than just Python. It is an IDE that supports databases, web development, and data science. Effective PyCharm will walk you through how to learn the tools, and explore many of the features. You will learn the in`s and out`s of PyCharm and immediately improve your productivity.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru