Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Design Thinking for Software Engineering: Creating Human-oriented Software-intensive Products and Services, Hehn Jennifer, Mendez Daniel, Brenner Walter


Варианты приобретения
Цена: 23757.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Hehn Jennifer, Mendez Daniel, Brenner Walter   (Дженнифер Хен)
Название:  Design Thinking for Software Engineering: Creating Human-oriented Software-intensive Products and Services
Перевод названия: Дженнифер Хен: Дизайн-мышление для разработки программного обеспечения. Создание ориентированных на
ISBN: 9783030905934
Издательство: Springer
Классификация:



ISBN-10: 3030905934
Обложка/Формат: Hardcover
Страницы: 240
Вес: 0.51 кг.
Дата издания: 14.02.2022
Серия: Progress in is
Язык: English
Издание: 1st ed. 2022
Иллюстрации: 49 illustrations, black and white; xxi, 215 p. 49 illus.; 49 illustrations, black and white; xxi, 215 p. 49 illus.
Размер: 23.39 x 15.60 x 1.42 cm
Читательская аудитория: Professional & vocational
Подзаголовок: International and domestic perspectives on defendants and detainees with mental illness / perspectives internationales et nationales sur les prevenus et les detenus atteints de maladie mentale
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Despite the popularity of design thinking in research and practice, this area is still too often treated in isolation without a clear, consistent connection to the world of software development.The book presents design thinking approaches and experiences that can facilitate the development of software-intensive products and services.


Data-Oriented Design: Software Engineering for Limited Resources and Short Schedules

Автор: Fabian Richard
Название: Data-Oriented Design: Software Engineering for Limited Resources and Short Schedules
ISBN: 1916478700 ISBN-13(EAN): 9781916478701
Издательство: Неизвестно
Цена: 6033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The projects tackled by the software development industry have grown in scale and complexity. Costs are increasing along with the number of developers. Power bills for distributed projects have reached the point where optimisations pay literal dividends. Over the last 10 years, a software development movement has gained traction, a movement founded in games development. The limited resources and complexity of the software and hardware needed to ship modern game titles demanded a different approach.Data-oriented design is inspired by high-performance computing techniques, database design, and functional programming values. It provides a practical methodology that reduces complexity while improving performance of both your development team and your product. Understand the goal, understand the data, understand the hardware, develop the solution.This book presents foundations and principles helping to build a deeper understanding of data-oriented design. It provides instruction on the thought processes involved when considering data as the primary detail of any project.

Software Engineering for Absolute Beginners: Your Guide to Creating Software Products

Автор: Loubser Nico
Название: Software Engineering for Absolute Beginners: Your Guide to Creating Software Products
ISBN: 1484266218 ISBN-13(EAN): 9781484266212
Издательство: Springer
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Chapter 1: Editors.- Chapter 2: Setting up the Development Environment using Docker.- Chapter 3: Repositories and Git.- Chapter 4: Basic Programming using Python.- Chapter 5: Coding Styles, Refactoring and Code Calisthenics.- Chapter 6: Database and Database Design.- Chapter 7 RESTful APIS using flask.- Chapter 8 Testing and Code Quality.- Chapter 9 Planning and designing your code.- Chapter 10 Security.- Chapter 11 CI/CD.

Software Engineering for Variability Intensive Systems

Название: Software Engineering for Variability Intensive Systems
ISBN: 0815348053 ISBN-13(EAN): 9780815348054
Издательство: Taylor&Francis
Рейтинг:
Цена: 17609.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book addresses the challenges in the software engineering of variability-intensive systems. Variability-intensive systems can support different usage scenarios by accommodating different and unforeseen features and qualities. The book features academic and industrial contributions that discuss the challenges in developing, maintaining and evolving systems, cloud and mobile services for variability-intensive software systems and the scalability requirements they imply. The book explores software engineering approaches that can efficiently deal with variability-intensive systems as well as applications and use cases benefiting from variability-intensive systems.

Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#

