Age of Invisible Machines: A Guide to Orchestrating AI Agents and Making Organizations More Self-Driving, 2nd Edition

Автор: literator от 19-04-2025, 09:45, Коментариев: 0

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

Название: Age of Invisible Machines: A Guide to Orchestrating AI Agents and Making Organizations More Self-Driving, Revised and Updated 2nd Edition
Автор: Robb Wilson
Издательство: Wiley
Год: 2025
Страниц: 336
Язык: английский
Формат: epub (true)
Размер: 18.3 MB

Cut through the noise and unlock the transformational power of conversational AI. In the newly revised second edition of Age of Invisible Machines, renowned tech leader Robb Wilson delivers a startlingly insightful and eye-opening blueprint for using conversational AI to make your company self-driving—with a digital ecosystem of interconnected automations powering all aspects of your business. Conversational AI is transforming every job at every company (starting yesterday) and this book is perfect for anyone affected by these technologies. You'll learn how to develop a hyperautomation strategy by identifying outdated processes and systems holding your company back. This latest edition offers brand new chapters dedicated to fast-growing automation tools, including Large Language Models, Generative AI, and much more. You'll discover ways to implement new technologies that are force-multipliers for rapid growth. A must-read for every business leader, Wilson's book debunks common myths about conversational AI while simplifying the inevitable complexity of restructuring your business to unlock the substantial opportunities this new era offers.
 

GIS For Dummies, 2nd Edition

Автор: literator от 19-04-2025, 07:24, Коментариев: 0

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

Название: GIS For Dummies, 2nd Edition
Автор: Jami Dennis
Издательство: For Dummies
Год: 2025
Страниц: 386
Язык: английский
Формат: pdf (true)
Размер: 15.0 MB

A jargon-free primer on GIS concepts and the essential tech tools. Geographic Information Systems (GIS) is the fascinating technology field that's all about understanding and visualizing our world. GIS For Dummies introduces you to the essential skills you'll need if you want to become a geospatial data guru. You'll learn to read, analyze, and interpret maps, and you'll discover how GIS professionals create digital models of landscapes, cities, weather patterns, and beyond. Understand how advances in technology, including AI, are turning GIS tools into powerful assets for solving real-world problems and protecting the planet. This beginner-friendly book makes it easy to grasp necessary GIS concepts so you can apply GIS in your organization, pursue a career in this dynamic field, or just impress others with your geographic knowledge. To use APIs in GIS, you typically need to write scripts in a programming language like R or Python. These scripts help you send requests to the API, handle the data it returns, and format the data for use in your GIS software. R and Python both have libraries — such as httr in R and requests in Python — that make working with APIs easier.
 

Beginning Solidity: Learn to Program Smart Contracts with Solidity

Автор: literator от 19-04-2025, 06:52, Коментариев: 0

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

Название: Beginning Solidity: Learn to Program Smart Contracts with Solidity
Автор: Alexandros Dolgov
Издательство: Wiley
Год: 2025
Страниц: 576
Язык: английский
Формат: epub (true)
Размер: 96.5 MB

Unlock the future of programming on the Ethereum blockchain with Solidity smart contracts. This book is a guide to taking your first steps and becoming comfortable with Solidity programming, providing accessible learning material for existing and aspiring programmers who wish to build decentralised applications on the Ethereum platform. This book provides insights into the creation, compilation and deployment of smart contracts and decentralised applications. At its core, this book is about learning Solidity programming, specifically on the Ethereum blockchain, using the Foundry development framework. The goal is to create a resource for seasoned, aspiring, and beginning programmers to make their first steps in mastering the Solidity programming language. Foundry as a framework was selected over Hardhat and Truffle because Foundry is a straightforward framework when compared to those development frameworks. It is written in Rust, and it excels in speed, performance, and being lightweight. Additionally, when using Hardhat and Truffle, you need to be familiar with another programming language, jаvascript, to run tests and deployments. In Foundry, all this is done only through Solidity and cheat codes. The Foundry does not need any additional setup or plugins to work.
 

Использование Docker

Автор: umkaS от 19-04-2025, 06:31, Коментариев: 0

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

Название: Использование Docker
Автор: Моуэт Эдриен
Издательство: М.: ДMK
Год: 2017
Cтраниц: 356
Формат: pdf
Размер: 19 мб
Язык: русский

Разработка и развёртывание программного обеспечения с помощью контейнеров. Контейнеры Docker предоставляют простые быстрые и надёжные методы разработки, распространения и запуска программного обеспечения, особенно в динамических и распределённых средах. Из этого практического руководства вы узнаете, почему контейнеры так важны, какие преимущества вы получите от применения Docker и как сделать Docker частью процесса разработки.
 

PowerShell SysAdmin Crash Course, Second Edition

Автор: literator от 18-04-2025, 20:10, Коментариев: 0

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

Название: PowerShell SysAdmin Crash Course, Second Edition: Unlock the Full Potential of PowerShell with Advanced Techniques, Automation, Configuration Management and Integration
Автор: Steeve Lee
Издательство: GitforGits
Год: 2025
Страниц: 379
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

This second edition is a hands-on, practical book crafted to empower system administrators and PowerShell enthusiasts to efficiently perform everyday system administration tasks and to automate complex processes with confidence. This book will take you from the basics of PowerShell scripting to advanced techniques and beyond. You will gain hands-on experience with handling variables, data types, and loops while learning to create reliable scripts that manage files, folders, drives, and the Windows registry. You will be introduced to powerful features such as remoting, DSC, and integration with System Center Configuration Manager to ensure that you can manage and deploy configurations across distributed environments. Additionally, the book covers the intersection of PowerShell with modern automation frameworks, including Ansible, Chef, Puppet, and popular CI/CD tools. Such integration helps you streamline deployments, orchestrate workflows, and maintain consistent configurations across Windows and cross-platform systems. It also covers advanced topics such as extending PowerShell through custom cmdlets, modules, and classes, as well as techniques to interact with external systems via RESTful APIs, Python, and Bash.
 

Compiler Design: Principles, Techniques, and Tools

Автор: literator от 18-04-2025, 18:22, Коментариев: 0

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

Название: Compiler Design: Principles, Techniques, and Tools
Автор: Knowledge Flow
Издательство: Knowledge Flow
Год: 2025
Страниц: 141
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Compiler Design book by Knowledge Flow is a comprehensive guide that covers the fundamental and advanced concepts of compiler construction. This book is ideal for students, software engineers, and computer science enthusiasts who want to understand lexical analysis, syntax analysis, semantic analysis, intermediate code generation, optimization, and code generation techniques. It provides a step-by-step approach to compiler design, including parsing methods, error handling, symbol tables, and memory management. With clear explanations, real-world examples, and structured learning, this book simplifies complex topics, making it an essential resource for mastering compiler theory. Whether you're preparing for exams, enhancing programming skills, or developing your own compiler, Compiler Design by Knowledge Flow is the perfect guide. Get this book today to explore the core principles of compiler design and build a strong foundation in Computer Science!
 

Magical Haskell: A Friendly Approach to Modern Functional Programming, Type Theory, and Artificial Intelligence

Автор: literator от 18-04-2025, 16:43, Коментариев: 0

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

Название: Magical Haskell: A Friendly Approach to Modern Functional Programming, Type Theory, and Artificial Intelligence
Автор: Anton Antich
Издательство: Apress
Год: 2025
Страниц: 428
Язык: английский
Формат: True PDF, True ePUB
Размер: 11.5 MB

Discover a unique and fun approach to adopting modern typed functions programming patterns. This book uses playful metaphors and examples to help you learn Haskell through imagination, building on math without relying on imperative crutches or technical complexity. You'll use math to build completely different Typed Functional patterns from the ground up and understand the link between building Mathematics through Types and constructing Haskell as a programming language. Intended for working with various applications, especially AI-powered apps, the book gently builds up to what are normally considered complex and difficult concepts all without needing a PhD to understand them. Next, you'll explore exciting advancements in AI, including building with OpenAI APIs, creating a terminal chatbot, adding web functionality, and enhancing with retrieval-augmented generation. Finally, you'll delve into AI multi-agents and future directions using Arrows abstraction, reinforcing Haskell's design. Magical Haskell is a solution for programmers who feel limited by imperative programming languages but are also put off by excessively mathematical approaches. For Haskell programmers of all levels and those interested in Type Theory.
 

