• Microservice Patterns and Best Practices: Explore patterns like CQRS and event sourcing to create scalable, maintainable, and testable microservices

    Explore the concepts and tools you need to discover the world of microservices with various design patternsKey FeaturesGet to grips with the microservice architecture and build enterprise-ready microservice applicationsLearn design patterns and the best practices while building a microservice applicationObtain hands-on techniques and tools to create high-performing microservices resilient to possible failsBook DescriptionMicroservices are a hot trend in the development world right now. Many enterprises have adopted this approach to achieve agility and the continuous delivery of applications to... [Read More]

    • ASIN: B0761YB4HP
    • ASIN: B0761YB4HP
    • Manufacturer: Packt Publishing

  • Java EE 8 Design Patterns and Best Practices: Build enterprise-ready scalable applications with architectural design patterns

    Get the deep insights you need to master efficient architectural design considerations and solve common design problems in your enterprise applications.Key FeaturesThe benefits and applicability of using different design patterns in JAVA EE Learn best practices to solve common design and architectural challengesChoose the right patterns to improve the efficiency of your programs Book DescriptionPatterns are essential design tools for Java developers. Java EE Design Patterns and Best Practices helps developers attain better code quality and progress to higher levels of architectural creativity ... [Read More]

    • ASIN: B079P75BV7
    • ASIN: B079P75BV7
    • Manufacturer: Packt Publishing

  • Building Microservices: Designing Fine-Grained Systems

    Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling,... [Read More]

    • ASIN: B00T3N7XB4
    • ASIN: B00T3N7XB4
    • Manufacturer: O'Reilly Media

  • Spring Microservices in Action

    Summary Spring Microservices in Action teaches you how to build microservice-based applications using Java and the Spring platform. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Microservices break up your code into small, distributed, and independent services that require careful forethought and design. Fortunately, Spring Boot and Spring Cloud simplify your microservice applications, just as the Spring Framework simplifies enterprise Java development. Spring Boot removes the boilerplate code involved with wr... [Read More]

    • ASIN: 1617293989
    • ASIN: 1617293989
    • ISBN: 1617293989
    • Manufacturer: Manning Publications

  • Continuous Delivery in Java: Essential Tools and Best Practices for Deploying Code to Production

    Continuous delivery adds enormous value to the business and the entire software delivery lifecycle, but adopting this practice means mastering new skills typically outside of a developer’s comfort zone. In this practical book, Daniel Bryant and Abraham Marín-Pérez provide guidance to help experienced Java developers master skills such as architectural design, automated quality assurance, and application packaging and deployment on a variety of platforms.Not only will you learn how to create a comprehensive build pipeline for continually delivering effective software, but you’ll also expl... [Read More]

    • ASIN: 1491986026
    • ASIN: 1491986026
    • ISBN: 1491986026
    • Manufacturer: O'Reilly Media

  • Learn Microservices with Spring Boot: A Practical Approach to RESTful Services using RabbitMQ, Eureka, Ribbon, Zuul and Cucumber

    Build a microservices architecture with Spring Boot, by evolving an application from a small monolith to an event-driven architecture composed of several services. This book follows an incremental approach to teach microservice structure, test-driven development, Eureka, Ribbon, Zuul, and end-to-end tests with Cucumber.Author Moises Macero follows a very pragmatic approach to explain the benefits of using this type of software architecture, instead of keeping you distracted with theoretical concepts. He covers some of the state-of-the-art techniques in computer programming, from a practical po... [Read More]

    • ASIN: 1484231643
    • ASIN: 1484231643
    • ISBN: 1484231643
    • Manufacturer: Apress

  • Pro Spring Boot 2: An Authoritative Guide to Building Microservices, Web and Enterprise Applications, and Best Practices

    Quickly and productively develop complex Spring applications and microservices out of the box, with minimal concern over things like configurations. This revised book will show you how to fully leverage the Spring Boot 2 technology and how to apply it to create enterprise ready applications that just work. It will also cover what's been added to the new Spring Boot 2 release, including Spring Framework 5 features like WebFlux, Security, Actuator and the new way to expose Metrics through Micrometer framework, and more.This book is your authoritative hands-on practical guide for increasing your... [Read More]

    • ASIN: B07G2NSBCS
    • ASIN: B07G2NSBCS
    • Manufacturer: Apress

  • Patterns, Principles, and Practices of Domain-Driven Design

    Methods for managing complex software construction following the practices, principles and patterns of Domain-Driven Design with code examples in C# This book presents the philosophy of Domain-Driven Design (DDD) in a down-to-earth and practical manner for experienced developers building applications for complex domains. A focus is placed on the principles and practices of decomposing a complex problem space as well as the implementation patterns and best practices for shaping a maintainable solution space. You will learn how to build effective domain models through the use of tactical patter... [Read More]

    • ASIN: 1118714709
    • UPC: 787721845461
    • ASIN: 1118714709
    • ISBN: 1118714709
    • Brand: imusti
    • Manufacturer: Wrox

  • Go in Practice: Includes 70 Techniques

    Summary Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Go may be the perfect systems language. Built with simplicity, concurrency, and modern applications in mi... [Read More]

    • ASIN: 1633430073
    • ASIN: 1633430073
    • ISBN: 1633430073
    • Brand: Manning Publications
    • Manufacturer: Manning Publications

  • Learning Spring Boot 2.0 - Second Edition: Simplify the development of lightning fast applications based on microservices and reactive programming

    Key FeaturesGet up to date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5Learn to perform Reactive programming with SpringBootLearn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and moreBook DescriptionSpring Boot provides a variety of features that address today's business needs along with today's scalable requirements. In this book, you will learn how to leverage powerful databases and Spring Boot's state-of-the-art WebFlux framework. This practical guide will help you get up and running with all the latest features of Spr... [Read More]

    • ASIN: B01LPRN0Z8
    • ASIN: B01LPRN0Z8
    • Manufacturer: Packt Publishing

  • Spring Microservices

    Build scalable microservices with Spring, Docker, and MesosAbout This BookLearn how to efficiently build and implement microservices in Spring, and how to use Docker and Mesos to push the boundaries of what you thought possibleExamine a number of real-world use cases and hands-on code examples.Distribute your microservices in a completely new wayWho This Book Is ForIf you are a Spring developers and want to build cloud-ready, internet-scale applications to meet modern business demands, then this book is for you Developers will understand how to build simple Restful services and organically gro... [Read More]

    • ASIN: 1786466686
    • ASIN: 1786466686
    • ISBN: 1786466686
    • Manufacturer: Packt Publishing - ebooks Account

  • Building Microservices with Go: Develop seamless, efficient, and robust microservices with Go

    Your one-stop guide to the common patterns and practices, showing you how to apply these using the Go programming languageKey FeaturesPacked with real-world examples of building microservices with GoEasy to read and will benefit smaller teams who want to extend the functionality of their existing systemExplore cost-effective ways of maintaining a monolithic architectureBook DescriptionMicroservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idio... [Read More]

    • ASIN: B01M2DA8A7
    • ASIN: B01M2DA8A7
    • Manufacturer: Packt Publishing

  • PHP: Programming, Master's Handbook: A TRUE Beginner's Guide! Problem Solving, Code, Data Science, Data Structures & Algorithms (Code like a PRO in 24 ... r programming, iOS development)

    PHP Programming Like a PRO!New and Improved! Updated for Additional Content You’ve spoken and we’ve listened.The Master’s Handbook series has been REVAMPED!We thank you all greatly for the support =) “ this book makes it super easy to understand what you are doing and it is super easy to follow. “ - Emily White, from Amazon.com “ This book… was actually one of the best PHP books I've read“ - Brandon Nol, from Amazon.com “ If you’re into programming, this book will help you a lot. “ - Vincent, from Amazon.com Read this book for FREE on Kindle Unlimited NOW How woul... [Read More]

    • ASIN: B00XWFQS9W
    • ASIN: B00XWFQS9W

  • Spring Boot in Action

    SummaryA developer-focused guide to writing applications using Spring Boot. You'll learn how to bypass the tedious configuration steps so that you can concentrate on your application's behavior.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThe Spring Framework simplifies enterprise Java development, but it does require lots of tedious configuration work. Spring Boot radically streamlines spinning up a Spring application. You get automatic configuration and a model with established conventions for build-time and r... [Read More]

    • ASIN: 1617292540
    • ASIN: 1617292540
    • ISBN: 1617292540
    • Brand: Manning Pubns Co
    • Manufacturer: Manning Publications

  • Thriving from A to Z : Best Practices to Increase Resilience, Satisfaction, and Success

    Thriving from A to Z provides you with 26 best practices proven to help you learn, grow, and succeed. The essential best practices, valuable implementation tips, and engaging reflection activities help you build resilience and

    • UPC: 662577702

  • Java Concurrency in Practice

    "I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team

    • UPC: 3956053
    • Rating: 4.0

  • Spring Microservices in Action

    9781617293986

    • UPC: 55769839

  • Microservices Patterns : With Examples in Java

    Summary Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring

    • UPC: 714009226

  • Learn Microservices with Spring Boot : A Practical Approach to Restful Services Using Rabbitmq, Eureka, Ribbon, Zuul and Cucumber

    Build a microservices architecture with Spring Boot, by evolving an application from a small monolith to an event-driven architecture composed of several services. This book follows an incremental approach to teach microservice structure, test-driven development,

    • UPC: 457140213

  • Oca / Ocp Java Se 8 Programmer Practice Tests

    Test your knowledge and prepare for the OCA/OCP exams OCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle

    • UPC: 55133367

  • Heroic Leadership : Best Practices from a 450-Year-Old Company That Changed the World

    Shows how Jesuits have successfully grappled with the same challenges that test great companies today with an emphasis on their adopted values: self-awareness, ingenuity, love, and heroism.

    • UPC: 3378981
    • Rating: 4.5

  • Evidence-Based Practice in Nursing & Healthcare : A Guide to Best Practice

    Publisher's Note: Products purchased from 3rd Party sellers are not guaranteed by the Publisher for quality, authenticity, or access to any online entitlements included with the product. Evidence-Based Practice in Nursing & Healthcare: A Guide

    • UPC: 762687928

  • Java: Best Practices to Programming Code with Java - eBook

    **Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has

    • UPC: 420349233

  • Myths and Realities, Second Edition : Best Practices for English Language Learners

    A lot has changed since the first edition of Myths and Realities, yet the trends in education are as undeniable as they were then: English language learners (ELLs) constitute the fastest growing population in U.S.

    • UPC: 5411050
    • Rating: 5.0

  • Microservices - Best Practices

    CON2306 Writing Microservices in Java Best Practices and Common Mistakes

    Microservices Best Practices for Java