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

    293,11 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

    64,08 kr. eller Gratis med Kobo Plus

  • 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

    272,61 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

    160,03 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

    238,49 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

    57,66 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

    384,77 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

    429,36 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

    464,95 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

    617,28 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

    88,11 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

    218,11 kr.

  • Swift for Masterminds

    af J.D Gauchat ...
    Learn everything you need to master the Swift programming language step by step, from beginner concepts to advanced techniques. After reading this book, you will know how to write Swift code with confidence, process data efficiently, work with advanced frameworks, and structure your projects to build powerful and scalable applications.With this book, you will learn:How to program in Swift 6.2How ... Læs mere

    44,84 kr. eller Gratis med Kobo Plus

  • A Functional Approach to Java

    Augmenting Object-Oriented Java Code with Functional Principles

    af Ben Weidig ...
    Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're interested in applying FP concepts to your Java code, this ... Læs mere

    436,11 kr.

  • 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,02 kr.

  • Real World Instrumentation with Python

    Automated Data Acquisition and Control Systems

    Learn how to develop your own applications to monitor or control instrumentation hardware. Whether you need to acquire data from a device or automate its functions, this practical book shows you how to use Python's rapid development capabilities to build interfaces that include everything from software to wiring. You get step-by-step instructions, clear examples, and hands-on tips for interfacing ... Læs mere

    299,86 kr.

  • Navigating the Worlds of C and C++: Masters of Code

    "Navigating the Worlds of C and C++: Masters of Code" offers an unparalleled journey into the realms of two of the most influential programming languages in the history of computing. This comprehensive guide is designed for both beginners eager to lay a solid foundation and experienced programmers seeking to refine their skills in C and C++.Starting with the basics, the book introduces readers to ... Læs mere

    64,08 kr. eller Gratis med Kobo Plus

  • React and React Native

    Build cross-platform JavaScript and TypeScript apps for the web, desktop, and mobile

    PUBLISHER'S NOTE: A new edition of this book, updated for latest version of React 19, and is now available.Key FeaturesNew content on TypeScript, React frameworks, state management strategies, and unit testingGet to grips with React fundamentals and modern React techniques and architectureBroaden your React expertise through mobile development with React NativeBook DescriptionWelcome to your big ... Læs mere

    424,99 kr. eller Gratis med Kobo Plus

  • Programming Embedded Systems

    With C and GNU Development Tools

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, ... Læs mere

    272,61 kr.

  • Master C# Interview Preparation

    Dot Net Interview Preparation, #2

    Serier Bog 2 - Dot Net Interview Preparation
    Why You Should Read "Master C# Interview Preparation"?Are you a .NET developer looking to take your career to the next level? If so, then you need to read "Master C# Interview Preparation" This comprehensive guide is your one-stop shop for mastering the essential concepts and skills required to ace your .NET interviews.Here's why you should read this book:Comprehensive Coverage: This book covers a ... Læs mere

    25,59 kr. eller Gratis med Kobo Plus

  • MACHINE LEARNING FOR BEGINNERS

    A Practical Guide to Understanding and Applying Machine Learning Concepts (2023 Beginner Crash Course)

    af Elaine Tate ...
    Machine learning is a fascinating field that has the potential to revolutionize the way we live and work. However, it can be overwhelming for beginners to understand the complex algorithms and concepts involved. This book is designed to make machine learning accessible and easy to understand for anyone who wants to learn.In this book, you will:Learn the fundamental concepts of machine... ... Læs mere

    72,08 kr.

  • Real World Web Services

    Integrating EBay, Google, Amazon, FedEx and more

    af Will Iverson ...
    The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. ... Læs mere

    265,74 kr.

  • JAVA Programming Simplified

    Java With a lot of Programming examples Key Featuresa- Covers the key concepts of Java Programminga- Programming examples are provided to understand the concepts wella- Designed to cover the syllabus of BCA, BSc-IT and Mater level Courses in Computer Applicationsa- Step by Step instructions are provided to get more clarity on the topica- Covers Core Java along with some advanced topics of Java ... Læs mere

    129,05 kr.

  • 10 Laravel tips and techniques for your next PHP project

    af Wilo Ahadi ...
    Welcome to "10 Laravel tips and techniques for your next PHP project". In this book, we will explore a collection of valuable ideas and practical tips for improving your Laravel skills and optimizing your PHP projects. Whether you are a beginner or an experienced developer, this guide is designed to help you harness the power of Laravel and take your projects to the next level.Laravel has become ... Læs mere

    21,07 kr. eller Gratis med Kobo Plus