Knit Along W/Debbie Macomber: Hannah's List.


Debbie Macomber - 2010
    Presents 13 knitted designs including sweaters, an afghan, a scarf, socks for men and women, a lace shawl, a baby bonnet and blanket, sculptured pillows, a dog sweater, a butterfly cat toy, and a man's vest.

Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)


Peter Shirley - 2016
    Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.

Design Patterns Explained: A New Perspective on Object-Oriented Design


Alan Shalloway - 2001
    "Design Patterns Explained "complements the existing design patterns texts and may perform a very useful role, fitting between introductory texts such as UML Distilled and the more advanced patterns books." James Noble Leverage the quality and productivity benefits of patterns without the complexity! "Design Patterns Explained, Second Edition" is the field's simplest, clearest, most practical introduction to patterns. Using dozens of updated Java examples, it shows programmers and architects exactly how to use patterns to design, develop, and deliver software far more effectively. You'll start with a complete overview of the fundamental principles of patterns, and the role of object-oriented analysis and design in contemporary software development. Then, using easy-to-understand sample code, Alan Shalloway and James Trott illuminate dozens of today's most useful patterns: their underlying concepts, advantages, tradeoffs, implementation techniques, and pitfalls to avoid. Many patterns are accompanied by UML diagrams. Building on their best-selling First Edition, Shalloway and Trott have thoroughly updated this book to reflect new software design trends, patterns, and implementation techniques. Reflecting extensive reader feedback, they have deepened and clarified coverage throughout, and reorganized content for even greater ease of understanding. New and revamped coverage in this edition includesBetter ways to start "thinking in patterns"How design patterns can facilitate agile development using eXtreme Programming and other methodsHow to use commonality and variability analysis to design application architecturesThe key role of testing into a patterns-driven development processHow to use factories to instantiate and manage objects more effectivelyThe Object-Pool Pattern a new pattern not identified by the "Gang of Four"New study/practice questions at the end of every chapter Gentle yet thorough, this book assumes no patterns experience whatsoever. It's the ideal "first book" on patterns, and a perfect complement to Gamma's classic "Design Patterns." If you're a programmer or architect who wants the clearest possible understanding of design patterns or if you've struggled to make them work for you read this book.

Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App


Antonio Leiva - 2016
    

World War One: The Unheard Stories of Soldiers on the Western Front Battlefields: First World War stories as told by those who fought in WW1 battles (Soldier Stories of World War 1 Book 2)


Various - 2016
    Evocative and vivid descriptions of the early stages of the conflict populate these pages, from which the reader can gain lessons of the conditions of the stagnant front.Originally published in 1915, the set of tales within this book offer sobering accounts from various battlefields which took place during the early stages of the war. Although the war was not even halfway over by the time these stories found publication, the horrors of the conflict were already a fact of life, with casualties rapidly mounting on both sides.At that time public opinion hadn’t yet fully turned against the war, and in Britain – the nationality of all the soldiers here – the need for showing progress was essential to sustain civilian and military morale. All of the soldiers in these pages were already serving in their regiments, or had volunteered for service, when the war commenced. They were commonly professional soldiers, possessed of a natural – even ingrained - patriotism, and more accepting of the official narrative than the increasingly sceptical and fearful citizenry back home. There is however no doubt that many were already disillusioned, and that the stories here are taken from an already thinning group of soldiers still possessed of some shred of belief in the war as a noble, or even glorious, conflict.Despite the mood which underpins the pages here, one can read between the lines for a picture. The stories are honest: thing got worse between those elated first weeks wherein the French welcomed their allies so gladly, and the war that was to be over by Christmas 1914 was nowhere near ending, and it is in these stories that we witness the germinal seeds of disillusion and hatred of conflict. The majority of the illustrations which originally accompanied these accounts prioritise the heroism of their subjects, while a few offer a toned down presentation of the horrific battlefields. In this modern edition, we include a number of relevant photographic illustrations alongside the original drawings which accompanied the stories when they were first published. While the imagery of World War I is generally quite ingrained in our minds, these supplementary pictures are designed as on-the-spot reminders of how war was more than a century ago, as well as to provide demonstration of the weapons and technology of the era.

