Descarga Libros Gratis

Descargar libros y ebooks (Los mejores libros en formato PDF, EBOOK, etc.)

Buscador de ebooks....

Total de libros encontrados 40 para su búsqueda. Descargue los ebooks y Disfrute!!!
Spring REST

Spring REST

Autor: Balaji Varanasi , Sudha Belida

Número de Páginas: 195

Spring REST is a practical guide for designing and developing RESTful APIs using the Spring Framework. This book walks you through the process of designing and building a REST application while taking a deep dive into design principles and best practices for versioning, security, documentation, error handling, paging, and sorting. This book provides a brief introduction to REST, HTTP, and web infrastructure. You will learn about several Spring projects such as Spring Boot, Spring MVC, Spring Data JPA, and Spring Security and the role they play in simplifying REST application development. You will learn how to build clients that consume REST services. Finally, you will learn how to use the Spring MVC test framework to unit test and integration test your REST API. After reading this book, you will come away with all the skills to build sophisticated REST applications using Spring technologies.

Pro REST API Development with Node.js

Pro REST API Development with Node.js

Autor: Fernando Doglio

Número de Páginas: 191

Pro REST API Development with Node.js is your guide to managing and understanding the full capabilities of successful REST development. API design is a hot topic in the programming world, but not many resources exist for developers to really understand how you can leverage the advantages. This book will provide a brief background on REST and the tools it provides (well known and not so well known). Understand how there is more to REST than just JSON and URLs. You will then cover and compare the maintained modules currently available in the npm community, including Express, Restify, Vatican, and Swagger. Finally you will code an example API from start to finish, using a subset of the tools covered. The Node community is currently flooded with modules; some of them are published once and never updated again - cluttering the entire universe of packages. Pro REST API Development with Node.js shines light into that black hole of modules for the developers trying to create an API. Understand REST API development with Node.js using this book today.

Mastering Spring Boot 2.0

Mastering Spring Boot 2.0

Autor: Dinesh Rajput

Número de Páginas: 380

Learn to develop, test, and deploy your Spring Boot distributed application and explore various best practices. Key Features Build and deploy your microservices architecture in the cloud Build event-driven resilient systems using Hystrix and Turbine Explore API management tools such as KONG and API documentation tools such as Swagger Book Description Spring is one of the best frameworks on the market for developing web, enterprise, and cloud ready software. Spring Boot simplifies the building of complex software dramatically by reducing the amount of boilerplate code, and by providing production-ready features and a simple deployment model. This book will address the challenges related to power that come with Spring Boot's great configurability and flexibility. You will understand how Spring Boot configuration works under the hood, how to overwrite default configurations, and how to use advanced techniques to prepare Spring Boot applications to work in production. This book will also introduce readers to a relatively new topic in the Spring ecosystem – cloud native patterns, reactive programming, and applications. Get up to speed with microservices with Spring Boot and Spring...

Camel in Action

Camel in Action

Autor: Claus Ibsen , Jonathan Anstey

Número de Páginas: 1347

Summary Camel in Action, Second Edition is the most complete Camel book on the market. Written by core developers of Camel and the authors of the highly acclaimed first edition, this book distills their experience and practical insights so that you can tackle integration tasks like a pro. Forewords by James Strachan and Dr. Mark Little Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Apache Camel is a Java framework that implements enterprise integration patterns (EIPs) and comes with over 200 adapters to third-party systems. A concise DSL lets you build integration logic into your app with just a few lines of Java or XML. By using Camel, you benefit from the testing and experience of a large and vibrant open source community. About the Book Camel in Action, Second Edition is the definitive guide to the Camel framework. It starts with core concepts like sending, receiving, routing, and transforming data. It then goes in depth on many topics such as how to develop, debug, test, deal with errors, secure, scale, cluster, deploy, and monitor your Camel applications. The book also discusses how to run...

Medical Big Data and Internet of Medical Things

Medical Big Data and Internet of Medical Things

Autor: Aboul Hassanien , Nilanjan Dey , Surekha Borra

Número de Páginas: 357

Big data and the Internet of Things (IoT) play a vital role in prediction systems used in biological and medical applications, particularly for resolving issues related to disease biology at different scales. Modelling and integrating medical big data with the IoT helps in building effective prediction systems for automatic recommendations of diagnosis and treatment. The ability to mine, process, analyse, characterize, classify and cluster a variety and wide volume of medical data is a challenging task. There is a great demand for the design and development of methods dealing with capturing and automatically analysing medical data from imaging systems and IoT sensors. Addressing analytical and legal issues, and research on integration of big data analytics with respect to clinical practice and clinical utility, architectures and clustering techniques for IoT data processing, effective frameworks for removal of misclassified instances, practicality of big data analytics, methodological and technical issues, potential of Hadoop in managing healthcare data is the need of the hour. This book integrates different aspects used in the field of healthcare such as big data, IoT, soft...

Ultimate Node.js for Cross-Platform App Development

Ultimate Node.js for Cross-Platform App Development

Autor: Ramesh Kumar

