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 313 - 336 of 972 Results
Skip side bar filters
  • Notifications in iOS 11

    Learn how to show local notifications in iOS 11 with Swift 4

    by J.D Gauchat ...
    Learn how to generate local notifications from your iOS applications. After reading this guide, you will know how to schedule and display local notifications to the user, how to respond to system notifications, and how to communicate objects with each other using custom notifications and Key/Value observers.Table of ContentsNOTIFICATIONSNotification CenterSystem NotificationsUser NotificationsUser ... Read more

    $3.90 CAD or Free with Kobo Plus

  • Introduction to Swift

    Learn how to program for iPhones and iPads with Swift 4

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

    $3.90 CAD or Free with Kobo Plus

  • Get Programming with Scala

    The perfect starting point for your journey into Scala and functional programming.SummaryIn Get Programming in Scala you will learn:Object-oriented principles in ScalaExpress program designs in functionsUse types to enforce program requirementsUse abstractions to avoid code duplicationWrite meaningful tests and recognize code smellsScala is a multi-style programming language for the JVM that ... Read more

    $65.99 CAD

  • R Object-oriented Programming

    by Kelly Black ...
    This book is designed for people with some experience in basic programming practices. It is also assumed that they have some basic experience using R and are familiar using the command line in an R environment. Our primary goal is to raise a beginner to a more advanced level to make him/her more comfortable creating programs and extending R to solve common problems. ... Read more

    $30.99 CAD or Free with Kobo Plus

  • Introduction to C++ - Lecture Notes

    by Paul Gent ...
    An easy to read introduction to programming in C++ which assumes some basic programming knowledge. Illustrated throughout with code samples and includes suggested tutorial exercises without solutions for review purposes. Based on slides written to deliver Introduction to Programming in C++ / C++ 101. ... Read more

    $0.99 CAD or Free with Kobo Plus

  • Learning Functional Programming

    Managing Code Complexity by Thinking Functionally

    by Jack Widman ...
    Learn how to think and write code like a functional programmer. With this practical guide, software developers familiar with object-oriented programming will dive into the core concepts of functional programming and learn how to use both functional and OOP features together on large or complex software projects.Author Jack Widman uses samples from Java, Python, C#, Scala, and JavaScript to help ... Read more

    $57.99 CAD

  • Sails.js in Action

    SummarySails.js in Action is a comprehensive guide to buildingenterprise-capable web applications using Node and Sails. Written by the creators of the Sails.js framework, this book carefully introduces each concept, technique, and tool with real-world examples and crystal clear explanations.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications ... Read more

    $65.99 CAD

  • Modern Day Programming With Paper and Pen

    Before touching a computer, fully understand the basics with this comprehensive introduction

    Modern Day Programming With Paper and Pen introduces programmers to the simplicity of problem-solving. Problem-solving is at the core of computer science. This book helps readers translate a solution from their head into something they can use in their favorite programming language. ... Read more

    $20.61 CAD or Free with Kobo Plus

  • Apex Design Patterns

    Harness the power of Apex design patterns to build robust and scalable code architectures on the Force.com platform

    Harness the power of Apex design patterns to build robust and scalable code architectures on the Force.com platformKey Features\[\*\]Apply Creational, Structural and behavioural patterns in Apex to fix governor limit issues.\[\*\]Have a grasp of the anti patterns to be taken care in Apex which could have adverse effect on the application.\[\*\]The authors, Jitendra Zaa is a salesforce MVP and ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Scala Design Patterns

    Write efficient, clean, and reusable code with Scala

    by Ivan Nikolov ...
    Write efficient, clean, and reusable code with ScalaKey FeaturesUnleash the power of Scala and apply it in the real world.Increase your efficiency by leveraging the power of Creational, Structural, Behavioural, and Functional design patterns.Build object oriented and functional applications quickly and effectively.Book DescriptionScala has become increasingly popular in many different IT sectors. ... Read more

    $51.99 CAD or Free with Kobo Plus

  • Unreal Engine Pro: Advanced Development Secrets

    Mastering Unreal Engine: From Novice to Pro

    Series series Mastering Unreal Engine: From Novice to Pro
    "Unreal Engine Pro: Advanced Development Secrets" is an indispensable guide for seasoned game developers aiming to master the complexities of the Unreal Engine. This book reveals the lesser-known techniques and strategies used by professionals in the creation of AAA games, offering an insider's view into high-level game development.The guide delves deep into advanced topics, such as custom engine ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Practical Rust 1.x Cookbook

    100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance and Microservices

    100s of Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance, and MicroservicesPractical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers many topics, including command line, webassembly, networking, Kubernetes, microservices, and system programming.This book ... Read more

    $43.99 CAD

  • Software Design for Python Programmers

    Principles and patterns

    by Ronald Mak ...
    Software Design for Python Programmers shows you how to level up from writing Python code to designing Python applications. Following intuitive “before” and “after” examples of improved code, you’ll learn to plan and execute Python applications effectively and avoid bugs associated with unmanaged state, poorly-formed classes, inflexible functions, and more.Great applications take advantage of ... Read more

    $59.99 CAD

  • UNIX and Perl to the Rescue!

    A Field Guide for the Life Sciences (and Other Data-rich Pursuits)

    Your research has generated gigabytes of data and now you need to analyse it. You hate using spreadsheets but it is all you know, so what else can you do? This book will transform how you work with large and complex data sets, teaching you powerful programming tools for slicing and dicing data to suit your needs. Written in a fun and accessible style, this step-by-step guide will inspire and ... Read more

    $56.99 CAD

  • Practical Advanced TypeScript

    by Bledar Ramo ...
    Practical Advanced TypeScript is your one-stop guide to mastering TypeScript's advanced language features through a unique, hands-on approach. This book is perfect for developers looking to learn the language in depth, understand its latest features, and select the patterns that fit real-world projects perfectly.Each topic in this book is explained in a well-defined and compact way, offering the ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Go Programming in Depth: From Basics to Advanced Techniques

    by Julian Pryce ...
    Master Go Programming from Fundamentals to Production-Ready ApplicationsGo Programming in Depth is your complete guide to mastering one of the most in-demand programming languages in modern software development. Whether you're a complete beginner or an experienced developer, this book provides a structured path to proficiency.Go powers the cloud-native infrastructure behind Docker, Kubernetes, ... Read more

    $5.99 CAD or Free with Kobo Plus

  • Last Minute System Design Interviews

    Must Learn Topics With Real World Examples

    “In the chaotic world of tech interviews, where every secondcounts, there’s an opportunity to shine among others”Pramod NPreparing for system design interviews at the last minute?Where do I start my preparation for system design interviews?What does an interviewer expect in system design interviews?What approach should I use to design a large scale distributed system?What if there is a book to ... Read more

    $4.82 CAD

  • Patterns for Computer-Mediated Interaction

    Series series Wiley Software Patterns Series
    Written by well-respected experts, this how-to guide provides patterns for the design of human computer human interaction (HCHI). An increasing number of applications are currently designed for use by more than one user, eg: multi-player games, interactive web sites, mobile phones, collaborative learning systems, interactive workspaces and smart environments. In these areas there is a shift from ... Read more

    $70.99 CAD

  • Dart零基礎攻略基礎+進階

    Dart零基礎攻略基礎+進階已推出線上教學課程,至以下網址購買相關課程,即可優惠購入本書:https://www.pressplay.cc/p/dart隨著時代的變遷,幾乎任何產業都在求快,程式也是如此。試想一下,一個電商公司想要開發購物網站與App,因此必須撰寫Web、Android和IOS三個平台的程式。Google為了加速程式開發,發表了Flutter框架,『 現今唯一原生混合式開發 』,讓我們可以撰寫一次程式碼,產生出Web、Android、IOS、Windows、MacOS和Linux等6個平台的程式,而開發Flutter程式的程式語言就是Dart。全球大廠已投資Flutter的有像是:ubuntu、ebay、iRobot、飛利浦等知名大廠。『 開發Flutter,Dart就必須打好基礎 』學習的時間也是成本,投資在學一次就可以開發6個平台的程式,絕對是你第一優先的選擇。 ... Read more

    $18.61 CAD

  • Python: Español

    PYTHON: INTROUDUCCIÓN EN ESPAÑOLAprende a programar en Python desde cero.Python es un lenguaje de alto nivel, con sintaxis fácil de entender y de los más recomendados para aprender a programar.Python se usa ámbitos como análisis de datos, programación web, inteligencia artificial, automatización, Big Data y ciencia de datos. ... Read more

    $6.99 CAD or Free with Kobo Plus

  • C# EBOOK

    by C# ...
    Guide to learning the programming language C#.In this volume we will discuss the main methodologies and techniques of C# programming.Topics covered:✔️ History of C#✔️ Structure of the programme✔️ Types of variables✔️ Input/Output✔️ Conditional constructions (if/else/switch)✔️ Arithmetic and Boolean operations✔️ Iterative cycles (while/for)✔️ Comments✔️ Vectors/Arrays✔️ Matrixes ... Read more

    $9.59 CAD or Free with Kobo Plus

  • Unlocking Insights

    A Practical Guide to Data Analysis with Retrieval-Augmented Generation

    by Logan Gray ...
    About the TechnologyRetrieval-Augmented Generation (RAG) is a revolutionary approach to data analysis that combines information retrieval with cutting-edge text generation techniques. This powerful technology empowers you to extract deeper meaning from your data than ever before.Short SummaryStruggling to uncover hidden patterns and generate actionable insights from your data? This book is your ... Read more

    $11.05 CAD or Free with Kobo Plus

  • 'C' Programming in an Open Source Paradigm

    Over the period of last few decades, the 'C' language has become an icon for computer programmers. The field of computer science has undergone tremendous change, and the rate of obsolescence of concepts, programming platforms, tools and utilities is extremely high. However, in spite of such vast changes, the only thing that has retained its stability is the 'C' language. Even today, millions of ... Read more

    $86.99 CAD

  • Android Studio 4.2 Development Essentials - Java Edition

    Developing Android 11 Apps Using Android Studio 4.2, Java and Android Jetpack

    by Neil Smyth ...
    Fully updated for Android Studio 4.2, the goal of this book is to teach the skills necessary to develop Android-based applications using the Java programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment.An overview of Android Studio is included covering areas such as tool windows, the code editor, ... Read more

    $46.99 CAD or Free with Kobo Plus