Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: What Every Engineer Should Know About Digital Accessibility
Автор: Sarah Horton, David Sloan
Издательство: CRC Press
Серия: What Every Engineer Should Know
Год: 2024
Страниц: 269
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Accessibility is a core quality of digital products to be deliberately addressed throughout the development lifecycle. What Every Engineer Should Know About Digital Accessibility will prepare readers to integrate digital accessibility into their engineering practices. Readers will learn how to accurately frame accessibility as an engineering challenge so they are able to address the correct problems in the correct way. Illustrated with diverse perspectives from accessibility practitioners and advocates, this book describes how people with disabilities use technology, the nature of accessibility barriers in the digital world, and the role of engineers in breaking down those barriers. Accessibility competence for current, emerging, and future technologies is addressed through a combination of guiding principles, core attributes and requirements, and accessibility‑informed engineering practices. This book spans a range of topics related to computer science, including software engineering, human–computer interaction, web and mobile application development, and product and project management. This is intentional. Accessibility considerations apply regardless of the role you might perform in a digital product development. Everyone has an opportunity to make informed decisions that help ensure that accessibility is a priority.
Разместил: literator 25-03-2024, 23:00 | Комментарии: 0 | Подробнее
Название: Fundamentals of Digital Forensics: A Guide to Theory, Research and Applications, 3rd Edition
Автор: Joakim Kävrestad, Marcus Birath, Nathan Clarke
Издательство: Springer
Серия: Texts in Computer Science
Год: 2024
Страниц: 292
Язык: английский
Формат: pdf (true), epub
Размер: 51.5 MB

This textbook describes the theory and methodology of digital forensic examinations, presenting examples developed in collaboration with police authorities to ensure relevance to real-world practice. The coverage includes discussions on forensic artifacts and constraints, as well as forensic tools used for law enforcement and in the corporate sector. Emphasis is placed on reinforcing sound forensic thinking, and gaining experience in common tasks through hands-on exercises. This enhanced third edition describes practical digital forensics with open-source tools and includes an outline of current challenges and research directions. This book begins with setting the stage for forensics examinations by discussing the theoretical foundation that the authors regard as relevant and important for the area. This section will introduce the reader to the areas of computer forensics and the forensic methodology as well as discuss how to find and interpret certain artifacts in a Windows environment. The book will then take a more practical focus and discuss the hows and whys about some key forensic concepts. Finally, the book will provide a section with information on how to find and interpret artifacts. It should at this point be noticed that the book does not, by far, cover every single case, question, or artifact. Practical examples are rather here to serve as demonstrations of how to implement a forensically sound way of examining digital evidence and use forensic tools. Windows 10 and 11 have been used for practical examples, and they are, unless otherwise stated, accurate for both of those versions of Windows.
Разместил: literator 25-03-2024, 19:12 | Комментарии: 0 | Подробнее

Название: Django 5 для начинающих + Продвинутый Django 5 для продолжающих
Автор: Илья Перминов
Издательство: Stepik
Год: 2023
Формат: HTML
Страниц: много
Размер: 409 Mb
Язык: Русский

Этот курс проведет вас через весь процесс разработки профессиональных веб-приложений с помощью Django и Django REST Framework. Все лекции посвящены объяснению механизмов работы веб-фреймворка Django путем написания нескольких проектов на Python с нуля и последующим их деплоем на сервер. В курсе 118 задач и 108 тестов для закрепления и проверки знаний. Внимание, данный курс не содержит ни минуты видео!


Разместил: Chipa 25-03-2024, 18:11 | Комментарии: 0 | Подробнее
Название: Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications, Second Edition
Автор: Marten Deinum
Издательство: Apress
Год: 2024
Страниц: 486
Язык: английский
Формат: pdf, epub
Размер: 17.3 MB

Solve all your Spring Boot 3 micro-framework problems using complete, real-world Java-based code snippets and examples inspired by various problems and corresponding solutions to those problems . When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your own specific software programming needs. This can save you a great deal of work over creating a project from scratch. Spring Boot 3 Recipes has been revised to include new features like the new Spring Native, newly repackaged Spring Data, Spring Kafka for messaging and more on Kubernetes/deployment than in the previous edition. It includes Java 17 long term support code and Jakarta EE 9+ code as a base for Spring Boot 3. This handy code reference takes advantage of these things as it introduces you to VMWare's Spring Boot 3 and Spring Native. Quickly, it dives into code snippets on how to apply and integrate SpringBoot 3 with the Spring MVC web framework, web sockets and WebFlux for the rapid development of web applications, web services, microservices and more. This book is for experienced Java and Spring software programmers, developers.
Разместил: literator 25-03-2024, 16:48 | Комментарии: 0 | Подробнее
Название: Ресурсно-эффективные компьютерные алгоритмы. Разработка и анализ
Автор: Ульянов М.В.
Издательство: М.: НАУКА, ФИЗМАТЛИТ
Год: 2007
Cтраниц: 376
Формат: pdf
Размер: 12 мб
Язык: русский

