Game-Based Marketing: Inspire Customer Loyalty Through Rewards, Challenges, and Contests


Gabe Zichermann - 2010
    Gamification is revolutionizing the web and mobile apps.Innovative startups like Foursquare and Swoopo, growth companies like Gilt and Groupon and established brands like United Airlines and Nike all agree: the most powerful way to create and engage a vibrant community is with game mechanics. By leveraging points, levels, badges, challenges, rewards and leaderboards - these innovators are dramatically lowering their customer acquisition costs, increasing engagement and building sustainable, viral communities.Game-Based Marketing unlocks the design secrets of mega-successful games like Zynga's Farmville, World of Warcraft, Bejeweled and Project Runway to give you the power to create winning game-like experiences on your site/apps. Avoid obvious pitfalls and learn from the masters with key insights, such as:Why good leaderboards shouldn't feature the Top 10 players. Most games are played as an excuse to socialize, not to achieve. Status is worth 10x more than cash to most consumers. Badges are not enough: but they are important. You don't need to offer real-world prizing to run a blockbuster sweepstakes. And learn even more:How to architect a point system that works Designing the funware loop: the basics of points, badges, levels, leaderboards and challenges Maximizing the value and impact of badges Future-proofing your design Challenging users without distraction Based on the groundbreaking work of game expert and successful entrepreneur Gabe Zichermann, Game-Based Marketing brings together the game mechanics expertise of a decade's worth of research. Driven equally by big companies, startups, 40-year-old men and tween girls, the world is becoming increasingly more fun.Are you ready to play?

The Euthanist


Alex Dolan - 2015
    A young woman helps to end the lives of people with terminal diseases, her reasons her own. When she helps the wrong person, she will be roped into a plot to gain vengeance on behalf of dozens. Her journey will make her question everything she ever thought she knew about herself. And the last life she ends may be her own.They know her as Kali. She is there to see them off into the afterlife with kindness, with efficiency, and with two needles. She’s been a part of the right-to-die movement for years, an integral member, complicit in the deaths of twenty-seven men and women, all suffering from terminal illnesses.And she just helped the wrong patient.

Dessert for Two: Small-Batch Sweets for One, Two, or a Few


Christina Lane - 2015
    Finding the willpower to resist extra slices of cake can be difficult; the battle between leftover cookies and a healthy breakfast is over before it started. Until now. Dessert for Two takes well-loved desserts and scales them down to make only two servings. Cakes are baked in small pans and ramekins. Pies are baked in small pie pans or muffin cups. Cookie recipes are scaled down to make 1 dozen or fewer. Your favorite bars: brownies, blondes, and marshmallow cereal treats are baked in a bread loaf pan - which happily serves two when cut down the middle. Newly married couples (and empty-nesters) will be particularly enthralled with this miniature dessert guide. To everyone who lives alone: have your own personal-sized cake and eat it, too.

The Intelligent Web: Search, Smart Algorithms, and Big Data


Gautam Shroff - 2013
    These days, linger over a Web page selling lamps, and they will turn up at the advertising margins as you move around the Internet, reminding you, tempting you to make that purchase. Search engines such as Google can now look deep into the data on the Web to pull out instances of the words you are looking for. And there are pages that collect and assess information to give you a snapshot of changing political opinion. These are just basic examples of the growth of Web intelligence, as increasingly sophisticated algorithms operate on the vast and growing amount of data on the Web, sifting, selecting, comparing, aggregating, correcting; following simple but powerful rules to decide what matters. While original optimism for Artificial Intelligence declined, this new kind of machine intelligence is emerging as the Web grows ever larger and more interconnected.Gautam Shroff takes us on a journey through the computer science of search, natural language, text mining, machine learning, swarm computing, and semantic reasoning, from Watson to self-driving cars. This machine intelligence may even mimic at a basic level what happens in the brain.

MongoDB Applied Design Patterns


