Head First. Паттерны проектирования, 2-е издание

Автор: ekvator от 15-10-2021, 17:08, Коментариев: 0

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

Head First. Паттерны проектирования, 2-е издание
Название: Head First. Паттерны проектирования, 2-е издание
Автор: Фримен Эрик, Робсон Элизабет, Сьерра Кэти, Бейтс Берт
Издательство: Питер
Год: 2022
Формат: pdf
Страниц: 641
Размер: 17,1 Мб
Язык: русский

Не имеет смысла каждый раз изобретать велосипед, лучше сразу освоить приемы проектирования, которые уже созданы людьми, сталкивавшимися с аналогичными задачами. В этой книге рассказано, какие паттерны действительно важны, когда и при каких условиях ими необходимо пользоваться, как применить их в ваших проектах и на каких принципах объектно-ориентированного проектирования они построены. Присоединяйтесь к сотням тысяч разработчиков, которые повысили свою квалификацию объектно-ориентированного проектирования благодаря книге «Head First. Паттерны проектирования».
 

What Is Federated Learning?

Автор: literator от 15-10-2021, 15:44, Коментариев: 0

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

What Is Federated Learning?Название: What Is Federated Learning?
Автор: Emily Glanz, Nova Fallen
Издательство: O’Reilly Media, Inc.
Год: 2021-10-14
Язык: английский
Формат: epub
Размер: 10.2 MB

The use of Artificial Intelligence (AI) and Machine Learning (ML) technologies is growing rapidly. AI and ML are empowering many application domains, such as natural language processing (NLP), image classification, and recommendation systems. You’ve probably seen this yourself: smartphone keyboard autocorrect features, face unlock capabilities, and movie recommendation algorithms are all powered by Machine Learning. One of the key reasons for the success of ML technologies today is the accessibility and availability of massive amounts of data. The key idea behind Federated Learning (FL) is that it is possible to bring model training to the location where the data was generated and lives, removing the requirement for centralized data collection. Federated Learning is a type of Machine Learning in which a set of clients collaboratively train a model on local data under the orchestration of a central server, without sharing raw data with each other or the server.


 

Command-Line Rust (Early Release)

Автор: TRex от 15-10-2021, 05:12, Коментариев: 0

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

Название: Command-Line Rust (Early Release)
Автор: Charles Kenneth Youens-Clark
Издательство: O’Reilly Media
Год: 2021-08-23: Second Release
Формат: ePUB
Страниц: 350
Размер: 10 Mb
Язык: English

For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is also an incredibly complex language with a notoriously difficult learning curve.
 

Kotlin In-Depth [Vol-I]: A Comprehensive Guide to Modern Multi-Paradigm Language

Автор: literator от 15-10-2021, 03:47, Коментариев: 0

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

Kotlin In-Depth [Vol-I]: A Comprehensive Guide to Modern Multi-Paradigm LanguageНазвание: Kotlin In-Depth [Vol-I]: A Comprehensive Guide to Modern Multi-Paradigm Language
Автор: Aleksei Sedunov
Издательство: BPB Publications
Год: 2020
Страниц: 612
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Master the concise and expressive power of a pragmatic, multi-paradigm language for JVM, Android and beyond. The purpose of this book is to guide a reader through the capabilities of Kotlin language and give examples of how to use it for the development of various applications, be it desktop, mobile or Web. Although our primary focus is on JVM and Android, the knowledge we’re sharing here, to various extents, applies to other Kotlin-supported platforms such as jаvascript, native and even multi-platform applications. The book starts with an introduction to the language and its ecosystem, which will give you an understanding of the key ideas behind the Kotlin design, introduce you to the Kotlin tooling and present you the basic language syntax and constructs.


 

Advanced Git, 2nd Edition

Автор: TRex от 15-10-2021, 02:50, Коментариев: 0

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

Название: Advanced Git, 2nd Edition
Автор: Jawwad Ahmad & Chris Belanger
Издательство: Razeware LLC
Год: 2021
Формат: ePUB, PDF
Страниц: 226
Размер: 16 Mb
Язык: English

