Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Learning JavaScript Design Patterns: A JavaScript and React Developer’s Guide, 2nd Edition (Second Early Release)Название: Learning jаvascript Design Patterns: A jаvascript and React Developer’s Guide, 2nd Edition (Second Early Release)
Автор: Addy Osmani
Издательство: O’Reilly Media, Inc.
Год: 2023-01-19
Страниц: 159
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Do you want to write beautiful, structured, and maintainable jаvascript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning jаvascript Design Patterns is the ideal place to start. Author Addy Osmani shows you how to apply modern design patterns to jаvascript and React. That includes popular design patterns such as modules, mixins, observers, and mediators. You'll learn about performance and rendering patterns, such as server-side rendering and islands architecture. You'll also learn how modern architectural patterns—such as MVC, MVP, and MVVM—are useful from the perspective of a modern web application developer. Other essential topics include modern jаvascript syntax and React patterns such as Hooks, higher order components, and render props.
Разместил: Ingvar16 20-01-2023, 08:35 | Комментарии: 0 | Подробнее
Functional Programming with C# (6th Early Release)Название: Functional Programming with C#: Create More Supportable, Robust, and Testable Code (6th Early Release)
Автор: Simon J. Painter
Издательство: O’Reilly Media, Inc.
Год: 2023-01-19
Страниц: 259
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

After decades of relative obscurity, functional programming is finally coming into its own. With concise, easy-to-read code that supports asynchronous, concurrent processing, aspects of functional programming have begun to appear in several traditionally object-oriented languages such as C# and Java. This practical book shows C# programmers how to use functional programming features without having to navigate an entirely new language. Because of the shared runtime environment common to C# and F# languages, it's possible to use most of F#'s functional features in C# as well. Author Simon J. Painter explains how you can write functional code in C# right away, without having to install dependencies or features newer than .NET 3. You'll learn why functional programming concepts can bring immediate benefit to your work. Functional Programming is not only one of the greatest innovations in the history of software development, it’s also cool.
Разместил: Ingvar16 20-01-2023, 08:23 | Комментарии: 0 | Подробнее
Applied Informatics for Industry 4.0Название: Applied Informatics for Industry 4.0
Автор: Nazmul Siddique, Mohammad Shamsul Arefin, Julie Wall, M. Shamim Kaiser
Издательство: CRC Press
Год: 2023
Страниц: 338
Язык: английский
Формат: pdf (true)
Размер: 37.2 MB

Applied Informatics for Industry 4.0 combines the technologies of computer science and information science to assist in the management and processing of data to provide different types of services. Due to the adaptation of 4.0 IR-related technologies, applied informatics is playing a vital role in different sectors such as healthcare, complex system design and privacy-related issues. This book focuses on cutting edge research from the fields of informatics and complex industrial systems, and will cover topics including health informatics, bioinformatics, brain informatics, genomics and proteomics, data and network security and more. The text will appeal to beginners and advanced researchers in the fields of computer science, information sciences, electrical and electronic engineering and robotics.
Разместил: Ingvar16 20-01-2023, 06:47 | Комментарии: 0 | Подробнее
C# 11: WWW The server side: Software DevelopmentНазвание: C# 11: WWW The server side: Software Development
Автор: Poul Klausen
Издательство: bookboon.com
Год: 2021
Страниц: 252
Язык: английский
Формат: epub
Размер: 10.1 MB

This book is the eleventh in a series of books on software development. The programming language is C#, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process, and how to develop good and robust applications. This book deals with the development of web applications where the focus is on the server side and how to develop dynamic web pages. The book starts with an introduction to world wide web and the main technologies, followed by a simple example on ASP.NET web application. The rest of the book deals with how to write an ASP.NET Core MVC application, and after reading the book, you should be able to write classic web applications. However, the book contains little about the client side, which is dealt with first in the next book.
Разместил: Ingvar16 20-01-2023, 06:07 | Комментарии: 0 | Подробнее
C# 10: More on WPF: Software DevelopmentНазвание: C# 10: More on WPF: Software Development
Автор: Poul Klausen
Издательство: bookboon.com
Год: 2021
Страниц: 219
Язык: английский
Формат: epub
Размер: 11.4 MB

This book is the tenth in a series of books on software development. The programming language is C#, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process, and how to develop good and robust applications. This book is a continuation of the previous book on WPF. The book deals with issues that one typically encounters in connection with the development of Windows programs. Examples are implementing undo / redo and printing to a physical printer. In addition, as a continuation of the previous book, the book focuses on the development of custom components, but components that are larger and more complex than those shown in the previous book. The book, together with the previous book, is the end of the treatment of WPF, but also of the development of classic PC programs, and the following books will focus on WEB applications and phone apps.
Разместил: Ingvar16 20-01-2023, 05:55 | Комментарии: 0 | Подробнее
Go Data Structures and AlgorithmsНазвание: Go Data Structures and Algorithms
Автор: Christopher Fox
Издательство: bookboon.com
Год: 2018
Страниц: 374
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

A concise introduction to data structures and algorithms in Go. Data structures are presented in a container hierarchy that includes stacks and queues as non-traversable dispensers, and lists, sets, and maps as traversable collections. Algorithm analysis is introduced and applied to linear and binary search, bubble sort, selection sort, insertion sort, merge sort and quicksort. The book also covers heaps and heapsort, unbalanced binary search trees, AVL trees, 2-3 trees, hashing, graph representations, and graph algorithms based on depth-and breadth-first search. Code is presented in Go (more about this in a moment), but the book does not teach Go and it does not include reference material about the language. The book does include features of pedagogical value: every chapter has review questions with answers, and a set of exercises. There is also a glossary at the end. The book (and versions of it using other programming languages) has been used successfully for several years to teach introductory algorithms and data structures at James Madison University. Many students have commented appreciatively regarding its brevity, clarity, and low cost. Go is a relatively new language from Google, and many students are interested in learning it. Overall, Go is an excellent choice for teaching algorithms and data structures.
Разместил: Ingvar16 20-01-2023, 05:45 | Комментарии: 0 | Подробнее
Coding & Programming The Complete Manual - Winter 2022Название: Coding & Programming The Complete Manual - Winter 2022
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 216
Язык: английский
Формат: pdf (true)
Размер: 67.3 MB

The essential step-by-step manual for improving your Python, Linux, Windows & C++ coding skills. Coding is everywhere. From your TV through to the International Space Station, you’ll find millions of lines of code controlling and delivering the services that we take for granted. Behind all this code are the programmers who develop our digital world, using a multitude of different languages to weave the fabric of the Internet, operating systems, games and modern entertainment. Whether it’s inside the world’s most powerful supercomputer or automating tasks aboard the ISS, scripting is the key to effective interaction between systems and people. The Complete Coding Manual Series aims to help you get the most from your coding experience. Inside this book, you will find ideas, concepts, tutorials, hints and projects that will take you from being a beginner to an advanced programmer who understands several languages (Python, C++) and how to form your own code.
Разместил: Ingvar16 20-01-2023, 05:22 | Комментарии: 0 | Подробнее
C++ & Python for Beginners - 13th Edition 2023Название: C++ & Python for Beginners - 13th Edition 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Язык: английский
Формат: pdf
Размер: 36.1 MB

Изучите основы Python и C++ и расширьте свои навыки! Высококачественный справочник, содержащий подробные руководства от команды экспертов. Изучайте Python и применяйте его в реальных программах. Начните изучать основы C++ и лучшие советы по работе с кодом. Python и C++ - два самых мощных и многофункциональных языка программирования. Умение понимать и использовать любой из них позволит вам лучше понять современные технологии и то, как они взаимодействуют с нами и окружающей средой.
Разместил: Ingvar16 20-01-2023, 04:24 | Комментарии: 0 | Подробнее
Practical Artificial Intelligence for Internet of Medical Things: Emerging Trends, Issues, and ChallengesНазвание: Practical Artificial Intelligence for Internet of Medical Things: Emerging Trends, Issues, and Challenges
Автор: Ben Othman Soufene, Chinmay Chakraborty, Faris A. Almalki
Издательство: CRC Press
Год: 2023
Страниц: 346
Язык: английский
Формат: pdf (true)
Размер: 14.2 MB

This book covers the fundamentals, applications, algorithms, protocols, emerging trends, problems, and research findings in the field of Artificial Intelligence (AI) and Internet of things (IoT) in smart healthcare. It includes case studies, implementation and management of smart healthcare systems using AI. Chapters focus on AI applications in Internet of Healthcare Things, provide working examples on how different types of healthcare data can be used to develop models and predict diseases using Machine Learning and AI, with the real-world examples. This book is aimed at Researchers and graduate students in Computer Engineering, Artificial Intelligence and Machine Learning, Biomedical Engineering, and Bioinformatics.
Разместил: Ingvar16 20-01-2023, 03:50 | Комментарии: 0 | Подробнее
Machine Learning Simplified: An introduction to Supervised and Unsupervised LearningНазвание: Machine Learning Simplified: An introduction to Supervised and Unsupervised Learning
Автор: Jose George
Издательство: KJ Publishing
Год: 2022
Страниц: 166
Язык: английский
Формат: pdf, epub
Размер: 11.2 MB

Machine Learning is a complex subject area. Our goal in this lesson is to introduce you to some of the most common terms and ideas used in Machine Learning. I will then walk you through the different steps involved in Machine Learning (ML) and finish with a series of examples that use Machine Learning to solve real-world situations. After reading this book, you will understand everything that comes into the scope of supervised Machine Learning. You will be able to not only understand nitty-gritty details of mathematics, but also explain to anyone how things work on a high level. Machine Learning (ML) is a modern software development technique and a type of Artificial Intelligence (AI) that enables computers to solve problems by using examples of real-world data. It allows computers to automatically learn and improve from experience without being explicitly programmed to do so.
Разместил: Ingvar16 19-01-2023, 18:02 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности