База данных: ЭБС EBSCO eBook
Страница 1, Результатов: 4
Отмеченные записи: 0
1.
Подробнее
DDC 005.133
S 62
Singh, Kamalmeet,.
Design patterns and best practices in Java : : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5B8C7BCB-2D9A-449E-ADA4-D8AC3442B054. - ISBN 9781786469014 (electronic bk.). - ISBN 1786469014 (electronic bk.). - ISBN 1786463598. - ISBN 9781786463593
Description based on online resource; title from title page (Safari, viewed July 24, 2018).
~РУБ DDC 005.133
Рубрики: Java (Computer program language)
Software patterns.
Application software--Development.
Application software--Development.
Java (Computer program language)
Software patterns.
Аннотация: Annotation
Доп.точки доступа:
Ianculescu, Adrian, \author.\
Torje, Lucian-Paul, \author.\
S 62
Singh, Kamalmeet,.
Design patterns and best practices in Java : : a comprehensive guide to building smart and reusable code in Java / / Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/5B8C7BCB-2D9A-449E-ADA4-D8AC3442B054. - ISBN 9781786469014 (electronic bk.). - ISBN 1786469014 (electronic bk.). - ISBN 1786463598. - ISBN 9781786463593
Description based on online resource; title from title page (Safari, viewed July 24, 2018).
Рубрики: Java (Computer program language)
Software patterns.
Application software--Development.
Application software--Development.
Java (Computer program language)
Software patterns.
Аннотация: Annotation
Доп.точки доступа:
Ianculescu, Adrian, \author.\
Torje, Lucian-Paul, \author.\
2.
Подробнее
DDC 006.3/5
R 33
Reese, Richard Martin, (1953-).
Natural language processing with Java : : techniques for building machine learning and neural network models for NLP / / Richard M. Reese, AshishSingh Bhatia. - Second edition. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - (Community experience distilled). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/208C26CA-E05E-4508-9CD4-84D44FC266D9. - ISBN 9781788993067 (electronic bk.). - ISBN 1788993063 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed August 27, 2018).
~РУБ DDC 006.3/5
Рубрики: Natural language processing (Computer science)
Java (Computer program language)
Machine learning.
Neural networks (Computer science)
COMPUTERS / General.
Доп.точки доступа:
Bhatia, AshishSingh, \author.\
R 33
Reese, Richard Martin, (1953-).
Natural language processing with Java : : techniques for building machine learning and neural network models for NLP / / Richard M. Reese, AshishSingh Bhatia. - Second edition. - Birmingham, UK : : Packt Publishing,, 2018. - 1 online resource (1 volume) : : il. - (Community experience distilled). - URL: https://library.dvfu.ru/lib/document/SK_ELIB/208C26CA-E05E-4508-9CD4-84D44FC266D9. - ISBN 9781788993067 (electronic bk.). - ISBN 1788993063 (electronic bk.)
Description based on online resource; title from title page (Safari, viewed August 27, 2018).
Рубрики: Natural language processing (Computer science)
Java (Computer program language)
Machine learning.
Neural networks (Computer science)
COMPUTERS / General.
Доп.точки доступа:
Bhatia, AshishSingh, \author.\
3.
Подробнее
DDC 006.78
K 19
Kanikathottu, Heartin,.
Serverless programming cookbook : : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu. - Birmingham : : Packt Publishing Ltd,, ©2019. - 1 online resource (482 p.). - Includes bibliographical references. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/B984C881-12BD-4EB2-8B77-8C85C6021CD1. - ISBN 9781788621533 (electronic bk.). - ISBN 1788621530 (electronic bk.)
Description based upon print version of record. Creating the API using CLI commands
Параллельные издания: Print version: : Kanikathottu, Heartin Serverless Programming Cookbook : Practical Solutions to Building Serverless Applications Using Java and AWS. - Birmingham : Packt Publishing Ltd,c2019. - ISBN 9781788623797
Содержание:
Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Serverless Computing on AWS; Introduction; Getting started with the AWS platform; Getting ready; How to do it...; How it works...; AWS Identity and Access Management (IAM) ; Amazon CloudWatch; Multi-Factor Authentication (MFA); There's more...; See also; Your first AWS Lambda; Getting ready; Code repository usage guidelines; How to do it...; How it works...; About the parent POM; Lambda roles; Lambda runtimes; Extra dependencies; There's more...
Other ways to create Lambda functions from the management consoleOther ways to deploy code in a Lambda function; Passing JSON to and from Lambda handler; See also; Your first Lambda with AWS CLI; Getting ready; Configuring AWS CLI; Creating S3 bucket; Note for Windows users; How to do it...; How it works...; Creating a role and attaching a policy; Lambda memory-size and timeout; S3 Bucket and Key; Cleaning up; There's more... ; See also; Your first Lambda with Amazon CloudFormation; Getting ready; Set up the project and S3 bucket; Understanding YAML and JSON
How to do it...Cleaning up roles, policy, and Lambda; How it works...; There's more...; CloudFormation Template Components; Resource component; Intrinsic functions; CloudFormation Designer; Additional benefits of CloudFormation ; Cloud Formation alternatives; See also; Using AWS SDK, Amazon CloudFormation, and AWS CLI with Lambda; Getting ready; How to do it...; Creating the POJOs for requests and response.; How it works...; There's more...; Pseudo-parameters; See also; Dev Practices -- dependency injection and unit testing; Getting ready; Code refactoring; How to do it...; How it works...
There's more...See also; Your first Lambda with serverless framework; Getting ready; How to do it...; How it works...; There's more...; See also; Chapter 2: Building Serverless REST APIs with API Gateway; Introduction; Building your first API using the AWS CLI; Getting ready; How to do it...; How it works...; HTTP essentials; REST essentials; Parts of a URL; There's more...; See also; Building your first API using Amazon CloudFormation; Getting ready; How to do it...; How it works...; There's more...; See also; Building your first API with Lambda integration; Getting ready; How to do it...
Creating the LambdaCreating a REST API with AWS CLI commands; Creating a REST API with a CloudFormation template; How it works...; CLI commands; CloudFormation template components; There's more...; See also; Building and testing your first POST API method; Getting ready; How to do it...; Creating the API with CLI commands; Creating the API with a CloudFormation template; Testing with Postman ; How it works...; Passthrough behavior; There's more...; See also; Mapping requests and responses with mapping templates; Getting ready; How to do it...; Mapping requests; Mapping responses
~РУБ DDC 006.78
Рубрики: Java (Computer program language)
Web applications--Development.
Application software--Development.
Cloud computing.
COMPUTERS / General
Аннотация: The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality.
K 19
Kanikathottu, Heartin,.
Serverless programming cookbook : : practical solutions to building serverless applications using Java and AWS / / Heartin Kanikathottu. - Birmingham : : Packt Publishing Ltd,, ©2019. - 1 online resource (482 p.). - Includes bibliographical references. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/B984C881-12BD-4EB2-8B77-8C85C6021CD1. - ISBN 9781788621533 (electronic bk.). - ISBN 1788621530 (electronic bk.)
Description based upon print version of record. Creating the API using CLI commands
Параллельные издания: Print version: : Kanikathottu, Heartin Serverless Programming Cookbook : Practical Solutions to Building Serverless Applications Using Java and AWS. - Birmingham : Packt Publishing Ltd,c2019. - ISBN 9781788623797
Содержание:
Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Serverless Computing on AWS; Introduction; Getting started with the AWS platform; Getting ready; How to do it...; How it works...; AWS Identity and Access Management (IAM) ; Amazon CloudWatch; Multi-Factor Authentication (MFA); There's more...; See also; Your first AWS Lambda; Getting ready; Code repository usage guidelines; How to do it...; How it works...; About the parent POM; Lambda roles; Lambda runtimes; Extra dependencies; There's more...
Other ways to create Lambda functions from the management consoleOther ways to deploy code in a Lambda function; Passing JSON to and from Lambda handler; See also; Your first Lambda with AWS CLI; Getting ready; Configuring AWS CLI; Creating S3 bucket; Note for Windows users; How to do it...; How it works...; Creating a role and attaching a policy; Lambda memory-size and timeout; S3 Bucket and Key; Cleaning up; There's more... ; See also; Your first Lambda with Amazon CloudFormation; Getting ready; Set up the project and S3 bucket; Understanding YAML and JSON
How to do it...Cleaning up roles, policy, and Lambda; How it works...; There's more...; CloudFormation Template Components; Resource component; Intrinsic functions; CloudFormation Designer; Additional benefits of CloudFormation ; Cloud Formation alternatives; See also; Using AWS SDK, Amazon CloudFormation, and AWS CLI with Lambda; Getting ready; How to do it...; Creating the POJOs for requests and response.; How it works...; There's more...; Pseudo-parameters; See also; Dev Practices -- dependency injection and unit testing; Getting ready; Code refactoring; How to do it...; How it works...
There's more...See also; Your first Lambda with serverless framework; Getting ready; How to do it...; How it works...; There's more...; See also; Chapter 2: Building Serverless REST APIs with API Gateway; Introduction; Building your first API using the AWS CLI; Getting ready; How to do it...; How it works...; HTTP essentials; REST essentials; Parts of a URL; There's more...; See also; Building your first API using Amazon CloudFormation; Getting ready; How to do it...; How it works...; There's more...; See also; Building your first API with Lambda integration; Getting ready; How to do it...
Creating the LambdaCreating a REST API with AWS CLI commands; Creating a REST API with a CloudFormation template; How it works...; CLI commands; CloudFormation template components; There's more...; See also; Building and testing your first POST API method; Getting ready; How to do it...; Creating the API with CLI commands; Creating the API with a CloudFormation template; Testing with Postman ; How it works...; Passthrough behavior; There's more...; See also; Mapping requests and responses with mapping templates; Getting ready; How to do it...; Mapping requests; Mapping responses
Рубрики: Java (Computer program language)
Web applications--Development.
Application software--Development.
Cloud computing.
COMPUTERS / General
Аннотация: The serverless architecture allows you to build and run applications and services without having to manage the infrastructure which saves cost and improves scalability. In this book, you will learn to harness serverless technology to reduce production time, minimize cost and have the freedom to customize your code, without hindering functionality.
4.
Подробнее
DDC 005.133
S 19
Samoylov, Nick.
LEARNING RXJAVA : : BUILD CONCURRENT APPLICATIONS USING REACTIVE PROGRAMMING WITH THE LATEST FEATURES OF RXJAVA 3. / Nick. Samoylov, Nield, Thomas. - [Place of publication not identified] : PACKT Publishing,, 2020. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/661D60E4-A0F2-4B24-BC56-320AD44EDAC4. - ISBN 1789952212 (electronic bk.). - ISBN 9781789952216 (electronic bk.)
Online resource; title from PDF title page (EBSCO, viewed June 18, 2020).
~РУБ DDC 005.133
Рубрики: Application software--Development.
Java (Computer program language)
Computer programming.
Доп.точки доступа:
Nield, Thomas.
S 19
Samoylov, Nick.
LEARNING RXJAVA : : BUILD CONCURRENT APPLICATIONS USING REACTIVE PROGRAMMING WITH THE LATEST FEATURES OF RXJAVA 3. / Nick. Samoylov, Nield, Thomas. - [Place of publication not identified] : PACKT Publishing,, 2020. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/661D60E4-A0F2-4B24-BC56-320AD44EDAC4. - ISBN 1789952212 (electronic bk.). - ISBN 9781789952216 (electronic bk.)
Online resource; title from PDF title page (EBSCO, viewed June 18, 2020).
Рубрики: Application software--Development.
Java (Computer program language)
Computer programming.
Доп.точки доступа:
Nield, Thomas.
Страница 1, Результатов: 4