Chances are if you’re involved with software development you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is both simple to start using and accommodating for the most complex tasks with version control. Even seasoned Git users hit roadblocks on how to handle common situations.
Advanced Git is here to help! This book is the easiest and fastest way to get hands-on experience with using Git for version control of your projects.
 

JavaScript A Beginner's Guide, 5th Edition

Автор: literator от 14-10-2021, 20:37, Коментариев: 0

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

Название: jаvascript A Beginner's Guide, 5th Edition
Автор: John Pollock
Издательство: McGraw-Hill Education
Год: 2020
Страниц: 561
Язык: английский
Формат: pdf (true), epub
Размер: 19.5 MB, 51.2 MB

Get up and running on the latest jаvascript standard using this fully updated beginner’s guide.
This hands-on, fast-paced guide shows, from start to finish, how to create dynamic Web pages complete with special effects using jаvascript. This edition contains updates for all major new features and the latest Web development techniques and practices. You will discover how to extend jаvascript’s capabilities to the server side using Node.js.
 

Research and Evidence in Software Engineering: From Empirical Studies to Open Source Artifacts

Автор: literator от 14-10-2021, 19:20, Коментариев: 0

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

Research and Evidence in Software Engineering: From Empirical Studies to Open Source ArtifactsНазвание: Research and Evidence in Software Engineering: From Empirical Studies to Open Source Artifacts
Автор: Varun Gupta, Chetna Gupta
Издательство: Auerbach Publications/CRC Press
Год: 2021
Страниц: 339
Язык: английский
Формат: pdf (true)
Размер: 22.5 MB

Research and Evidence in Software Engineering: From Empirical Studies to Open Source Artifacts introduces advanced software engineering to software engineers, scientists, postdoctoral researchers, academicians, software consultants, management executives, doctoral students, and advanced level postgraduate computer science students. This book contains research articles addressing numerous software engineering research challenges associated with various software development-related activities, including programming, testing, measurements...


 

Elements of Android Jetpack 2.2

Автор: TRex от 14-10-2021, 17:36, Коментариев: 0

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

Название: Elements of Android Jetpack 2.2
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Формат: ePUB, PDF
Страниц: 931
Размер: 24 Mb
Язык: English

After a decade's worth of Android app development, 2018 debuted the second generation of Android app development techniques, highlighted by Jetpack and the AndroidX family of libraries.
This book follows in the footsteps of The Busy Coder's Guide to Android Development, to introduce developers to Android app development, focusing on Jetpack. Here you will learn how to set up an Android app for Java or Kotlin, create a user interface, and more!
 

Deep Learning in Practice

Автор: TRex от 14-10-2021, 10:16, Коментариев: 0

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

Название: Deep Learning in Practice
Автор: Mehdi Ghayoumi
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 219
Размер: 40,7 Mb
Язык: English


Deep Learning in Practice helps you learn how to develop and optimize a model for your projects using Deep Learning (DL) methods and architectures.
Key features:
Demonstrates a quick review on Python, NumPy, and TensorFlow fundamentals.
Explains and provides examples of deploying TensorFlow and Keras in several projects.
Explains the fundamentals of Artificial Neural Networks (ANNs).
 

A Quick Reference to Data Structures and Computer Algorithms

Автор: literator от 14-10-2021, 03:16, Коментариев: 0

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

A Quick Reference to Data Structures and Computer AlgorithmsНазвание: A Quick Reference to Data Structures and Computer Algorithms
Автор: Raji Ramakrishnan Nair, Divya Joseph, Alen Joseph
Издательство: BPB Publications
Год: 2019
Страниц: 406
Язык: английский
Формат: pdf, epub
Размер: 10.37 MB

The book gives full understanding of theoretical topic and easy implementation in programming. The book is going to help students in self-learning of data structures and in understanding how these concepts are implemented in programs. It contains lot of figures, which will help students to visualize the concept effectively. Diagrams help students to understand how the programs involving data structure concepts are implemented within the computer system. Algorithms are included to clear the concept of data structure. Each algorithm is explained with figures to make student clearer about the concept. Sample data set is taken and step by step execution of algorithm is provided in the book to ensure the in – depth knowledge of students about the concept discussed.