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 577600 av 917 resultater
Skip side bar filters
  • Pattern-Oriented Software Architecture, Patterns for Resource Management

    Serie Bok 3 - Wiley Software Patterns Series
    The first volume of the POSA pattern series introduced a broad-spectrum of general-purpose patterns in software design and architecture. The second narrowed the focus to fundamental patterns for building sophisticated concurrent and networked software systems and applications. This volume uses design patterns to present techniques for implementing effective resource management in a system.The ... Les mer

    504,19 kr

  • Come diventare programmatore

    av Edniar Larry ...
    Come diventare programmatore ed usare chatGPT per semplificare la programmazione ... Les mer

    94,59 kr

  • Programming iOS 14

    av Matt Neuburg ...
    If youâ??re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, youâ??ll learn how to create views, manipulate view controllers, and add features from iOS frameworks.Create, arrange, draw, layer, and animate views that respond to touchUse ... Les mer

    388,59 kr

  • Java For Dummies

    av Barry Burd ...
    Learn to code with Java and open the gate to a rewarding careerNow in its 9th edition, Java For Dummies gives you the essential tools you need to understand the programming language that 17 million software developers rely on. This beginner-friendly guide simplifies every step of the learning process. You'll learn the basics of Java and jump into writing your own programs. Along the way, you'll ... Les mer

    238,59 kr

  • Java Cryptography

    Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not ... Les mer

    245,39 kr

  • SQL and NoSQL Full Mastery: A Comprehensive Guide to Modern Data Management

    In today's fast-paced digital world, understanding how to efficiently store, manage, and retrieve data is crucial for businesses and developers alike. SQL and NoSQL Full Mastery: A Comprehensive Guide to Modern Data Management offers a deep dive into the world of both relational and non-relational databases, providing readers with the tools they need to navigate the complexities of modern data ... Les mer

    94,59 kr eller gratis med Kobo Plus

  • Android Studio 3.2 Development Essentials - Kotlin Edition

    Developing Android 9 Apps Using Android Studio 3.2, Kotlin and Android Jetpack

    av Neil Smyth ...
    Fully updated for Android Studio 3.2, Android 9, Android Jetpack and the modern architectural guidelines and components, the goal of this book is to teach the skills necessary to develop Android-based applications using the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment followed by ... Les mer

    331,31 kr eller gratis med Kobo Plus

  • Java Start-Out Guide: Object-Oriented Programming and Data Structures

    av James Lewis ...
    This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Start-Out Guide introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program development skills from the beginning. Control structures are covered before writing classes, ... Les mer

    298,14 kr

  • UML: A Beginner's Guide

    av Jason Roff ...
    Serie serien Beginner's Guide
    Essential skills for first-time programmers! This easy-to-use book explains the fundamentals of UML. You'll learn to read, draw, and use this visual modeling language to create clear and effective blueprints for software development projects. The modular approach of this series--including drills, sample projects, and mastery checks--makes it easy to learn to use this powerful programming language ... Les mer

    272,69 kr

  • C# 3.0 Design Patterns

    Use the Power of C# 3.0 to Solve Real-World Problems

    av Judith Bishop ...
    If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them.C# Design Patterns draws on new C# 3.0 language and ... Les mer

    218,09 kr

  • Programming iOS 12

    Dive Deep into Views, View Controllers, and Frameworks

    av Matt Neuburg ...
    If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks.Create, arrange, draw, layer, and animate views that respond to touchUse view ... Les mer

    408,99 kr

  • Programming Web Services with SOAP

    Building Distributed Applications

    The web services architecture provides a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple ... Les mer

    190,89 kr

  • Learning C# 3.0

    Master the fundamentals of C# 3.0

    If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#.No previous ... Les mer

    218,09 kr

  • Systems Development with Rust: A Modern Approach to Low-Level Programming

    av Aaron Blake ...
    Master the Future of Systems Programming with RustFor decades, the world of low-level systems development has been governed by a difficult compromise: to achieve maximum performance, you had to accept the risks of manual memory management, data races, and undefined behavior. Languages like C and C++ built our digital world, but at the cost of countless security vulnerabilities and crashes. A new ... Les mer

    56,72 kr eller gratis med Kobo Plus

  • Newbies coding html&css

    Think coding is just for geniuses? Think again. "HTML and CSS for Newbies" breaks down the two most essential languages of the web into simple step-by-step lessons. Go from zero to your first webpage in one weekend. No jargon no confusion just the skills you need to build the websites you've always imagined. ... Les mer

    75,75 kr eller gratis med Kobo Plus

  • Mastering MongoDB: A Comprehensive Guide to NoSQL Database Excellence

    "Mastering MongoDB: A Comprehensive Guide to NoSQL Database Excellence" is an essential resource for anyone looking to deepen their understanding and proficiency in MongoDB, a leading NoSQL database technology. This comprehensive guide serves as an invaluable tool for database administrators, software developers, and IT professionals, helping them to harness the full potential of MongoDB in their ... Les mer

    94,59 kr eller gratis med Kobo Plus

  • Secret Recipes of the Python Ninja

    Over 70 recipes that uncover powerful programming tactics in Python

    av Cody Jackson ...
    Test your Python programming skills by solving real-world problemsKey FeaturesAccess built-in documentation tools and improve your code.Discover how to make the best use of decorator and generator functionsEnhance speed and improve concurrency by conjuring tricks from the PyPy projectBook DescriptionThis book covers the unexplored secrets of Python, delve into its depths, and uncover its mysteries ... Les mer

    368,09 kr eller gratis med Kobo Plus

  • Python Refinement Course

    Powered by GPT-4

    Serie Bok 1 - Python
    This Python Refinement Course will focus on enhancing your practical skills through advanced exercises and projects, covering areas such as algorithms, data structures, object-oriented programming and more complex programming concepts. The course will be structured into modules, each focusing on a specific topic.It's a course powered by the capabilities of GPT-4 for the corrections of both theory ... Les mer

    56,14 kr eller gratis med Kobo Plus

  • Scala Data Analysis Cookbook (new)

    Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes

    Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipesKey FeaturesImplement Scala in your data analysis using features from Spark, Breeze, and ZeppelinScale up your data anlytics infrastructure with practical recipes for Scala machine learningRecipes for every stage of the data analysis process, from reading and collecting data to distributed ... Les mer

    323,99 kr eller gratis med Kobo Plus

  • Game Programming Using Qt Beginner's Guide

    A complete guide to designing and building fun games with Qt and Qt Quick 2 using associated toolsets

    A complete guide to designing and building fun games with Qt and Qt Quick 2 using associated toolsetsKey Features\[\*\] Learn to create simple 2D to complex 3D graphics and games using all possible tools and widgets available for game development in Qt\[\*\] Understand technologies such as QML, Qt Quick, OpenGL, and Qt Creator, and learn the best practices to use them to design games\[\*\] Learn ... Les mer

    406,79 kr eller gratis med Kobo Plus

  • Unity 5.x Game AI Programming Cookbook

    Build and customize a wide range of powerful Unity AI systems with over 70 hands-on recipes and techniques

    Build and customize a wide range of powerful Unity AI systems with over 70 hands-on recipes and techniquesKey Features\[\*\]Empower your agent with decision making capabilities using advanced minimaxing and Negamaxing techniques\[\*\] Discover how AI can be applied to a wide range of games to make them more interactive.\[\*\]Instigate vision and hearing abilities in your agent through collider ... Les mer

    323,99 kr eller gratis med Kobo Plus

  • Elasticsearch Server - Third Edition

    Leverage Elasticsearch to create a robust, fast, and flexible search solution with ease

    Leverage Elasticsearch to create a robust, fast, and flexible search solution with easeKey Features\[\*\] Boost the searching capabilities of your system through synonyms, multilingual data handling, nested objects and parent-child documents\[\*\] Deep dive into the world of data aggregation and data analysis with ElasticSearch\[\*\] Explore a wide range of ElasticSearch modules that define the ... Les mer

    406,79 kr eller gratis med Kobo Plus

  • Comprehensive Ruby Programming

    From beginner to confident programmer

    This book will provide you with all of the tools you need to be a professional Ruby developer. Starting with the core principles, such as syntax and best practices, and up to advanced topics like metaprogramming and big data analysis.Key FeaturesProvides the core skills required to become a Ruby programmerCovers how to use the most popular Ruby Gem librariesIncludes details on regular ... Les mer

    292,49 kr eller gratis med Kobo Plus

  • Java: The Complete Reference, Tenth Edition

    The Definitive Java Programming GuideSupplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.Fully updated for Java SE 9, Java: The Complete Reference, Tenth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and ... Les mer

    368,19 kr