Разработка и анализ компьютерных алгоритмов — новая дисциплина, возникшая на стыке дискретной математики, программирования и классической теории алгоритмов, играющая важную роль в современных компьютерных технологиях. Для большинства практически значимых задач, решаемых сегодня с использованием компьютеров, существуют разнообразные алгоритмы их решения.
Разместил: umkaS 25-03-2024, 13:49 | Комментарии: 0 | Подробнее
Название: Android Studio Iguana Essentials - Kotlin Edition
Автор: Neil Smyth
Издательство: Payload Media
Год: 2024 (Rev: 1.0)
Страниц: 1316
Язык: английский
Формат: epub (true)
Размер: 58.0 MB

Fully updated for Android Studio Iguana (2023.2.1) and the new UI, this book teaches you how to develop Android-based applications using the Kotlin programming language. The primary goals of the Kotlin language are to make code both concise and safe. Code is generally considered concise when it can be easily read and understood. Conciseness also plays a role when writing code, allowing code to be written more quickly and with greater efficiency. In terms of safety, Kotlin includes a number of features that improve the chances that potential problems will be identified when the code is being written instead of causing runtime crashes. This book begins with the basics and outlines how to set up an Android development and testing environment, followed by an introduction to programming in Kotlin, including data types, control flow, functions, lambdas, and object-oriented programming. Asynchronous programming using Kotlin coroutines and flow is also covered in detail.
Разместил: literator 25-03-2024, 07:01 | Комментарии: 0 | Подробнее
Название: Societal Impacts of Artificial Intelligence and Machine Learning
Автор: Carlo Lipizzi
Издательство: Springer
Серия: Synthesis Lectures on Computer Science
Год: 2024
Страниц: 160
Язык: английский
Формат: pdf (true), epub
Размер: 22.0 MB

This book goes beyond the current hype of expectations generated by the news on Artificial Intelligence and Machine Learning by analyzing realistic expectations for society, its limitations, and possible future scenarios for the use of this technology in our current society. Artificial Intelligence is one of the top topics today and is inflating expectations beyond what the technology can do in the foreseeable future. The future cannot be predicted, but the future of some elements of our society, such as technology, can be estimated. This book merges the modeling of human reasoning with the power of AI technology allowing readers to make more informed decisions about their personal or financial decisions or just being more educated on current technologies. Algorithms are the root science of AI. With minimal exceptions, all the new algorithms are around more “powerful” versions of what is called “artificial neural networks” (ANN). Artificial Neural Networks are a type of Machine Learning algorithm that is modeled after the structure and function of the human brain. They comprise interconnected nodes, called artificial neurons, that process information and make decisions. ANNs are used to analyze patterns and make predictions from large sets of data.
Разместил: literator 24-03-2024, 19:38 | Комментарии: 0 | Подробнее
Название: A Tutorial on Python for Finance
Автор: Mohammad Khanalizadeh
Издательство: Independently published
Год: 2024
Страниц: 262
Язык: английский
Формат: pdf
Размер: 19.1 MB

This book includes Python techniques for Data Science and finance. It explains matterials needed for financial analysis in a way that saves your time during learning, and drops unnecessary contents to make you focused on the topic.
Разместил: literator 24-03-2024, 18:28 | Комментарии: 0 | Подробнее
Название: Ultimate Rust for Systems Programming: Master Core Programming for Architecting Secure and Reliable Software Systems with Rust and WebAssembly
Автор: Mahmoud Harmouch
Издательство: Orange Education Pvt Ltd, AVA
Год: 2024
Страниц: 672
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Building Tomorrow's Systems Today the Rust Way. This book is your guide to mastering Rust programming, equipping you with essential skills and insights for efficient system programming. It starts by introducing Rust's significance in the system programming domain and highlighting its advantages over traditional languages like C/C++. You'll then embark on a practical journey, setting up Rust on various platforms and configuring the development environment. From writing your first "Hello, World!" program to harness the power of Rust's package manager, Cargo, the book ensures a smooth initiation into the language. Delving deeper, the book covers foundational concepts, including variables, data types, control flow, functions, closures, and crucial memory management aspects like ownership, borrowing, and lifetimes. Special attention is given to Rust's strict memory safety guarantees, guiding you in writing secure code with the assistance of the borrow checker. By the end of this journey, you'll have a solid understanding of Rust and how it can be applied in system programming, making you well-equipped for real-world applications.
Разместил: literator 24-03-2024, 07:00 | Комментарии: 0 | Подробнее
Название: Creating NPM Package: Your React jаvascript Guide to Create, Test, and Publish NPM Libraries
Автор: Oluwatobi Sofela
Издательство: CodeSweetly
Серия: Creating NPM Package
Год: January 13, 2024
Страниц: 168
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Get this book if you want an effective way to learn how to create NPM packages. This comprehensive guidebook is your go-to resource for mastering the art of creating, testing, and publishing NPM libraries in the React jаvascript ecosystem. You do not need to have any prior knowledge of publishing packages. This beginner-friendly book takes you from zero to creating, testing, and publishing NPM packages like a pro. It uses a scalable project to explain the fundamentals of building and managing NPM packages from scratch. Elevate your skills and become a proficient NPM package developer with this invaluable guide. Start building and sharing your React.js components today! Prerequisite: Familiarity with Git, GitHub, React, and jаvascript will help you learn NPM package publishing better. So, to be better prepared for this book’s content, it’s best to be familiar with the elementary aspects of those tools.
Разместил: literator 24-03-2024, 03:16 | Комментарии: 0 | Подробнее



 Litmy.ru  ©2020-2023     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности