Core Java for the Impatient, 4th Edition

Автор: literator от 23-08-2024, 01:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Core Java for the Impatient, 4th Edition
Автор: Cay S. Horstmann
Издательство: Pearson Education
Год: 2025
Страниц: 512
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed, and new features and programming paradigms can make you far more effective. However, navigating these changes can be challenging. Core Java for the Impatient, Fourth Edition, is a complete yet concise guide that reflects all changes through Java SE 21, Oracle's latest Long-Term Support (LTS) release. Written by Cay S. Horstmann--author of the classic two-volume Core Java--this indispensable tutorial offers a faster, easier pathway for learning modern Java. Horstmann covers everything working developers need to know, including the powerful concepts of lambda expressions and streams, modern constructs such as records and sealed classes, and sophisticated concurrent programming techniques. Given the size and scope of Java 21, there's plenty to cover, but it's presented in small chunks organized for quick access and easy understanding, with plenty of practical insights and sample code to help you quickly apply all that's new. This book is fully updated to Java 21. It uses modern features and does not dwell on historical or obsolete constructs. Preview features that may make it to the language in the future are not covered either. A key reason to use Java is to tackle concurrent programming. With parallel algorithms and threadsafe data structures readily available in the Java library, the way application programmers should handle concurrent programming has completely changed. I provide fresh coverage, showing you how to use the powerful library features instead of error-prone low-level constructs.
 

Грокаем Continuous Delivery (2024)

Автор: SCART56 от 23-08-2024, 00:45, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Грокаем Continuous Delivery
Автор(ы): Уилсон Кристи
Издательство: Питер
Год: 2024
Страниц: 402
Формат: PDF
Размер: 13 Мб
Язык: русский

Код должен быть готов к релизу всегда!
Пайплайн Continuous Delivery автоматизирует процессы контроля версий, тестирования и развертывания при минимальном вмешательстве разработчика. Освойте инструменты и методы непрерывной доставки, и вы сможете быстро и последовательно добавлять функции и выпускать обновления.
 

PowerShell: практическая автоматизация

Автор: ekvator от 22-08-2024, 19:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

PowerShell: практическая автоматизация
Название: PowerShell: практическая автоматизация
Автор: Доуст Мэтью
Издательство: Питер
Год: 2025
Формат: pdf
Страниц: 416
Размер: 21,9 Мб
Язык: русский

PowerShell — это язык для написания скриптов, инструмент, позволяющий программно управлять всем центром обработки данных. С его помощью можно создавать высокоэффективные и надежные системы автоматизации, пригодные для многократного использования и значительно повышающие производительность специалистов. Из этой книги вы узнаете, как проектировать, разрабатывать, организовывать и развертывать скрипты для автоматизации задач любого масштаба: от локальных серверов до корпоративных облачных платформ. Вы узнаете, как создавать скрипты PowerShell для автоматизации локальных и облачных систем. Найдете советы по определению задач, которые стоит автоматизировать, по организации структуры скриптов и управлению ими, а также множество примеров кода с подробными пояснениями. Научитесь адаптировать уже готовые скрипты к новым условиям применения и упрощать работу специалистов не-технического профиля при помощи простых и понятных интерфейсов SharePoint.
 

Serious Cryptography: A Practical Introduction to Modern Encryption, 2nd Edition

Автор: literator от 22-08-2024, 19:14, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Serious Cryptography: A Practical Introduction to Modern Encryption, 2nd Edition
Автор: Jean-Philippe Aumasson
Издательство: No Starch Press
Год: 2025
Страниц: 376
Язык: английский
Формат: epub
Размер: 14.8 MB

