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 799 resultater
Skip side bar filters
  • 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

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

    240,61 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.

  • 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.

  • 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

  • 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.

  • 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.

  • JAVA 9.0 To 13.0 New Features

    af JogA Mandar ...
    Comprehensive guide to study the version updates from JDK9.0 to JDK13.0Key features Learn the journey of Java from its initial days till date. Learn how to implement modular programming in java9. Study the updates in different versions of Java from version 9.0 to 13.0. Understand the need and working of reactive programming. Learn to migrate the pre-existing Java code to new versions. Learn how to ... Læs mere

    122,24 kr.

  • Treading on Python: Volume 1

    Foundations of Python

    af Matt Harrison ...
    Treading on Python Volume 1 is a book designed to bring developers and others who are anxious to learn Python up to speed quickly. Not only does it teach the basics of syntax, but it condenses years of experience gained from programming, tutoring and teaching. You will learn warts, gotchas, best practices and hints that have been gleaned through the years in days. You will hit the ground running ... Læs mere

    102,11 kr.

  • Mastering Spring Reactive Programming for High Performance Web Apps

    Master Reactive Programming: Build Solutions with Reactive SpringKey Features● Step-by-step approach to mastering Reactor and Spring WebFlux.● Practical projects to apply and reinforce reactive programming skills.● Real-world solutions for building scalable and efficient reactive systems.Book DescriptionMastering Spring Reactive Programming for High Performance Web Apps is a comprehensive guide ... Læs mere

    200,11 kr. eller Gratis med Kobo Plus

  • Core Motion and Core Location

    Learn how to detect the user's location in iOS 11 with Swift 4

    af J.D Gauchat ...
    Learn how to use the Core Motion and Core Location frameworks to access the device's sensors from an iOS application. After reading this guide, you will know how to detect the devices movements, how to determine what the user is doing (walking, running, driving, etc.), and how to get its current location.Table of ContentsSENSORSCore MotionMotion DeviceMotion ActivityPedometerAltimeterCore ... Læs mere

    22,59 kr.

  • Java / J2EE Interview Questions You'll Most Likely Be Asked

    Serier Bog 9 - Job Interview Questions series
    280 Java/J2EE Interview Questions75 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJava/J2EE Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather ... ... Læs mere

    70,66 kr.

  • Learning C# 2005

    Get Started with C# 2.0 and .NET Programming

    If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers.That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to C#.Written in a warm and friendly manner, Learning C# assumes no prior programming experience, ... Læs mere

    181,11 kr.

  • Practical Ruby 3 Programming

    af Zorin Fylix ...
    This book gives Ruby fans the skills they need to become well-versed in Ruby and build solid applications. It starts with the basics and moves on to exploring the power of blocks, procs, and lambdas. You'll learn how these constructs make your code more flexible and reusable. As you go through it, you'll learn about enumerators, which help you streamline iteration and handle complex data ... Læs mere

    188,59 kr. eller Gratis med Kobo Plus

  • Modern C++ For Software Developers

    Serious C++ Development

    af Karan Garewal ...
    The ideal book for serious development in Modern C++ (525 pages).Supercharge your C++ development with this comprehensive and practical treatment of Modern C++ features and techniques that are essential for modern C++ software development. Mastery of these concepts will let you create correct and reliable C++ applications with confidence.This book covers all of the important features from the C+ ... Læs mere

    231,60 kr.

  • Object-Oriented Programming In TypeScript

    An Approachable Guide

    TypeScript, a superset of JavaScript, offers static typing and object-oriented programming features, making it a powerful tool for building large-scale applications. This book aims to introduce you to the world of object-oriented programming (OOP) in TypeScript, guiding you from the basics to more advanced concepts.This book is designed to be an easy-to-follow guide for beginners, with each ... Læs mere

    86,39 kr.

  • Kotlin / Android Studio 3.0 Development Essentials

    af Neil Smyth ...
    Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE), the Android 8 Software Development Kit (SDK) and the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android ... Læs mere

    275,03 kr.

  • Advanced Use Case Modeling: Software Systems

    Software Systems

    "This book isn't just another introduction to use cases. The authors have used their wealth of experience to produce an excellent and insightful collection of detailed examples, explanations, and advice on how to work with use cases."–Maria EricssonThe toughest challenge in building a software system that meets the needs of your audience lies in clearly understanding the problems that the system ... Læs mere

    311,24 kr.

  • C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development

    Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code

    af Mark J. Price ...
    Publisher\\'s Note: Microsoft stops supporting .NET Core 3.1 in December 2022. The newer 7th edition of this book is available that covers .NET 7 (end-of-life May 2024) or .NET 6 (end-of-life November 2024), with C\# 11 and EF Core 7.Key FeaturesBuild modern, cross-platform applications with .NET Core 3.0Get up to speed with C\#, and up to date with all the latest features of C\# 8.0Start creating ... Læs mere

    542,24 kr. eller Gratis med Kobo Plus

  • Clean Code: An Agile Guide to Software Craft

    Clean Code: An Agile Guide to Software Craft is an indispensable resource for software developers and engineers striving to write clean, maintainable, and efficient code. Authored by Robert C. Martin, a renowned expert in software development, this book delves deep into the art and science of writing code that is not only functional but also easy to read and understand.In this comprehensive guide, ... Læs mere

    94,32 kr.

  • Extreme Programming Pocket Guide

    Team-Based Software Development

    af Chromatic ...
    Extreme Programming (XP) is a radical new approach to software development that has been accepted quickly because its core practices--the need for constant testing, programming in pairs, inviting customer input, and the communal ownership of code--resonate with developers everywhere. Although many developers feel that XP is rooted in commonsense, its vastly different approach can bring challenges, ... Læs mere

    83,74 kr.