GET /services/catalog/products?format=api&page=76734
Response information
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "links": {
        "first": "https://redshelf.com/services/catalog/products?format=api&page=1",
        "last": "https://redshelf.com/services/catalog/products?format=api&page=78408",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=76735",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=76733"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000150204",
            "attributes": {
                "name": "Lo-Dash Essentials",
                "subtitle": "",
                "description": "Lo-Dash Essentials walks you through the Lo-Dash utility library, which promises consistency and performance in JavaScript development. This book looks into the most common functions and the various contexts in which they're used. You'll first start with object types and their properties, then you'll dive into larger development patterns, such as MapReduce, and how to chain functionality together. Following this, you'll learn how to make suitable builds for various environments, and discover how high-level patterns complement one another and how they lead to reusable building blocks for applications. Finally, you will gain some practical exposure to Lo-Dash by working alongside other libraries, and learn some useful techniques for improving performance. ",
                "author": "Adam Boduch",
                "slug": "lo-dash-essentials-150204-9781784395650-adam-boduch",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784398330.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150204",
                "product_url": "/app/ecom/book/150204/lo-dash-essentials-150204-9781784395650-adam-boduch",
                "bisac_codes": [
                    "COM060160"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784398330",
                    "EISBN13": "9781784395650"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067291"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150205",
            "attributes": {
                "name": "Raspberry Pi for Secret Agents - Second Edition",
                "subtitle": "",
                "description": "The book starts out with the initial setup of your Raspberry Pi, guides you through a number of pranks and secret agent techniques, and then shows you how to apply what you've learned out in the real world. Learn how to configure your operating system for maximum mischief and start exploring audio, video, or Wi-Fi techniques. You will learn how to record, listen, or talk to people from a distance and how to set up your own phone network. Then, plug in your webcam and set up a motion detector with an alarm or find out what the other computers on your Wi-Fi network are up to. Once you've mastered the techniques, combine them with a battery pack and GPS for the ultimate off-road spy kit. Raspberry Pi for Secret Agents, Second Edition has everything you need to turn your Raspberry Pi into an information-gathering powerhouse. Use the practical spy and pranking techniques to amuse yourself or your friends. ",
                "author": "Stefan Sjogelid",
                "slug": "raspberry-pi-for-secret-agents-second-edition-150205-9781784391386-stefan-sjogelid",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784397906.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150205",
                "product_url": "/app/ecom/book/150205/raspberry-pi-for-secret-agents-second-edition-150205-9781784391386-stefan-sjogelid",
                "bisac_codes": [
                    "COM050000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784397906",
                    "EISBN13": "9781784391386"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067305"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150203",
            "attributes": {
                "name": "Learning LEGO MINDSTORMS EV3",
                "subtitle": "",
                "description": "The LEGO EV3 is a programmable LEGO brick that can control different motors and take input from buttons and numerous sensors, allowing you to build sophisticated robots from a simple children's system of modular bricks. You can build your very own robot using your EV3 kit, but there is a lack of good documentation in regards to the details of robot building! This book is a practical guide that will show you how to advance beyond the basic lessons included in your EV3 kit, combine core programming commands, and implement tested design principles when building your own robot. You will become familiar with resources beyond your EV3 kit and enhance your robot designs. ",
                "author": "Gary Garber",
                "slug": "learning-lego-mindstorms-ev3-150203-9781783985036-gary-garber",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783985029.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150203",
                "product_url": "/app/ecom/book/150203/learning-lego-mindstorms-ev3-150203-9781783985036-gary-garber",
                "bisac_codes": [
                    "COM004000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783985029",
                    "EISBN13": "9781783985036"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066216"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150200",
            "attributes": {
                "name": "Mastering Scientific Computing with R",
                "subtitle": "",
                "description": "With this book, you will learn not just about R, but how to use R to answer conceptual, scientific, and experimental questions. Beginning with an overview of fundamental R concepts, you'll learn how R can be used to achieve the most commonly needed scientific data analysis tasks: testing for statistically significant differences between groups and model relationships in data. You will delve into linear algebra and matrix operations with an emphasis not on the R syntax, but on how these operations can be used to address common computational or analytical needs. This book also covers the application of matrix operations for the purpose of finding structure in high-dimensional data using the principal component, exploratory factor, and confirmatory factor analysis in addition to structural equation modeling. You will also master methods for simulation and learn about an advanced analytical method. ",
                "author": "Paul Gerrard, Radia M. Johnson",
                "slug": "mastering-scientific-computing-with-r-150200-9781783555260-paul-gerrard-radia-m-johnson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783555253.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150200",
                "product_url": "/app/ecom/book/150200/mastering-scientific-computing-with-r-150200-9781783555260-paul-gerrard-radia-m-johnson",
                "bisac_codes": [
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783555253",
                    "EISBN13": "9781783555260"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067127"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150199",
            "attributes": {
                "name": "HDInsight Essentials - Second Edition",
                "subtitle": "",
                "description": "Traditional relational databases are today ineffective with dealing with the challenges presented by Big Data. A Hadoop-based architecture offers a radical solution, as it is designed specifically to handle huge sets of unstructured data. This book takes you through the journey of building a modern data lake architecture using HDInsight, a Hadoop-based service that allows you to successfully manage high volume and velocity data in the Microsoft Azure Cloud. Featuring a wealth of practical examples, you'll find tips and techniques to provision your own HDInsight cluster to ingest, organize, transform, and analyze data. While guided through HDInsight, you'll explore the wider Hadoop ecosystem with plenty of working examples on Hadoop technologies including Hive, Pig, MapReduce, HBase, Storm, and analytics solutions including using Excel PowerQuery, PowerMap, and PowerBI. ",
                "author": "Rajesh Nadipalli",
                "slug": "hdinsight-essentials-second-edition-150199-9781784396664-rajesh-nadipalli",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784399429.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150199",
                "product_url": "/app/ecom/book/150199/hdinsight-essentials-second-edition-150199-9781784396664-rajesh-nadipalli",
                "bisac_codes": [
                    "COM005030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784399429",
                    "EISBN13": "9781784396664"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067242"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150198",
            "attributes": {
                "name": "Learning Axure RP Interactive Prototypes",
                "subtitle": "",
                "description": "This book provides you with a rapid introduction to interactive prototyping. It starts with explaining the basics of Axure RP and quickly familiarizes you with pages, panes, and widgets. It then walks you through designing increasingly compelling experiences by enabling basic, intermediate, and advanced interactions with your own interactive prototype. You will also learn how to generate common interactions for a typical home page that includes a global header and footer as well as an interactive carousel. You'll also incorporate social media feeds from Facebook and Twitter. You'll enhance your functional prototype with user account creation and login validation; simulate a Content Management System driving catalog, category, and search results pages; and finally learn to fashion a dynamic shopping cart with a progress indicator and checkout interactions. ",
                "author": "John Henry Krahenbuhl",
                "slug": "learning-axure-rp-interactive-prototypes-150198-9781783552061-john-henry-krahenbuhl",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783552054.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150198",
                "product_url": "/app/ecom/book/150198/learning-axure-rp-interactive-prototypes-150198-9781783552061-john-henry-krahenbuhl",
                "bisac_codes": [
                    "COM070000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783552054",
                    "EISBN13": "9781783552061"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066185"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150197",
            "attributes": {
                "name": "Learning Apex Programming",
                "subtitle": "",
                "description": "Starting with the syntax and common use cases for developing in Salesforce, this book will teach you how to create and deploy applications on the fly. You will learn how to approach new projects and learn the basics of Apex, including how to use Eclipse and the sandbox. Salesforce limits and batch processes are explained in an easy-to-understand format, and you will gain a deep understanding of triggers, classes, test coverage, and Visualforce pages. You will also discover how you can share your Force.com data and code with the outside world and how to integrate with Google calendar using Apex. Finally, the book covers the creation of real-world web service integrations with Salesforce.com; you will create a Force.com application from start to finish using Apex as the business logic. By the end of this book, you will know all the best practices for development using Apex. ",
                "author": "Matt Kaufman, Michael Wicherski",
                "slug": "learning-apex-programming-150197-9781782173984-matt-kaufman-michael-wicherski",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782173977.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150197",
                "product_url": "/app/ecom/book/150197/learning-apex-programming-150197-9781782173984-matt-kaufman-michael-wicherski",
                "bisac_codes": [
                    "COM060090"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781782173977",
                    "EISBN13": "9781782173984"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066182"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150196",
            "attributes": {
                "name": "Functional Python Programming",
                "subtitle": "",
                "description": "Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. It's ideally suited to a number of applications in the broad space of data science. This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Starting with a general overview of functional programming concepts, you will explore common functional features such as first-class and higher-order functions, pure functions and more, and how these are accomplished in Python. Additionally, you will cover how common functional optimizations can be handled in Python. You'll also explore data preparation techniques and data exploration in depth. Moving on, you will learn how the Python standard library fits the functional programming model. The book concludes with a look at the PyMonad project and some larger examples. By the end of this book, you will be able to understand what functional programming is all about, its impact on the programming workflow, why it's important, and how to implement it in Python. ",
                "author": "Steven Lott",
                "slug": "functional-python-programming-150196-9781784397616-steven-lott",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784396992.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150196",
                "product_url": "/app/ecom/book/150196/functional-python-programming-150196-9781784397616-steven-lott",
                "bisac_codes": [
                    "COM051360"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784396992",
                    "EISBN13": "9781784397616"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067195"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150194",
            "attributes": {
                "name": "Java EE 7 Development with NetBeans 8",
                "subtitle": "",
                "description": "NetBeans has several features that greatly simplify Java EE development, but with many features and great flexibility, Java developers can become overwhelmed by the options available in NetBeans. Java EE 7 Development with NetBeans 8 takes you through the most important parts of Java EE programming and shows you how to use the features of NetBeans that will improve your development experience through clear, careful instructions and screenshots. This book will take you through the major Java EE APIs and how to get them working in the NetBeans environment. This is a practical guide that covers how to leverage NetBeans 8 functionality to quickly and easily develop enterprise applications compliant with the Java EE 7 standard. ",
                "author": "David R. Heffelfinger",
                "slug": "java-ee-7-development-with-netbeans-8-150194-9781783983537-david-r-heffelfinger",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783983520.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150194",
                "product_url": "/app/ecom/book/150194/java-ee-7-development-with-netbeans-8-150194-9781783983537-david-r-heffelfinger",
                "bisac_codes": [
                    "COM051280"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783983520",
                    "EISBN13": "9781783983537"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066092"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150192",
            "attributes": {
                "name": "Learning NServiceBus - Second Edition",
                "subtitle": "",
                "description": "Building complex software systems is hard, but it doesn't have to be! NServiceBus is a powerful, yet lightweight, open source messaging framework used to design distributed .NET enterprise systems. Entirely pluggable, yet simple to use, it can help you apply the principles of messaging and SOA to build robust, scalable, and maintainable systems. This book is an essential guide that will help you become a messaging guru. From sending a simple message, to publishing events, to implementing complex long-running business processes, you'll learn everything you need to know to start building complex software systems in no time. ",
                "author": "David Boike",
                "slug": "learning-nservicebus-second-edition-150192-9781784390877-david-boike",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784392925.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150192",
                "product_url": "/app/ecom/book/150192/learning-nservicebus-second-edition-150192-9781784390877-david-boike",
                "bisac_codes": [
                    "COM060090"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784392925",
                    "EISBN13": "9781784390877"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067377"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150191",
            "attributes": {
                "name": "BeagleBone Media Center",
                "subtitle": "",
                "description": "Every new embedded board that comes into existence gives us the power to access highly technological objects that can be shaped according to our desires and ideas. BeagleBone is one such low power, open source, single-board computer with all the functionality of a basic computer. This book begins with a quick installation of MediaDrop, a versatile media content manager, showing you how to manage your music, video, and podcasts. You will learn how to configure access permissions for your users and select the way you would want them to retrieve your shared media. Next, you'll get to grips with how to use existing ready-to-use modules or video devices in your own projects. As you continue your journey, you will learn how to build your personal media player. Toward the end of the book, you will create an interesting project using BeagleBone, that is, an 8 x 8 LED matrix that will groove to your music. By the end of the book, you will be armed with all the knowledge required to interface and configure all media center components using BeagleBone. ",
                "author": "David Lewin",
                "slug": "beaglebone-media-center-150191-9781784390228-david-lewin",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784399993.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150191",
                "product_url": "/app/ecom/book/150191/beaglebone-media-center-150191-9781784390228-david-lewin",
                "bisac_codes": [
                    "COM034000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784399993",
                    "EISBN13": "9781784390228"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067073"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150190",
            "attributes": {
                "name": "Less Web Development Cookbook",
                "subtitle": "",
                "description": "Less is a dynamic style sheet language to help you make your CSS code more maintainable, readable, and reusable. It provides impressive features to enhance your web development skills with complex code techniques necessary for responsive websites. This book contains more than 110 practical recipes to help you develop efficient projects through CSS extensions including variables, mixins, and functions. Optimize your projects by debugging code to create style guides, build responsive grids, and integrate Less into your WordPress development workflow. This book includes Less v2 code and covers powerful tools such as Bootstrap and a wide-range of additional prebuilt mixin libraries, allowing you to set up a powerful development environment with Node.js and Grunt. ",
                "author": "Bass Jobsen, Amin Meyghani",
                "slug": "less-web-development-cookbook-150190-9781783981496-bass-jobsen-amin-meyghani",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783981489.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150190",
                "product_url": "/app/ecom/book/150190/less-web-development-cookbook-150190-9781783981496-bass-jobsen-amin-meyghani",
                "bisac_codes": [
                    "COM060130"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783981489",
                    "EISBN13": "9781783981496"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066265"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150189",
            "attributes": {
                "name": "OpenJDK Cookbook",
                "subtitle": "",
                "description": "OpenJDK is one of the most widely used open source implementations of the Java platform. It is used to change, customize, and tune core application internals and provide a way to extend the application internals according to your requirements. OpenJDK Cookbook begins by introducing you to OpenJDK and IcedTea builds for various virtual machine implementations and how to deploy OpenJDK on multiple platforms. Furthermore, the book digs deeper into the development concepts, JVM internals, and techniques to make robust improvements or customizations to OpenJDK. Essentially, the book covers the best practices for accessing and using the core features of OpenJDK to build advanced Java solutions by utilizing the more complex and nuanced parts of OpenJDK. ",
                "author": "Stanislav Kobylyanskiy\n, Alex Kasko, Alexey Mironchenko",
                "slug": "openjdk-cookbook-150189-9781849698412-alex-kasko-stanislav-kobylyanskiy-alexey-mironchenko",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781849698405.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150189",
                "product_url": "/app/ecom/book/150189/openjdk-cookbook-150189-9781849698412-alex-kasko-stanislav-kobylyanskiy-alexey-mironchenko",
                "bisac_codes": [
                    "COM084000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781849698405",
                    "EISBN13": "9781849698412"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066596"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150188",
            "attributes": {
                "name": "Learning NServiceBus Sagas",
                "subtitle": "",
                "description": "NServiceBus (NSB) is the most popular Enterprise Service Bus (ESB) for C#. This learning guide will equip you with the skills to develop and design NSB sagas and NSB messaging. The first few chapters will discuss the basics of SOA, gradually leading you into the detailed topics of NSB. In the next chapters, NSB platform services will be covered for monitoring, designing in Visual Studio, and operational pulses on NSB. Many example architectures will be explained using ASP.NET Model-View-Controllers, Entity Frameworks, NHibernate, MSMQ, RabbitMQ, SQL Server queues, ActiveMQ, and MongoDB. Finally, endpoints will be extended using sagas to integrate them into secure protocols such as Secure File Transfer Protocol (SFTP) and C# web services. By the end of this book, you will be able to design, build, and test NServiceBus sagas and perform message handling. ",
                "author": "Rich Helton",
                "slug": "learning-nservicebus-sagas-150188-9781782173502-rich-helton",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782173496.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150188",
                "product_url": "/app/ecom/book/150188/learning-nservicebus-sagas-150188-9781782173502-rich-helton",
                "bisac_codes": [
                    "COM051310"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781782173496",
                    "EISBN13": "9781782173502"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066227"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150187",
            "attributes": {
                "name": "Salesforce CRM  The Definitive Admin Handbook - Third Edition",
                "subtitle": "",
                "description": "The book begins by guiding you through setting up users and security settings and then progresses to configuration, data management, and data analytics. Next, you will swiftly move on to how to set up organization-wide features that affect the look and feel of the application. Process automation, and approval mechanisms are then covered, along with the functional areas of Sales Cloud, Service Cloud, Marketing Cloud, and Salesforce Chatter. At the end of the book, we cover Salesforce mobile apps and mobile administration, along with techniques to further enhance the system and improve the return on investment. Prerequisites include Enterprise, Unlimited, Performance, or Developer edition of Salesforce CRM along with the System Administrator permission. ",
                "author": "Paul Goodey",
                "slug": "salesforce-crm-the-definitive-admin-handbook-third-edition-150187-9781784391485-paul-goodey",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784397562.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150187",
                "product_url": "/app/ecom/book/150187/salesforce-crm-the-definitive-admin-handbook-third-edition-150187-9781784391485-paul-goodey",
                "bisac_codes": [
                    "COM066000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784397562",
                    "EISBN13": "9781784391485"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067174"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150184",
            "attributes": {
                "name": "GameSalad Essentials",
                "subtitle": "",
                "description": "This guide will teach you everything you need to know to start developing your own game, from the design process, to the creation, and in-depth development features of GameSalad. You will start by designing your game and importing artwork, and quickly move to setting up in GameSalad. Once you set up your menu and controls, you will create players and make them attack all they find while detecting collisions. Of course, it's important to keep track of their health, ammo, and other vitals, so you will learn that next! To spice things up further, we will add enemies, teach them how to behave (or not), and create minimaps and other objectives to keep your players hooked. We will round off with some important details about monetization, cross-platform deployment, and other pearls of wisdom to help you on your own journey. Phew! ",
                "author": "Miguel DeQuadros",
                "slug": "gamesalad-essentials-150184-9781784398460-miguel-dequadros",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784391973.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150184",
                "product_url": "/app/ecom/book/150184/gamesalad-essentials-150184-9781784398460-miguel-dequadros",
                "bisac_codes": [
                    "COM012040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784391973",
                    "EISBN13": "9781784398460"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067329"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150183",
            "attributes": {
                "name": "WiX Cookbook",
                "subtitle": "",
                "description": "WiX is a dialect of XML used to make installers for Windows. Its declarative style avoids the complexity and limitations of procedural code, providing you with everything you need to package up an entire application into a single MSI file. This book gives you a good overview of WiX's capabilities to develop your own installer packages with functionalities beyond those available in Windows Installer. In the recipes of this book, you will see ways in which WiX can cut down on your installation time and help you streamline your deployment processes. You will see how to make customized installer UIs, write custom actions, create shortcuts, and also set your application as the default for a file type. ",
                "author": "Nick Ramirez",
                "slug": "wix-cookbook-150183-9781784399405-nick-ramirez",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781784393212.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150183",
                "product_url": "/app/ecom/book/150183/wix-cookbook-150183-9781784399405-nick-ramirez",
                "bisac_codes": [
                    "COM060080"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781784393212",
                    "EISBN13": "9781784399405"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013067233"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150182",
            "attributes": {
                "name": "Cocos2d Game Development Blueprints",
                "subtitle": "",
                "description": "Cocos2d is one of the most popular 2D game engines for the iOS platform. It is packed with powerful features that set it apart from other game engines. It can be used to build games, apps, and other cross-platform GUI-based interactive programs. This practical guide will develop your skills in designing and developing iOS games across several genres. You will start with managing collisions through building a horizontal scroll game for both iPhone and iPad, you will then go through building a shooting game. After that, you will learn how to use the accelerometer to control movement, load particle systems such as explosions, draw primitives, and create parallax effects. We also cover essential elements of the Cocos2d package including sprite sheets, multiple image file loading to animate a sprite, building physics behavior with Chipmunk, using filters and listeners, and providing powerful AI, non-playable characters, and pathfinder algorithms with a cool tower defence game. ",
                "author": "Jorge Jordan",
                "slug": "cocos2d-game-development-blueprints-150182-9781783987894-jorge-jordan",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783987887.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150182",
                "product_url": "/app/ecom/book/150182/cocos2d-game-development-blueprints-150182-9781783987894-jorge-jordan",
                "bisac_codes": [
                    "COM012040"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783987887",
                    "EISBN13": "9781783987894"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013065669"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150181",
            "attributes": {
                "name": "Three.js Cookbook",
                "subtitle": "",
                "description": "Modern browsers are becoming more powerful each year and in recent years have adopted WebGL as the standard to deliver 3D graphics in a browser. Beginning with some basic recipes to get you started, this book will guide you through the most important features that Three.js has to offer. You'll even learn how to quickly create new geometries from scratch. Solutions and methods that show you how to use HTML5 video and canvas as textures will follow on from this. By the end of the book, you'll be able to quickly add advanced features to your scene, improve the way users interact with your 3D scene, and make your scenes look stunning. ",
                "author": "Jos Dirksen",
                "slug": "threejs-cookbook-150181-9781783981199-jos-dirksen",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781783981182.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150181",
                "product_url": "/app/ecom/book/150181/threejs-cookbook-150181-9781783981199-jos-dirksen",
                "bisac_codes": [
                    "COM051260"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781783981182",
                    "EISBN13": "9781783981199"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066931"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000150180",
            "attributes": {
                "name": "Learning Qlik Sense: The Official Guide",
                "subtitle": "",
                "description": "The intuitive and powerful Qlik Sense analytics software allows anyone to engage in data discovery, to explore your data and find meaningful insights to empower your business. Qlik Sense lets you easily create personalized reports and visualizations, and reveal essential connections to show new opportunities from every angle. Written by members of the Qlik Sense team, Learning Qlik Sense is the official guide from Qlik to understanding and using their powerful new product. Benefit from the vision behind the development of Qlik Sense and get to grips with how Qlik Sense can empower you as a data discovery consumer. Learn how to create your own applications for Qlik Sense to customize it to meet your personal needs for business intelligence, and how to oversee and administer the Qlik Sense data architecture. Finally, explore utilizing Qlik Sense to uncover essential data, with practical examples on finding and visualizing intelligence for sales figures, human resources information, travel expense tracking, and demographic data discovery.",
                "author": "Christopher Ilacqua, Henric Cronstrom, James Richardson",
                "slug": "learning-qlik-sense-the-official-guide-150180-9781782173366-christopher-ilacqua-henric-cronstrom-james-richardson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782173359.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "150180",
                "product_url": "/app/ecom/book/150180/learning-qlik-sense-the-official-guide-150180-9781782173366-christopher-ilacqua-henric-cronstrom-james-richardson",
                "bisac_codes": [
                    "COM018000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781782173359",
                    "EISBN13": "9781782173366"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010013066240"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 76734,
            "pages": 78408,
            "count": 1568150
        }
    }
}

Response Info

Default: None