Skip to main content

Kundvagn

Du får VIP-behandlingen!

Objekt inte tillgängliga för köp
Vänligen granska din kundvagn. Du kan ta bort objekt som inte är tillgängliga nu, eller så gör vi det automatiskt i kassan.
objektobjekt
objektobjekt

Rekommenderas för dig

Loading...

Objektorienterad programmering E-böcker

Om du gillar Objektorienterad programmering-e-böcker så kommer du att älska dessa toppval.
Visar 865888 av 920 resultat
Skip side bar filters
  • Impractical Python Projects

    Playful Programming Activities to Make You Smarter

    av Lee Vaughan ...
    Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you'll use every day. And to keep things interesting, each project includes a zany twist featuring historical incidents, pop culture ... Läs mer

    215,91 kr

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... Läs mer

    139,17 kr

  • Write Great Code, Volume 2, 2nd Edition

    Thinking Low-Level, Writing High-Level

    av Randall Hyde ...
    Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code.In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively ... Läs mer

    268,06 kr

  • Pragmatic Scala

    Create Expressive, Concise, and Scalable Applications

    Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to ... Läs mer

    230,75 kr

  • C# 入門指南

    由基礎走向完整 Visual Studio Community 2019 專案的開發模式

    C# 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 7 到 13 個單元◎ 基礎篇◎ 軟體開發篇◎ WPF App 篇◎ Android App 篇(書中的「關於本書」有學習路徑圖。)首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 C# 、怎麼處理資料、控制結構、內建資料型態、物件導向模組化,這部分累計十三個單元,預計帶領讀者學會寫簡單的 C# 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構 ... Läs mer

    65,88 kr eller gratis med Kobo Plus

  • Modern C++23 QuickStart Pro

    Advanced programming including variadic templates, lambdas, async IO, multithreading and thread sync

    av Jarek Thalor ...
    Learn the latest features of C++23 with Modern C++ 23 QuickStart Pro, the perfect book for experienced developers who want to expand their knowledge and skills. This book takes a hands-on approach, providing rapid learning through real-world examples and scenarios that address complex programming challenges in C++.The book begins by demonstrating the power of variadic templates and how to use them ... Läs mer

    376,89 kr

  • Mastering Bootstrap 5: From Basics to Expert Projects

    Dive into the world of responsive web design with "Mastering Bootstrap 5: From Basics to Expert Projects," your comprehensive guide to mastering Bootstrap 5, the most popular front-end framework. This book is meticulously crafted to cater to aspiring web developers, designers, and anyone keen on building modern, responsive websites.Starting with the fundamentals, you will explore the core concepts ... Läs mer

    88,82 kr eller gratis med Kobo Plus

  • Introduction to Swift

    Learn how to program for iPhones and iPads with Swift 4

    av J.D Gauchat ...
    Learn how to program iOS applications with Swift. After reading this guide, you will know how to program in Swift, how to define functions and objects, and how to write code using the Swift paradigm.Table of ContentsINTRODUCTION TO SWIFTComputer ProgramsPlaygroundVariablesMemoryPrimitive TypesDeclaration and InitializationArithmetic OperatorsConstantsData TypesCharactersStringsBooleans... ... Läs mer

    27,08 kr

  • IBM Rational Unified Process Reference and Certification Guide: Solution Designer (RUP)

    Solution Designer (RUP)

    Serie serie IBM Press
    The Only Official RUP® Certification Prep Guide and Compact RUP ReferenceThe IBM® Rational Unified Process® has become the de facto industry-standard process for large-scale enterprise software development. The IBM Certified Solution Designer - IBM Rational Unified Process V7.0 certification provides a powerful way for solutions developers to demonstrate their proficiency with RUP.The first and ... Läs mer

    452,29 kr

  • Generative Analysis

    The Power of Generative AI for Object-Oriented Software Engineering with UML

    Learn Generative Analysis--a New Method of Object-Oriented Analysis--to Keep Pace with How Generative AI Is Transforming the Face of Software EngineeringGenerative AI is revolutionizing software engineering--many aspects of manual coding are becoming automated, and the skills needed by software engineers, developers, and analysts are evolving. Anyone who writes or works with code will need to ... Läs mer

    546,53 kr

  • Professional C++

    av Marc Gregoire ...
    Serie serie Tech Today
    Expand your C++ knowledge quickly and efficiently with this advanced resourceIn the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering almost all features of the new C++ standard codenamed C++23, the book offers case studies with working code that’s been ... Läs mer

    550,98 kr

  • Clang Compiler Frontend

    Get to grips with the internals of a C/C++ compiler frontend and create your own tools

    av Ivan Murashko ...
    Boost your productivity with a variety of compiler tools that integrate seamlessly into your IDEKey FeaturesExpand your understanding of the C++ programming language by learning about how the C++ compiler works and how to utilize its advanced featuresExplore techniques for static code analysis and use them to create lint checksEnhance your IDE to support advanced compiler toolsPurchase of the ... Läs mer

    290,96 kr eller gratis med Kobo Plus

  • Apprendre Python Rapidement

    Le guide du débutant pour apprendre tout ce que vous devez savoir sur Python, même si vous êtes nouveau dans la programmation

    av Kevin Droz ...
    ⚠ A qui s’adresse ce livreCe livre est un guide complet pour débutants destiné à leur enseigner la programmation avec Python pas à pas. Si vous avez déjà appris à écrire des programmes informatiques dans d'autres langages - que ce soit un langage de description simple comme HTML5 ou un langage plus complexe comme le Java ou le C, alors ce livre est pour vous.Si vous avez des compétences ... Läs mer

    105,64 kr

  • iCloud and CloudKit

    Lean how to share data between devices in iOS 11 with iCloud and Swift 4

    av J.D Gauchat ...
    Learn how to use iCloud from your iOS applications. After reading this guide, you will know how to connect to the user's iCloud account, how to store the app's settings on the cloud, how to upload documents, and how to create a database with CloudKit.Table of ContentsICLOUDData in the CloudEnabling iCloudTesting DevicesKey-Value StorageiCloud DocumentsMultiple DocumentsCloudKitContainerRecordsZones ... Läs mer

    27,08 kr

  • Managing State in Flutter Pragmatically

    Discover how to adopt the best state management approach for scaling your Flutter app

    av Waleed Arshad ...
    Explore popular state management techniques in Flutter and implement them in real-world applications Key Features • Get to grips with popular approaches for managing your Flutter application state • Think declaratively in order to decide on the most fitting approach for different applications • Learn to implement state management solutions by building a popular use case in the form of a shopping ... Läs mer

    254,37 kr eller gratis med Kobo Plus

  • Advanced Perl Programming

    The Worlds Most Highly Developed Perl Tutorial

    av Simon Cozens ...
    With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business.Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current ... Läs mer

    267,96 kr

  • Cangaceiro JavaScript

    Uma aventura no sertão da programação

    Talvez nenhuma outra linguagem tenha conseguido invadir o coletivo imaginário dos desenvolvedores como JavaScript fez. Em sua história fabular em busca de identidade, foi a única que conseguiu se enraizar nos navegadores, tornando-se uma linguagem em que todo desenvolvedor precisa ter algum nível de conhecimento. Neste livro completíssimo, adentre o sertão do JavaScript com o cangaceiro Flávio ... Läs mer

    105,00 kr eller gratis med Kobo Plus

  • Functional Python Programming

    Use a functional approach to write succinct, expressive, and efficient Python code

    “Using this book has propelled my efficiency in solving leetcode challenges.” - Discord user, zizu Python isn't all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach – and learn when you need to use it. Now with detailed exercises at the end of every chapter! Purchase of the print or Kindle book includes a free eBook in PDF ... Läs mer

    376,29 kr eller gratis med Kobo Plus

  • C# Fundamentals

    Learn Modern C# 14 and .NET 10 from the Ground Up

    av Adam Seebeck ...
    C# Fundamentals: Learn Modern C# 14 and .NET 10 from the Ground Up is your complete, hands-on guide to mastering Microsoft’s latest programming language and platform. Whether you are new to coding or upgrading from earlier .NET versions, this structured course takes you from core concepts to professional-grade development with modern syntax and best practices.What you will learnSet up Visual ... Läs mer

    94,15 kr

  • Crystal Programming

    A project-based introduction to building efficient, safe, and readable web and CLI applications

    The ultimate guide to Crystal programming covering all its fundamental concepts such as OOP and concurrent programming to help you write readable and safe code and build fast applicationsKey FeaturesThe book uses an example-based approach for a better demonstration of the underlying conceptsDevelop a thorough appreciation of the roles of the macro API and annotationsLeverage supportive tools – ... Läs mer

    422,93 kr eller gratis med Kobo Plus

  • Modern Concurrency in Java

    Virtual Threads, Structured Concurrency, and Beyond

    Welcome to the future of Java. With this book, you'll explore the transformative world of Java 21's key feature: virtual threads. Remember struggling with the cost of thread creation, encountering limitations on scalability, and facing difficulties in achieving high throughput? Those days are over. This practical guide takes you from Java 1.0 to the cutting-edge advancements of Project Loom.You'll ... Läs mer

    416,89 kr

  • Implementation Patterns

    av Kent Beck ...
    Serie serie Addison-Wesley Signature Series (Beck)
    Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday ProgrammingGreat code doesn’t just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn’t just happen. It is the outcome of hundreds of small but critical decisions programmers make ... Läs mer

    452,29 kr

  • Python Mini Manual

    Embark on a journey to master Python with this comprehensive guide that covers everything from the basics to advanced concepts. Whether you're new to programming or looking to enhance your skills, this book offers a blend of focused discussions, real-world examples, and practice exercises to help you become proficient in Python.Begin by exploring an overview of Python and its evolution, along with ... Läs mer

    26,67 kr eller gratis med Kobo Plus

  • TypeScript Programming In Action

    Code Editing For Software Engineers

    av Rob Botwright ...
    Introducing TypeScript Programming in Action - Your Ultimate Guide to Mastery! Are you ready to embark on a transformative journey into the world of TypeScript, one of the most powerful tools in the realm of web development? Look no further because we have curated the perfect bundle for you - "TypeScript Programming in Action: Code Editing for Software Engineers." What's Inside the Bundle?Book 1: ... Läs mer

    75,30 kr eller gratis med Kobo Plus