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 Développement de logiciels

Si vous aimez les titres Développement de logiciels, vous allez adorer cette sélection.
Affichage de 337 à 360 sur 10354 résultats
Skip side bar filters
  • Lean vs. Agile vs. Design Thinking

    par Jeff Gothelf ...
    As companies evolve to adopt, integrate, and leverage software as the defining element of their success in the 21st century, a rash of processes and methodologies are vying for their product teams' attention. In the worst of cases, each discipline on these teams -- product management, design, and software engineering -- learns a different model. This short, tactical book reconciles the perceived ... En savoir plus

    $12.99 CAD ou Gratuit avec Kobo Plus

  • Java and XML

    Solutions to Real-World Problems

    Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of ... En savoir plus

    $35.99 CAD

  • Java Servlet Programming

    Help for Server Side Java Developers

    Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic ... En savoir plus

    $35.99 CAD

  • NUnit Pocket Reference

    Up and Running with NUnit

    par Bill Hamilton ...
    Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, saving hundreds of QA hours and headaches.NUnit is one of the most mature and widely-used .NET open source ... En savoir plus

    $8.99 CAD

  • App Inventor 2 Databases and Files

    Step-by-step guide to TinyDB, TinyWebDB and Fusion Tables

    par Edward Mitchell ...
    Collections Livre 3 - Pevest Guides to App Inventor
    App Inventor 2: Databases and Files is a step-by-step guide to writing apps that use TinyDB, TinyWebDB, Fusion Tables and data files for information storage and retrieval. Includes detailed explanations, examples, and a link to download sample code.TinyDB stores data on your smart phone or tablet and is a primary way for App Inventor apps to save data, even when the app is no longer running or if ... En savoir plus

    $9.61 CAD

  • ASP.NET 3.5 For Dummies

    par Ken Cox ...
    Did you volunteer to create a Web site for the softball team? Is it time to take your small business to the next level and let your customers shop online? Well, you can relax! ASP.NET 3.5 makes creating a dynamic site faster and cleaner than ever before, and ASP.NET 3.5 For Dummies makes it easier.First, you’ll get an introduction to all the tools and terminology you need to understand ASP.NET. If ... En savoir plus

    $24.99 CAD

  • Functional Programming in Scala, Second Edition

    This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.In Functional Programming in Scala, Second Edition you will learn how to:Recognize and write purely functional codeWork with errors without using exceptionsWork with state and concurrencyInteract with functional structures that define common behaviorsWrite code that performs I/O without ... En savoir plus

    $65.99 CAD

  • Become an Effective Software Engineering Manager

    Software startups make global headlines every day. As technology companies succeed and grow, so do their engineering departments. In your career, you'll may suddenly get the opportunity to lead teams: to become a manager. But this is often uncharted territory. How can you decide whether this career move is right for you? And if you do, what do you need to learn to succeed? Where do you start? How ... En savoir plus

    $42.99 CAD

  • PMI-ACP Agile Certified Practitioner All-in-One Exam Guide

    par Joseph Phillips ...
    This comprehensive test preparation system offers complete coverage of every topic on the PMI-ACP examPass the PMI-ACP Agile Certified Practitioner exam with ease using the detailed information contained in this highly effective self-study guide. The book offers 100% coverage of all current exam objectives and shows, step by step, how to successfully set up and configure an Agile framework-based ... En savoir plus

    $49.99 CAD

  • Jenkins 2: Up and Running

    Evolve Your Deployment Pipeline for Next Generation Automation

    par Brent Laster ...
    Design, implement, and execute continuous delivery pipelines with a level of flexibility, control, and ease of maintenance that was not possible with Jenkins before. With this practical book, build administrators, developers, testers, and other professionals will learn how the features in Jenkins 2 let you define pipelines as code, leverage integration with other key technologies, and create ... En savoir plus

    $57.99 CAD

  • Software Engineering & Object Oriented Modeling

    par Jitendra Patel ...
    Software Engineering and Object Oriented Modeling: This book is specially written for those who are interested in understanding software engineering and Object Oriented Modeling concepts using UML in the Computer Engineering and Information technology field and want to gain enhanced knowledge about the power of UML Language in software development.Also everyone with interest in learning UML for ... En savoir plus

    $9.99 CAD ou Gratuit avec Kobo Plus

  • Jython Essentials

    Rapid Scripting in Java

    Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used ... En savoir plus

    $25.99 CAD

  • More Fearless Change

    Strategies for Making Your Ideas Happen

    63 New and Updated Patterns for Driving and Sustaining Change“The hard part of change is enlisting the support of other people. Whether a top manager interested in improving your organization’s results or a lone developer promoting a better way of working, this book will give you tools and ideas to help accomplish your goal.”–George Dinwiddie, independent coach and consultant, iDIA Computing, LLC ... En savoir plus

    $37.99 CAD

  • Use Cases: Requirements in Context

    Requirements in Context

    This book describes how to gather and define software requirements using a process based on use cases. It shows systems analysts and designers how use cases can provide solutions to the most challenging requirements issues, resulting in effective, quality systems that meet the needs of users.Use Cases, Second Edition: Requirements in Context describes a three-step method for establishing ... En savoir plus

    $47.99 CAD

  • Engineering a Compiler

    Engineering a Compiler, Third Edition covers the latest developments in compiler technology, with new chapters focusing on semantic elaboration (the problems that arise in generating code from the ad-hoc syntax-directed translation schemes in a generated parser), on runtime support for naming and addressability, and on code shape for expressions, assignments and control-structures. Leading ... En savoir plus

    $70.99 CAD

  • Practical C++ Programming

    Programming Style Guidelines

    par Steve Oualline ...
    C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are ... En savoir plus

    $36.99 CAD

  • Programming WPF

    Building Windows UI with Windows Presentation Foundation

    If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll ... En savoir plus

    $35.99 CAD

  • Masterminds of Programming

    Conversations with the Creators of Major Programming Languages

    Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of ... En savoir plus

    $21.99 CAD

  • Architecture for Flow

    Adaptive Systems with Domain-Driven Design, Wardley Mapping, and Team Topologies

    par Susanne Kaiser ...
    Collections series Addison-Wesley Signature Series (Vernon)
    Master Adaptive Socio-Technical Systems That Thrive Amid Change: Align Strategy, Architecture, and Teams for Continuous Flow of ValueIn today's rapidly evolving business landscape, the ability to adapt to change is not just advantageous, it's essential for survival. Architecture for Flow: Adaptive Systems with Domain-Driven Design, Wardley Mapping, and Team Topologies, presents a holistic approach ... En savoir plus

    $39.99 CAD

  • Pro ASP.NET MVC 5 Platform

    par Adam Freeman ...
    Collections series Professional and Applied Computing (R0)
    The power of ASP.NET MVC 5 stems from the underlying ASP.NET platform. To make your ASP.NET MVC applications the best they can be, you need to fully understand the platform features and know how they can be used to build effective and elegant MVC framework applications.The ASP.NET platform provides ASP.NET MVC applications with a rich suite of services including vital every-day features like ... En savoir plus

    $101.99 CAD

  • C Programming

    par Sudip Majumder ...
    C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than ... En savoir plus

    Gratuit

  • Essays in Computer-Supported Collaborative Learning

    Gerry Stahl's eLibrary, #9

    par Gerry Stahl ...
    Collections Livre 9 - Gerry Stahl's eLibrary
    "Essays in CSCL" reports on the author's research in computer-supported collaborative learning, covering a broad range of topics. It begins with general reflections on the importance of CSCL as a research field, situating Stahl's work on the Virtual Math Teams Project and his theory of group cognition within the field of CSCL. It describes the VMT research project, including its research approach, ... En savoir plus

    Gratuit

  • Learn Raspberry Pi 2 with Linux and Windows 10

    Collections series Professional and Applied Computing (R0)
    Learn Raspberry Pi 2 with Linux and Windows 10 will tell you everything you need to know about working with Raspberry Pi 2 so you can get started doing amazing things. You'll learn how to set up your new Raspberry Pi 2 with a monitor, keyboard and mouse, and how to install both Linux and Windows on your new Pi 2.Linux has always been a great fit for the Pi, but it can be a steep learning curve if ... En savoir plus

    $34.99 CAD