Professional Test Driven Development with C#: Developing Real World Applications with Tdd


James Bender - 2011
    This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.Clarifies the motivation behind test-driven development (TDD), what it is, and how it works Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality Discusses unit testing and refactoring Professional Test-Driven Development with C# shows you how to create great TDD processes right away.

VI Editor Pocket Reference (Pocket Reference


Arnold Robbins - 1998
    Even those who know vi often make use of only a small number of its features.The vi Editor Pocket Reference is a companion volume to O'Reilly's updated sixth edition of Learning the vi Editor, a complete guide to text editing with vi. New topics in Learning the vi Editor include multi-screen editing and coverage of four vi clones: vim, elvis, nvi, and vile.This small book is a handy reference guide to the information in the larger volume, presenting movement and editing commands, the command-line options, and other elements of the vi editor in an easy-to-use tabular format.

Cowboy Reality Romance: Kip


Erica Penrod - 2017
    Working as a nanny in Park City, Utah, for a wealthy family seems like the best place to start. She can keep her children with her, room and board is provided, and there's no chance of falling in love. The the mountains, mansion, and horses are all beautiful but what blows Cassie away is Kip Morgan. Kip is a horse trainer and reality television star who can send her pulse into a stampede with just one touch. While Cassie works to sort out her feelings and what really happened to her late husband and keep her feelings for Kip at arm's length, her boys become Kip’s biggest fans. Caught in a dangerous web her late husband left behind, Cassie scrambles to protect her family from harm and her heart from Kip. However, Kip holds the key to unlocking the mystery behind her husband’s death . Cassie will have to trust him or risk leaving herself and her boys exposed to the dangers lurking in her past.

Exploring Arduino: Tools and Techniques for Engineering Wizardry


Jeremy Blum - 2013
    Whether you're a budding hobbyist or an engineer, you'll benefit from the perfectly paced lessons that walk you through useful, artistic, and educational exercises that gradually get more advanced. In addition to specific projects, the book shares best practices in programming and design that you can apply to your own projects. Code snippets and schematics will serve as a useful reference for future projects even after you've mastered all the topics in the book.Includes a number of projects that utilize different capabilities of the Arduino, while interfacing with external hardware Features chapters that build upon each other, tying in concepts from previous chapters to illustrate new ones Includes aspects that are accompanied by video tutorials and other multimedia content Covers electrical engineering and programming concepts, interfacing with the world through analog and digital sensors, communicating with a computer and other devices, and internet connectivity Explains how to combine smaller topics into more complex projects Shares downloadable materials and source code for everything covered in the book Projects compatible with many official Arduino boards including Arduino Uno; Arduino Leonardo; Arduino Mega 2560; Arduino Due; Arduino Nano; Arduino Mega ADK; LilyPad Arduino and may work with Arduino-compatible boards such as Freeduino and new third party certified boards such as the Intel Galileo Exploring Arduino takes you on an adventure and provides you with exclusive access to materials not found anywhere else!

Tales from The Pumpkin Patch: A Federal Witch Universe Holiday Tale


T.S. Paul - 2017
     These three stories from the accomplished authors in the Federal Witch World examine the strange and amazing things that occur in the harvest field in the dark of the moon. Be amazed at the depth of the terror and the wonder embedded in these stories. Be challenged and be afraid!

Cloud Native Infrastructure: Patterns for Scalable Infrastructure and Applications in a Dynamic Environment


Justin Garrison - 2017
    This practical guide shows you how to design and maintain infrastructure capable of managing the full lifecycle of these implementations.Engineers Justin Garrison (Walt Disney Animation Studios) and Kris Nova (Dies, Inc.) reveal hard-earned lessons on architecting infrastructure for massive scale and best in class monitoring, alerting, and troubleshooting. The authors focus on Cloud Native Computing Foundation projects and explain where each is crucial to managing modern applications.Understand the fundamentals of cloud native application design, and how it differs from traditional application designLearn how cloud native infrastructure is different from traditional infrastructureManage application lifecycles running on cloud native infrastructure, using Kubernetes for application deployment, scaling, and upgradesMonitor cloud native infrastructure and applications, using fluentd for logging and prometheus + graphana for visualizing dataDebug running applications and learn how to trace a distributed application and dig deep into a running system with OpenTracing

Code Craft: The Practice of Writing Excellent Code


Pete Goodliffe - 2006
    But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.

Advanced Rails Recipes


Mike Clark - 2007
    Fueled by significant benefits and an impressive portfolio of real-world applications already in production, Rails is destined to continue making significant inroads in coming years.Each new Rails application showing up on the web adds yet more to the collective wisdom of the Rails development community. Yesterday's best practices yield to today's latest and greatest techniques, as the state of the art is continually refined in kitchens all across the Internet. Indeed, these are times of great progress.At the same time, it's easy to get left behind in the wake of progress. Advanced Rails Recipes keeps you on the cutting edge of Rails development and, more importantly, continues to turn this fast-paced framework to your advantage.Advanced Rails Recipes is filled with pragmatic recipes you'll use on every Rails project. And by taking the code in these recipes and slipping it into your application you'll not only deliver your application quicker, you'll do so with the confidence that it's done right.The book includes contributions from Aaron Batalion, Adam Keys, Adam Wiggins, Andre Lewis, Andrew Kappen, Benjamin Curtis, Ben Smith, Chris Bernard, Chris Haupt, Chris Wanstrath, Cody Fauser, Dan Benjamin, Dan Manges, Daniel Fischer, David Bock, David Chelimsky, David Heinemeier Hansson, Erik Hatcher, Ezra Zygmuntowicz, Geoffrey Grosenbach, Giles Bowkett, Greg Hansen, Gregg Pollack, Hemant Kumar, Hugh Bien, Jamie Orchard-Hays, Jamis Buck, Jared Haworth, Jarkko Laine, Jason LaPier, Jay Fields, John Dewey, Jonathan Dahl, Josep Blanquer, Josh Stephenson, Josh Susser, Kevin Clark, Luke Francl, Mark Bates, Marty Haught, Matthew Bass, Michael Slater, Mike Clark, Mike Hagedorn, Mike Mangino, Mike Naberezny, Mike Subelsky, Nathaniel Talbott, PJ Hyett, Patrick Reagan, Peter Marklund, Pierre-Alexandre Meyer, Rick Olson, Ryan Bates, Scott Barron, Tony Primerano, Val Aleksenko, and Warren Konkel.

High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark


Holden Karau - 2017
    But if you haven't seen the performance improvements you expected, or still don't feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and developer hours. Not only will you gain a more comprehensive understanding of Spark, you'll also learn how to make it sing.With this book, you'll explore:How Spark SQL's new interfaces improve performance over SQL's RDD data structureThe choice between data joins in Core Spark and Spark SQLTechniques for getting the most out of standard RDD transformationsHow to work around performance issues in Spark's key/value pair paradigmWriting high-performance Spark code without Scala or the JVMHow to test for functionality and performance when applying suggested improvementsUsing Spark MLlib and Spark ML machine learning librariesSpark's Streaming components and external community packages

The Power of the Prophetic Blessing: An Astonishing Revelation for a New Generation


John Hagee - 2012
    These blessings have the power to resurrect your dead marriage, bring supernatural joy, and provide you peace of mind.”For God’s people, prophecy is a word of hope, deliverance, bounty, and richness for their life and family. When God blesses man, it is to bestow good health, abundant success, and prosperity, both materially and spiritually. Hagee shows how this powerful prophetic message of blessing flows throughout the Bible and can be used today to create an abundant and prosperous life. The Power of the Prophetic Blessing demonstrates your God-given power to prosper in challenging times. You were born to be blessed!

Best Laid Plans: An EMP Post-Apocalyptic Survival Series (The Crusader Book 1)


Tom Abrahams - 2021
    

Warriors of the Way


Orlando A. Sanchez - 2016
    After participating in the special promotion, Dante finds himself thrust into the hidden world of the Spiritual Warriors, a group of men and women, fighters with special abilities who are trained and dedicated to keeping this plane of existence safe from evil. He discovers that a war has been raging between the Warriors, those sworn to protect this plane of existence from destruction and the Shadows, those who would see it enslaved under the rule of evil. The Ascendants-Book 2 Ascendants are being killed and the barrier between worlds is failing. Dante, along with a group of Warriors and Guardians must confront the Harbinger. An undying servant of Lucius, a killer who can’t die. His purpose is to destroy the barriers and recapture Maelstrom-a sentient weapon of evil created by his master and wielded by Dante. Can Dante learn how to control Maelstrom before the evil corrupts and kills him? Can the Warriors of the Way stop the Harbinger, and prevent the fall of the barriers before it's too late? Or will Lucius escape and kill them all? The Fallen Warrior-Book 3 In a nearly fatal ritual, the shadow of Lucius has seared Dante, stripping him of Maelstrom and cutting him off from his chi. Dante, now a fallen warrior must find a way to undo the searing using only his skill and training to face those who want him dead. There are rumors of another weapon. A weapon powerful enough to stand against Maelstrom and Lucius.To find this weapon, Sylk will have to follow the trail of the Mikai back to the Warriors of the Way. Someone is forcing them to kidnap and eliminate the Rah Ven. Someone powerful enough to strike fear in the hearts of the Mikai and control the Black Lotus, who have designated Meja rogue and a traitor, a crime punishable by death. Can Dante undo the searing in time to face Lucius and Maelstrom? Will Sylk find the path to the weapon, discovering who controls the Mikai and the Black Lotus? Will Meja prove her innocence, or fail and be killed? The Warrior Ascendant-Book 4 The Wheel has unleashed the Kriyas. Creatures of fearsome power that devour life-force. They have been set on a path to destroy anyone who stands in the way of recovering the three foci, weapons of immense power. Dante, having undone the searing must now locate the third foci, Shadowstrike, the only weapon powerful enough to stand against Maelstrom and Lucius. From his prison in the forgotten plane, Lucius now with the power of Maelstrom has been patiently restoring the connection to the Nexus. One more weapon will complete the bridge. Once restored every plane will be in danger of destruction. Dante, together with Sylk and Meja, return to the Akashic Records. There they will seek to uncover the identity of The Wheel. Will they find Shadowstrike, stop the Kriyas, and prevent Lucius from escaping? The Master Warrior-Book 5 Dante has bonded to Shadowstrike. There is only one problem, the weapon is slowly killing him. The Wheel reveals his plan for dominion and destruction of the planes. In order to face this threat, Dante faces his hardest decision as a warrior. Will he sacrifice his life so that others may live or will he fight for survival? The Warriors of the Way is an action filled mix of martial arts, magic and mayhem.

Mercy's End


Athena Storm - 2019
    But my soul craves him. He’s a beast. A killer. With the blood of thousands on his hands. He has no mercy. No repentance for what he did. But it isn’t his cruelty that astounds me. It’s the sin he awakens inside of me. I have no control around him. His will is too strong. His hold over me too deep. I know I should run. I know I should hide. Anyone else would. But instead I’ll fight next to him. I’ll defend him to my dying breath. I may not make it out alive. But at least I’ll die by his side. And even if we do make it out alive. I’ll gladly forsake the life I knew. For another damning dose of his touch. Mercy’s End explores a darker and grittier side of the Athenaverse. It can be read as a standalone, but it still shares the same universe that you’ve found in other books. This book features a dark romance of an alpha male alien warrior, and a human woman. No cheating, no cliffhangers, and HEA guaranteed.

Gangsters' Wives (Underworld UK)


Tammy Cohen - 2010
    But what lies behind every bad man? Gangsters' Wives tells the side of the story you didn't know - what it's like to live with Britain's most lawless men, from the women who married them. Devoted mum-of-three Judy Marks was imprisoned alongside her husband, notorious drug smuggler Howard Marks; while Flanagan, the first ever Page Three girl, found herself splashed across the papers as the fiancée of legendary East End villain Reggie Kray. Jenny Pinto, wife of gangster Dave Courtney, has given the police keys to their house to stop them breaking down the front door. In ten funny, moving, searingly honest first-person accounts, Gangsters' Wives tells you all you ever wanted to know about the lives and loves of the women who are, quite literally, married to the mob.

Primal Threat


Earl Emerson - 2008
    But another group has entered the park, too. They’re in cars, for pleasure and for vengeance. In Earl Emerson’s gripping new novel, a grudge turns an idyllic setting into a terrifying landscape of men and nature at their most dangerous.Zak Polanski doesn’t do long-term relationships, doesn’t like rich people, and, after saving Nadine Newcastle from an accident scene, isn’t ready to be loved back. When the improbable affair sours, Zak returns to his old ways. But Nadine’s former boyfriend, William Potter III, can’t let it go. Potter knows that Zak is one of five mountain bikers at an isolated camping ground at Panther Creek, and has come for a little payback.What starts as a nasty prank soon escalates. Someone has a gun. Someone makes a move. And a spark ignites amid a volatile mix of anger and alcohol, pride and betrayal. Now, men and women cut off from their urban environment are making choices, choosing sides, facing one another’s demons and their own. And when human hatred merges with nature’s fury, the only goal is to get out alive.A mesmerizing novel that weaves the story of a charged love affair with a drama of sheer survival, Primal Threat is a thriller delivered with the brawny, vivid, and lyrical style that makes Earl Emerson one of the most compelling storytellers of our time.