Skip to main content

Handlekurv

Du får VIP-behandlingen!

Titlene er ikke tilgjengelige for kjøp
Se gjennom handlekurven din. Du kan fjerne titlene som ikke er tilgjengelige nå eller vi fjerner dem automatisk ved kassen.
titlertittel
titlertittel

Anbefalt for deg

Loading...

Objektorientert programmering e-bøker

Hvis du liker Objektorientert programmering-e-bøker, kommer du til å elske disse toppvalgene.
Viser 124 av 917 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 ... Les mer

    236,24 kr eller gratis med Kobo Plus

  • Functional Python Programming

    Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads

    Create succinct and expressive implementations with functional programming in PythonKey FeaturesLearn how to choose between imperative and functional approaches based onexpressiveness, clarity, and performanceGet familiar with complex concepts such as monads, concurrency, and immutabilityApply functional Python to common Exploratory Data Analysis (EDA) programmingproblemsBook DescriptionIf you’re ... Les mer

    368,09 kr eller gratis med Kobo Plus

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Les mer

    547,29 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 ... Les mer

    Var 293,19 kr 75,75 kr

  • C# 10 and .NET 6 - Modern Cross-Platform Development

    Build apps, websites, and services with ASP.NET Core 6, Blazor, and EF Core 6 using Visual Studio 2022 and Visual Studio Code, 6th Edition

    av Mark J. Price ...
    Publisher's Note: The newer 7th edition of this book covers C# 11 and EF Core 7 that can both be used with either .NET 7 or .NET 6. The 7th edition also has errata fixes and improvements suggested by readers of the 6th edition.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 10, the .NET 6 class library, and Entity Framework ... Les mer

    98,89 kr eller gratis med Kobo Plus

  • Living Clojure

    An Introduction and Training Plan for Developers

    av Carin Meier ...
    If you’re an experienced programmer who has not worked with Clojure before, this guide is the perfect thorough but gentle introduction for you. Author Carin Meier not only provides a practical overview of this JVM language and its functional programming concepts, but also includes a complete hands-on training course to help you learn Clojure in a structured way.The first half of the book takes you ... Les mer

    218,09 kr

  • Ruby Wizardry

    An Introduction to Programming for Kids

    The Ruby programming language is perfect for beginners: easy to learn, powerful, and fun to use! But wouldn't it be more fun if you were learning with the help of some wizards and dragons?Ruby Wizardry is a playful, illustrated tale that will teach you how to program in Ruby by taking you on a fantastical journey. As you follow the adventures of young heroes Ruben and Scarlet, you’ll learn real ... Les mer

    174,99 kr

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Les mer

    218,09 kr

  • Effective Modern C++

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

    av 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 ... Les mer

    347,69 kr

  • C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8

    av Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C\# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore the latest additions to C\# 12, the .NET 8 class libraries, and Entity Framework Core 8Create ... Les mer

    400,49 kr eller gratis med Kobo Plus

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

    Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem.If you're a software ... Les mer

    347,69 kr

  • C++ Programming Language

    C++ Programming is an object-oriented programming language, generally compiled and transitional middle-level programming language was developed by Bjarne Stroustrup in 1979. In simple words, C++ programming is a classy, well-organized and a general purpose programming language based on C programming. Generally operating systems, applications, browsers, games and system drivers use C++ programming ... Les mer

    18,84 kr

  • Head First Java

    What will you learn from this book?Head First Java is a complete learning experience in Java and object-oriented programming. With this book, you'll learn the Java language with a unique method that goes beyond how-to manuals and helps you become a great programmer. Through puzzles, mysteries, and soul-searching interviews with famous Java objects, you'll quickly get up to speed on Java's ... Les mer

    463,59 kr

  • Object Oriented Programming Properties Explained in C#: Beginner Guide

    Book DescriptionThis book explains Object Oriented Programming Properties with easy to understand examples and simple language.Level: Beginner to IntermediateAre you looking for learning object oriented programming properties with simple language and easy to understand examples?Have you just started to learn Object Oriented Programming in C# or you have some experience with it and want to learn ... Les mer

    9,37 kr

  • The Code Monster Manual

    Escape From Number Hell

    av Kevin Focke ...
    Serie serien The Code Monster Manual
    Low-level coding fundamentals, the book I wish I had.Improve your low-level programming by learning the nuances of numbers & their representations. Not a math wizard? No problem!---Computers are monsters because they think different than us.We will learn:- What the monsters look like.- How you can prevent the 125 million dollar mistake that caused the NASA Climate Orbitor to crash, and how Tony ... Les mer

    95,00 kr eller gratis med Kobo Plus

  • C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 7, Blazor, and EF Core 7, 7th Edition

    av Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7Create ... Les mer

    378,65 kr eller gratis med Kobo Plus

  • Table Views in iOS 11

    Learn how to display tables in iOS 11 with Swift 4

    av J.D Gauchat ...
    Learn how to use Table Views to present information to the user in an iOS application. After reading this guide, you will know how to create dynamic and static tables, how to set and sort the content of a table, how to create custom cells, how to control selection, and how to perform a search.Table of ContentsTABLE VIEWSTablesTable ViewsTable View CellsTable View ProtocolsIndex PathImplementing ... Les mer

    27,21 kr

  • Python Programming Language For Beginners

    A Modern Approach

    av Hong Lei ...
    Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This book gives enough understanding on Python programming language.Why to Learn Python?Python is a high-level, interpreted, interactive and ... Les mer

    47,25 kr eller gratis med Kobo Plus

  • Azure Data Demystified: From SQL to Synapse

    Dive into the expansive world of Microsoft Azure's data services with Azure Data Demystified: From SQL to Synapse. Designed for data enthusiasts, IT professionals, and cloud architects, this guide takes readers on a practical journey from the familiar foundations of SQL databases to the cutting-edge capabilities of Azure Synapse Analytics. Whether you're transitioning from on-premises systems to ... Les mer

    94,59 kr eller gratis med Kobo Plus

  • C# for New Programmers, 2025 Edition: A Practical Guide with Projects

    av Liam Byrne ...
    Are you ready to master C# and start building real-world applications?Learning a new programming language can be intimidating. Many books are too theoretical, leaving you with knowledge but no practical skills. "C# for New Programmers, 2025 Edition" is different. This book is your hands-on, project-based guide to mastering modern C# and the .NET ecosystem, designed specifically for beginners, ... Les mer

    47,25 kr eller gratis med Kobo Plus

  • PHP Important Questions and Answers PDF

    Competitive Exam Questions for Class 8-12 & Chapter 1-18 Practice Tests (PHP Notes for Beginners)

    av Arshad Iqbal ...
    Serie serien Programming Revision Guides
    The PHP Important Questions and Answers PDF (PHP Programming Quiz PDF: PHP Programming Competitive Exam Questions & Chapter 1-18 Practice Tests (Class 8-12 PHP Textbook Questions for Beginners) includes revision guide for problem solving with hundreds of solved questions. PHP Questions and Answers PDF book covers basic concepts, analytical and practical assessment tests. "PHP Quiz" PDF book helps ... Les mer

    47,25 kr eller gratis med Kobo Plus

  • Real-World Software Development

    A Project-Driven Guide to Fundamentals in Java

    Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way.With this engaging approach, junior developers capable of writing basic ... Les mer

    347,69 kr

  • Jumping Into PHP

    A Beginner's Guide to Learning PHP

    av John Facey II ...
    Welcome to Jumping Into PHP! This ebook will teach you the basics of PHP programming, so you can start creating your own dynamic and interactive web pages.PHP is a server-side scripting language, which means that it executes on the web server rather than on the user's computer. This makes it ideal for web development, as it allows you to create pages that are personalized and responsive to user ... Les mer

    47,25 kr eller gratis med Kobo Plus

  • 140 Tips For Clean Code

    140 Tips for Clean Code is a practical, experience-driven guide for developers who want to write better software every day, not someday. Distilled from three decades of hands-on software development across multiple programming languages, this book delivers hard-won insights into what actually makes code clean, maintainable, and resilient in real-world systems. It is written for practitioners who ... Les mer

    169,49 kr eller gratis med Kobo Plus