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 193 - 216 of 935 Results
Skip side bar filters
  • 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

    S$ 38.34 SGD or Free with Kobo Plus

  • PowerShell Cookbook

    by Lee Holmes ...
    How do you use PowerShell to navigate the filesystem, manage files and folders, or retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 400 task-oriented recipes to help you solve all kinds of problems. Intermediate to advanced system administrators will find more than 100 tried-and-tested scripts they can copy and use immediately.Updated ... Read more

    S$ 77.27 SGD

  • 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

    S$ 11.49 SGD

  • C++20 STL Cookbook

    Leverage the latest features of the STL to solve real-world problems

    by Bill Weinman ...
    Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)Key FeaturesBecome familiar with the latest features of C++20 and write better code using the STLReduce the development time for your applications and enable faster deploymentGet up and running with the new and leaner STL capabilities introduced in the latest releaseBook DescriptionFast, efficient ... Read more

    S$ 96.13 SGD or Free with Kobo Plus

  • Rust In Practice

    by GitforGits ...
    Rust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the syntax and semantics of the Rust language, including its unique ownership model and type system ... Read more

    S$ 38.34 SGD

  • Error Handling in JavaScript for Beginners

    A Practical Guide to Writing Safer, More Reliable JavaScript Code

    by Dargslan ...
    Series Book 8 - Dargslan - JavaScript - Beginner Level
    Error Handling in JavaScript for Beginners: A Practical Guide to Writing Safer, More ReliableMaster the art of error handling and transform from a frustrated coder into a confident JavaScript developerAre you tired of cryptic error messages derailing your JavaScript projects? Do unexpected crashes and silent failures leave you wondering what went wrong? "Error Handling in JavaScript for Beginners" ... Read more

    S$ 22.33 SGD or Free with Kobo Plus

  • Understanding Variables and Data Types in JavaScript

    A Beginner-Friendly Guide to Managing Data and Mastering Core JavaScript Concepts

    by Dargslan ...
    Series Book 2 - Dargslan - JavaScript - Beginner Level
    Welcome to **Understanding Variables and Data Types in JavaScript**—your comprehensive guide to mastering the fundamental building blocks of JavaScript programming. Whether you're taking your first steps into the world of web development or looking to solidify your understanding of JavaScript's core concepts, this book is designed to be your trusted companion on this exciting journey.JavaScript ... Read more

    S$ 22.33 SGD or Free with Kobo Plus

  • Clean Code: An Agile Guide to Software Craft

    Clean Code: An Agile Guide to Software Craft is an indispensable resource for software developers and engineers striving to write clean, maintainable, and efficient code. Authored by Robert C. Martin, a renowned expert in software development, this book delves deep into the art and science of writing code that is not only functional but also easy to read and understand.In this comprehensive guide, ... Read more

    S$ 19.18 SGD

  • モダン C# の要点:AI 時代の開発者クラフト

    (C# 14 と .NET 10)

    by Michael Tsai ...
    Series Book 1 - .NET 開発者養成シリーズ
    AI 時代でも C# を習得する価値AI は強力なツールですが、重要なシステムにおいては、人間の判断や監督を完全に置き換えることはできません。開発者が自分のコードに対して真のオーナーシップを持ってこそ、長期的に技術的負債や保守コストを適切に管理することができます。だからこそ、プログラミング言語や API を深く習得することは、これまで以上に重要になっています。ただし、本書は C# の網羅的なリファレンスではありません。本書では、深い理解を必要とする C# の本質的で実践的なトピックに焦点を当てています。従来のプログラミング解説書とは異なり、本書では「深い理解」を重視し、AI ツールを活用して開発を加速することを推奨します。AI がコードを生成する時代において、開発者にはコードの品質・セキュリティ・パフォーマンスを見極めるための、より鋭い判断力と、AI に高品質な C# ... Read more

    S$ 15.32 SGD or Free with Kobo Plus

  • PROGRAMACIÓN EN JAVA. Construye aplicaciones robustas y plataforma

    Programación en Java: Construye aplicaciones robustas y multiplataforma es una guía exhaustiva diseñada para acompañar al lector desde la configuración del entorno de desarrollo y el kit de herramientas de Java hasta la creación de aplicaciones robustas y profesionales.Este manual ofrece un camino claro y práctico para dominar el lenguaje, explorando la lógica de programación mediante pseudocódigo ... Read more

    S$ 18.30 SGD or Free with Kobo Plus

  • 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

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

    S$ 66.70 SGD or Free with Kobo Plus

  • .NET 10 非同期・並行プログラミング

    Async/Await、マルチスレッド、並列処理

    by Michael Tsai ...
    .NET アプリケーションを作っていて、UI が固まる、Web サイトの反応が遅い、バックグラウンド ジョブのスループットが伸びない、といった問題に悩んだことはないでしょうか。あるいは、async/await、Task.Run、ConfigureAwait(false)、キャンセル、例外処理の扱いで迷ったことはないでしょうか。本書は、まさにそうした問題に向き合うために書かれました。本書は、基礎概念から実際のアプリケーションまでを扱いながら、.NET 10 の非同期プログラミングを体系的に学ぶための実践的な技術書です。スレッド、Task、async/await、キャンセルとタイムアウト、同期プリミティブ、並列処理、非同期データ ストリーム、非同期リソース管理を順に取り上げます。さらに、TaskCompletionSource、ValueTask、ExecutionContext ... Read more

    S$ 15.32 SGD or Free with Kobo Plus

  • Mastering Python in 7 Days

    by Alex Wood ...
    Mastering Python in 7 Days is a comprehensive, hands-on guide designed to help you master Python basics quickly and effectively. Whether you're a complete beginner or have some programming experience, this book offers a structured approach to learning Python in just one week.In just 7 days, you'll be equipped to solve problems, automate tasks, analyze data, and start building your own Python ... Read more

    S$ 12.77 SGD

  • Python und OOP - Objektorientierte Programmierung verständlich erklärt

    Ein praxisorientierter Leitfaden für Einsteiger und Fortgeschrittene zur objektorientierten Programmierung mit Python, inklusive Klassen, Vererbung, Polymorphismus und Designprinzipien

    by D. S. Lornach ...
    Meistern Sie die objektorientierte Programmierung mit Python – Der komplette Leitfaden für Einsteiger und FortgeschritteneEntdecken Sie die Macht der objektorientierten Programmierung Python mit diesem umfassenden Handbuch, das speziell für deutschsprachige Entwickler konzipiert wurde. Egal ob Sie Python OOP lernen möchten oder Ihre bestehenden Kenntnisse in Python Klassen Vererbung vertiefen ... Read more

    S$ 19.51 SGD or Free with Kobo Plus

  • Android 4.2 App Development Essentials

    by Neil Smyth ...
    The goal of this book is to teach the skills necessary to develop Android based applications using the Eclipse Integrated Development Environment (IDE) and the Android 4.2 Software Development Kit (SDK).Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment. An introduction to the architecture of Android is followed ... Read more

    S$ 18.10 SGD

  • Introduction To Windows And Graphics Programming With Visual C++ (With Companion Media Pack) (Second Edition)

    by Roger W Mayne ...
    The Companion Media Pack is available in the .Introduction to Windows® and Graphics Programming with Visual C++® (2nd Edition) provides an accessible approach to the study of Windows programming. It is intended to be an introduction to Visual C++ for technical people including practicing engineers, engineering students, and others interested in Windows programming and its convenient graphics ... Read more

    S$ 47.73 SGD

  • The Object Primer

    Agile Model-Driven Development with UML 2.0

    Scott Ambler, award-winning author of Building Object Applications that Work, Process Patterns, and More Process Patterns, has revised his acclaimed first book, The Object Primer. Long prized in its original edition by both students and professionals as the best introduction to object-oriented technology, this book has all modeling notation rewritten in UML 2.0. All chapters have been revised to ... Read more

    S$ 99.51 SGD

  • 100+ Solutions in Java - 2nd Edition

    Everything you need to know to develop Java applications (English Edition)

    by Dhruti Shah ...
    100+ Solutions in Java is a comprehensive and accessible guide to developing Java applications from version 8 to 19. Whether you are a beginner or a seasoned pro, this book will help you learn the latest Java features and best practices, one step at a time. The book covers a wide range of topics, from basic programming concepts to advanced topics like concurrency and design patterns. Each chapter ... Read more

    S$ 20.05 SGD or Free with Kobo Plus

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

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

    S$ 6.38 SGD or Free with Kobo Plus

  • Mastering C# Basics: Step-by-Step Guide with Real-World Applications

    by Kevin Paul ...
    Unlock the world of modern software development with C# and the .NET ecosystem.Are you ready to move past theory and build real, functioning applications? This book is your fast-track guide to mastering C# from the ground up, designed specifically for individuals with zero prior coding experience. Forget the frustrating technical jargon and confusing textbooks. We focus on a philosophy of ... Read more

    S$ 6.38 SGD or Free with Kobo Plus

  • Debunking C++ Myths

    Embark on an insightful journey to uncover the truths behind popular C++ myths and misconceptions

    Explore the origins of C++ myths and their relevance today, learn to sidestep common pitfalls, and adopt modern best practices to master the evolving C++ programming landscapeKey FeaturesTrace the origins of C++ misconceptions and understand why they persistLearn to avoid pitfalls caused by misunderstood C++ standardsLeverage the lesser-known features of the C++ programming languagePurchase of the ... Read more

    S$ 45.12 SGD or Free with Kobo Plus

  • Unity Game Development : A Beginner's Guide to Game Programming

    by Jiho Seok ...
    What You Will Gain After Obtaining This Book:Mastery of Unity 2022.3 : Understand and utilize the full range of features offered by the latest Unity version.Foundational Programming Skills: Learn C# from the ground up within the context of game development.Comprehensive Understanding of Game Mechanics: Gain insights into both 2D and 3D game development techniques.Ability to Create and Manipulate ... Read more

    S$ 2.54 SGD or Free with Kobo Plus

  • Ultimate Java Design Patterns

    Master Creational, Structural, Behavioral, Concurrency, and Architectural Patterns for Scalable Enterprise Java Applications (English Edition)

    by Ricken Bazolo ...
    Think Like an Architect. Code Like a Master.Key Features? Get a free one-month digital subscription to www.avaskillshelf.com? Comprehensive coverage of every major Java design pattern - Creational, Structural, Behavioral, Concurrency, and Architectural.? Real-world pattern application across enterprise systems, distributed architectures, microservices, and AI-driven Java applications.? Production ... Read more

    S$ 34.77 SGD or Free with Kobo Plus

  • Functional Programming in Java

    Harness the Power of Streams and Lambda Expressions

    Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques ... Read more

    S$ 46.21 SGD