• 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

  • 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

  • Tattoo Johnny: 3,000 Tattoo Designs

    Discover your perfect tattoos here, from more than 1,000 designs! These days, it seems like everybody—male, female, young, and old—wants a tattoo. But choosing the right design isn’t always easy. Tattoo Johnny to the rescue! Culled from the world’s leading tattoo Web site, this in-depth resource offers more than 1,000 designs in a wide range of styles, all by renowned artists: angels, devils, flowers, pirates, pin-ups, religious images, stars, zodiac signs, and more. Whether readers are getting their first tattoo, or a second, third, or tenth, this is the ideal place to find the perfec... [Read More]

    • ASIN: 1402768508
    • ASIN: 1402768508
    • ISBN: 1402768508
    • Brand: imusti
    • Manufacturer: Sterling Innovation

  • Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition)

    Framework Design Guidelines, Second Edition, teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 3.5, this new edition focuses on the design issues that directly affect the programmability of a class library, specifically its publicly accessible APIs.   This book can improve the work of any .NET developer producing code that other developers will use. It includes copious annotations to the guidelines by thirty-five prominent architects and practitioners of the .NET Framework, providing a lively discussion of... [Read More]

    • ASIN: 0321545613
    • ASIN: 0321545613
    • ISBN: 9780321545619
    • Manufacturer: Addison-Wesley Professional

  • Neural Network Design (2nd Edition)

    This book, by the authors of the Neural Network Toolbox for MATLAB, provides a clear and detailed coverage of fundamental neural network architectures and learning rules. In it, the authors emphasize a coherent presentation of the principal neural networks, methods for training them and their applications to practical problems. Features Extensive coverage of training methods for both feedforward networks (including multilayer and radial basis networks) and recurrent networks. In addition to conjugate gradient and Levenberg-Marquardt variations of the backpropagation algorithm, the text also co... [Read More]

    • ASIN: 0971732116
    • ASIN: 0971732116
    • ISBN: 0971732116
    • Manufacturer: Martin Hagan

  • JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)

    Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers—a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers.The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who... [Read More]

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

  • Working Effectively with Legacy Code: WORK EFFECT LEG CODE _p1 (Robert C. Martin Series)


    • ASIN: B005OYHF0A
    • ASIN: B005OYHF0A
    • Manufacturer: Prentice Hall

  • Scalability Patterns: Best Practices for Designing High Volume Websites

    In this book, the CEO of Cazton, Inc. and internationally-acclaimed speaker, Chander Dhall, demonstrates current website design scalability patterns and takes a pragmatic approach to explaining their pros and cons to show you how to select the appropriate pattern for your site. He then tests the patterns by deliberately forcing them to fail and exposing potential flaws before discussing how to design the optimal pattern to match your scale requirements. The author explains the use of polyglot programming and how to match the right patterns to your business needs. He also details several No-SQL... [Read More]

    • ASIN: 1484210743
    • ASIN: 1484210743
    • ISBN: 1484210743
    • Manufacturer: Apress

  • Basic Leathercrafting: All the Skills and Tools You Need to Get Started

    • Step-by-step instructions and photos illustrate basic leathercrafting techniques: choosing leather, stamping and decorating, stitching and lacing, and finishing • Projects in both traditional and contemporary styles • Detailed how-to information teaches what you need to learn to get started in this fun and popular craft

    • ASIN: 0811736172
    • UPC: 499991745982
    • ASIN: 0811736172
    • ISBN: 0811736172
    • Brand: Stackpole Books
    • Manufacturer: Stackpole Books

  • Parallel Programming with Microsoft® .NET: Design Patterns for Decomposition and Coordination on Multicore Architectures (Patterns & Practices)

    The CPU meter shows the problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. What next? The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your performance goals. To use your system’s CPU resources efficiently, you need to split your application into pieces that can run at the same time. This is easier said than done... [Read More]

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

  • The Object-Oriented Thought Process (4th Edition) (Developer's Library)

    The Object-Oriented Thought Process, Fourth Edition An introduction to object-oriented concepts for developers looking to master modern application practices Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, and Objective-C. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design pract... [Read More]

    • ASIN: 0321861272
    • ASIN: 0321861272
    • ISBN: 9780321861276
    • Manufacturer: Addison-Wesley Professional

  • Mastering Node.js: Best practices to Server-side Development

    Node.js is a server-side JavaScript platform using an event-driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications running in real time.This book gives you an excellent starting point, bringing you straight to the heart of developing web applications with Node.js. You will progress from a rudimentary knowledge of JavaScript and server-side development to being able to create, maintain, deploy and test your own Node.js application.You will understand the importance of transitioning to functions that return Promise objects, and the difference between... [Read More]

    • ASIN: B07QMZGTPK
    • ASIN: B07QMZGTPK

  • Microsoft® Application Architecture Guide, 2nd Edition (Patterns & Practices)

    Get the definitive guide on designing applications on the Microsoft application platform—straight from the Microsoft patterns & practices team. Learn how to choose the most appropriate architecture and the best implementation technologies that the Microsoft application platform offers applications developers. Get critical design recommendations and guidelines organized by application type—from Web, mobile, and rich Internet applications to Office Business Applications. You’ll also get links to additional technical resources that can help with your application development.

    • ASIN: B00CVDUMBG
    • ASIN: B00CVDUMBG
    • Manufacturer: Microsoft Press

  • Parallel Programming with Microsoft Visual C++: Design Patterns for Decomposition and Coordination on Multicore Architectures (Patterns & Practices)

    Your CPU meter shows a problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. Is there a way to get better performance? The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your performance goals. To use your system’s CPU resources efficiently, you need to split your application into pieces that can run at the same time.... [Read More]

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

  • Angels : Coloring Book for Adults and Christians Midnight Edition: Elegant Angels with Beautiful Mandala Patterns and Floral Designs to Relieve Stress, Do Daily Devotionals and Practice Mindfulness (Black Background Coloring Book)

    On sale for a limited time $10.99 just $7.95! This beautiful angel coloring book is filled with elegant angels, mindful mandalas and beautiful floral patternsprinted on BLACK pages. Each illustration is printed single sided to

    • UPC: 283081569

  • Agile Architektur mit .NET - Grundlagen und Best Practices - eBook

    Agile Vorgehensmodelle sind aus der modernen Softwareentwicklung nicht mehr wegzudenken. Kurze Entwicklungszyklen und sich stetig ändernde Anforderungen stellen insbesondere für Softwarearchitekten eine besondere Herausforderung dar. Big Upfront Design war gestern. Die Architektur des Systems muss

    • UPC: 321585229

  • Laravel Design Patterns and Best Practices - eBook

    This book is a practical guide packed with clear examples that will help you get to grips with the best practices in Laravel design patterns to create advanced web applications. This book is intended for

    • UPC: 270926006

  • Scalability Patterns : Best Practices for Designing High Volume Websites

    In this book, the CEO of Cazton, Inc. and internationally-acclaimed speaker, Chander Dhall, demonstrates current website design scalability patterns and takes a pragmatic approach to explaining their pros and cons to show you how to

    • UPC: 52573117

  • Selenium Design Patterns and Best Practices

    Selenium Design Patterns and Best

    • UPC: 53680931

  • Moodle Course Design Best Practices - eBook

    This book is an easy-to-follow guide with a hands-on approach that will help you learn the best practices for designing attractive and highly interactive courses with the help of Moodle. This book can be used

    • UPC: 232849936

  • Even Faster Web Sites : Performance Best Practices for Web Developers

    As an important follow-up to O'Reilly's bestselling "High Performance Web Sites," this second edition offers additional rules for speeding up Web page loading and

    • UPC: 10898275
    • Rating: 5.0

  • VMware Horizon View 5.3 Design Patterns and Best Practices - eBook

    This is an easy-to-follow guide that introduces the user to a variety of diverse topics that are instrumental to designing and implementing Horizon View, which should help the reader make an informed decision that best

    • UPC: 789131834

  • Hands-On RESTful API Design Patterns and Best Practices - eBook

    Build effective RESTful APIs for enterprise with design patterns and REST framework’s out-of-the-box capabilitiesKey FeaturesUnderstand advanced topics such as API gateways, API securities, and cloudImplement patterns programmatically with easy-to-follow examplesModernize legacy codebase using API connectors,

    • UPC: 503359052

  • Puppet Best Practices : Design Patterns for Maintainable Code

    If you maintain or plan to build Puppet infrastructure, this practical guide will take you a critical step further with best practices for managing the task successfully. Authors Chris Barbour and Jo Rhett present best-in-class

    • UPC: 46590374

  • C# Design Patterns - step by step - made easy for Beginners.

    SOLID Design Patterns

    Repository Pattern with C# and Entity Framework, Done Right | Mosh