Programming Entity Framework: DbContext


Julia Lerman - 2011
    This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database

Wayfinding - Food and Fitness


Hugh Howey - 2015
    This work is the result of those requests. It is full of controversial claims, so be warned. I truly believe that if people follow the handful of principles in this short read, they will improve their health and change their lives.

The Nation's Favourite


Simon Garfield - 1999
    Matthew Bannister said he was going to reinvent the station, the most popular in Europe. But things didn't go exactly to plan. The station lost millions of listeners. Its most famous DJs left, and their replacements proved to be disasters. Radio 1's commercial rivals regarded the internal turmoil with glee. For a while a saviour arrived, in the shape of Chris Evans. But his behaviour caused further upheavals, and his eventual departure provoked another mass desertion by listeners. What was to be done? In the middle of this crisis, Radio 1 bravely (or foolishly) allowed the writer Simon Garfield to observe its workings from the inside. For a year he was allowed unprecedented access to management meetings and to DJs in their studios, to research briefings and playlist conferences. Everyone interviewed spoke in passionate detail about their struggle to make their station credible and successful once more. The result is a gripping and often hilarious portrait a much loved national institution as it battles back from the brink of calamity.

Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.

Two Scoops of Django: Best Practices for Django 1.5


Daniel Roy Greenfeld - 2013
    We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.

Digging Into WordPress


Jeff Starr - 2009
    From your first steps of learning about WordPress all the way through maintaining a site throughout the years, this book is packed with truly practical information.

Engineering Long-Lasting Software


Armando Fox - 2012
    NOTE: this Alpha Edition is missing some chapters and may contain errors. See http://saasbook.info for details.

The Kat Dubois Chronicles: The Complete Series


Lindsey Sparks (Fairleigh) - 2021
    Her brother is missing. One retired assassin must confront her past to save his future… Immortal Kat Dubois has traded in her sword for a flask. Hard drinking helps ease the grisly memories of her former trade: an assassin of immortals. She’s perfectly content to spend eternity in her Seattle tattoo parlor…until the mysterious disappearance of her brother finally brings her out of retirement. With a charmed deck of tarot cards and her trusty sword, Kat sets off to track down her brother and save his soul. A wicked corporation and a laundry list of old rivals stand in the way of her quest. For someone with an eternity to live, Kat's chances of unraveling the mystery become less likely with each passing second… The Kat Dubois Chronicles is a tough-girl urban fantasy series set in Seattle, WA. If you like intense action, gritty characters, unconventional magic, and Egyptian mythology, then you'll love this unique, fast-paced adventure. Perfect for fans of Kim Harrison, Karen Marie Moning, and Nalini Singh! This collection includes 350,000 words of mythology, action, and supernatural suspense: Ink Witch Outcast Underground Soul Eater Judgement Afterlife Also written in the Echo World: The Echo Trilogy Collection: The Complete Series What readers are saying: "I love, love, love, LOVE THIS SERIES!!!" "I love stories where the female is anything but a damsel in distress! She kicks butt and takes no excuses from those whose butts are being kicked!" "Loved the Puget Sound setting! Also loved the wonderful use of mythology!" "If you want a great escape from reality for awhile, I highly recommend this series." "So beyond amazing!! MUST READ!!"

Professional ASP.NET MVC 4


Jon Galloway - 2012
    Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft's Model-View-Controller technology. Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples.Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter

React: Up and Running


Stoyan Stefanov - 2015
    With "React: Up and Running" you'll learn how to get off the ground with React, with no prior knowledge.This book teaches you how to build components, the building blocks of your apps, as well as how to organize the components into large-scale apps. In addition, you ll learn about unit testing and optimizing performance, while focusing on the application s data (and letting the UI take care of itself)."