• 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

  • Java: The Complete Reference, Tenth Edition (Complete Reference Series)

    The Definitive Java Programming Guide Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com. Fully updated for Java SE 9, Java: The Complete Reference, Tenth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Sw... [Read More]

    • ASIN: B076CVBN3T
    • ASIN: B076CVBN3T
    • Manufacturer: McGraw-Hill Education

  • Effective Java

    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9   Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.   As in previous editions, each chapter of Effective Java, Third Edition, consists of several “items,” each presented... [Read More]

    • ASIN: 0134685997
    • ASIN: 0134685997
    • ISBN: 0134685997
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • Core J2EE Patterns: Best Practices and Design Strategies


    • ASIN: 0130648841
    • UPC: 076092012184
    • ASIN: 0130648841
    • ISBN: 0130648841
    • Manufacturer: Pearson Education

  • 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

  • Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)

    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: B001GSTOAM
    • ASIN: B001GSTOAM
    • Manufacturer: Prentice Hall

  • Core J2EE Patterns: Best Practices and Design Strategies (2nd Edition)

    Explains how to leverage Java's architecture and mechanisms to design enterprise applications and considers code modularity, nonduplication, network efficiency, maintainability, and reusability.

    • ASIN: 0131422464
    • UPC: 076092024163
    • ASIN: 0131422464
    • ISBN: 0131422464
    • Manufacturer: Prentice Hall

  • Design Patterns and Best Practices in Java: A comprehensive guide to building smart and reusable code in Java

    Create various design patterns to master the art of solving problems using Java Key Features This book demonstrates the shift from OOP to functional programming and covers reactive and functional patterns in a clear and step-by-step manner All the design patterns come with a practical use case as part of the explanation, which will improve your productivity Tackle all kinds of performance-related issues and streamline your development Book Description Having a knowledge of design patterns enables you, as a developer, to improve your code base, promote code reuse, and make the architectur... [Read More]

    • ASIN: 1786463598
    • ASIN: 1786463598
    • ISBN: 1786463598
    • Manufacturer: Packt Publishing

  • A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half

    Learning JavaScript is hell because of two problems.I remove the problems, and you start having fun.The first problem is retention. You remember only ten or twenty percent of what you read. That spells failure. To become fluent in a computer language, you have to retain pretty much everything.How can you retain everything? Only by constantly being asked to play everything back. That's why people use flashcards. But my system does flashcards one better. After reading a short chapter, you go to my website and complete twenty interactive exercises. Algorithms check your work to make sure you know... [Read More]

    • ASIN: B00H1W9I6C
    • ASIN: B00H1W9I6C
    • Brand: Unknown
    • Manufacturer: Unknown

  • 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

  • Real World Java EE Patterns--Rethinking Best Practices


    • ASIN: B009ZQ9I62
    • ASIN: B009ZQ9I62
    • Manufacturer: http://press.adam-bien.com

  • J2EE Best Practices: Java Design Patterns, Automation, and Performance (Wiley Application Development Series)

    Learn how to apply robust application design to your J2EE projects There are a number of best practices you need to consider to build highly effective J2EE components and integrate them into applications. These practices include evaluating and selecting the right set of software components and services to handle the job. In this book, Darren Broemmer supplies you with a set of best practices for J2EE development and then teaches you how to use them to construct an application architecture referred to as the reference architecture. The design and implementation of the reference architecture is ... [Read More]

    • ASIN: 0471228850
    • UPC: 723812228850
    • ASIN: 0471228850
    • ISBN: 0471228850
    • Manufacturer: Wiley

  • Java: A Detailed Approach to Practical Coding (Step-By-Step Java Book 2)

    ★★ Get the Kindle version FREE when purchasing the Paperback! ★★A Comprehensive Guide with 70+ ExamplesThe second book in the Step-By-Step Java Series delves further into practical Java programming. We believe the best way to learn programming is through practise and practical application. For this reason, this book is crammed full of examples and code descriptions.This book serves as a teaching guide and also a reference manual to accompany you through this wonderful world of programming. Author Nathan Clark shares his nearly 20 years’ experience in this clear, concise and easy to f... [Read More]

    • ASIN: B078WFX6GV
    • ASIN: B078WFX6GV
    • Manufacturer: Nathan Clark

  • 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 provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems "For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively explo... [Read More]

    • ASIN: 0321349601
    • UPC: 785342349603
    • ASIN: 0321349601
    • ISBN: 0321349601
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • Java: Advanced Features and Programming Techniques (Step-By-Step Java Book 3)

    ★★ Get the Kindle version FREE when purchasing the Paperback! ★★Take Your Skills to the Next Level with 60+ ExamplesThis third instalment in the Step-By-Step Java Series is geared towards seasoned developers and novices alike. This guide explores slightly more advanced Java techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using Java, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this wonderful language in no time.What This Book Off... [Read More]

    • ASIN: B079R79HT1
    • ASIN: B079R79HT1
    • Manufacturer: Nathan Clark

  • Design Patterns and Best Practices in Java - eBook

    Create various design patterns to master the art of solving problems using JavaKey FeaturesThis book demonstrates the shift from OOP to functional programming and covers reactive and functional patterns in a clear and step-by-step mannerAll

    • UPC: 328532428

  • J2ee Best Practices : Java Design Patterns, Automation, and Performance

    Learn how to apply robust application design to your J2EE projects There are a number of best practices you need to consider to build highly effective J2EE components and integrate them into applications. These practices

    • UPC: 53331378

  • 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

  • Java EE 8 Design Patterns and Best Practices - eBook

    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 EELearn best practices

    • UPC: 392109825

  • Pro Java EE Spring Patterns : Best Practices and Design Strategies Implementing Java EE Patterns with the Spring Framework

    "The Java(TM) landscape is littered with libraries, tools, and specifications. What's been lacking is the expertise to fuse them into solutions to real-world problems. These patterns are the intellectual mortar for J2EE software construction." --John

    • UPC: 10078464

  • RESTful Java Patterns and Best Practices - eBook

    This book is aimed at novice developers who want to gain insights into building RESTful services and improve productivity, as well as for advanced developers who want to delve into more complicated

    • UPC: 944434852

  • Design Patterns and Best Practices in Java

    Design Patterns and Best Practices in

    • UPC: 324021819

  • Java Ee 8 Design Patterns and Best Practices (Paperback)

    Java Ee 8 Design Patterns and Best

    • UPC: 506345431

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

    9781491986028

    • UPC: 595473943

  • Java Enterprise Best Practices - eBook

    Java developers typically go through four "stages" in mastering Java. In the first stage, they learn the language itself. In the second stage, they study the APIs. In the third stage, they become proficient in

    • UPC: 869886078

  • J2ee Best Practices: Java Design Patterns, Automation, and Performance: Java Des

    • UPC: 160669291473
    • Category: Nonfiction
    • Price: 37 USD

  • Pro Java EE Spring Patterns : Best Practices and Design Strategies Implementi...

    • UPC: 383472035186
    • Category: Nonfiction
    • Price: 35 USD

  • J2EE Best Practices : Java Design Patterns, Automation, and Performance

    • UPC: 143467342962
    • Category: Nonfiction
    • Price: 4 USD

  • Pro Java EE Spring Patterns : Best Practices and Design Strategies...

    • UPC: 143300704907
    • Category: Nonfiction
    • Price: 14 USD

  • Pro Java EE Spring Patterns: Best Practices and Design Strategies Implementing J

    • UPC: 150681637175
    • Category: Nonfiction
    • Price: 37 USD

  • Pro Java EE Spring Patterns : Best Practices and Design Strategies Implementing

    • UPC: 223429647373
    • Category: Nonfiction
    • Price: 17 USD

  • Wiley Application Development: J2EE Best Practices : Java Design Patterns

    • UPC: 264651982041
    • Category: Nonfiction
    • Price: 29 USD

  • Design Patterns and Best Practices in Java, Singh, Kamalmeet 9781786463593,,

    • UPC: 333326274192
    • Category: Nonfiction
    • Price: 54 USD

  • Java EE 8 Design Patterns and Best Practices, Rocha, Rhuan 9781788830621 New,,

    • UPC: 392699978582
    • Category: Nonfiction
    • Price: 58 USD

  • J2ee Best Practices: Java Design Patterns, Auto, Broemmer, Darren,,

    • UPC: 312772154318
    • Category: Nonfiction
    • Price: 52 USD

  • Java 8 best practices by Stephen Colebourne

    Good Coding Practices - #1 - Competitive Programming In Java

    The art of building Java APIs: Do's and Don'ts - Jonathan Giles