Rick Copeland - 2013
    You’ll learn how to apply MongoDB design patterns to several challenging domains, such as ecommerce, content management, and online gaming. Using Python and JavaScript code examples, you’ll discover how MongoDB lets you scale your data model while simplifying the development process.Many businesses launch NoSQL databases without understanding the techniques for using their features most effectively. This book demonstrates the benefits of document embedding, polymorphic schemas, and other MongoDB patterns for tackling specific big data use cases, including:Operational intelligence: Perform real-time analytics of business dataEcommerce: Use MongoDB as a product catalog master or inventory management systemContent management: Learn methods for storing content nodes, binary assets, and discussionsOnline advertising networks: Apply techniques for frequency capping ad impressions, and keyword targeting and biddingSocial networking: Learn how to store a complex social graph, modeled after Google+Online gaming: Provide concurrent access to character and world data for a multiplayer role-playing game

Programming JavaScript Applications: Robust Web Architecture With Node, HTML5, and Modern JS Libraries


Eric Elliott - 2012
    By applying the design patterns outlined in this book, you’ll learn how to write flexible and resilient code that’s easier—not harder—to work with as your code base grows.JavaScript has become one of the most widely used—and essential—programming languages for the Web, on both the client-side and server-side. In the real world, JavaScript applications are fragile, and when you change them things often break. Author Eric Elliott shows you how to add features without creating bugs or negatively impacting the rest of your code during the course of building a large JavaScript application.Examine the anatomy of a modern JavaScript applicationLearn best practices for code organization, modularity, and reuseApply Model-View-Controller architectures to client-side web developmentDelve into client-side (browser) and server-side (Node) approachesUse Node to design and program RESTful APIsLearn the processes teams use to build, test, deploy, and scale large JavaScript applicationsExpand your application’s reach through platform targets and internationalization

Data Analytics Made Accessible


Anil Maheshwari - 2014
    It is a conversational book that feels easy and informative. This short and lucid book covers everything important, with concrete examples, and invites the reader to join this field. The chapters in the book are organized for a typical one-semester course. The book contains case-lets from real-world stories at the beginning of every chapter. There is a running case study across the chapters as exercises. This book is designed to provide a student with the intuition behind this evolving area, along with a solid toolset of the major data mining techniques and platforms. Students across a variety of academic disciplines, including business, computer science, statistics, engineering, and others are attracted to the idea of discovering new insights and ideas from data. This book can also be gainfully used by executives, managers, analysts, professors, doctors, accountants, and other professionals to learn how to make sense of the data coming their way. This is a lucid flowing book that one can finish in one sitting, or can return to it again and again for insights and techniques. Table of Contents Chapter 1: Wholeness of Business Intelligence and Data Mining Chapter 2: Business Intelligence Concepts & Applications Chapter 3: Data Warehousing Chapter 4: Data Mining Chapter 5: Decision Trees Chapter 6: Regression Models Chapter 7: Artificial Neural Networks Chapter 8: Cluster Analysis Chapter 9: Association Rule Mining Chapter 10: Text Mining Chapter 11: Web Mining Chapter 12: Big Data Chapter 13: Data Modeling Primer Appendix: Data Mining Tutorial using Weka

Understanding Ecmascript 6: The Definitive Guide for JavaScript Developers


Nicholas C. Zakas - 2016
    In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you'll be able to see new features in action. You'll learn:How ECMAScript 6 class syntax relates to more familiar JavaScript conceptsWhat makes iterators and generators usefulHow arrow functions differ from regular functionsWays to store data with sets, maps, and moreThe power of inheritanceHow to improve asynchronous programming with promisesHow modules change the way you organize codeWhether you're a web developer or a Node.js developer, you'll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.

The Future of Music: Manifesto for the Digital Music Revolution


Dave Kusek - 2005
    For the next generation of players and downloaders, a provocative scenario from a music industry think tank. From the Music Research Institute at Berklee College of Music comes a manifesto for the ongoing music revolution. Today, the record companies may be hurting but the music-making business is booming, using non-traditional digital methods and distribution models. This book explains why we got where we are and where we are heading. For the iPod, downloading market, this book will explain new ways of discovering music, new ways of acquiring it and how technology trends will make music "flow like water," benefiting the people who love music and make music.