Book picks similar to
Recipes with Backbone by Nick Gauthier


programming
software-development
interesting
it

Life Choices


J.A. Stone - 2016
    Doctor David Miller, the driver of the second car, pulled the unconscious Jessie from the wreckage. After the ambulance drove away, David doubted he'd ever see the stunning blonde again. Yet, a little over a year later, Jessie and her domineering mother walked into his office in Augusta, Georgia. Jessie's mother was insistent that Jessie needed psychotherapy. Was it a coincidence or fate that had brought the two back together? Would David find a way to save Jessie again? Or would the attraction between the two, along with Jessie's fears and David's secrets, tear Jessie's life apart once more?

The Yonahlossee Riding Camp for Girls Free Preview


Anton DiSclafani - 2013
     It is 1930, the midst of the Great Depression. After her mysterious role in a family tragedy, passionate, strong-willed Thea Atwell, age fifteen, has been cast out of her Florida home, exiled to an equestrienne boarding school for Southern debutantes. High in the Blue Ridge Mountains, with its complex social strata ordered by money, beauty, and girls’ friendships, the Yonahlossee Riding Camp for Girls is a far remove from the free-roaming, dreamlike childhood Thea shared with her twin brother on their family’s citrus farm—a world now partially shattered. As Thea grapples with her responsibility for the events of the past year that led her here, she finds herself enmeshed in a new order, one that will change her sense of what is possible for herself, her family, her country. Weaving provocatively between home and school, the narrative powerfully unfurls the true story behind Thea’s expulsion from her family, but it isn’t long before the mystery of her past is rivaled by the question of how it will shape her future. Part scandalous love story, part heartbreaking family drama, The Yonahlossee Riding Camp for Girls is an immersive, transporting page-turner—a vivid, propulsive novel about sex, love, family, money, class, home, and horses, all set against the ominous threat of the Depression—and the major debut of an important new writer.

Imprint of the Past


Robin Roughley - 2019
    So when she discovers the picturesque cottage for sale on the internet she instantly falls in love with the place and when her husband John agrees to view the property she comes to believe that it is written in the stars that this will be their new forever home. Rosebud Cottage sits on the clifftops commanding breath-taking views of the sea, a vista that is forever changing, and one that instantly fills them both with a sense of belonging. Though things are about to change, as a simple walk on the pebbled beach at Seaview Cove turns into a nightmare for Emily as she discovers a body hidden by the rocks, a man is sprawled on the stones, eyes closed, arms outstretched his wild black hair matted with blood. Though by the time she raises the alarm and dashes back to the beach she is left stunned to find the man has vanished. So starts the mind bending mystery as Emily tries to navigate her way through the labyrinth of her own mind, and as those around her become more concerned with her behaviour, she finds herself doubting her own sanity. As obsession takes over, Emily comes to realise that sometimes even the most tranquil of surroundings can mask the most devastating of crimes. As the weather changes and the storms arrive Emily Green finds herself trapped in a dark place, a place where even her own senses are not to be trusted. And as she tries to hold onto her sanity, someone is watching from the shadows, someone with evil on their mind.

The LogStash Book


James Turnbull - 2013
    We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.

Intermediate Perl


Randal L. Schwartz - 2003
    One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications


Tomasz Nurkiewicz - 2016
    With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. You'll learn how RxJava leverages parallelism and concurrency to help you solve today's problems. This book also provides a preview of the upcoming 2.0 release.Write programs that react to multiple asynchronous sources of input without descending into callback hellGet to that aha! moment when you understand how to solve problems in the reactive wayCope with Observables that produce data too quickly to be consumedExplore strategies to debug and to test programs written in the reactive styleEfficiently exploit parallelism and concurrency in your programsLearn about the transition to RxJava version 2

The Node Beginner Book


Manuel Kiessling - 2011
    The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way on 59 pages.

APIs: A Strategy Guide


