Become A Ninja With Angular (2023-05-17)

Автор: literator от 2-06-2023, 02:03, Коментариев: 0

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

Название: Become A Ninja With Angular (v16.0.0)
Автор: Ninja Squad
Издательство: Ninja Squad
Год: 2023-05-17
Страниц: 327
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Книга "Стань ниндзя с Angular" поможет программистам понять философию Angular на практике (в настоящее время 16.0.3), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения данного руководства вы сможете начать свой проект и создавать свои удивительные приложения!
 

Доверительное А/В-тестирование. Практическое руководство по контролируемым экспериментам

Автор: literator от 1-06-2023, 20:40, Коментариев: 0

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

Доверительное А/В-тестирование. Практическое руководство по контролируемым экспериментамНазвание: Доверительное А/В-тестирование. Практическое руководство по контролируемым экспериментам
Автор: Рон Кохави, Диана Тан, Я Сюй
Издательство: ДМК Пресс
Год: 2021
Страниц: 286
Язык: русский
Формат: pdf
Размер: 10.2 MB

Сложно понять ценность идеи, пока она не опробована на практике. В этой книге рассказывается о том, как контролируемые онлайн-эксперименты (или, как их еще называют, A/B-тесты) позволяют оценить эффективность тех или иных идей по оптимизации веб-сайтов и добиться максимальной отдачи от их использования. Вы узнаете, как правильно подобрать инструменты для тестирования, провести сбор данных и обеспечить измеримость результатов. На конкретных примерах показано, как при помощи A/B-тестов были улучшены веб-ресурсы известных компаний. Контролируемые онлайн-эксперименты широко применяются в Amazon, Booking.com, eBay, Facebook, Google, LinkedIn, Microsoft, Twitter, Яндекс и других компаниях. Эта методика становится неотъемлемой частью культуры бизнеса, основанной на данных.

 

Cybersecurity Lightweight Cryptographic Techniques

Автор: literator от 1-06-2023, 14:30, Коментариев: 0

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

Cybersecurity Lightweight Cryptographic TechniquesНазвание: Cybersecurity Lightweight Cryptographic Techniques
Автор: Srinivasan Ramakrishnan
Издательство: ITexLi
Год: 2023
Страниц: 129
Язык: английский
Формат: pdf (true)
Размер: 13.2 MB

This book provides a comprehensive overview of lightweight cryptographic techniques for software-defined networks in the Internet of Things (IoT), cryptosystems, and the Internet of Multimedia Things (IoMT). In the modern era of digitization, cryptographic techniques are becoming increasingly important. This book includes chapters that address such topics as image and video encryption, cybersecurity threat management, distinguishing encrypted from non-encrypted data, and more. The term “keyless cryptography” as it is commonly adopted, applies to secure message transmission either directly without any key distribution in advance or as key sharing protocol between communicating users, based on physical layer security, before ordinary encryption/decryption procedures. In the current chapter the results are presented concerning to keyless cryptography that have been obtained by authors recently. Firstly Shamir’s protocol of secure communication is considered where commutative encryption procedure is executed. It has been found out which of the public key algorithms can be used with such protocol. Next item of consideration concerns Dean’s and Goldsmith’s cryptosystem based on multiple-input, multiple-output (MIMO) technology. It has been established under which conditions this cryptosystem is in fact secure.

 

Параллельное и распределенное программирование на С++

Автор: umkaS от 1-06-2023, 07:36, Коментариев: 0

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

Название: Параллельное и распределенное программирование на С++
Автор: Хьюз К., Хьюз Т.
Издательство: М.: Вильямс
Год: 2004
Cтраниц: 672
Формат: djvu
Размер: 12 мб
Язык: русский

В книге представлен архитектурный подход к распределенному и параллельному программированию с использованием языка С++. Здесь описаны простые методы программирования параллельных виртуальных машин и основы разработки кластерных приложений.
 

Azure Bot Service Succinctly

Автор: literator от 31-05-2023, 19:06, Коментариев: 0

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

Azure Bot Service SuccinctlyНазвание: Azure Bot Service Succinctly
Автор: Ed Freitas
Издательство: Syncfusion Inc.
Год: 2023
Страниц: 97
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The power of artificial intelligence may be intimidating, but Microsoft provides the Bot Framework Composer to simplify the process of building conversational AI bots. Conversational bots are especially useful in serving different segments of a business, like customer support, sales, and administration. In this ebook, author Ed Freitas gets you up and running with your first conversational bot with minimal code and shows you how to publish it. From the foundation provided, you’ll be able to start building your own bots to satisfy your unique needs. Microsoft describes Azure Bot Service as a comprehensive development environment that runs on Microsoft Azure, created for designing and building enterprise-grade, conversational AI. Azure Bot Service allows you to keep control of your data and simultaneously build multilingual conversational bots for different business scenarios, such as customer support, employee productivity, and sales.

 