Número de Páginas: 481

Unleash the Power of Node.js for Building Enterprise-Grade, Scalable Server-Side Applications KEY FEATURES ● Master the essentials of building real-time applications with a focus on Node.js, Express.js, Mongoose, Socket.IO, Winston logging, and key middleware. ● Learn to create lightweight and scalable backend servers, ensuring optimal performance for production-ready applications. ● Stay ahead of the curve by gaining proficiency in Node.js, positioning yourself for success in a rapidly evolving technological landscape. ● Quick path to Node.js expertise, providing practical examples and insights to prepare you for the current and future demands of the tech landscape. DESCRIPTION Unlock the full potential of Node.js for modern web development with this comprehensive handbook to developing applications and services. The book will cover the fundamentals to advanced techniques, explore the intricacies of building powerful applications. You will master Express server creation, develop RESTful APIs with efficient routing, and dive into MongoDB for seamless data persistence. It will uncover the nuances of template engines, middleware, and robust authentication methods. Leverage...

Rapid Java Persistence and Microservices

Rapid Java Persistence and Microservices

Autor: Raj Malhotra

Número de Páginas: 322

Gain all the essentials you need to create scalable microservices, which will help you solve real challenges when deploying services into production. This book will take you through creating a scalable data layer with polygot persistence. You’ll cover data access and query patterns in Spring and JPA in high-performance environments. As part of this topic, you’ll see the advantages of multiple persistence frameworks in Java and especially the easy persistence offered by NoSQL databases and reactive web solutions. The last few chapters present advanced concepts that are useful for very high-performance real-time applications: you’ll implement applications using Spring’s good support for Web sockets in their raw form as well as for connecting to message brokers such as RabbitMQ. This can be useful for applications such as navigation systems and gaming platforms. What You Will LearnBuild end-to-end modern applications using microservices, persistence essentials, reactive web, and other high-performance concepts Master Spring’s configuration options Secure microservices efficiently Monitor your services post deployment Who This Book Is For Java developers and architects...

Cracking Spring Microservices Interviews

Cracking Spring Microservices Interviews

Autor: Munish Chandel

Número de Páginas: 168

This ebook discusses 100 plus real problems and their solutions for microservices architecture based on Spring Boot, Spring Cloud, Cloud Native Applications. It covers core concepts of microservices architecture, various design patterns, interview questions & answers, security in microservices, testing strategies and best practices in distributed system design. Table of Contents: 1. Core concepts related Spring powered microservices architecture 2. Introduction to Spring Boot, Spring Cloud, Cloud Native Applications, Netflix OSS 3. Design Patterns in microservices architecture - API Gateway, Hystrix, etc. 4. 100 plus Interview Questions 5. Security - OAuth2 and JWT 6. Testing Strategies in microservices architecture 7. Best Practices and common pitfalls

C# 10 and .NET 6 – Modern Cross-Platform Development

C# 10 and .NET 6 – Modern Cross-Platform Development

Autor: Mark J. Price

Número de Páginas: 825

Publisher’s Note: Microsoft will stop supporting .NET 6 from November 2024. The newer 8th edition of the book is available that covers .NET 8 (end-of-life November 2026) with C# 12 and EF Core 8. Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6 Create professional websites and services with ASP.NET Core 6 and Blazor Build cross-platform apps for Windows, macOS, Linux, iOS, and Android Book DescriptionExtensively revised to accommodate all the latest features that come with C# 10 and .NET 6, this latest edition of our comprehensive guide will get you coding in C# with confidence. You’ll learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. The book covers the .NET APIs for performing tasks like managing and querying data, monitoring and improving performance, and working with the filesystem, async streams, and serialization. You’ll build and deploy cross-platform apps, such as websites and services using ASP.NET Core. Instead of distracting you with unnecessary application code, the...

Implementing Event-Driven Microservices Architecture in .NET 7

Implementing Event-Driven Microservices Architecture in .NET 7

Autor: Joshua Garverick , Omar Dean Mciver

Número de Páginas: 326

Implement modern design patterns that leverage domain-driven data, to achieve resiliency and scalability for data-dependent applications Key Features Learn the tenets of event-driven architecture, coupled with reliable design patterns to enhance your knowledge of distributed systems and build a foundation for professional growth Understand how to translate business goals and drivers into a domain model that can be used to develop an app that enables those goals and drivers Identify areas to enhance development and ensure operational support through the architectural design process Book DescriptionThis book will guide you through various hands-on practical examples for implementing event-driven microservices architecture using C# 11 and .NET 7. It has been divided into three distinct sections, each focusing on different aspects of this implementation. The first section will cover the new features of .NET 7 that will make developing applications using EDA patterns easier, the sample application that will be used throughout the book, and how the core tenets of domain-driven design (DDD) are implemented in .NET 7. The second section will review the various components of a local...

Learning Express.JS - When you don't know sh#t

Learning Express.JS - When you don't know sh#t

Autor: Lyron Foster

Número de Páginas: 292

Looking to learn how to build web applications with Express.js? Look no further than this comprehensive guide. Whether you're a beginner or intermediate developer, this book will take you through the fundamentals of Express.js, including routing, middleware, templating engines, and working with databases. With practical examples and exercises, you'll learn how to build a complete web application from scratch, as well as how to test, deploy, and scale your application for real-world use. But this book is more than just a technical guide. It's a practical and accessible resource that makes the material easy to understand and apply, regardless of your prior experience. With a focus on best practices and common pitfalls, you'll develop the skills and confidence to build your own web applications with Express.js. If you're looking to take your web development skills to the next level, this is the book for you.

Mastering Java Spring Boot: Advanced Techniques and Best Practices

Mastering Java Spring Boot: Advanced Techniques and Best Practices

Autor: Adam Jones

Número de Páginas: 261

Unlock the full potential of Spring Boot with "Mastering Java Spring Boot: Advanced Techniques and Best Practices," your definitive guide to mastering this powerful framework for Java development. Whether you are a seasoned developer or looking to elevate your skills, this book offers an in-depth exploration of advanced techniques and best practices that will transform your Spring Boot applications. This enriched guide delves into setting up a robust development environment, deploying scalable microservices, and everything in between, including advanced web development, efficient data access, comprehensive security measures, and thorough testing strategies. "Mastering Java Spring Boot: Advanced Techniques and Best Practices" is meticulously structured, offering practical examples and insightful best practices designed to enhance your Spring Boot proficiency. Harness the power of Spring Boot’s auto-configuration for rapid application development while mastering the art of securing your applications and managing data with precision. Explore reactive programming for building responsive and efficient applications, and grasp the complexities of microservices architecture with ease....

Java EE 8 and Angular

Java EE 8 and Angular

Autor: Prashant Padmanabhan

Número de Páginas: 340

Learn how to build high-performing enterprise applications using Java EE powered by Angular at the frontend Key Features Leverage Java EE 8 features to build robust backend for your enterprise applications Use Angular to build a single page frontend and combine it with the Java EE backend A practical guide filled with ample real-world examples Book Description The demand for modern and high performing web enterprise applications is growing rapidly. No more is a basic HTML frontend enough to meet customer demands. This book will be your one-stop guide to build outstanding enterprise web applications with Java EE and Angular. It will teach you how to harness the power of Java EE to build sturdy backends while applying Angular on the frontend. Your journey to building modern web enterprise applications starts here! The book starts with a brief introduction to the fundamentals of Java EE and all the new APIs offered in the latest release. Armed with the knowledge of Java EE 8, you will go over what it's like to build an end-to-end application, configure database connection for JPA, and build scalable microservices using RESTful APIs running in Docker containers. Taking advantage of...

REST API Development with Node.js

REST API Development with Node.js

Autor: Fernando Doglio

Número de Páginas: 331

Manage and understand the full capabilities of successful REST development. REST API development is a hot topic in the programming world, but not many resources exist for developers to really understand how you can leverage the advantages. This completely updated second edition provides a brief background on REST and the tools it provides (well known and not so well known), then explains how there is more to REST than just JSON and URLs. You will learn about the maintained modules currently available in the npm community, including Express, Restify, Vatican, and Swagger. Finally you will code an example API from start to finish, using a subset of the tools covered. The Node community is currently flooded with modules; some of them are published once and never updated again - cluttering the entire universe of packages. Pro REST API Development with Node.js shines light into that black hole of modules for the developers trying to create an API. Understand REST API development with Node.js using this book today. What You'll Learn Understand how REST and API development mix up with Node.js Create a scalable, technology agnostic, and uniform interface Prepare your services to be...

Hands-On RESTful Web Services with TypeScript 3

Hands-On RESTful Web Services with TypeScript 3

Autor: Biharck Muniz Araújo

Número de Páginas: 455

A step-by-step guide that will help you design, develop, scale, and deploy RESTful APIs with TypeScript 3 and Node.js Key FeaturesGain in-depth knowledge of OpenAPI and Swagger to build scalable web servicesExplore a variety of test frameworks and test runners such as Stryker, Mocha, and ChaiCreate a pipeline by Dockerizing your environment using Travis CI, Google Cloud Platform, and GitHubBook Description In the world of web development, leveraging data is the key to developing comprehensive applications, and RESTful APIs help you to achieve this systematically. This book will guide you in designing and developing web services with the power of TypeScript 3 and Node.js. You'll design REST APIs using best practices for request handling, validation, authentication, and authorization. You'll also understand how to enhance the capabilities of your APIs with ODMs, databases, models and views, as well as asynchronous callbacks. This book will guide you in securing your environment by testing your services and initiating test automation with different testing approaches. Furthermore, you'll get to grips with developing secure, testable, and more efficient code, and be able to scale and...

ASP.NET Core and Vue.js

ASP.NET Core and Vue.js

Autor: Devlin Basilan Duldulao

Número de Páginas: 479

A busy .NET developer's step-by-step guide to building fully functional, cloud-ready, and professional web apps without diving into the theory of frameworks and libraries Key FeaturesDiscover tenants of clean architecture in the latest ASP.NET Core 5 Web APIDevelop Vue.js 3 single-page applications (SPAs) using TypeScript and VuexLearn techniques to secure, test, and deploy your full-stack web apps on AzureBook Description Vue.js 3 is faster and smaller than the previous version, and TypeScript’s full support out of the box makes it a more maintainable and easier-to-use version of Vue.js. Then, there's ASP.NET Core 5, which is the fastest .NET web framework today. Together, Vue.js for the frontend and ASP.NET Core 5 for the backend make a powerful combination. This book follows a hands-on approach to implementing practical methodologies for building robust applications using ASP.NET Core 5 and Vue.js 3. The topics here are not deep dive and the book is intended for busy .NET developers who have limited time and want a quick implementation of a clean architecture with popular libraries. You’ll start by setting up your web app’s backend, guided by clean architecture, command...

Mastering Spring Cloud

Mastering Spring Cloud

Autor: Piotr Mińkowski

Número de Páginas: 427

Learn how to build, test, secure, deploy, and efficiently consume services across distributed systems. Key Features - Explore the wealth of options provided by Spring Cloud for wiring service dependencies in microservice systems. - Create microservices utilizing Spring Cloud's Netflix OSS - Architect your cloud-native data using Spring Cloud. Book Description Developing, deploying, and operating cloud applications should be as easy as local applications. This should be the governing principle behind any cloud platform, library, or tool. Spring Cloud–an open-source library–makes it easy to develop JVM applications for the cloud. In this book, you will be introduced to Spring Cloud and will master its features from the application developer's point of view. This book begins by introducing you to microservices for Spring and the available feature set in Spring Cloud. You will learn to configure the Spring Cloud server and run the Eureka server to enable service registration and discovery. Then you will learn about techniques related to load balancing and circuit breaking and utilize all features of the Feign client. The book now delves into advanced topics where you will learn to ...

API Management

API Management

Autor: Brajesh De

Número de Páginas: 209

Maximize the impact of your assets and business services by providing APIs for developers and other users. The journey described in this book starts with identifying business assets. As part of the API team, you then need to identify and define the requirements of traffic management, security, mediation, and orchestration. You also must define metrics for the analytics to measure the success of the overall API program. API documentation and the ease of developer onboarding also determine the success of the APIs. Finally, monetization of these APIs leads to revenue generation for the enterprise. Author De — an expert in building and managing API solutions — provides enterprise architects, designers, and technologists with insight into the world of APIs and the various technical aspects of building and managing an effective API management solution. API Management: Developing and Managing APIs for your Organization: Introduces the basics of APIs and highlights their value Provides an overview of technologies for building an API management solution and defines the requirements, including how to build a RESTful API Offers design principles for building developer-friendly APIs...

Hands-On APIs for AI and Data Science

Hands-On APIs for AI and Data Science

Autor: Ryan Day

Número de Páginas: 384

To succeed in AI and data science, you must first master APIs. API skills are essential for AI and data science success. With this practical book, data scientists and software developers will gain hands-on experience developing and using APIs with the Python programming language and popular frameworks like FastAPI and StreamLit. Part 1 takes you step-by-step through coding projects to build APIs using Python and FastAPI and deploy them in the cloud. Part 2 teaches you to consume APIs in a data science project using industry-standard tools. And in Part 3, you'll use ChatGPT, the LangChain framework, and other tools to access your APIs with generative AI and large language models (LLMs). As you complete the chapters in the book, you'll be creating a professional online portfolio demonstrating your new skill with APIs, AI, and data science. You'll learn how to: Design APIs that data scientists and AIs love Develop APIs using Python and FastAPI Deploy APIs using multiple cloud providers Create data science projects such as visualizations and models using APIs as a data source Access APIs using generative AI and LLMs Author Ryan Day is a data scientist in the financial services...

DHealth 2022

DHealth 2022

Autor: G. Schreier , B. Pfeifer , M. Baumgartner

Número de Páginas: 298

Digital technology is now an indispensible part of modern healthcare, and this reliance is only likely to increase, with the healthcare of the future set to become ever more data-driven, decision-supporting, deep, and simply more digital. This book presents the proceedings of the 16th annual conference on Health Informatics Meets Digital Health (dHealth 2022), held on 24 and 25 May 2022 in Vienna, Austria. In keeping with its interdisciplinary mission, the conference series provides a platform for researchers and decision makers, health professionals and healthcare providers, as well as government and industry representatives, to discuss innovative digital health solutions to improve the quality and efficiency of healthcare using digital technologies. The book includes 42 papers covering a wide range of topics and providing an insight into the state-of-the-art of different aspects of dHealth, including the design and evaluation of user interfaces, patient-centered solutions, electronic health/medical/patient records, machine learning in healthcare and biomedical data analytics. Offering the reader an interdisciplinary view of the state-of-the-art and of ongoing research activities ...

Microservices with Spring Boot and Spring Cloud

Microservices with Spring Boot and Spring Cloud

Autor: Magnus Larsson

Número de Páginas: 775

A step-by-step guide to creating and deploying production-quality microservices-based applications Key FeaturesBuild cloud-native production-ready microservices with this comprehensively updated guideUnderstand the challenges of building large-scale microservice architecturesLearn how to get the best out of Spring Cloud, Kubernetes, and Istio in combinationBook Description With this book, you'll learn how to efficiently build and deploy microservices. This new edition has been updated for the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. Starting with a set of simple cooperating microservices, you'll add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. You’ll understand how...

MEAN Stack Full-Stack Development: An In-Depth Guide to MongoDB, Express.js, Angular, and Node.js.

MEAN Stack Full-Stack Development: An In-Depth Guide to MongoDB, Express.js, Angular, and Node.js.

Autor: Adam Jones

Número de Páginas: 208

Immerse yourself in the world of MEAN stack development with the in-depth guide, "MEAN Stack Full-Stack Development: An In-Depth Guide to MongoDB, Express.js, Angular, and Node.js." Whether you're a software developer, web developer, computer science student, or a professional aiming to hone your full-stack skills, this book offers invaluable insights. From setting up your development environment to deploying robust, scalable applications, you’ll explore each component of the MEAN stack—MongoDB, Express.js, Angular, and Node.js. Harness the power of MongoDB for efficient data management, leverage Express.js for server-side logic, create dynamic and responsive user interfaces with Angular, and execute JavaScript on the server with Node.js. Featuring detailed explanations, practical examples, and expert insights into advanced topics, you'll master building secure, high-performing web applications. Additionally, this book covers authentication and authorization, RESTful APIs, deployment strategies, and the latest MEAN stack advanced practices and performance optimization techniques. By the end, you'll be equipped with the knowledge, tools, and best practices to confidently tackle ...

Desarrollo de aplicaciones web con Jakarta EE

Desarrollo de aplicaciones web con Jakarta EE

Autor: César Castillo

Número de Páginas: 491

Este libro se escribió con la idea de dar a conocer la plataforma de Jakarta EE. Proporciona un material didáctico y, al mismo tiempo, da un contexto de cómo desarrollar soluciones innovadoras y adaptadas a las necesidades del mercado mundial, utilizando las tecnologías apropiadas para cada proyecto y aplicando las mejores prácticas en el desarrollo de software en Jakarta EE: el lector no podrá ir muy lejos si no se le inculcan los conceptos básicos de Jakarta EE. Por lo tanto, es muy importante usar JPA (Java Persistence API) para construir un modelo de dominio que es la base fundamental de la aplicación que se va a desarrollar. En el transcurso de este texto veremos cómo se puede integrar con la capa de presentación utilizando JSF para optimizar la ejecución de una aplicación.

FastAPI Cookbook

FastAPI Cookbook

Autor: Giunio De Luca

Número de Páginas: 358

Enhance your web development skills, from setting up your environment and advanced integrations to building robust, high-traffic web applications with practical, scalable solutions Key Features Explore FastAPI in depth, from basic setup to advanced features such as custom middleware and WebSockets Discover practical strategies to optimize app performance and handle high traffic Implement SQL and NoSQL integration techniques for versatile data management in FastAPI applications Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionFastAPI is a cutting-edge Python framework that is revolutionizing the way web apps and APIs are built. Known for its speed, simplicity, and scalability, FastAPI empowers developers to create high-performing applications with ease. This book will help you leverage FastAPI’s immense potential to handle high-traffic scenarios and integrate seamlessly with modern Python tools. The book begins by familiarizing you with the basics of setting up and configuring your FastAPI environment before moving to the intricacies of building RESTful APIs, managing data with SQL and NoSQL databases, and handling authentication and authorization....

Building Enterprise JavaScript Applications

Building Enterprise JavaScript Applications

Autor: Daniel Li

Número de Páginas: 752

Strengthen your applications by adopting Test-Driven Development (TDD), the OpenAPI Specification, Continuous Integration (CI), and container orchestration. Key FeaturesCreate production-grade JavaScript applications from scratchBuild microservices and deploy them to a Docker container for scaling applicationsTest and deploy your code with confidence using Travis CIBook Description With the over-abundance of tools in the JavaScript ecosystem, it's easy to feel lost. Build tools, package managers, loaders, bundlers, linters, compilers, transpilers, typecheckers - how do you make sense of it all? In this book, we will build a simple API and React application from scratch. We begin by setting up our development environment using Git, yarn, Babel, and ESLint. Then, we will use Express, Elasticsearch and JSON Web Tokens (JWTs) to build a stateless API service. For the front-end, we will use React, Redux, and Webpack. A central theme in the book is maintaining code quality. As such, we will enforce a Test-Driven Development (TDD) process using Selenium, Cucumber, Mocha, Sinon, and Istanbul. As we progress through the book, the focus will shift towards automation and infrastructure. You...

Hands-On RESTful Web Services with Go

Hands-On RESTful Web Services with Go

Autor: Naren Yellavula

Número de Páginas: 393

Design production-ready, testable, and maintainable RESTful web services for the modern web that scale easily Key FeaturesEmploy a combination of custom and open source solutions for application program interface (API) developmentDiscover asynchronous API and API security patterns and learn how to deploy your web services to the cloudApply design patterns and techniques to build reactive and scalable web servicesBook Description Building RESTful web services can be tough as there are countless standards and ways to develop API. In modern architectures such as microservices, RESTful APIs are common in communication, making idiomatic and scalable API development crucial. This book covers basic through to advanced API development concepts and supporting tools. You’ll start with an introduction to REST API development before moving on to building the essential blocks for working with Go. You’ll explore routers, middleware, and available open source web development solutions in Go to create robust APIs, and understand the application and database layers to build RESTful web services. You’ll learn various data formats like protocol buffers and JSON, and understand how to serve...

Crafting Scalable Web Solutions: Harnessing Go and Docker for Modern Development

Crafting Scalable Web Solutions: Harnessing Go and Docker for Modern Development

Autor: Peter Jones

Número de Páginas: 229

Immerse yourself in the cutting-edge world of web development with "Crafting Scalable Web Solutions: Harnessing Go and Docker for Modern Development." This definitive guide equips software developers with the tools to create powerful, efficient, and scalable web applications. Through a perfect blend of theory and hands-on examples, you'll learn how to leverage the simplicity of Go and the containerization power of Docker to build high-performing and secure applications tailored for today's web. From setting up your development environment to mastering the creation of RESTful APIs, from understanding Docker basics to orchestrating containers for microservices, this book covers every crucial aspect. Discover how to implement Continuous Integration and Deployment workflows, monitor application performance, and apply best practices to optimize both speed and security. Whether you're new to Go and Docker or looking to refine your expertise, this comprehensive resource guides you smoothly through the complexities of modern web application development. Elevate your development skills and take your projects to unprecedented heights with "Crafting Scalable Web Solutions: Harnessing Go and...

Modern API Design

Modern API Design

Autor: Peter Johnson

Número de Páginas: 298

"Modern API Design: REST, GraphQL, and Beyond" is an authoritative guide that offers a comprehensive exploration of APIs, emphasizing the intricacies of REST and GraphQL, the two dominant paradigms in the industry. This book caters to both novice and experienced developers, providing a deep dive into the essential principles of API design, including authentication, error handling, rate limiting, and security. Each concept is meticulously unpacked to ensure readers gain practical knowledge for implementing robust, scalable, and efficient APIs. Beyond the foundational elements, the book delves into advanced topics such as versioning strategies, testing, and documentation, as well as integration and management practices. It examines the role of API gateways, middleware, and lifecycle management, equipping readers with the tools and techniques necessary for effective API deployment and oversight. Case studies and real-world examples enrich the narrative, bridging theoretical knowledge and practical application. With a focus on best practices and industry standards, "Modern API Design: REST, GraphQL, and Beyond" serves as an indispensable resource for navigating the complex API...

Testing Web APIs

Testing Web APIs

Autor: Mark Winteringham

Número de Páginas: 262

Ensure your web APIs are consistent and bug-free by implementing an automated testing process. In Testing Web APIs you will: Design and implement a web API testing strategy Set up a test automation suite Learn contract testing with Pact Facilitate collaborative discussions to test web API designs Perform exploratory tests Experiment safely in a downloadable API sandbox environment Testing Web APIs teaches you to plan and implement the perfect testing strategy for your web APIs. In it, you’ll explore dozens of different testing activities to help you develop a custom testing regime for your projects. This practical book demystifies abstract strategic concepts by applying them to common API testing scenarios, revealing how these complex ideas work in the real world. You’ll learn to take a risk-driven approach to API testing, and build a strategy that goes beyond the basics of code and requirements coverage. Your whole team will soon be involved in ensuring quality! About the technology Web APIs are the public face of your application, and they need to be perfect. Implementing an automated testing program is the best way to ensure that your web APIs are production ready. About...

Spring REST API開發與測試指南|使用Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test(電子書)

Spring REST API開發與測試指南|使用Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test(電子書)

Autor: 曾瑞君

Número de Páginas: 425

DevOps與後端系統建置必修技能! 鑒於前後端分離與微服務架構的興起,伺服器端需要提供API供用戶端存取。傳統的SOAP協定是以複雜的XML作為傳送媒介,已經逐漸被使用輕量化JSON傳送資訊的REST API取代,成為開發與建置API的主流。 除此之外,API的開發和上線應用,效率與品質應該兼顧。透過DevOps流程結合開發、測試、營運,可以更快地將新增或修正的功能發佈給使用者;在這樣的環節中,自動化測試至關重要。 本書第一部分介紹Java的單元測試框架如JUnit5、Mockito、PowerMock,並探討如何提升程式的可測試性。 第二部分先介紹REST API的概念與背景。在使用Spring Boot建置初版REST API後,逐章示範API的例外處理、Swagger文件說明、版本控制、分頁與排序、與套用HATEOAS等。 最後結合Spring Test模組對REST API進行單元測試、整合測試、與端對端測試,以期產出符合企業品質與效率的REST API。 #碁峰資訊 GOTOP

Microservice APIs

Microservice APIs

Autor: Jose Haro Peralta

Número de Páginas: 438

Strategies, best practices, and patterns that will help you design resilient microservices architecture and streamline your API integrations. In Microservice APIs, you’ll discover: Service decomposition strategies for microservices Documentation-driven development for APIs Best practices for designing REST and GraphQL APIs Documenting REST APIs with the OpenAPI specification (formerly Swagger) Documenting GraphQL APIs using the Schema Definition Language Building microservices APIs with Flask, FastAPI, Ariadne, and other frameworks Service implementation patterns for loosely coupled services Property-based testing to validate your APIs, and using automated API testing frameworks like schemathesis and Dredd Adding authentication and authorization to your microservice APIs using OAuth and OpenID Connect (OIDC) Deploying and operating microservices in AWS with Docker and Kubernetes Microservice APIs teaches you practical techniques for designing robust microservices with APIs that are easy to understand, consume, and maintain. You’ll benefit from author José Haro Peralta’s years of experience experimenting with microservices architecture, dodging pitfalls and learning from...

Building Digital Experience Platforms

Building Digital Experience Platforms

Autor: Shailesh Kumar Shivakumar , Sourabhh Sethii

Número de Páginas: 387

Use digital experience platforms (DXP) to improve your development productivity and release timelines. Leverage the pre-integrated feature sets of DXPs in your organization's digital transformation journey to quickly develop a personalized, secure, and robust enterprise platform. In this book the authors examine various features of DXPs and provide rich insights into building each layer in a digital platform. Proven best practices are presented with examples for designing and building layers. A special focus is provided on security and quality attributes needed for business-critical enterprise applications. The authors cover modern and emerging digital trends such as Blockchain, IoT, containers, chatbots, artificial intelligence, and more. The book is divided into five parts related to requirements/design, development, security, infrastructure, and case study. The authors employ proven real-world methods, best practices, and security and integration techniques derived from their rich experience. An elaborate digital transformation case study for a banking application is included. What You'll Learn Develop a digital experience platform from end to endUnderstand best practices and...

Automating API Delivery

Automating API Delivery

Autor: Ikenna Nwaiwu

Número de Páginas: 398

Improve speed, quality, AND cost by automating your API delivery process! Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process. In this practical book, you’ll learn how to maximize developer productivity, improve time-to-market, and clear mile-long support backlogs. In Automating API Delivery you’ll learn how to: Enforce API design standards with linting Automate breaking-change checks to control design creep Ensure accuracy of API reference documents Centralize API definition consistency checks Automate API configuration deployment Conduct effective API design reviews Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology You want your APIs to be consistent, secure, easy to use, and well documented. You also want them to scale and be delivered fast. The APIOps approach accelerates API delivery using a CI/CD pipeline and automates manual governance and compliance checks. You’ll soon be seeing faster, high-quality API delivery and deployment that steps up innovation and increases...

Data Lake for Enterprises

Data Lake for Enterprises

Autor: Tomcy John , Pankaj Misra

Número de Páginas: 585

A practical guide to implementing your enterprise data lake using Lambda Architecture as the base About This Book Build a full-fledged data lake for your organization with popular big data technologies using the Lambda architecture as the base Delve into the big data technologies required to meet modern day business strategies A highly practical guide to implementing enterprise data lakes with lots of examples and real-world use-cases Who This Book Is For Java developers and architects who would like to implement a data lake for their enterprise will find this book useful. If you want to get hands-on experience with the Lambda Architecture and big data technologies by implementing a practical solution using these technologies, this book will also help you. What You Will Learn Build an enterprise-level data lake using the relevant big data technologies Understand the core of the Lambda architecture and how to apply it in an enterprise Learn the technical details around Sqoop and its functionalities Integrate Kafka with Hadoop components to acquire enterprise data Use flume with streaming technologies for stream-based processing Understand stream- based processing with reference to...

ASP.NET Core in Action, Second Edition

ASP.NET Core in Action, Second Edition

Autor: Andrew Lock

Número de Páginas: 1309

ASP.NET Core in Action, Second Edition is a comprehensive guide to creating web applications with ASP.NET Core 5.0. Go from basic HTTP concepts to advanced framework customization. Summary Fully updated to ASP.NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you've never worked with ASP.NET you'll start creating productive cross-platform web apps fast. And don’t worry about late-breaking changes to ASP.NET Core. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Build full-stack web applications that run anywhere. Developers love ASP.NET Core for its libraries and pre-built components that maximize productivity. Version 5.0 offers new features for server-side apps, as well as background services for cross-platform development. About the book ASP.NET Core in Action, Second Edition is a comprehensive guide to creating web applications with ASP.NET Core 5.0. Go from basic HTTP concepts to advanced framework customization. Illustrations and annotated code make learning visual and easy. Master logins,...

Angular for Enterprise-Ready Web Applications

Angular for Enterprise-Ready Web Applications

Autor: Doguhan Uluca

Número de Páginas: 825

Revised and updated second edition of the bestselling hands-on guide to building enterprise-ready web apps using an evergreen Angular platform Key FeaturesUpdated examples, projects, and a new overview of tools – including NgRX and Ivy, automated testing, and Firebase authenticationNew chapter summarizing history of web frameworks and Angular version updatesAll-new RESTful API implementation leveraging the MEAN stack with MongoDB, Express.js, Angular and Node.jsBook Description This second edition of Angular for Enterprise-Ready Web Applications is updated with in-depth coverage of the evergreen Angular platform. You’ll start by mastering Angular programming fundamentals. Using the Kanban method and GitHub tools, you’ll build great-looking apps with Angular Material and also leverage reactive programming patterns with RxJS, discover the flux pattern with NgRx, become familiar with automated testing, utilize continuous integration using CircleCI, and deploy your app to the cloud using Vercel Now and GCloud. You will then learn how to design and develop line-of-business apps using router-first architecture with observable data anchors, demonstrated through oft-used recipes...

C# 9 and .NET 5 – Modern Cross-Platform Development

C# 9 and .NET 5 – Modern Cross-Platform Development

Autor: Mark J. Price

Número de Páginas: 823

Publisher’s Note: Microsoft stopped supporting .NET 5 in May 2022. The newer 8th edition of the book is available that covers .NET 8 (end-of-life November 2026) with C# 12 and EF Core 8. Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore the newest additions to C# 9, the .NET 5 class library, Entity Framework Core and Blazor Strengthen your command of ASP.NET Core 5.0 and create professional websites and services Build cross-platform apps for Windows, macOS, Linux, iOS, and Android Book DescriptionIn C# 9 and .NET 5 – Modern Cross-Platform Development, Fifth Edition, expert teacher Mark J. Price gives you everything you need to start programming C# applications. This latest edition uses the popular Visual Studio Code editor to work across all major operating systems. It is fully updated and expanded with a new chapter on the Microsoft Blazor framework. The book’s first part teaches the fundamentals of C#, including object-oriented programming and new C# 9 features such as top-level programs, target-typed new object instantiation, and immutable types using the record keyword. Part 2 covers the .NET APIs, for performing tasks like managing and...

Kubernetes Native Microservices with Quarkus and MicroProfile

Kubernetes Native Microservices with Quarkus and MicroProfile

Autor: John Clingan , Ken Finnigan

Número de Páginas: 326

Build fast, efficient Kubernetes-based Java applications using the Quarkus framework, MicroProfile, and Java standards. In Kubernetes Native Microservices with Quarkus and MicroProfile you’ll learn how to: Deploy enterprise Java applications on Kubernetes Develop applications using the Quarkus runtime Compile natively using GraalVM for blazing speed Create efficient microservices applications Take advantage of MicroProfile specifications Popular Java frameworks like Spring were designed long before Kubernetes and the microservices revolution. Kubernetes Native Microservices with Quarkus and MicroProfile introduces next generation tools that have been cloud-native and Kubernetes-aware right from the beginning. Written by veteran Java developers John Clingan and Ken Finnigan, this book shares expert insight into Quarkus and MicroProfile directly from contributors at Red Hat. You’ll learn how to utilize these modern tools to create efficient enterprise Java applications that are easy to deploy, maintain, and expand. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Build microservices efficiently with ...

Hands-On Reactive Programming with Clojure

Hands-On Reactive Programming with Clojure

Autor: Konrad Szydlo , Leonardo Borges

Número de Páginas: 288

Learn how to use RxClojure to deal with stateful computations Key FeaturesLeverage the features of Functional Reactive Programming using ClojureCreate dataflow-based systems that are the building blocks of Reactive ProgrammingUse different Functional Reactive Programming frameworks, techniques, and patterns to solve real-world problemsBook Description Reactive Programming is central to many concurrent systems, and can help make the process of developing highly concurrent, event-driven, and asynchronous applications simpler and less error-prone. This book will allow you to explore Reactive Programming in Clojure 1.9 and help you get to grips with some of its new features such as transducers, reader conditionals, additional string functions, direct linking, and socket servers. Hands-On Reactive Programming with Clojure starts by introducing you to Functional Reactive Programming (FRP) and its formulations, as well as showing you how it inspired Compositional Event Systems (CES). It then guides you in understanding Reactive Programming as well as learning how to develop your ability to work with time-varying values thanks to examples of reactive applications implemented in different...

ASP.NET Core in Action, Third Edition

ASP.NET Core in Action, Third Edition

Autor: Andrew Lock

Número de Páginas: 982

ASP.NET Core in Action, 3rd edition by Microsoft MVP Andrew Lock, is a fully updated edition, ideal for intermediate C# developers, and teaches you how to use your C# and .NET skills to build amazing cross-platform web applications. Even if you have never worked with ASP.NET, you will soon start creating productive cross-platform web apps.

Últimos ebooks y autores buscados