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

Application Architecture Best Practices on April 2024 Shopping Deals at Bestonio.com

  • Enterprise SOA: Service-Oriented Architecture Best Practices

    • UPC: 076092029977
    • ASIN: 0131465759
    • ISBN: 0131465759
    • Manufacturer: Prentice Hall

    Enterprise SOABy delivering SAP s next-generation applications based on a Services-Oriented Architecture, SAP is at the forefront of making Web services work for the enterprise. The Enterprise Services Architecture enables unprecedented flexibility in business process deployment, allowing companies to execute and innovate end-to-end processes acros... [Read More]

  • Strategic Enterprise Architecture Management: Challenges, Best Practices, and Future Developments (Management for Professionals)

    • ASIN: 3642242227
    • ISBN: 9783642242229
    • Manufacturer: Springer

    The Enterprise Architecture Management (EAM) discipline deals with the alignment of business and information systems architectures. While EAM has long been regarded as a discipline for IT managers, this book takes a different stance: It explains how top executives can use EAM to leverage their strategic planning and controlling processes, as well a... [Read More]

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

    • ASIN: 073562710X
    • ISBN: 073562710X
    • Manufacturer: Microsoft Press

    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 a... [Read More]

  • Clean Code: A Handbook of Agile Software Craftsmanship

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

    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 Agi... [Read More]

  • Big Data: Principles and best practices of scalable realtime data systems

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

    SummaryBig Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data. It describes a scalable, easy-to-understand approach to big data systems that can be built and run by a small team. Following a realistic example, th... [Read More]

  • Building an Enterprise Architecture Practice: Tools, Tips, Best Practices, Ready-to-Use Insights (The Enterprise Series)

    • ASIN: 1402056052
    • ISBN: 1402056052
    • Brand: Brand: Springer
    • Manufacturer: Springer

    This book provides practical advice on how to develop an enterprise architecture practice. The authors developed different tools and models to support organizations in implementing and professionalizing an enterprise architecture function. Coverage applies these tools and models to a number of different organizations and, as a result, will help rea... [Read More]

  • Software Requirements (3rd Edition) (Developer Best Practices)

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

    Now in its third edition, this classic guide to software requirements engineering has been fully updated with new topics, examples, and guidance. Two leaders in the requirements community have teamed up to deliver a contemporary set of practices covering the full range of requirements development and management activities on software projects. Des... [Read More]

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

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

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

  • Site Reliability Engineering: How Google Runs Production Systems

    • ASIN: 149192912X
    • ISBN: 149192912X
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

    The overwhelming majority of a software system’s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google’s Site Reliability Team explai... [Read More]

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

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

    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 erro... [Read More]

  • Scenario-Focused Engineering: A toolbox for innovation and customer-centricity (Developer Best Practices)

    • ASIN: 0735679339
    • ISBN: 0735679339
    • Manufacturer: Microsoft Press

    Blend the art of innovation with the rigor of engineering Great technology alone is rarely sufficient to ensure a product’s success. Scenario-Focused Engineering is a customer-centric, iterative approach used to design and deliver the seamless experiences and emotional engagement customers demand in new products. In this book, you’ll discover... [Read More]

  • Effective Coding with VHDL: Principles and Best Practice (The MIT Press)

    • ASIN: 0262034220
    • ISBN: 0262034220
    • Manufacturer: The MIT Press

    A guide to applying software design principles and coding practices to VHDL to improve the readability, maintainability, and quality of VHDL code.This book addresses an often-neglected aspect of the creation of VHDL designs. A VHDL description is also source code, and VHDL designers can use the best practices of software development to write high-q... [Read More]

  • Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14

    • UPC: 787721927761
    • ASIN: 1491903996
    • ISBN: 9781491903995
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media, Incorporated

    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That... [Read More]

  • Computer Organization and Design MIPS Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design)

    • UPC: 884689822289
    • ASIN: 0124077269
    • ISBN: 0124077269
    • Brand: Brand: Morgan Kaufmann
    • Manufacturer: Morgan Kaufmann

    Computer Organization and Design, Fifth Edition, is the latest update to the classic introduction to computer organization. The text now contains new examples and material highlighting the emergence of mobile computing and the cloud. It explores this generational change with updated content featuring tablet computers, cloud infrastructure, and the ... [Read More]

  • Building Microservices: Designing Fine-Grained Systems

    • ASIN: 1491950358
    • ISBN: 1491950358
    • Brand: imusti
    • Manufacturer: O'Reilly Media

    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 administ... [Read More]

  • Data Science for Business: What You Need to Know about Data Mining and Data-Analytic Thinking

    • ASIN: 1449361323
    • ISBN: 1449361323
    • Brand: imusti
    • Manufacturer: O'Reilly Media

    Written by renowned data science experts Foster Provost and Tom Fawcett, Data Science for Business introduces the fundamental principles of data science, and walks you through the "data-analytic thinking" necessary for extracting useful knowledge and business value from the data you collect. This guide also helps you understand the many data-mining... [Read More]

  • AWS Certified Solutions Architect Official Study Guide: Associate Exam (Aws Certified Solutions Architect Official: Associate Exam)

    • ASIN: 1119138558
    • ISBN: 1119138558
    • Brand: SYBEX
    • Manufacturer: Sybex

    Validate your AWS skills.  This is your opportunity to take the next step in your career by expanding and validating your skills on the AWS cloud.  AWS has been the frontrunner in cloud computing products and services, and the AWS Certified Solutions Architect Official Study Guide for the Associate exam will get you fully prepared through expert ... [Read More]

  • Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries

    • ASIN: 1491950293
    • ISBN: 1491950293
    • Brand: imusti
    • Manufacturer: O'Reilly Media

    Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows.... [Read More]

  • System Engineering Analysis, Design, and Development: Concepts, Principles, and Practices (Wiley Series in Systems Engineering and Management)

    • ASIN: 1118442261
    • ISBN: 9781118442265
    • Manufacturer: Wiley

    Praise for the first edition: “This excellent text will be useful to every system engineer (SE) regardless of the domain. It covers ALL relevant SE material and does so in a very clear, methodical fashion. The breadth and depth of the author's presentation of SE principles and practices is outstanding.”  –Philip Allen This textbook present... [Read More]

  • AWS System Administration: Best Practices for Sysadmins in the Amazon Cloud

    • ASIN: 1449342574
    • ISBN: 9781449342579
    • Manufacturer: O'Reilly Media

    With platforms designed for rapid adaptation and failure recovery such as Amazon Web Services, cloud computing is more like programming than traditional system administration. Tools for automatic scaling and instance replacement allow even small DevOps teams to manage massively scalable application infrastructures—if team members drop their old v... [Read More]

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

    Android Application Architecture (Android Dev Summit 2015)

    Webinar 2012: 7 Steps to Select the Right Architecture for Your Web Application on AWS