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 1 - 24 of 721 Results
Skip side bar filters
  • Types and Programming Languages

    A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, ... Read more

    RM 300.69

  • Power BI

    Data Mastery Made Easy

    by Rob Botwright ...
    Unlock the Full Potential of Your Data with the "Power BI Data Mastery Made Easy" Book Bundle!Are you ready to transform your data into actionable insights and make informed decisions that drive success? Look no further! Introducing the "Power BI Data Mastery Made Easy" book bundle, a comprehensive collection of resources that will empower you to harness the true power of Microsoft's leading ... Read more

    RM 19.84 or Free with Kobo Plus

  • Refactoring

    Improving the Design of Existing Code

    by Martin Fowler ...
    Series series Addison-Wesley Signature Series (Fowler)
    Martin Fowler’s guide to reworking bad code into well-structured codeRefactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that ... Read more

    RM 207.59

  • 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

    RM 105.79 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

    RM 2.86 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

    RM 163.19

  • 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

    RM 59.65 or Free with Kobo Plus

  • Pattern-Oriented Software Architecture For Dummies

    Implement programming best practices from the ground upImagine how much easier it would be to solve a programming problem, if you had access to the best practices from all the top experts in the field, and you could follow the best design patterns that have evolved through the years. Well, now you can. This unique book offers development solutions ranging from high-level architectural patterns, to ... Read more

    RM 100.19

  • 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

    RM 150.29 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

    RM 178.99 or Free with Kobo Plus

  • Designing Microservices Using Django

    by Shayank Jain ...
    A step-by-step that will help you build Microservices architecture using Django and Python KEY FEATURES a- Understand in-depth the fundamentals of Microservicesa- Learn how to create and use Django APIs a- Use web technology such as Nginx, Gunicorn, UWSGI, and Postgresql to deploy a Django projectDESCRIPTION Microservices architectures solve the multiple problems of software architecture. Django ... Read more

    RM 60.89

  • Collection Views with UIKit

    Quick Guides for Masterminds

    by J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to configure and display items in a grid with Collection Views.After reading this guide, you will know how to work with Collection ... Read more

    RM 8.65

  • 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

    RM 143.19

  • .NET 相依性注入

    使用 Unity

    by Michael Tsai ...
    邁向專業開發人員之路...本書內容是關於.NET相依性注入(dependency injection;簡稱DI)的相關議題。透過本書,您將會瞭解:什麼是 DI、它有什麼優點、何時使用 DI、以及可能碰到的陷阱。如何運用 DI 應付容易變動的軟體需求,設計出更彈性、更好維護的程式碼。與 DI 有關的設計模式。DI 於 .NET 應用程式中的實務應用,包括 ASP.NET MVC、ASP.NET Web API等等。如何使用 DI 容器(例如 Unity)來協助開發應用程式。本書的範例皆以 C# 撰寫,讀者無須具備任何 DI 背景知識。然而,這也不是 .NET 程式設計的入門書。為了避免讀者花錢買了不適合自己的書,容我斗膽列舉閱讀本書的基本條件:熟悉 C# 語法,包括擴充方法(extrension methods)、... ... Read more

    RM 71.58

  • 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

    RM 202.19

  • Kubernetes Handbook

    Non-Programmer's Guide to Deploy Applications with Kubernetes

    What “Kubernetes” does and how?After working in the technology and consulting ecosystem for the last 10 years, I am a huge supporter of simplification. While I understood the whole concept of Containerization and automating the deployment, I wanted to explain the bunch of newly recruited Technology Consultants in our team that how actually it’s used and deployed.So, the logical topics to be ... Read more

    RM 14.20 or Free with Kobo Plus

  • 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

    RM 11.29

  • Scratch Games Programming for Kids & Students

    A Step-by-Step Guide and Design Programs for Creating Thoughtful Animations, Puzzles, and Games with Scratch 3.0

    Programming With Scratch 3.0 Just Got Easier. Your Child Cannot Afford Not to Have His or Hers Now!By definition, Scratch is simply a visual programming language, backed up with the provision of a rich studying window to people of diverse ages. It allows you to create projects that are interactive and rich in media, like story animations, book reporting, scientific projects, simulations, and games ... Read more

    RM 19.84 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

    RM 13.96

  • 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

    RM 229.09

  • Learning C# 3.0

    Master the fundamentals of C# 3.0

    If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#.No previous ... Read more

    RM 91.59

  • 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

    RM 53.85

  • iOS 9 App Development Essentials

    Learn to develop iOS 9 Apps using Xcode 7 and Swift 2

    by Neil Smyth ...
    iOS 9 App Development Essentials is latest edition of this popular book series and has now been fully updated for the iOS 9 SDK, Xcode 7 and the Swift 2 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 9 and programming in Swift is provided, followed by an in ... Read more

    RM 39.73

  • Real-World Software Development

    A Project-Driven Guide to Fundamentals in Java

    Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way.With this engaging approach, junior developers capable of writing basic ... Read more

    RM 145.99