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 POO

Si vous aimez les titres POO, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 838
Skip side bar filters
  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    par Scott Meyers ...
    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’s where this practical book comes in. It describes ... En savoir plus

    CHF 29.03

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    par Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... En savoir plus

    CHF 19.38

  • Programming Python

    Powerful Object-Oriented Programming

    par Mark Lutz ...
    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly ... En savoir plus

    CHF 36.41

  • Clojure Programming

    Practical Lisp for the Java World

    Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every ... En savoir plus

    CHF 24.51

  • The Rust Programming Language, 2nd Edition

    **With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust’s latest version, this edition is considered the language’s official documentation.The Rust Programming Language "covers everything you could want to know about the language."—Stack OverflowRust has been repeatedly voted "Most Loved Language" on the ... En savoir plus

    CHF 22.77

  • C# 5.0 in a Nutshell

    The Definitive Reference

    When you have a question about C# 5.0 or the .NET CLR, this bestselling guide has precisely the answers you need. Uniquely organized around concepts and use cases, this updated fifth edition features a reorganized section on concurrency, threading, and parallel programming—including in-depth coverage of C# 5.0’s new asynchronous functions.Shaped by more than 20 expert reviewers, including ... En savoir plus

    CHF 26.77

  • Refactoring: Improving the Design of Existing Code

    Improving the Design of Existing Code

    Collection series Addison-Wesley Object Technology Series
    As the application of object technology--particularly the Java programming language--has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system ... En savoir plus

    CHF 37.03

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... En savoir plus

    CHF 38.67

  • Game Programming Patterns

    par Robert Nystrom ...
    The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns ... En savoir plus

    CHF 22.00 ou Gratuit avec Kobo Plus

  • Full-Stack TypeScript: Crafting End-to-End Applications with React and Node.js

    Transform your web development skills with the comprehensive guide to building modern, production-ready applications using TypeScript across the entire stack. This expert-level resource provides hands-on instruction for creating robust, type-safe applications with React on the frontend and Node.js on the backend.Master the complete development workflow from foundational TypeScript concepts to ... En savoir plus

    CHF 6.50 ou Gratuit avec Kobo Plus

  • Python Programming For Beginners

    Learn The Basics Of Python Programming

    par James Tudor ...
    Programming Doesn't Have To Be Difficult. If You Want To Get Started With Python Programming, Read On..How many times have you thought about learning how to code but got discouraged because you had no technical background, didn’t have the time to learn, or you just didn’t think you were smart enough?Would you like to learn the basics of python programming even if you are a complete novice? If so, ... En savoir plus

    Gratuit

  • Java Application Architecture

    Modularity Patterns with Examples Using OSGi

    Collection series Robert C. Martin Series
    “I’m dancing! By god I’m dancing on the walls. I’m dancing on the ceiling. I’m ecstatic. I’m overjoyed. I’m really, really pleased.”–From the Foreword by Robert C. Martin (a.k.a. Uncle Bob)This isn’t the first book on Java application architecture. No doubt it won’t be the last. But rest assured, this title is different. The way we develop Java applications is about to change, and this title ... En savoir plus

    CHF 34.16

  • Swift Development for the Apple Watch

    An Intro to the WatchKit Framework, Glances, and Notifications

    Apple Watch is the sort of science-fiction gadget that people used to dream about as kids. What kinds of apps do you envision for this new device? If you’re comfortable using OS X, Xcode, and iOS—and familiar with Swift—this concise book shows you the basics of building your own apps for this wrist-mounted computer with Apple’s WatchKit framework.You’ll learn what an Apple Watch is, what it isn’t, ... En savoir plus

    CHF 11.99

  • Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

    Collection Livre 2 - Wiley Software Patterns Series
    Designing application and middleware software to run in concurrent and networked environments is a significant challenge to software developers. The patterns catalogued in this second volume of Pattern-Oriented Software Architectures (POSA) form the basis of a pattern language that addresses issues associated with concurrency and networking.The book presents 17 interrelated patterns ranging from ... En savoir plus

    CHF 47.00

  • React.js Essentials

    A fast-paced guide to designing and building scalable and maintainable web apps with React.js

    A fast-paced guide to designing and building scalable and maintainable web apps with React.jsKey FeaturesBook DescriptionBuilding web applications with maintainable and performant user interfaces is a challenge that many have faced for more than a decade, but no one has risen to this challenge quite like React.js. Today React.js is used by Facebook, Instagram, Khan Academy, and Imperial College ... En savoir plus

    CHF 24.00 ou Gratuit avec Kobo Plus

  • Python Object-Oriented Programming

    Build robust and maintainable object-oriented Python applications and libraries

    Level up your Python development by exploring advanced OOP concepts in this updated edition covering the latest design patterns, OOP techniques, and real-world projects tailored for Python 3.11 and beyondKey FeaturesBuild an intuitive understanding of object-oriented design, from introductory to mature programsLearn the ins and outs of Python syntax, libraries, and best practicesExamine a machine ... En savoir plus

    CHF 54.47 ou Gratuit avec Kobo Plus

  • Ruby in a Nutshell

    A Desktop Quick Reference

    Ruby is an absolutely pure object-oriented scripting language written in C and designed with Perl and Python capabilities in mind. While its roots are in Japan, Ruby is slowly but surely gaining ground in the US. The goal of Yukihiro Matsumoto, creator of Ruby and author of this book, is to incorporate the strengths of languages like Perl, Python, Lisp and Smalltalk. Ruby is a genuine attempt to ... En savoir plus

    CHF 11.38

  • Java 8 Lambdas

    Pragmatic Functional Programming

    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to ... En savoir plus

    CHF 19.38

  • Refactoring

    Improving the Design of Existing Code

    par Martin Fowler ...
    Collection series Addison-Wesley Signature Series (Fowler)
    Martin Fowler’s guide to reworking bad code into well-structured codeRefactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that ... En savoir plus

    CHF 41.23

  • 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

    Avant CHF 27.38 Après CHF 5.02

  • SwiftUI for Masterminds 2nd Edition 2022

    How to take advantage of Swift 5.5 and SwiftUI 3 to create insanely great apps for iPhones, iPads, and Macs

    par J.D Gauchat ...
    SwiftUI for Masterminds is a complete course on how to create professional applications for iPhones, iPads and Mac computers. After reading this book, you will know how to program in Swift, how to design user interfaces with SwiftUI, and how to work with the most powerful frameworks available for app development. ... En savoir plus

    CHF 7.56

  • Learning Dynamics NAV Patterns

    Create solutions that are easy to maintain, are quick to upgrade, and follow proven concepts and design

    par Marije Brummel ...
    Explore the capabilities of Dynamics NAV to build solutions using patternsKey FeaturesDesign software that is maintainable outside the ecosystem of their creatorsEnsure quality by following patterns that have been proved to workOver two dozen practical Architectural and Design patternsBook DescriptionMicrosoft Dynamics NAV is a complete ERP system, which also contains a robust set of development ... En savoir plus

    CHF 27.69 ou Gratuit avec Kobo Plus

  • Java: A Beginner's Guide, Seventh Edition

    par Herbert Schildt ...
    Up-to-Date, Essential Java Programming Skills—Made Easy!Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.Fully updated for Java Platform, Standard Edition 9 (Java SE 9), Java: A Beginner’s Guide, Seventh Edition, gets you started programming in Java right away. Bestselling programming author Herb Schildt begins with the basics, such as ... En savoir plus

    CHF 20.51

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    par Stephen Cleary ...
    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in ... En savoir plus

    CHF 27.38