Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Object Oriented Programming eBooks

If you like Object Oriented Programming eBooks, then you'll love these top picks.
Showing 769 - 792 of 980 Results
Skip side bar filters
  • Street Coder

    The rules to break and how to break them

    Computer science theory quickly collides with the harsh reality of professional software development. This wickedly smart and devilishly funny beginner's guide shows you how to get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.In Street Coder you will learn:Data types, algorithms, and data structures for speedy software developmentPutting "bad" ... Read more

    $49.99 USD

  • Real-Time in the Cloud: Azure Messaging & Events

    Harness the power of real-time cloud applications with Real-Time in the Cloud: Azure Messaging & Events. This essential guide explores Microsoft Azure's suite of messaging and event-driven services—unveiling the tools and strategies needed to architect responsive, scalable, and reliable cloud-native systems.Designed for developers, architects, and IT professionals, this book delves into Azure ... Read more

    $9.99 USD or Free with Kobo Plus

  • Practical C++23 Backend Programming, Second Edition

    by GitforGits ...
    This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ ... Read more

    $29.99 USD or Free with Kobo Plus

  • OpenGL Foundations: Taking Your First Steps in Graphics Programming

    OpenGL Foundations: Taking Your First Steps in Graphics Programming is a comprehensive guide for anyone interested in diving into the world of graphics programming. Whether you're a beginner looking to learn the basics or an experienced developer seeking to enhance your skills, this book provides a solid foundation in OpenGL, the industry-standard graphics API.Starting with the fundamentals, the ... Read more

    $14.99 USD

  • Cracking Microservices Interview

    Gold mine of microservices interview Questions & Answers for aspirants and domain experts.KEY FEATURES 1. More than 200 questions in 5 domains including a chapter on patterns, practices, and NFRs.2. Extended coverage from architecture, design, development to NFRs domains. 3. The book can be selectively read based on the relevant domains.4. Extensive coverage in terms of depth and breadth of ... Read more

    $30.99 USD

  • Building Java Programs: a comprehensive Java Developper Guide

    Your one-stop guide to programming with Java. If you've always wanted to program with Java but didn't know where to start, this will be the java-stained reference you'll turn to again and again. Fully updated, this deep reference on the world's most popular programming language is the perfect starting point for building things with Java—and an invaluable ongoing reference as you continue to deepen ... Read more

    $30.87 USD

  • Python Mastery: From Absolute Beginner to Pro

    by NIBEDITA Sahu ...
    Unlock the full potential of Python with this comprehensive and engaging guide that takes you on an exciting journey from an absolute beginner to a seasoned pro! Whether you're a complete novice or already have some programming experience, this book is designed to equip you with the skills and knowledge needed to excel in Python programming.Why This Book Stands Out:Step-by-Step Learning: The book ... Read more

    $12.99 USD or Free with Kobo Plus

  • WebGL Wizardry: A Beginner's Guide to Interactive 3D Graphics

    WebGL Wizadry

    Series series WebGL Wizadry
    Dive into the world of 3D graphics with "WebGL Wizardry: A Beginner's Guide to Interactive 3D Graphics." This comprehensive guide is your key to unlocking the potential of WebGL, the web-based graphics library that has revolutionized interactive 3D graphics on the web. Whether you're a budding programmer, an aspiring web developer, or a digital art enthusiast, this book is designed to take you on ... Read more

    $9.99 USD or Free with Kobo Plus

  • Kotlin / Android Studio 3.0 Development Essentials

    by 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 ... Read more

    $34.99 USD

  • Eclipse

    Programming Java Applications

    by Steve Holzner ...
    Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an ... Read more

    $25.99 USD

  • Modern C++ For Software Developers

    Serious C++ Development

    by 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+ ... Read more

    $29.99 USD

  • Python in Depth

    A Multipurpose Coder and Programmer's Guide

    by Nathan Venture, D ...
    Step Into the Future of Coding with Python: Your Comprehensive Guide AwaitsDive into the vibrant universe of Python and emerge as a skilled coder and programmer equipped with the knowledge to tackle any challenge the digital world throws your way. Python in Depth: A Multipurpose Coder and Programmer's Guide is not just another programming book; it's a beacon guiding you through the ever-evolving ... Read more

    $4.99 USD or Free with Kobo Plus

  • Hands-On Functional Programming with TypeScript

    Explore functional and reactive programming to create robust and testable TypeScript applications

    Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementationsKey FeaturesGet a solid understanding of how to apply functional programming concepts in TypeScriptExplore TypeScript runtime features such as event loop, closures, and PrototypesGain deeper knowledge on the pros and cons of TypeScriptBook ... Read more

    $26.99 USD or Free with Kobo Plus

  • Desbravando Java e Orientação a Objetos

    Um guia para o iniciante da linguagem

    Aprenda Orientação a Objetos com Java de forma simples e efetiva! Você compilará e executará seu próprio programa em algumas horas. Por que Java? Essa é uma das linguagens de programação mais utilizadas em todo o mundo, com 20 anos e atualmente mais de 9 milhões de desenvolvedores. O livro explora importantes conceitos da orientação a objetos como encapsulamento, herança e polimorfismo. Sempre com ... Read more

    $9.99 USD or Free with Kobo Plus

  • Anyone Can Code

    The Art and Science of Logical Creativity

    by Ali Arya ...
    Anyone Can Code: The Art and Science of Logical Creativity introduces computer programming as a way of problem-solving through logical thinking. It uses the notion of modularization as a central lens through which we can make sense of many software concepts. This book takes the reader through fundamental concepts in programming by illustrating them in three different and distinct languages: C/C++, ... Read more

    $88.99 USD

  • Go Design Patterns

    Best practices in software development and CSP

    Learn idiomatic, efficient, clean, and extensible Go design and concurrency patterns by using TDDKey Features\[\*\]A highly practical guide filled with numerous examples unleashing the power of design patterns with Go.\[\*\]Discover an introduction of the CSP concurrency model by explaining GoRoutines and channels.\[\*\]Get a full explanation, including comprehensive text and examples, of all ... Read more

    $41.99 USD or Free with Kobo Plus

  • Mastering Object-Oriented Programming

    Essential Concepts and Techniques for Building Robust, Scalable Software Solutions

    Series series Virversity Online Courses: Programming and Coding
    Mastering Object-Oriented Programming is a comprehensive course designed to help you build a strong foundation in OOP concepts and practical skills. By understanding and applying core principles of object-oriented design, you'll be able to write cleaner, more efficient, and maintainable code for real-world applications.Learn To Design and Implement Robust Object-Oriented ProgramsGain a clear ... Read more

    $2.99 USD or Free with Kobo Plus

  • Java Programming Fundamentals

    Problem Solving Through Object Oriented Analysis and Design

    While Java texts are plentiful, it's difficult to find one that takes a real-world approach, and encourages novice programmers to build on their Java skills through practical exercise. Written by an expert with 19 experience teaching computer programming, Java Programming Fundamentals presents object-oriented programming by employing examples taken ... Read more

    $166.99 USD

  • Mastering Go: Navigating the World of Concurrent Programming

    "Mastering Go: Navigating the World of Concurrent Programming" is a comprehensive guide designed to take your Go programming skills to new heights. This book is meticulously crafted for software developers, system programmers, and anyone passionate about mastering the art of writing high-performance, concurrent applications in Go.Delving deep into the world of Go, this book offers a thorough ... Read more

    $9.99 USD or Free with Kobo Plus

  • Interface Builder

    Learn how to build applications with Xcode 9 and Swift 4

    by J.D Gauchat ...
    Learn how to define user interfaces for your iOS applications using the visual tools provided by Xcode. After reading this guide, you will know how to start a new project, how to structure an application, how to generate the user interface and adapt it to different screens, how to work with view controllers, how to connect the interface with your code, and how to define and modify constraints from ... Read more

    $2.84 USD or Free with Kobo Plus

  • Table Views in iOS 11

    Learn how to display tables in iOS 11 with Swift 4

    by 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 ... Read more

    $2.84 USD or Free with Kobo Plus

  • Java: Guida Completa alla Programmazione ad Oggetti. Contiene Esempi di Codice ed Esempi Pratici

    Impara la programmazione orientata agli oggetti grazie al linguaggio JavaVorresti imparare a programmare con il linguaggio Java?Ti piacerebbe creare un gestionale dinamico e di successo?Vuoi conoscere tutti gli aspetti della programmazione orientata agli oggetti?Che tu sia un semplice principiante che non ha mai programmato, un esperto nel settore ma che desidera raffinare la propria tecnic... ... Read more

    $6.99 USD or Free with Kobo Plus

  • DATENWISSENSCHAFT MIT PYTHON: PANDAS DURCH BEISPIELE

    Pandas ist ein Python-Paket, das schnelle und flexible Datenstrukturen bereitstellt, die die Arbeit mit „relationalen“ oder „beschrifteten“ Daten einfach und intuitiv machen sollen. Sein Ziel ist es, der grundlegende, übergeordnete Baustein für die praktische Analyse realer Daten in Python zu sein. Darüber hinaus hat es das größere Ziel, das leistungsfähigste, flexibelste und in jeder Sprache ... Read more

    $10.47 USD or Free with Kobo Plus

  • Java Corso pratico di programmazione

    Dalle basi ai progetti

    by Donata Savini ...
    Quando si pianifica un corso di programmazione in un ambiente scolastico, aziendale o professionale si deve tener conto del numero, spesso ridotto, di ore a disposizione. Non è quindi proponibile un percorso didattico che includa tutti gli aspetti del linguaggio, ci si deve orientare perciò verso una scelta di argomenti mirata a interessare, divertire (perché no?) e stimolare i fruitori a ... Read more

    $18.99 USD