Blazor WebAssembly Succinctly

Автор: literator от 31-05-2023, 17:28, Коментариев: 0

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

Blazor WebAssembly SuccinctlyНазвание: Blazor WebAssembly Succinctly
Автор: Michael Washington
Издательство: Syncfusion Inc.
Год: 2023
Страниц: 111
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Blazor is a framework for creating SPA webpages with either client-side or server-side architectures, using Razor technology written with the C# language. Because client-side Blazor with WebAssembly executes entirely on a user's browser, it’s very fast for many applications. In Blazor WebAssembly Succinctly, Michael Washington will take readers through the core elements of Blazor and then explore additional features by building a sample application. Blazor is an exciting technology that allows you to create web-based applications using C# instead of jаvascript. However, you still have the ability to implement custom jаvascript when you desire. Blazor WebAssembly is a component that allows browsers to run binary code for enhanced performance and security. Blazor is an alternative to other single-page application (SPA) frameworks such as Angular, React, and Vue.js.

 

Nuxt.js Succinctly

Автор: literator от 31-05-2023, 16:23, Коментариев: 0

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

Nuxt.js SuccinctlyНазвание: Nuxt.js Succinctly
Автор: Ed Freitas
Издательство: Syncfusion Inc.
Год: 2022
Страниц: 98
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Nuxt.js is an open-source jаvascript library based on Vue.js. Think of it as a framework for a framework—adding two significant features to Vue.js: server-side rendering; and easy Vue.js application configuration and routing through folders and files. In Nuxt.js Succinctly, long-time Succinctly author Ed Freitas will show readers how Nuxt.js simplifies Vue development and optimizes their apps for production. Vue.js is a progressive (meaning incrementally adoptable) front-end jаvascript framework that you can use to build highly engaging user interfaces and single-page applications. Nuxt.js is an open-source jаvascript library based on Vue.js that uses Node.js, Webpack, and Babel.js under the hood. Nuxt.js takes inspiration from Next.js, a framework of similar purpose that’s based on React.js. Nuxt.js takes Vue.js development to the next level and builds upon Vue.js.

 

ASP.NET Core APIs Succinctly

Автор: literator от 31-05-2023, 16:07, Коментариев: 0

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

ASP.NET Core APIs SuccinctlyНазвание: ASP.NET Core APIs Succinctly
Автор: Dirk Strauss
Издательство: Syncfusion Inc.
Год: 2023
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

APIs are such a critical part of software that “API-first” has become a popular approach to development, one where the API is designed before the app itself is written. Without a well-designed API, your app is isolated from the greater app ecosystem. In ASP.NET Core APIs Succinctly, author Dirk Strauss guides you through designing your own REST API, using it to return and modify data, and versioning it as you continue to develop it. Our focus is creating an API, but it would be incomplete for me to not go through the initial creation and setup of the project. To this end, I will show you how to get a basic ASP.NET Core Web API project created that targets .NET 5.0. I will also show you how to set up a basic data service using Entity Framework so that we can have some data to test our API with.

 

Svelte Succinctly

Автор: literator от 31-05-2023, 15:49, Коментариев: 0

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

Svelte SuccinctlyНазвание: Svelte Succinctly
Автор: Ed Freitas
Издательство: Syncfusion Inc.
Год: 2023
Страниц: 114
Язык: английский
Формат: pdf (true)
Размер: 10.26 MB

Svelte departs from the virtual DOM approach by compiling the code you write into native-browser jаvascript when you build your application. The result is minimal and highly optimized pure jаvascript that the browser executes with no heavy runtime. In Svelte Succinctly, Ed Freitas will show readers how to install Svelte and give them a condensed overview of how to build an app with Svelte using SvelteKit. In the traditional context of modern declarative jаvascript frameworks such as React and Vue, Svelte departs from the virtual DOM approach by compiling the code you write into native-browser jаvascript when you build your application. Svelte allows you to do the same things as React and Vue, such as creating reusable UI components, data-binding or event-handling, and creating single-page applications. But Svelte compiles your code during build time instead of using differences to update the DOM. The result is minimal and highly optimized pure jаvascript that the browser executes with no overhead (it ships no runtime, like React and Vue do).

 

Maya. Полное руководство по программированию. Подробное описание языка MEL и C++ API

Автор: umkaS от 31-05-2023, 09:36, Коментариев: 0

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

Название: Maya. Полное руководство по программированию: Подробное описание языка MEL и C++ API
Автор: Дэвид А.Д. Гоулд
Издательство: Кудиц-Образ
Год: 2004
Формат: pdf
Страниц: 532
Размер: 45 Mb
Язык: Русский

Книга содержит всестороннее описание возможностей программирования в системе Maya, являющейся лидером на рынке приложений для работы с трехмерной компьютерной графикой. Основное внимание уделено в ней встроенному языку программирования MEL (Maya Embedded Language) и интерфейсу прикладного программирования (API) на языке C++.