Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Analyse de système

Si vous aimez les titres Analyse de système, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 1502
Skip side bar filters
  • Software Engineering at Google

    Lessons Learned from Programming Over Time

    Today, software engineers need to know not only how to program effectively but also how to develop proper engineering practices to make their codebase sustainable and healthy. This book emphasizes this difference between programming and software engineering.How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life ... En savoir plus

    CHF 32.41

  • Domain-Driven Design

    Tackling Complexity in the Heart of Software

    par Eric Evans ...
    Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book ... En savoir plus

    CHF 51.19

  • Learning Domain-Driven Design

    Aligning Software Architecture and Business Strategy

    par Vlad Khononov ...
    Building software is harder than ever. As a developer, you not only have to chase ever-changing technological trends but also need to understand the business domains behind the software. This practical book provides you with a set of core patterns, principles, and practices for analyzing business domains, understanding business strategy, and, most importantly, aligning software design with its ... En savoir plus

    CHF 32.41

  • Kill It with Fire

    Manage Aging Computer Systems (and Future Proof Modern Ones)

    Kill It with Fire chronicles the challenges of dealing with aging computer systems, along with sound modernization strategies.How to survive a legacy apocalypse“Kill it with fire,” the typical first reaction to a legacy system falling into obsolescence, is a knee-jerk approach that often burns through tons of money and time only to result in a less efficient solution. This book offers a far more ... En savoir plus

    CHF 9.74

  • Tidy First?

    A Personal Exercise in Empirical Software Design

    par Kent Beck ...
    Tidying up messy software is a must. And that means breaking up the code to make it more readable, and using guard clauses and helping functions to make it understandable. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings in your code.Instead of trying to master tidying all at once, this book ... En savoir plus

    CHF 19.38

  • Site Reliability Engineering

    How Google Runs Production Systems

    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 explain how and why their commitment to the entire ... En savoir plus

    CHF 29.03

  • Algorithms

    Essential Information about Algorithms and Data StructuresA Classic ReferenceThe latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.Broad CoverageFull treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should ... En savoir plus

    CHF 51.91

  • Data Mesh

    Delivering Data-Driven Value at Scale

    par Zhamak Dehghani ...
    We're at an inflection point in data, where our data management solutions no longer match the complexity of organizations, the proliferation of data sources, and the scope of our aspirations to get value from data with AI and analytics. In this practical book, author Zhamak Dehghani introduces data mesh, a decentralized sociotechnical paradigm drawn from modern distributed architecture that ... En savoir plus

    CHF 38.67

  • Kubernetes: Up and Running

    Dive into the Future of Infrastructure

    In just five years, Kubernetes has radically changed the way developers and ops personnel build, deploy, and maintain applications in the cloud. With this book's updated third edition, you'll learn how this popular container orchestrator can help your company achieve new levels of velocity, agility, reliability, and efficiency--whether you're new to distributed systems or have been deploying cloud ... En savoir plus

    CHF 38.67

  • Type-Driven Development with Idris

    par Edwin Brady ...
    SummaryType-Driven Development with Idris, written by the creator of Idris, teaches you how to improve the performance and accuracy of your programs by taking advantage of a state-of-the-art type system. This book teaches you with Idris, a language designed to support type-driven development.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications ... En savoir plus

    CHF 48.30

  • Fundamentals of Software Architecture

    A Modern Engineering Approach

    Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real guide exists to help developers become architects. Until now. This updated edition provides a comprehensive overview of software architecture's many aspects, with five new chapters covering the latest insights from the field. Aspiring and existing architects alike will examine architectural ... En savoir plus

    CHF 38.67

  • Human Design

    Discover the Person You Were Born to Be

    par Chetan Parkyn ...
    Introducing Human Design, the revolutionary system that reveals the personality ‘blueprint’ of who you were born to be. Using the precise details of your birth, it's more accurate than astrology. And by downloading the free software, you can map your own life chart, and those of your friends and family. You'll never read your horoscope again.Forget your sign, what’s your design?Would you like to ... En savoir plus

    CHF 19.92

  • Software Architecture: The Hard Parts

    Modern Trade-Off Analyses for Distributed Architectures

    There are no easy decisions in software architecture. Instead, there are many hard parts--difficult problems or issues with no best practices--that force you to choose among various compromises. With this book, you'll learn how to think critically about the trade-offs involved with distributed architectures.Architecture veterans and practicing consultants Neal Ford, Mark Richards, Pramod Sadalage, ... En savoir plus

    CHF 38.67

  • Head First Object-Oriented Analysis and Design

    A Brain Friendly Guide to OOA&D

    "Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner."Ivar Jacobson, Ivar Jacobson Consulting"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great ... En savoir plus

    CHF 34.16

  • Creating Software with Modern Diagramming Techniques

    Build Better Software with Mermaid

    par Ashley Peacock ...
    Diagrams communicate relationships more directly and clearly than words ever can. Using only text-based markup, create meaningful and attractive diagrams to document your domain, visualize user flows, reveal system architecture at any desired level, or refactor your code. With the tools and techniques this book will give you, you'll create a wide variety of diagrams in minutes, share them with ... En savoir plus

    CHF 14.87

  • Monolith to Microservices

    Evolutionary Patterns to Transform Your Monolith

    par Sam Newman ...
    How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.With many illustrative examples, insightful migration patterns, and a ... En savoir plus

    CHF 27.38

  • C++ Crash Course

    A Fast-Paced Introduction

    par Josh Lospinoso ...
    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any ... En savoir plus

    CHF 27.38

  • Energy Transition

    This book presents both the importance of energy transition and its associated difficulties. Energy Transition, Second Edition, provides an explanation of the physical concepts of energy and power and also reviews global energy consumption and our dependence on energy.The book discusses the links between the economy and energy. It explains the drawbacks and dangers of different energy sources and ... En savoir plus

    CHF 71.10

  • Infrastructure as Code

    Designing and Delivering Dynamic Systems for the Cloud Age

    par Kief Morris ...
    The past decade has seen cloud and infrastructure as code move out of shadow IT and startups and into the mainstream. Many organizations rushed to adopt new technologies as part of their transformation into digital businesses, creating a sprawl of unmaintainable infrastructure codebases. Now, there is a need to consolidate cloud-based systems into mature foundations for sustainable growth.With ... En savoir plus

    CHF 38.67

  • Expert Cube Development with SSAS Multidimensional Models

    An easy-to-follow guide full of hands on examples of real-world Analysis Services cube development tasks. Each topic is explained and placed in context, and for the more inquisitive reader, there also more in-depth details of the concepts used. If you are an Analysis Services cube designer wishing to learn more advanced topic and best practices for cube design, this book is for you.You are ... En savoir plus

    CHF 22.05 ou Gratuit avec Kobo Plus

  • Automating DevOps with GitLab CI/CD Pipelines

    Build efficient CI/CD pipelines to verify, secure, and deploy your code using real-life examples

    Use GitLab CI/CD pipelines for automating and deploying different steps of your software development lifecycle using best practices and troubleshooting methods. Key FeaturesAutomate and optimize every stage of your software development lifecycle with GitLab CI/CD pipelinesStreamline code collaboration and version control using GitLab’s powerful Git-based workflowsTroubleshoot and enhance pipeline ... En savoir plus

    CHF 30.46 ou Gratuit avec Kobo Plus

  • Software Architecture Metrics

    Case Studies to Improve the Quality of Your Architecture

    Software architecture metrics are key to the maintainability and architectural quality of a software project and they can warn you about dangerous accumulations of architectural and technical debt early in the process. In this practical book, leading hands-on software architects share case studies to introduce metrics that every software architect should know.This isn't a book about theory. It's ... En savoir plus

    CHF 32.41

  • The Essence of Software

    Why Concepts Matter for Great Design

    par Daniel Jackson ...
    A revolutionary concept-based approach to thinking about, designing, and interacting with softwareAs our dependence on technology increases, the design of software matters more than ever before. Why then is so much software flawed? Why hasn’t there been a systematic and scalable way to create software that is easy to use, robust, and secure?Examining these issues in depth, The Essence of Software ... En savoir plus

    CHF 13.64

  • Microservices: Up and Running

    Microservices architectures offer faster change speeds, better scalability, and cleaner, evolvable system designs. But implementing your first microservices architecture is difficult. How do you make myriad choices, educate your team on all the technical details, and navigate the organization to a successful execution to maximize your chance of success? With this book, authors Ronnie Mitra and ... En savoir plus

    CHF 27.38