System Design: пережить интервью

Автор: ekvator от 18-04-2025, 11:06, Коментариев: 0

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


Название: System Design: пережить интервью
Автор: Чжиюн Тань
Издательство: Питер
Год: 2025
Формат: pdf
Страниц: 544
Размер: 52,1 Мб
Язык: русский

Собеседования по проектированию систем могут стать серьезной преградой даже для опытных разработчиков. К счастью, стоит немного подготовиться — и все эти вопросы, не имеющие однозначного ответа, и whiteboard-сессии станут вашим конкурентным преимуществом! В своей замечательной книге Чжиюн Тань делится практикой успешных собеседований и советами по дизайну систем, благодаря которым разработчики получали предложения от Amazon, Apple, ByteDance, PayPal и Uber. «System design: пережить интервью» — мастер-класс по уверенному прохождению собеседования. Используя простые и легко запоминающиеся методы, вы научитесь быстро анализировать задачи, находить эффективные решения и четко объяснять свои идеи эксперту. В ходе работы с книгой вы не только приобретете навыки, необходимые, чтобы успешно пройти собеседование, но и попрактикуетесь в создании качественного дизайна.
 

Tiny Machine Learning QuickStart: Machine Learning for Arduino Microcontrollers

Автор: literator от 18-04-2025, 07:33, Коментариев: 0

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

Название: Tiny Machine Learning QuickStart: Machine Learning for Arduino Microcontrollers
Автор: Simone Salerno
Издательство: Apress
Год: 2025
Страниц: 340
Язык: английский
Формат: True PDF, True ePUB
Размер: 19.4 MB

Be a part of the Tiny Machine Learning (TinyML) revolution in the ever-growing world of IoT. This book examines the concepts, workflows, and tools needed to make your projects smarter, all within the Arduino platform. You'll start by exploring Machine learning in the context of embedded, resource-constrained devices as opposed to your powerful, gigabyte-RAM computer. You'll review the unique challenges it poses, but also the limitless possibilities it opens. Next, you'll work through nine projects that encompass different data types (tabular, time series, audio and images) and tasks (classification and regression). Throughout the book, you'll apply three different approaches to TinyML: traditional algorithms (Decision Tree, Logistic Regression, SVM), Edge Impulse (a no-code online tools), and TensorFlow for Microcontrollers. Each has its strengths and weaknesses, and you will learn how to choose the most appropriate for your use case. TinyML Quickstart will provide a solid reference for all your future projects with minimal cost and effort. For electronics hobbyists and developers with a basic understanding of Tensorflow, ML in Python, and Arduino-based programming looking to apply that knowledge with microcontrollers. Previous experience with C++ is helpful but not required.
 

Scalable Artificial Intelligence for Healthcare: Advancing AI Solutions for Global Health Challenges

Автор: literator от 18-04-2025, 05:23, Коментариев: 0

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

Название: Scalable Artificial Intelligence for Healthcare: Advancing AI Solutions for Global Health Challenges
Автор: Houneida Sakly, Ramzi Guetari, Naoufel Kraiem
Издательство: CRC Press
Год: 2025
Страниц: 200
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This edited volume examines the transformative impact of Artificial Intelligence (AI) technologies on global healthcare systems, with a focus on enhancing efficiency and accessibility. The content provides a comprehensive exploration of the principles and practices required to scale AI applications in healthcare, addressing areas such as diagnosis, treatment, and patient care. Key topics include data scalability, model deployment, and infrastructure design, highlighting the use of microservices, containerization, cloud computing, and Big Data technologies in building scalable AI systems. Discussions cover advancements in Machine Learning models, distributed processing, and transfer learning, alongside critical considerations such as continuous integration, data privacy, and ethics. Real-world case studies depict both the successes and challenges of implementing scalable AI across various healthcare environments, offering valuable insights for future advancements. Continuous integration/continuous deployment (CI/CD) practices play a critical role in advancing AI in the healthcare sector. By automating integration, testing and deployment, CI/CD pipelines enable continuous improvements in AI models.