Daniel Jacobson - 2011
    Salesforce.com (more than 50%) and Twitter (more than 75% fall into this category. Ebay gets more than 8 billion API calls a month. Facebook and Google, have dozens of APIs that enable both free services and e-commerce, get more than 5 billion API calls each day. Other companies like NetFlix have expanded their service of streaming movies over the the web to dozens of devices using API. At peak times, more than 20 percent of all traffic is accounted for by Netflix through its APIs. Companies like Sears and E-Trade are opening up their catalogs and other services to allow developers and entrepreneurs to create new marketing experiences. Making an API work to create a new channel is not just a matter of technology. An API must be considered in terms of business strategy, marketing, and operations as well as the technical aspects of programming. This book, written by Greg Brail, CTO of Apigee, and Brian Mulloy, VP of Products, captures the knowledge of all these areas gained by Apigee, the leading company in supporting the rollout of high traffic APIs.

HTML5 and CSS3: Develop with Tomorrow's Standards Today


Brian P. Hogan - 2010
    Even though the specification is still in development, many modern browsers and mobile devices already support HTML5 and CSS3. This book gets you up to speed on the new HTML5 elements and CSS3 features you can use right now, and backwards compatible solutions ensure that you don't leave users of older browsers behind. This book gets you started working with many useful new features of HTML5 and CSS3 right away. Gone are the days of adding additional markup just to style a button differently or stripe tables. You'll learn to use HTML5's new markup to create better structure for your content and better interfaces for your forms, resulting in cleaner, easier-to-read code that can be understood by both humans and programs. You'll find out how to embed audio, video, and vector graphics into your pages without using Flash. You'll see how web sockets, client-side storage, offline caching, and cross-document messaging can ease the pain of modern web development. And you'll discover how simple CSS3 makes it to style sections of your page. Throughout the book, you'll learn how to compensate for situations where your users can't take advantage of HTML5 and CSS3 yet, developing solutions that are backwards compatible and accessible. You'll find what you need quickly with this book's modular structure, and get hands-on with a tutorial project for each new HTML5 and CSS3 feature covered. "Falling Back" sections show you how to create solutions for older browsers, and "The Future" sections at the end of each chapter get you excited about the possibilities when HTML5 and CSS3 reach widespread adoption. Get ready for the future---in fact, it's here already.

The Dream Team Nightmare


Portia Tung - 2012
    You've just been introduced to your new team as their Agile Coach. The team calls themselves The Dream Team. You are responsible for coming up with a plan to get the team back on track to achieve their project goals.Shortly after the initial product launch, The Dream Team was set a challenge by the Management Team to try out an alternative way of working called Agile. Eighteen months on and the team is working anything but like a dream. In fact, life's become a bit of a nightmare. Morale is low. Productivity has ground to a halt. Quality has become a taboo subject.Management believes the project has reached an impasse. They demand results and are prepared to outsource the remainder of the project. You have 5 days to figure out how to help the team move forward.Your fate and that of your team is entirely in your hands. What choices will you make? Choose badly and you’ll come to a sticky end. Choose wisely and you and your team stand a chance of living happily ever after. What will you choose to do?

Being the Soham Psychic


Dennis McKenzie - 2009
    'I am really sorry but both the girls are dead'. Dennis McKenzie was brought to the world's attention following his involvement in the tragic Soham murder case. Making stunningly accurate predictions about the deaths of Holly Wells and Jessica Chapman, he was dubbed the 'Soham Psychic'. Since then, Dennis's expertise has continually been drawn on to help solve many horrific crimes, including the case of the 'BTK' Killer - a serial killer who bound, tortured and killed women in Wichita, Kansas and evaded the police for over 30 years. An ordinary boy from a working-class background, Dennis never imagined his life would follow such an extraordinary path. From his first psychic sighting at the age of four to his traumatic prediction of a family friend's death, Dennis shares the experiences that have defined his remarkable life in his typically frank and down-to-earth way. This is the fascinating story of how Dennis discovered his gift and how, with the help of his spirit guides, he has shared his psychic wisdom with the world.

Den of Wolves: Complete Trilogy


Harper Maguire - 2019
    The residents of this sleepy little town are none the wiser, but everyone sure knows about Oregon Investigations. Cousins Jack and Liam, and their longtime friend, Brodie aren’t just the private investigators of the firm, they’re also shifters belonging to the very same dwindling den of wolves. PART ONE Charlotte Gold has followed in her father’s legendary, country-singing footsteps, though her success hasn’t spanned beyond Cottage Grove. She’s just fine with that and singing with her band at Home on the Range feels like a little slice of heaven and a whole lot of fun whenever she gets on stage. But when her drummer keels over, dead, one night while playing, Charlotte’s quiet corner of paradise turns dark. No one suspects foul play except for Charlotte and she will stop at nothing to expose the killer who took her friend’s life, even if the residents of Cottage Grove think she’s crazy. One man doesn’t think she’s lost her mind, however, and Jack has all the skills and resources to crack this overlooked case wide open. PART TWO Eve Picoult hasn’t set foot in her hometown of Cottage Grove since she graduated high school ten years ago, but her dear friend twists her arm into agreeing to return for their ten-year reunion. It’s been forever, but how could she say no to her favorite Skype friend who has always been there for her, through thick and thin? For Eve, well, one reason comes to mind… or person. Brodie Shea. When Eve arrives at Cottage Grove, however, she discovers her friend mysteriously vanished. How could that be? Eve fears the worst, knowing her friend wouldn’t miss her high school reunion for the world. And it will be Brodie and his private investigation firm who will help Eve find out why her old friend has suddenly disappeared. PART THREE One dark, foggy night, as Wendy Cunningham kicks and fights her way up from the bottom of Silver Lake, she fears that life as she knows it is about to come to a violent end. But a man pulls her out, saving her life at the last minute. She doesn’t recognize him, but Liam knows exactly who she is. Come to think about it, not only does Wendy not recognize Liam, but she doesn’t recognize Cottage Grove, the town where she apparently grew up in, or remember anything about her life for that matter. Amnesia. Wendy’s memory will come back, but no one knows when or how or why, and until she remembers who knocked her out and tossed her into Silver Lake for dead, she will have no choice but to rely on the one man she trusts didn’t do it—Liam Doren. But Liam has secrets of his own. He’s a wolf shifter, after all, and the closer these two get, the harder it becomes for him to hide it from her.

Learning Node


Shelley Powers - 2012
    This guide offers a friendly way to master Node fundamentals with clear and concise information you can use right away.Built on Google’s V8 JavaScript engine, Node offers high performance and easy scalability for server-side applications. Learning Node walks you through the differences and parallels between client-side and server-side programming, with practical examples of programming and deployment.* Quickly learn how to install and deploy Node* Understand how to use Node and related components to build sites and applications efficiently* Manage Node modules with npm* Create pages easily with template systems* Apply client-side skills, tools, and techniques on the server* Maintain a connection between browser and server with web sockets

Learning React Native: Building Native Mobile Apps with JavaScript


Bonnie Eisenman - 2016
    With this hands-on guide, you'll learn how to build applications that target iOS, Android, and other mobile platforms instead of browsers. You'll also discover how to access platform features such as the camera, user location, and local storage.With code examples and step-by-step instructions, author Bonnie Eisenman shows web developers and frontend engineers how to build and style interfaces, use mobile components, and debug and deploy apps. Along the way, you'll build several increasingly sophisticated sample apps with React Native before putting everything together at the end.Learn how React Native provides an interface to native UI componentsExamine how the framework uses native components analogous to HTML elementsCreate and style your own React Native components and applicationsInstall modules for APIs and features not supported by the frameworkGet tools for debugging your code, and for handling issues outside of JavaScriptPut it all together with the Zebreto effective-memorization flashcard appDeploy apps to the iOS App Store and Google's Play Store

Murach's HTML5 and CSS3: Training and Reference


Zak Ruvalcaba - 2011
    This title also teaches you how to use the HTML5 and CSS3 features alongside the earlier standards.