This practical guide to modern encryption breaks down the fundamental mathematical concepts at the heart of cryptography without shying away from meaty discussions of how they work. You’ll learn about authenticated encryption, secure randomness, hash functions, block ciphers, and public-key techniques such as RSA and elliptic curve cryptography. The initial title of this book was Crypto for Real to stress the practice-oriented, real-world, no-nonsense approach I follow. I wanted to make cryptography approachable not by dumbing it down but by tying it to real applications. I provide source code examples and describe real bugs and horror stories. Along with a clear connection to reality, other cornerstones of this book are its simplicity and its modernity. I focus on simplicity in form more than in substance: I present nontrivial concepts without the dull mathematical formalism. Instead, I attempt to impart an understanding of cryptography’s core ideas, which are more important than remembering a bunch of equations. To ensure the book’s modernity, I cover the latest developments and applications of cryptography, such as TLS 1.3 and post-quantum cryptography. I don’t discuss the details of obsolete or insecure algorithms such as DES or MD5. Serious Cryptography isn’t a guide to crypto software, nor is it a compendium of technical specifications—stuff that you’ll easily find online. Instead, its foremost goal is to get you excited about cryptography and teach you its fundamental concepts along the way. Each chapter includes a discussion of common implementation mistakes using real-world examples and details what could go wrong and how to avoid these pitfalls. This new second edition has been thoroughly revised and updated, with a new chapter on cryptocurrency.
 

Искусство автономного тестирования с примерами на C#

Автор: umkaS от 22-08-2024, 19:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Искусство автономного тестирования с примерами на C#
Автор: Ошероув Рой
Издательство: ДMK
Год: 2014
Cтраниц: 360
Формат: pdf/djvu
Размер: 16 мб
Язык: русский

Во втором издании книги "Искусство автономного тестирования" автор шаг за шагом проведет вас по пути от первого простенького автономного теста до создания полного комплекта тестов – понятных, удобных для сопровождения и заслуживающих доверия. Вы и не заметите, как перейдете к более сложным вопросам – заглушкам и подставкам – и попутно научитесь работать с изолирующими каркасами типа Moq, FakeItEasy или Typemock Isolator.
 

Quantum Software: Aspects of Theory and System Design

Автор: literator от 22-08-2024, 17:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Quantum Software: Aspects of Theory and System Design
Автор: Iaakov Exman, Ricardo Pérez-Castillo, Mario Piattini, Michael Felderer
Издательство: Springer
Год: 2024
Страниц: 358
Язык: английский
Формат: pdf (true)
Размер: 40.8 MB

This book explains the state of the art in Quantum Software engineering and design, independent from a specific hardware. It deals with quantum software theoretical aspects and with classical software engineering concepts like agile development approaches, validation, measurement, and deployment applied in a quantum or hybrid environment, and is complemented by a number of various industry applications. After an introductory chapter overviewing the contents of the subsequent chapters, the book is composed of three parts. It starts with a theoretical part on quantum software, as a bold declaration that quantum software theory is deep and valuable independent from the existence of specific quantum hardware. It is based upon the claim that quantum software is the more general theory subsuming classical and hybrid software system theories. The second, more extensive part deals with quantum software system and engineering design. Its quality follows from the comparison of the broad diversity of sometimes conflicting views. Moreover, the variety of approaches to design, enable the reader to make a well-pondered rational choice of preference. The book concludes with a third part, referring to multiple software applications and corresponding laboratory experiences, in order to understand their implications in practice and avoid repeating past mistakes. This book should be of interest to industry professionals and researchers in academia, who are either producing or applying quantum software systems in their work or are considering their potential utility in the future. Furthermore, this text could be beneficial for practitioners already experienced with classical software engineering who desire to understand the fundamentals of quantum software, including the underlying technology, programming techniques, and possible applications.
 

AI and Digital Technology for Oil and Gas Fields