Автор: Wlaschin Scott
Название: Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#
ISBN: 1680502549 ISBN-13(EAN): 9781680502541
Издательство: Wiley
Рейтинг:
Цена: 6098.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In this pragmatic, down-to-earth guide, you`ll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach.

Principles of Package Design: Creating Reusable Software Components

Автор: Noback Matthias
Название: Principles of Package Design: Creating Reusable Software Components
ISBN: 1484241185 ISBN-13(EAN): 9781484241189
Издательство: Springer
Рейтинг:
Цена: 10480.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time.

The first part of this book walks you through the five SOLID principles that will help you improve the design of your classes. The second part introduces you to the best practices of package design, and covers both package cohesion principles and package coupling principles. Cohesion principles show you which classes should be put together in a package, when to split packages, and if a combination of classes may be considered a 'package' in the first place. Package coupling principles help you choose the right dependencies and prevent wrong directions in the dependency graph of your packages.
What You'll Learn
Apply the SOLID principles of class designDetermine if classes belong in the same packageKnow whether it is safe for packages to depend on each other
Who This Book Is For
Software developers with a broad range of experience in the field, who are looking for ways to reuse,share, and distribute their code
Applications and Approaches to Object-Oriented Software Design: Emerging Research and Opportunities

Автор: Zeynep Altan
Название: Applications and Approaches to Object-Oriented Software Design: Emerging Research and Opportunities
ISBN: 1799821420 ISBN-13(EAN): 9781799821427
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 26195.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Provides research on the development of modern software practices that impact maintenance, design, and developer productivity. While highlighting topics such as augmented reality, distributed computing, and big data processing, this publication explores the current infrastructure of software systems as well as future advances.

Applications and Approaches to Object-Oriented Software Design: Emerging Research and Opportunities

Автор: Zeynep Altan
Название: Applications and Approaches to Object-Oriented Software Design: Emerging Research and Opportunities
ISBN: 1799821439 ISBN-13(EAN): 9781799821434
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 22037.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In today's modernized environment, a growing number of software companies are changing their traditional engineering approaches in response to the rapid development of computing technologies. As these businesses adopt modern software engineering practices, they face various challenges including the integration of current methodologies and contemporary design models and the refactoring of existing systems using advanced approaches. Applications and Approaches to Object-Oriented Software Design: Emerging Research and Opportunities is a pivotal reference source that provides vital research on the development of modern software practices that impact maintenance, design, and developer productivity. While highlighting topics such as augmented reality, distributed computing, and big data processing, this publication explores the current infrastructure of software systems as well as future advancements. This book is ideally designed for software engineers, IT specialists, data scientists, business professionals, developers, researchers, students, and academicians seeking current research on contemporary software engineering methods.

Software Design: Creating Solutions for Ill-Structured Problems

Автор: Budgen David
Название: Software Design: Creating Solutions for Ill-Structured Problems
ISBN: 0367676567 ISBN-13(EAN): 9780367676568
Издательство: Taylor&Francis
Рейтинг:
Цена: 19140.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The book provides a general overview of software design within the context of software development and also of more general thinking about design issues. The third edition will be expanded and restructured to focus on the structure and process aspects of software design.

Design Patterns in Modern C++20: Reusable Approaches for Object-Oriented Software Design

Автор: Nesteruk Dmitri
Название: Design Patterns in Modern C++20: Reusable Approaches for Object-Oriented Software Design
ISBN: 1484272943 ISBN-13(EAN): 9781484272947
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Apply the latest editions of the C++ standard to the implementation of design patterns. As well as covering traditional design patterns, this book fleshes out new design patterns and approaches that will be useful to modern C++ developers. Author Dmitri Nesteruk presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs. Design Patterns in Modern C++20, Second Edition also provides a technology demo for modern C++, showcasing how some of its latest features (e.g., coroutines, modules and more) make difficult problems a lot easier to solve. The examples in this book are all suitable for putting into production, with only a few simplifications made in order to aid readability. What You Will Learn * Use creational patterns such as builder, factories, prototype and singleton * Implement structural patterns such as adapter, bridge, decorator, facade and more * Work with the behavioral patterns such as chain of responsibility, command, iterator, mediator and more * Apply functional design patterns such as the Maybe Monad Who This Book Is For This book is for both beginner and experienced C++ developers.

Human Factors In Software Development And Design

Автор: Saeed, Sarwar Bajwa & Mahmood
Название: Human Factors In Software Development And Design
ISBN: 1466664851 ISBN-13(EAN): 9781466664852
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 28413.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Computer programs and processes that take into account the goals and needs of the user meet with the greatest success, so it behooves software engineers to consider the human element inherent in every line of code they write.Human Factors in Software Development and Design brings together high quality research on the influence and impact of ordinary people on the software industry. With the goal of improving the quality and usability of computer technologies, this premier reference is intended for students and practitioners of software engineering as well as researchers, educators, and interested laymen.

Conversational UX Design: A Practitioner`s Guide to the Natural Conversation Framework

Автор: Moore Robert J., Arar Raphael
Название: Conversational UX Design: A Practitioner`s Guide to the Natural Conversation Framework
ISBN: 1450363024 ISBN-13(EAN): 9781450363020
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 9023.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

With recent advances in natural language understanding techniques and far-field microphone arrays, natural language interfaces, such as voice assistants and chatbots, are emerging as a popular new way to interact with computers.

They have made their way out of the industry research labs and into the pockets, desktops, cars and living rooms of the general public. But although such interfaces recognize bits of natural language, and even voice input, they generally lack conversational competence, or the ability to engage in natural conversation. Today's platforms provide sophisticated tools for analyzing language and retrieving knowledge, but they fail to provide adequate support for modeling interaction. The user experience (UX) designer or software developer must figure out how a human conversation is organized, usually relying on commonsense rather than on formal knowledge. Fortunately, practitioners can rely on conversation science.

This book adapts formal knowledge from the field of Conversation Analysis (CA) to the design of natural language interfaces. It outlines the Natural Conversation Framework (NCF), developed at IBM Research, a systematic framework for designing interfaces that work like natural conversation. The NCF consists of four main components: 1) an interaction model of "expandable sequences," 2) a corresponding content format, 3) a pattern language with 100 generic UX patterns and 4) a navigation method of six basic user actions. The authors introduce UX designers to a new way of thinking about user experience design in the context of conversational interfaces, including a new vocabulary, new principles and new interaction patterns. User experience designers and graduate students in the HCI field as well as developers and conversation analysis students should find this book of interest.

Design Thinking in Software and AI Projects: Proving Ideas Through Rapid Prototyping

Автор: Stackowiak Robert, Kelly Tracey
Название: Design Thinking in Software and AI Projects: Proving Ideas Through Rapid Prototyping
ISBN: 1484261526 ISBN-13(EAN): 9781484261521
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate-Advanced user level


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия