• Clean Code: A Handbook of Agile Software Craftsmanship

    Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a ... [Read More]

    • ASIN: 0132350882
    • UPC: 000132350882
    • ASIN: 0132350882
    • ISBN: 9780132350884
    • Brand: Prentice Hall
    • Manufacturer: Prentice Hall

  • Domain-Driven Design: Tackling Complexity in the Heart of Software

    Domain Driven Design Tackling Complexity in the Heart of Software by Evans, Eric. Published by Addison Wesley,2003, Binding: Hardcover

    • ASIN: 0321125215
    • UPC: 076092019565
    • ASIN: 0321125215
    • ISBN: 0321125215
    • Manufacturer: Addison-Wesley Professional

  • 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: 1491950358
    • ASIN: 1491950358
    • ISBN: 1491950358
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • Adaptive Code: Agile coding with design patterns and SOLID principles (2nd Edition) (Developer Best Practices)

    Write code that can adapt to changes.   By applying this book’s principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer errors, because it doesn’t impede change.   Now revised, updated, and expanded, Adaptive Code, Second Edition adds indispensable practical insights on Kanban, dependency inversion, and creating reusable abstractions. Drawing on over a decade of Agile ... [Read More]

    • ASIN: 1509302581
    • ASIN: 1509302581
    • ISBN: 1509302581
    • Brand: Microsoft Press
    • Manufacturer: Microsoft Press

  • 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

  • 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: 1788830628
    • ASIN: 1788830628
    • ISBN: 1788830628
    • Manufacturer: Packt Publishing

  • 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

  • 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

  • Game Engine Architecture

    Hailed as a "must-have textbook" (CHOICE, January 2010), the first edition of Game Engine Architecture provided readers with a complete guide to the theory and practice of game engine software development. Updating the content to match today’s landscape of game engine architecture, this second edition continues to thoroughly cover the major components that make up a typical commercial game engine. New to the Second Edition Information on new topics, including the latest variant of the C++ programming language, C++11, and the architecture of the eighth generation of gaming consoles, the Xbo... [Read More]

    • ASIN: 1466560010
    • ASIN: 1466560010
    • ISBN: 1466560010
    • Brand: AK Peters
    • Manufacturer: A K Peters/CRC Press

  • RESTful Web APIs: Services for a Changing World

    The popularity of REST in recent years has led to tremendous growth in almost-RESTful APIs that don’t include many of the architecture’s benefits. With this practical guide, you’ll learn what it takes to design usable REST APIs that evolve over time. By focusing on solutions that cross a variety of domains, this book shows you how to create powerful and secure applications, using the tools designed for the world’s most successful distributed computing system: the World Wide Web.You’ll explore the concepts behind REST, learn different strategies for creating hypermedia-based APIs, and... [Read More]

    • ASIN: 1449358063
    • ASIN: 1449358063
    • ISBN: 1449358063
    • Brand: Brand: O'Reilly Media
    • 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

  • 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

  • Java/J2EE Interview Questions You'll Most Likely Be Asked (Job Interview Questions Series)

    • 280 Java/J2EE Interview Questions• 75 HR Interview Questions • Real life scenario based questions• Strategies to respond to interview questions• 2 Aptitude Tests Java/J2EE Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an IT career. This book puts the interviewee in the driver's seat and helps them steer their way to impress the interv... [Read More]

    • ASIN: 1946383236
    • ASIN: 1946383236
    • ISBN: 1946383236
    • Manufacturer: Vibrant Publishers

  • TOGAF® 9 Foundation Study Guide - 3rd Edition

    This title is a Study Guide for TOGAF ® 9 Foundation. It gives an overview of every learning objective for the TOGAF 9 Foundation Syllabus and in-depth coverage on preparing and taking the TOGAF 9 Part 1 Examination. It is specifically designed to help individuals prepare for certification. This Study Guide is excellent material for: * Individuals who require a basic understanding of TOGAF 9; * Professionals who are working in roles associated with an architecture project such as those responsible for planning, execution, development, delivery, and operation; * Architects who are looking for ... [Read More]

    • ASIN: 9087537417
    • ASIN: 9087537417
    • ISBN: 9087537417
    • Brand: Ingramcontent
    • Manufacturer: Van Haren Publishing

  • Enterprise Service Bus: Theory in Practice

    Large IT organizations increasingly face the challenge of integrating various web services, applications, and other technologies into a single network. The solution to finding a meaningful large-scale architecture that is capable of spanning a global enterprise appears to have been met in ESB, or Enterprise Service Bus. Rather than conform to the hub-and-spoke architecture of traditional enterprise application integration products, ESB provides a highly distributed approach to integration, with unique capabilities that allow individual departments or business units to build out their integrati... [Read More]

    • ASIN: 0596006756
    • ASIN: 0596006756
    • ISBN: 0596006756
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • 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

  • BPEL Cookbook: Best Practices for SOA-based integration and composite applications development - eBook

    This book is aimed at architects and developers building applications in Service Oriented Architecture. The book presumes knowledge of BPEL, SOA, XML, web services, and multi-tier

    • UPC: 430638619
    • Rating: 4.0

  • Java Message Service : Creating Distributed Enterprise Applications

    A strong seller for years, this updated book offers a thorough introduction to Java Message Service (JMS 1.1), a key technology for service-oriented

    • UPC: 10844327
    • Rating: 3.0

  • 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

  • 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

  • Building Java Enterprise Applications : Architecture

    This is the advanced, complete and practical guide to building complex Java Enterprise Applications from the ground up, and learning design issues along the way. Beyond showing how to write the code, the book covers

    • UPC: 52846190

  • Sunshine on Secure Java: OWASP Top 10 - Writing Secure Web Applications - eBook

    This book provides explanations and remediations to the OWASP Top 10 for 2013 web application security vulnerabilities. Java coding techniques are provided within to show how to mitigate attacks. This book shows programmers how to

    • UPC: 130043093

  • Java Practice Questions: Oracle Certified Expert, Java EE 6 Web Component Developer (OCEJWCD) - eBook

    How to become a certified java programmer the easy way The Web Component Developer exam is one of the advanced level certifications in the world of Java. But this doesn't mean it has to be

    • UPC: 445284774

  • Android: Android Programming and Android App Development for Beginners (Learn How to Program Android Apps, How to Develop Android Applications Through Java Programming, Android for Dummies) - eBook

    We take a set of real life problems and discuss how to design, develop android applications corresponding to the problem. We also provide many android application assignments. After going through the book and completing the

    • UPC: 564923608

  • Java - GUI Applications - eBook

    This book intends to educate Java practitioners on GUI Applications through questions and answers based on various interviews and personnel

    • UPC: 701267475

  • Best Practices for Developing and Deploying Java Applications with Docker

    Java 8 best practices by Stephen Colebourne

    "The Makings of a Modern Application Architecture" - Sam Ramji Keynote