Автор: literator от 22-08-2024, 13:39, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: AI and Digital Technology for Oil and Gas Fields
Автор: Niladri Kumar Mitra
Издательство: CRC Press
Год: 2025
Страниц: 258
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book tries to introduce Artificial Intelligence (AI) as the ability of a computer or a robot controlled by a computer to perform tasks that humans usually do because they require human intelligence and discernment. The primary objective of AI (also called heuristic programming, machine intelligence, or the simulation of cognitive behavior) is to enable computers to perform such intellectual tasks as decision-making, problem-solving, perception, and understanding human communication (in any language, and translating them). AI is a theory and development of computer systems that can perform tasks that normally require human intelligence. Speech recognition, decision-making, and visual perception, for example, are features of human intelligence that AI may possess. AI is also dipping into the digital oilfield well to leverage the latest advancement in intelligent visual monitoring technology to give companies the ability to limit remote site visits while reducing operational expenditure and mitigating safety and environmental risks. Python is one of the specific software programming languages used by various software developers. Being one of the best-known programming languages for AI and neural networks, Python has taken a big lead. AI, in combination with Python, is one of the best tools in the operating software system. Python, with its rich technology competency, has an extensive set of libraries for AI and ML. Some of them are Keras, TensorFlow, and Scikit-learn for ML, and NumPy for high-performance scientific computing and data analysis software.
 

Разработка корпоративных Java-приложений с помощью J2EE и UML

Автор: gol8425 от 22-08-2024, 13:22, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Разработка корпоративных Java-приложений с помощью J2EE и UML
Автор: Амриш Кэри, Ахмед Хавар
Издательство: Вильямс
Год: 2002
Страниц: 272
Формат: djvu
Размер: 14 мб
Качество: хорошее
Язык: русский

Для разработки сложного программного обеспечения недостаточно просто написать огромное количество кода. Разработчик или руководитель проекта должен уметь применять на практике методы архитектурного построения, анализа и проектирования, процессы разработки, визуальное моделирование и базовые технологии.
 

Artificial Intelligence Solutions for Cyber-Physical Systems

Автор: literator от 22-08-2024, 12:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Artificial Intelligence Solutions for Cyber-Physical Systems
Автор: Pushan Kumar Dutta, Pethuru Raj, B. Sundaravadivazhagan, Chithirai Pon Selvan
Издательство: CRC Press
Год: 2025
Страниц: 465
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Smart manufacturing environments are revolutionizing the industrial sector by integrating advanced technologies, such as the Internet of Things (IoT), Artificial Intelligence (AI), and robotics, to achieve higher levels of efficiency, productivity, and safety. However, the increasing complexity and interconnectedness of these systems also introduce new security challenges that must be addressed to ensure the safety of human workers and the integrity of manufacturing processes. Key topics include risk assessment methodologies, secure communication protocols, and the development of standard specifications to guide the design and implementation of HCPS. Recent research highlights the importance of adopting a multi-layered approach to security, encompassing physical, network, and application layers. Furthermore, the integration of AI and Machine Learning techniques enables real-time monitoring and analysis of system vulnerabilities, as well as the development of adaptive security measures. Cyber‑physical systems (CPS) are systems that tightly integrate physical components with computational and networking elements. They are becoming increasingly prevalent in a wide range of applications, such as transportation, healthcare, and manufacturing. Artificial Intelligence (AI) has the potential to significantly improve the performance and capabilities of CPS. Deep Learning and neural networks are subfields of AI and Machine Learning (ML) that have gained significant attention and success in recent years. They involve the use of computational models inspired by the structure and function of the human brain to process and analyse complex data. Deep Learning is a subfield of Machine Learning that focuses on employing neural networks with numerous hidden layers to model and solve complex patterns in data. It has had great success in a number of fields, including speech and picture identification, natural language processing, and autonomous driving.
 

Python для всех

Автор: umkaS от 22-08-2024, 06:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python для всех
Автор: Северанс Ч. Р.
Издательство: ДMK
Год: 2021 (2022)
Cтраниц: 262
Формат: pdf
Размер: 14 мб
Язык: русский

Python — простой в изучении и практическом использовании язык программирования, который свободно доступен на компьютерах под управлением Mac OS, Windows и Linux. Изучив Python, вы сможете использовать его в своей профессиональной деятельности, не покупая какое-либо программное обеспечение.