Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Objektorienteret programmering e-bøger

Hvis du kan lide Objektorienteret programmering e-bøger, så vil du elske disse fremragende valg.
Viser 1 - 24 af 920 resultater
Skip side bar filters
  • Pattern-Oriented Software Architecture For Dummies

    Implement programming best practices from the ground upImagine how much easier it would be to solve a programming problem, if you had access to the best practices from all the top experts in the field, and you could follow the best design patterns that have evolved through the years. Well, now you can. This unique book offers development solutions ranging from high-level architectural patterns, to ... Læs mere

    198,11 kr.

  • Head First Programming

    A learner's guide to programming using the Python language

    Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects -- which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to ... Læs mere

    267,24 kr.

  • Mastering Pygame: From Basics to Advanced Game Development

    "Mastering Pygame: From Basics to Advanced Game Development" is an indispensable resource for both budding and seasoned developers eager to enhance their game programming skills. This comprehensive guide delves deep into the world of Pygame, a popular Python library for creating video games, offering readers a unique blend of theoretical knowledge and practical application.Starting with the ... Læs mere

    62,82 kr. eller Gratis med Kobo Plus

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... Læs mere

    605,17 kr.

  • Update to Modern C++

    af James Raynard ...
    Are you an experienced C++ programmer, but you have not used the language for several years? You may have heard that there have been many changes to C++ over the last decade or so, but you have not had time to keep up with them. Besides, your C++ skills may have gone a little rusty due to lack of use, and perhaps there were one or two things you never quite grasped the first time round.I was in ... Læs mere

    56,53 kr.

  • The Rust Programming Language, 3rd Edition

    Build stable, production-grade systems with Rust.The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rust’s type system, concurrency model, and tooling, using patterns and idioms chosen for long ... Læs mere

    Før 243,36 kr. Nu 62,88 kr.

  • Continuous Integration

    Improving Software Quality and Reducing Risk

    Serier serie Addison-Wesley Signature Series
    For any software developer who has spent days in “integration hell,” cobbling together myriad software components, Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the authors show, is to integrate regularly and often using continuous integration (CI) ... Læs mere

    377,22 kr.

  • Taking Testing Seriously

    The Rapid Software Testing Approach

    Elevate your software testing approach with a methodology from industry leaders who dedicated their careers to studying, practicing, and teaching the craft of testing.Dive into the world of expert software testing with Taking Testing Seriously: The Rapid Software Testing Approach. This book arms software professionals with the knowledge required to master the Rapid Software Testing (RST) ... Læs mere

    420,99 kr.

  • Refactoring

    Improving the Design of Existing Code

    af Martin Fowler ...
    Serier serie 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 ... Læs mere

    455,82 kr.

  • Game Programming Patterns

    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 ... Læs mere

    156,89 kr. eller Gratis med Kobo Plus

  • TOP 150 Ruby Interview QUESTIONS AND ANSWERS

    af Vadim Henb ...
    This book contains over 150 questions and answers that will help you prepare for a job interview as a Ruby developer. It provides useful advice and strategies for answering questions. The book will be a reliable assistant in achieving your goals and help you expand your knowledge in the field of Ruby. ... Læs mere

    153,28 kr.

  • Programming Windows Azure

    Programming the Microsoft Cloud

    Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services.Chapters in Programming Windows Azure are organized to reflect the platform's buffet of ... Læs mere

    226,36 kr.

  • Hands-on iOS App Development Projects

    Turn Your Ideas into Actionable, Real-World iOS Apps with Swift, Xcode, UI Kit, Core Data, AWS and OAuth (English Edition)

    af Aish Kodali ...
    Learn iOS App Development Efficiently with Hands-On Real-World ProjectsKey Features● Build high-quality, feature-rich iOS apps with Apple's tools for seamless user experiences.● Leverage cloud services for data storage, fetching, and publishing using data modeling.● Implement secure authentication to ensure safe and reliable app logins.Book DescriptioniOS apps account for a major share o... ... Læs mere

    156,81 kr. eller Gratis med Kobo Plus

  • ANSI C Programming

    Learn real-world C programming as per the latest ANSI standard Key features Learn real-world C programming as per the latest ANSI standard All programs work on DOS, Windows as well as Linux Detailed explanation of difficult concepts like &quote;Pointers&quote; and &quote;Bitwise operators&quote; End of chapter exercises drawn from different universities Written by best-selling author of Let Us ... Læs mere

    122,24 kr.

  • Java and Algorithmic Thinking for the Complete Beginner

    From Basics to Advanced Techniques: Master Java and Algorithms for a Robust Programming Foundation

    Dive into the world of Java and algorithmic thinking with this book. This comprehensive guide for beginners covers everything from basic computer operations to advanced programming concepts.Key FeaturesIntroduction to Java & algorithmic thinking with a proper guide from basic to advanced conceptsTips and tricks to enhance programming efficiency, and exercises for real-world applicationDetailed ... Læs mere

    78,74 kr. eller Gratis med Kobo Plus

  • Programming Backend with Go

    Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem

    af Julian Braun ...
    Quickly introducing readers to Go and its ecosystem, the book walks them through installing and creating a development environment with VS Code. Next, it takes a baby step into learning the basics of building web servers with the net/http package, going over topics like routing, handling various HTTP methods, and the structures of requests and responses. Path variables, regex-based routing, custom ... Læs mere

    282,99 kr.

  • Java Pocket Guide

    Instant Help for Java Programmers

    Any time you need quick answers for developing or debugging Java programs, this pocket guide is the ideal reference to standard features of the Java programming language and its platform. Youâ??ll find helpful programming examples, tables, figures, and lists fastâ??including Java 9 features such as modular source code and the new JShell interactive command-line REPL. Itâ??s a handy companion, ... Læs mere

    124,49 kr.

  • C++ Essentials For Dummies

    The quick and crystal-clear guide to C++ programmingC++ Essentials For Dummies is your useful reference to the key concepts of C++, the popular general-purpose language utilized everywhere from building games to writing parts of operating systems. With minimal review and background material—and absolutely no fluff—this book gets straight to the essential topics you need to know to ramp up, brush ... Læs mere

    102,86 kr.

  • Spring MVC Beginner's Guide

    Unleash the power of the latest Spring MVC 4.x to develop a complete application

    Unleash the power of the latest Spring MVC 4.x to develop a complete applicationKey Features\[\*\] Work through carefully crafted exercises with detailed explanations for each step will help you understand the concepts with ease\[\*\] You will gain a clear understanding of the end-to-end request/response life cycle, and each logical component’s responsibility\[\*\] This book is packed with tips ... Læs mere

    300,36 kr. eller Gratis med Kobo Plus

  • S'initier à la programmation et à l'orienté objet

    Avec des exemples en C, C++, C#, Python, Java et PHP

    Serier serie Noire
    Acquérir rapidement une parfaite maîtrise des techniques de programmation et savoir s'adapter facilement à tout nouveau langageConçu pour les débutants en programmation, cet ouvrage commence par un apprentissage progressif et rigoureux des notions de programmation procédurale communes à tous les langages (types de données, variables, opérateurs, instructions de contrôle, fonctions, tableaux...), ... Læs mere

    112,00 kr.

  • Object Oriented Programming with Angular

    Learn advanced techniques and best practices of Angular programming for building enterprise web applicationsKey Features? Get familiar with the core concepts of Angular.? Discover best practices, tips, and tricks while working with Angular.? Learn ho ... Læs mere

    122,24 kr.

  • Learning Scala

    Practical Functional Programming for the JVM

    af Jason Swartz ...
    Why learn Scala? You don’t need to be a data scientist or distributed computing expert to appreciate this object-oriented functional programming language. This practical book provides a comprehensive yet approachable introduction to the language, complete with syntax diagrams, examples, and exercises. You’ll start with Scala's core types and syntax before diving into higher-order functions and ... Læs mere

    192,36 kr.

  • Python Basics to Beyond: A Complete Guide for Beginners and Aspiring Developers

    af Prasun Barua ...
    Python Basics to Beyond: A Complete Guide for Beginners and Aspiring Developers is your step-by-step journey into the world of Python programming. Designed for absolute beginners, this book gradually builds your understanding through 25 comprehensive chapters — from writing your first line of code to mastering real-time data processing and professional coding practices.You'll learn:- Core Python ... Læs mere

    78,52 kr. eller Gratis med Kobo Plus

  • Простое объектно-ориентированное проектирование: чистый и гибкий код

    В процессе развития даже простое объектно-ориентированное приложение может стать сложным. Каждый новый класс, метод или функция добавляет новые состояния и абстракции, которыми нужно управлять, увеличивает время, необходимое на распутывание ранее написанного кода. Чтобы сохранить кодовую базу простой, нужны конкретные знания и умения. И вы их получите! Изучите практические принципы проектирования, ... Læs mere

    59,00 kr. eller Gratis med Kobo Plus