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 121 - 144 of 976 Results
Skip side bar filters
  • Groovy 2 Cookbook

    Java and Groovy go together like ham and eggs, and this book is a great opportunity to learn how to exploit Groovy 2 to the full. Packed with recipes, both intermediate and advanced, it's a great way to speed up and modernize your programming.

    Java and Groovy go together like ham and eggs, and this book is a great opportunity to learn how to exploit Groovy 2 to the full. Packed with recipes, both intermediate and advanced, it's a great way to speed up and modernize your programming.Key FeaturesSimple and more advanced recipes to cover a broad number of topics and challengesWith scores of practical examples, this book will help you to ... Read more

    $31.49 USD or Free with Kobo Plus

  • Programming C#

    Building .NET Applications with C#

    by Jesse Liberty ...
    The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers ... Read more

    $22.99 USD

  • Rx.NET in Action

    by Tamir Dresher ...
    SummaryRx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern applications must react to streams of data such as user and system events, internal messages, and sensor input. Reactive Extensions (Rx) is ... Read more

    $49.99 USD

  • Machine Learning For Absolute Begginers A Step By Step Guide

    Algorithms For Supervised And Unsupervised Learning With Real World Applications

    Machine learning occurs primarily through the use of " algorithms" and other elaborate procedures.Whether you're a novice, intermediate or expert this book will teach you all the ins, outs and everything you need to know about machine learning.Instead of spending hundreds or even thousands of dollars on courses/materials why not read this book instead?Its a worthwhile read and the most valuable ... Read more

    $3.99 USD or Free with Kobo Plus

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

    $31.69 USD

  • JavaScript : Object-Oriented Programming

    Build sophisticated web applications by mastering the art of Object-Oriented JavascriptAbout This BookLearn popular Object-Oriented programming (OOP) principles and design patterns to build robust appsImplement Object-Oriented concepts in a wide range of frontend architecturesCapture objects from real-world elements and create object-oriented code that represents themLearn the latest ES6 features ... Read more

    $57.59 USD or Free with Kobo Plus

  • Java Threads

    Understanding and Mastering Concurrent Programming

    Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's ... Read more

    $23.09 USD

  • Hexagonal Architecture Explained: How the Ports & Adapters Architecture Simplifies Your Life, and How to Implement It

    Series on Object-Oriented Design

    Series series Series on Object-Oriented Design
    "Looking at the screen of my laptop, I realized that it was full of code that didn't let me understand what it did regarding business logic. From that moment I began to search until I discovered the architecture that decouples the business logic from the frameworks: Hexagonal Architecture, more correctly called Ports & Adapters. From that moment until now, I haven't stopped reading and learning ... Read more

    $9.00 USD

  • Data-Oriented Programming

    Reduce software complexity

    Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.In Data-Oriented Programming you will learn how to:Separate code from dataRepresent data with generic data structuresManipulate data with general-purpose functionsManage state without mutating ... Read more

    $58.99 USD

  • Rust In Practice, Second Edition

    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages

    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77"Rust In Practice, Second Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced ... Read more

    $40.49 USD

  • Java: Advanced Guide to Programming Code with Java

    Java Computer Programming, #4

    Series Book 4 - Java Computer Programming
    Are you struggling to understand some of the Advanced Java programming concepts? Are you desperate to further your knowledge and make something out of your programming experience?Look no further; in "Java: Advanced Guide to Programming Code with Java", you will learn all about:In this Definitive Java Advanced Level Guide, you're about to discover...The Java Interface – Learn all about the Java ... Read more

    $2.99 USD or Free with Kobo Plus

  • First Steps in SDL Game Development: An Introductory Guide

    SDL Game Development Series

    Series series SDL Game Development Series
    Dive into the world of game development with "First Steps in SDL Game Development: An Introductory Guide," a comprehensive resource for beginners. This book is designed to introduce you to the Simple DirectMedia Layer (SDL), a powerful tool used for developing interactive media and video games. Whether you are an aspiring game developer or a programming enthusiast, this guide will provide you with ... Read more

    $9.99 USD or Free with Kobo Plus

  • Build Your Own Programming Language

    Ever dreamed of crafting your own programming language—without drowning in complex theory?In a world where AI is transforming the way we write code, simplicity and abstraction are the future. This book takes a powerful idea—building your own programming language—and breaks it down into easy, beginner-friendly steps, all using the language you already love: Python.About the Author:At ... ... Read more

    $0.99 USD or Free with Kobo Plus

  • Mastering Game Development with PyGame: From Basics to Advanced Techniques

    "Mastering Game Development with PyGame: From Basics to Advanced Techniques" is your comprehensive guide to becoming a skilled game developer using the Python-based PyGame framework. Whether you're a beginner with a passion for game creation or an experienced programmer looking to expand your skills, this book takes you on a journey from the fundamental concepts of game development to advanced ... Read more

    $9.99 USD or Free with Kobo Plus

  • Optimized C++

    Proven Techniques for Heightened Performance

    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, ... Read more

    $36.79 USD

  • Applying Use Cases

    A Practical Guide

    Use case analysis is a methodology for defining the outward features of a software system from the user's point of view. Applying Use Cases, Second Edition, offers a clear and practical introduction to this cutting-edge software development technique. Using numerous realistic examples and a detailed case study, you are guided through the application of use case analysis in the development of ... Read more

    $35.99 USD

  • Update to Modern C++

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

    $8.99 USD or Free with Kobo Plus

  • Learning Functional Programming in Go

    Change the way you approach your applications using functional programming in Go

    by Lex Sheehan ...
    Function literals, Monads, Lazy evaluation, Currying, and moreKey Features\[\*\] Write concise and maintainable code with streams and high-order functions\[\*\] Understand the benefits of currying your Golang functions\[\*\] Learn the most effective design patterns for functional programming and learn when to apply each of them\[\*\] Build distributed MapReduce solutions using GoBook ... Read more

    $37.79 USD or Free with Kobo Plus

  • Microservices Architecture Handbook

    Non-Programmer's Guide for Building Microservices

    Are you a non-coder looking for insight into Microservices Architecture? You may be a consultant, Advisor, Project Manager or a novice into IT industry; after going through this guide you would be able to appreciate Microservices and other related concepts like SOA, Monolith Architecture, DevOps, Docker, Kubernetes etc. You would also get to know about the leaders in Microservices adoption and ... Read more

    $3.05 USD or Free with Kobo Plus

  • LabVIEW – More LCOD

    by Rob Maskell ...
    Whether you are a new LabVIEW programmer or an old seasoned one, the quest always remains the same: building better programs with our "favourite software tool > LabVIEW". The aim of this book is to offer some guidance, discussing designs that use LCOD Hidden Data, Abstraction, Cohesion and Coupling methods.A significant part of the book is structured around five LCOD questions for Hidden Data that ... Read more

    $9.99 USD or Free with Kobo Plus

  • Refactoring at Scale

    by Maude Lemaire ...
    Making significant changes to large, complex codebases is a daunting task--one that's nearly impossible to do successfully unless you have the right team, tools, and mindset. If your application is in need of a substantial overhaul and you're unsure how to go about implementing those changes in a sustainable way, then this book is for you.Software engineer Maude Lemaire walks you through the ... Read more

    $41.09 USD

  • Cocoa and Objective-C: Up and Running

    Foundations of Mac, iPhone, and iPad Programming

    Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa expert.Cocoa and Objective-C: Up and Running offers ... Read more

    $20.19 USD

  • Advanced SDL Game Engineering: Expert Techniques for Professional Developers

    "Advanced SDL Game Engineering: Expert Techniques for Professional Developers" is an essential guide for seasoned game developers and engineers looking to master the complexities of game development using Simple DirectMedia Layer (SDL). This comprehensive resource delves deep into advanced techniques and strategies that are crucial for creating professional-grade games.With a focus on the ... Read more

    $9.99 USD or Free with Kobo Plus

  • Functional Thinking

    Paradigm Over Syntax

    by Neal Ford ...
    If you’re familiar with functional programming basics and want to gain a much deeper understanding, this in-depth guide takes you beyond syntax and demonstrates how you need to think in a new way. Software architect Neal Ford shows intermediate to advanced developers how functional coding allows you to step back a level of abstraction so you can see your programming problem with greater clarity ... Read more

    $23.09 USD