Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
475,583
result(s) for
"Web services."
Sort by:
Learn Amazon Web Services in a month of lunches
Learn Amazon Web Services in a Month of Lunches guides you through the process of building a robust and secure web application using the core AWS services you really need to know. You'll be amazed by how much you can accomplish with AWS!
Hands-On Serverless Computing
2018
Serverless applications and architectures are gaining momentum and are increasingly being used by companies of all sizes to solve the problems of developers. This book teaches you how to quickly and securely develop applications without the hassle of configuring and maintaining infrastructure on three public cloud platforms.
Amazon Web Services in action
by
Wittig, Michael, 1987- author
,
Wittig, Andreas, 1984- author
,
Whaley, Ben, foreword
in
Amazon Web Services (Firm)
,
Amazon.com (Firm)
,
Web services.
2019
\"The largest and most mature of the cloud platforms, AWS offers over 100 prebuilt services, practically limitless compute resources, bottomless secure storage, as well as top-notch automation capabilities. This book shows you how to develop, host, and manage applications on AWS. Amazon Web Services in Action, Second Edition is a comprehensive introduction to deploying web applications in the AWS cloud. You'll find clear, relevant coverage of all essential AWS services, with a focus on automation, security, high availability, and scalability. This thoroughly revised edition covers the latest additions to AWS, including serverless infrastructure with AWS Lambda, sharing data with EFS, and in-memory storage with ElastiCache.\"--Back cover.
AWS Certified SysOps Administrator - Associate Guide
2019,2024
AWS certifications are becoming one of the must have certifications for any IT professional working on an AWS Cloud platform. This book will act as your one stop preparation guide to validate your technical expertise in deployment, management, and operations on the AWS platform. Along with exam specific content this book will also deep dive.
Website hosting and migration with Amazon Web Services : a practical guide to moving your website to AWS
2017
\"[This book teaches how] to host your website using the Amazon Web Services (AWS) platform. You will be able to set up your website for the first time or migrate your existing website. Explore scenarios, considerations, and steps for three types of websites, including hosting a static website, a content management system (CMS) based website, and a full-featured enterprise level website. Topic areas such as content storage in S3, compute resources in EC2, Route53 DNS Management, email services setup using Simple Email Service as well as strategies for high availability, fault tolerance, and website maintenance are covered.\"--Page 4 of cover.
Semantically realizing discovery and composition for RESTful web services
2024
The processes of service discovery and composition are crucial tasks in application development driven by Web Services. However, with RESTful Web Service replacing SOAP-based Web Service as the dominant service-providing approach, the research on service discovery and composition should also shift its focus from SOAP-based Web Service to RESTful Web Service. The unstructured, resource-oriented and unified interface characteristics of RESTful Web Service pose challenges to its discovery and composition process. In this work, a framework for implementing RESTful Web Service discovery and automatic composition based on semantic technology is proposed. Firstly, the framework uses the OpenAPI Specification (OAS), which is extended by resource attributes, as the RESTful Web Service description specification, and then supports semantic-based matching discovery and automatic composition by attaching the concepts of domain ontology to the extended OAS. Secondly, the framework is fully adapted to REST features and provides a method for building service composition dependencies during registration, which is used to generate composition schemes during the service discovery process. Finally, the framework provides a discovery method that can return RESTful Web services to the requester in the form of single-point services or service composition schemes according to the magnitude of the semantic similarity with the requester’s requirements. We applied the proposed methods to experiment with RESTful Web services in three different fields, and the results show that the methods effectively calculate the similarity between RESTful single-point Web services or composite Web services and service requests with the support of domain ontology.
Journal Article
Effective devOps with AWS : implement continuous delivery and integration in the AWS environment
This book will help you to understand how the most successful tech start-ups launch and scale their services on AWS, and will teach you how you can do the same. It explains how to treat infrastructure as code, meaning you can bring resources online and offline as easily as you control your software. You will get insight into monitoring and alerting, so you can make sure your users have the best experience when using your service. You will learn how to implement automatic AWS instance provisioning using CloudFormation, deploy your application on a provisioned infrastructure with Ansible, manage infrastructure using Terraform, build and deploy a CI/CD pipeline with automated testing on AWS, understand the container journey for a CI/CD pipeline using AWS ECS and monitor and secure your AWS environment.
Amazon Fargate Quick Start Guide
AWS Fargate allows you to run containers without having to manage servers or clusters. It lets you focus on designing and building your applications without managing the infrastructure. The book will explain what Fargate is and the benefits of using Fargate launch type. It will teach you about using Fargate with a load balancer, an ECS CLI,.
Mastering MEAN Stack
by
Pinakin Ashok Chaubal
in
COMPUTERS / Web / Design
,
COMPUTERS / Web / Web Programming
,
COMPUTERS / Web / Web Services & APIs
2023
A step-by-step guide to building web applications with the MEAN stack
Key Features
? Gain a comprehensive understanding of full stack development and the MEAN stack.
? Implement automated testing using Supertest and JEST for reliable and efficient code testing.
? Understand the importance of deployment with containers.
Description
The MEAN stack, comprising MongoDB, Express.js, Angular, and Node.js, is a widely used and robust web development framework. Acquiring expertise in the MEAN stack will equip you with the necessary skills to strengthen your web development capabilities, enabling you to build efficient and modern web applications. This book is a comprehensive guide to full stack development using the MEAN stack (MongoDB, Express.js, Angular, and Node.js). It covers all the essential aspects of building robust web applications, from architectural design to implementation. The book introduces the fundamentals of full-stack development and the advantages of using the MEAN stack. It explains the installation and configuration of the MEAN stack components and teaches how to connect them to create powerful full-stack applications seamlessly. The book also covers security mechanisms like authentication and authorization to ensure application security. The book will help you gain proficiency in front-end development with Angular and back-end integration with Node.js. The book also covers real-time data updates using NATS Streaming, automated testing techniques, and the integration of additional services like comments. By the end of the book, you can confidently build full-stack applications using the MEAN stack.
What you will learn
? Install and configure the necessary components for building web applications.
? Master frontend development using Angular, including component creation and data binding.
? Discover the power of Node.js and its integration with Angular for efficient backend development.
? Explore the integration of the Comments service and understand the concepts of subdocuments and references.
? Test the integration of the Posts and Comments service, ensuring smooth communication between the two components.
Who this book is for
Whether you are an absolute beginner or an experienced developer, this book caters to both audiences, providing valuable insights and practical knowledge.
Table of Contents
1. Fundamentals of Full Stack Development and the MEAN Stack
2. Architectural Design of Our Sample Application
3. Installing the Components
4. Creation of the Frontend Using Angular
5. Addition of Node.js and Ideas for Integration
6. Handling Authorization
7. Creating the Posts Service and NATS Streaming Integration
8. Introducing Automated Testing
9. Integrating the Comments Service
10. Creating the Comments Service
11. Implementing the Frontend