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 241 - 264 of 921 Results
Skip side bar filters
  • Programming Backend with Go

    by Julian Braun ...
    This book takes its time to go over every important aspect of backend programming, from the fundamentals to more advanced techniques, so that you can become experts in Go scripting and all the things Go can do. Quickly introducing readers to Go and its ecosystem, the book walks them through installing the language and creating a development environment with Visual Studio Code. Next, it takes a ... Read more

    S$ 37.84 SGD

  • Requirements Modeling And Coding: An Object-oriented Approach

    by Liping Liu ...
    Requirements Modeling and Coding attempts to bridge the gap between modeling and coding and serves the growing trend of agile development better than existing textbooks in the area. Instead of using toy tools to create modeling and coding examples, the author teaches IBM Rational Rhapsody as a modeling tool and Microsoft Visual C# as a programming tool. C# is the purest object-oriented programming ... Read more

    S$ 76.83 SGD

  • Java Programming Fundamentals: From Control Structures through Objects

    by Brian Gaddis ...
    This book is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Designed to support an introductory programming course, this book teaches you concepts of problem-solving and object-orientated programming using a fundamentals-first approach. Beginner programmers learn critical ... Read more

    S$ 37.47 SGD

  • Scale Smart: Azure Architecture Essentials

    Scale Smart: Azure Architecture Essentials is your definitive guide to building robust, scalable, and secure cloud solutions using Microsoft Azure. Whether you're an IT professional, solutions architect, or a developer stepping into the world of cloud architecture, this book equips you with the foundational principles and practical techniques to design systems that scale intelligently and ... Read more

    S$ 12.61 SGD or Free with Kobo Plus

  • Refactoring to Patterns

    Series series Addison-Wesley Signature Series (Fowler)
    In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary ... Read more

    S$ 82.94 SGD

  • The Ultimate Guide To Microsoft Excel Vba For Beginners And Seniors

    by Mike Cage ...
    Short of changing the tires on your car, Microsoft Excel can do pretty much anything. And the possibilities are even more endless when you learn to program with Excel Visual Basic for Applications (VBA). Regardless of your familiarity with Excel VBA,Pretty soon, you'll be doing things you didn't think were possible in Excel, from automating processes to writing your own worksheet functions. You'll ... Read more

    S$ 6.30 SGD

  • Mastering TypeScript

    From Basics to Expert Proficiency

    Edited by William Smith ...
    "Mastering TypeScript: From Basics to Expert Proficiency" is a comprehensive guide designed to take readers from the foundational principles of TypeScript to advanced concepts, empowering them to develop scalable, maintainable, and type-safe applications. Authored by an expert in TypeScript programming, this book meticulously covers essential topics including setting up the development environment ... Read more

    S$ 8.82 SGD or Free with Kobo Plus

  • Practical Development Environments

    This book doesn't tell you how to write faster code, or how to write code with fewer memory leaks, or even how to debug code at all. What it does tell you is how to build your product in better ways, how to keep track of the code that you write, and how to track the bugs in your code. Plus some more things you'll wish you had known before starting a project.Practical Development Environments is a ... Read more

    S$ 35.63 SGD

  • ActionScript Developer's Guide to PureMVC

    Code at the Speed of Thought

    by Cliff Hall ...
    Gain hands-on experience with PureMVC, the popular open source framework for developing maintainable applications with a Model-View-Controller architecture. In this concise guide, PureMVC creator Cliff Hall teaches the fundamentals of PureMVC development by walking you through the construction of a complete non-trivial Adobe AIR application.Through clear explanations and numerous ActionScript code ... Read more

    S$ 14.81 SGD

  • Be Expert in Java

    Learn Java programming and become expert

    by Ummed Singh ...
    Java serves as both a programming language and a platform. It is a sophisticated, secure, and object-oriented programming language. Sun Microsystems (now a subsidiary of Oracle) developed Java in 1995, and its conception is credited to James Gosling, often referred to as the father of Java. Originally named Oak, the language underwent a name change to Java when it was discovered that the name Oak ... Read more

    S$ 4.49 SGD or Free with Kobo Plus

  • Ant: The Definitive Guide

    Complete Build Management for Java

    by Steve Holzner ...
    Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full ... Read more

    S$ 35.63 SGD

  • Continuous Integration

    Improving Software Quality and Reducing Risk

    Series series Addison-Wesley Signature Series
    For any software developer who has spent days in “integration hell,” cobbling together myriad software components, Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the authors show, is to integrate regularly and often using continuous integration (CI) ... Read more

    S$ 59.39 SGD

  • Bases de Datos con MySQL

    by Ángel Arias ...
    Las Bases de datos son colecciones de información (datos) que se relacionan para crear un sentido y dar más eficiencia a una encuesta, un estudio organizado o la estructura de datos de una empresa. Son de vital importancia para las empresas, y en las últimas décadas se han convertido en la parte principal de los sistemas de información. Normalmente los datos permanecen allí durante varios años sin ... Read more

    S$ 7.51 SGD

  • Java 8 Programmer II Study Guide: Exam 1Z0-809

    This is the e-book version of my online Java 8 Programmer II Study Guide.The exam for the Oracle Certified Professional, Java SE 8 Programmer certification is hard. New APIs, lambdas, and streams, it covers a lot. But this book can help you.This book has complete coverage of the Java 8 SE Programmer II (1Z0-809) exam objectives. Each chapter presents the content in a simple and conversational ... Read more

    S$ 12.61 SGD

  • NGUI for Unity

    An easy-to-follow, step-by-step tutorial focusing on practical situations and manipulations, guiding you to create a concrete Graphical User Interface and a simple 2D game. If you are a Unity 3D developer looking forward to learn NGUI for Unity, then this book is for you. Prior knowlege of C# scripting is expected. Additional knowledge of Unity 3D Editor, GameObject and creating/adding scripts to ... Read more

    S$ 28.77 SGD 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

    S$ 31.71 SGD

  • Patterns for Fault Tolerant Software

    Series series Wiley Software Patterns Series
    Software patterns have revolutionized the way developer’s and architects think about how software is designed, built and documented.This new title in Wiley’s prestigious Series in Software Design Patterns presents proven techniques to achieve patterns for fault tolerant software. This is a key reference for experts seeking to select a technique appropriate for a given system.Readers are guided ... Read more

    S$ 78.99 SGD

  • View Controllers in iOS 11

    Learn how to structure your apps in iOS 11 with Xcode 9 and Swift 4

    by J.D Gauchat ...
    Learn how to create and connect view controllers to define the user interface of your iOS applications. After reading this guide, you will know how to add views and create view controllers, how to use segues and unwind segues to connect them, and how to implement Navigation Controllers, Tab Bar Controllers, and Split View Controllers to create user interfaces for every device.Table of ContentsVIEW ... Read more

    S$ 3.95 SGD

  • Minimal APIs in ASP.NET 9

    Design, implement, and optimize robust APIs in C# with .NET 9

    by Nick Proud ...
    Create APIs that embody simplicity, scalability, and precision with proven development techniques and the robust features of .NETKey FeaturesGet to grips with API design, architecture, and development methodologies to create elegant and scalable APIs in .NETGet insights into contemporary trends and tools shaping the API industryExplore both basic and advanced topics such as optimization, data ... Read more

    S$ 39.23 SGD or Free with Kobo Plus

  • PHP and MYSQL: 200 solved exercises and projects for practice

    Master dynamic web development

    PHP & MYSQL: 200 Solved Exercises and Projects for Practice Welcome to "PHP & MYSQL: 200 Solved Exercises and Projects for Practice," a comprehensive guide designed for aspiring developers and those looking to solidify their skills in web programming. This book serves as an invaluable resource for anyone aiming to deepen their understanding of PHP and MySQL, two cornerstones of modern web ... Read more

    S$ 11.76 SGD

  • Refactoring: Improving the Design of Existing Code

    Improving the Design of Existing Code

    Series series Addison-Wesley Object Technology Series
    As the application of object technology--particularly the Java programming language--has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system ... Read more

    S$ 64.41 SGD

  • Functional Python Programming

    Use a functional approach to write succinct, expressive, and efficient Python code

    “Using this book has propelled my efficiency in solving leetcode challenges.” - Discord user, zizu Python isn't all about object-oriented programming. Discover a valuable way of thinking about code design through a function-first approach – and learn when you need to use it. Now with detailed exercises at the end of every chapter! Purchase of the print or Kindle book includes a free eBook in PDF ... Read more

    S$ 51.98 SGD or Free with Kobo Plus

  • Intermediate Vulkan Programming- Building 3D Graphics

    Vulcan Fundamentals, #2

    Series Book 2 - Vulcan Fundamentals
    Dive deep into the world of 3D graphics with "Intermediate Vulkan Programming: Building 3D Graphics, 2nd Edition." This comprehensive guide is perfect for developers who have a basic understanding of Vulkan and are looking to enhance their skills. This edition provides an updated and thorough exploration of Vulkan's powerful capabilities, helping you create stunning 3D graphics with precision and ... Read more

    S$ 12.61 SGD

  • Mastering ChatGPT: A Comprehensive Guide to Harnessing AI-Powered Conversations

    In "Mastering ChatGPT: A Comprehensive Guide to Harnessing AI-Powered Conversations," readers are invited into the dynamic world of artificial intelligence and its profound impact on communication. This book is an essential resource for anyone eager to delve into the intricacies of conversational AI, especially the groundbreaking ChatGPT.At the heart of this guide is an in-depth exploration of ... Read more

    S$ 12.61 SGD