Free Books for Your Kindle


Bufo Calvin - 2008
    Please order that book instead to get a better value.This simple guide will show you how to get hundreds of free books for your Kindle! NOTE: This title does not actually contain the free books, but will help you find them. NOTE: There is a revised version of this title available.

If They Could See Me Now


Denise Welch - 2016
    Now that her children are close to flying the nest, she is looking across the table and thinking, Is this really how my life was meant to be?As women, we make sacrifices for our children, for our husbands and for our families. Some are worth it and some we may regret. But there comes a point when it's time to follow our own hearts. This is the story of what happens when we do. It probably helped to have been round the block a few times when it came to creating Harper, but I think her story can be enjoyed whoever you are and whatever your age.I hope you'll grow to love her, as I have - and to laugh and cry with her on her journey. Lots of love,Denise xx

The story of Baby P


Ray Jones - 2014
    Fifteen months later, his mother, her boyfriend and the boyfriend's brother were sent to prison. But media attention turned on those who worked to protect children, especially the social workers and their managers, who became the focus of the reporting and of the blame. Five years later they are still harassed by press reporters. This book tells what happened to 'Baby P', how the story was told and became focused on the social workers, its threatening consequences for those who work to protect children, and its considerable impact on the child protection system in England. This is the first book to draw together all evidence available on this high profile case and will make a unique and crucial contribution to the topic. It will make essential reading for everyone who is concerned about child protection and the care of children and about the media's impact.

Steinhoff inside SA's biggest corporate crash


James-Brent Styan - 2018
    24 hours later more than R160 billion rand of this fortune was wiped out. The Steinhoff Empire, that took 20 years to build into an international business giant, had crumbled overnight. Markus Jooste, Steinhoff’s flashy CEO, resigned via SMS and has since been fleeing an avalanche of scandals and accusations: luxury homes for a blonde mistress, allegations of fraud, racing horses and unparalleled extravagance, a lavish, black Jaguar for an old university residence… What exactly happened here? Who knew what? What is Steinhoff, who is Markus Jooste and what does it all have to do with the so called Stellenbosch mafia? Where does business tycoon Christo Wiese, Shoprite and Pepkor fit in and where is the pensioners’ money? Well-known financial writer James-Brent Styan unpacks these and other questions in this astounding tale of power and greed, of secrets and deceit, and ultimately the biggest financial breakdown in the history of South Africa. Through interviews with trustworthy sources, revelations from confidential documents and in-depth research about Steinhoff’s history, Styan uncovers what the group doesn’t want you to know. Follow the Money: The story of Steinhoff, Markus Jooste and the Stellenbosch Boys is a gripping financial thriller that will be told as cautionary tale or salacious scandal in both boardrooms and living rooms for decades to come.

Memoirs of a Haunted Hmong Girl


Moon Vang - 2021
    A romance novel with a spooky Hmong ethnic spiritual spin inspired by Moon Vang's personal spiritual and religious life experience.

Manly Crafts


Instructables.com - 2011
    Learn how to make a 5-cent wedding band, leather iPod case, and paracord bullwhip!

ZooKeeper: Distributed process coordination


Flavio Junqueira - 2013
    This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out caveats that developers and administrators alike need to watch for along the way.In three separate sections, ZooKeeper contributors Flavio Junqueira and Benjamin Reed introduce the principles of distributed systems, provide ZooKeeper programming techniques, and include the information you need to administer this service.Learn how ZooKeeper solves common coordination tasksExplore the ZooKeeper API’s Java and C implementations and how they differUse methods to track and react to ZooKeeper state changesHandle failures of the network, application processes, and ZooKeeper itselfLearn about ZooKeeper’s trickier aspects dealing with concurrency, ordering, and configurationUse the Curator high-level interface for connection managementBecome familiar with ZooKeeper internals and administration tools

Real World Java EE Patterns--Rethinking Best Practices


Adam Bien - 2009
    :-)

Erlang and OTP in Action


Martin Logan - 2010
    Multi-core processors and the increasing demand for maximum performance and scalability in mission-critical applications have renewed interest in functional languages like Erlang that are designed to handle concurrent programming. Erlang, and the OTP platform, make it possible to deliver more robust applications that satisfy rigorous uptime and performance requirements.Erlang and OTP in Action teaches you to apply Erlang's message passing model for concurrent programming--a completely different way of tackling the problem of parallel programming from the more common multi-threaded approach. This book walks you through the practical considerations and steps of building systems in Erlang and integrating them with real-world C/C++, Java, and .NET applications. Unlike other books on the market, Erlang and OTP in Action offers a comprehensive view of how concurrency relates to SOA and web technologies.This hands-on guide is perfect for readers just learning Erlang or for those who want to apply their theoretical knowledge of this powerful language. You'll delve into the Erlang language and OTP runtime by building several progressively more interesting real-world distributed applications. Once you are competent in the fundamentals of Erlang, the book takes you on a deep dive into the process of designing complex software systems in Erlang. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Systems Analysis and Design


Alan Dennis - 2002
    Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With Systems Analysis and Design, 4th edition , students will leave the course with experience that is a rich foundation for further work as a systems analyst.

My Blog Traffic Sucks! 8 Simple Steps to Get 100,000 Blog Visitors without Working 8 Days a Week


Steve Scott - 2014
    

The Murder of Sheree


Wayne B. Miller - 1996
    At its heart, it's a powerful and compelling account of how one of the most infamous and shocking murders in Australian history came to happen - and how justice came to be done. But it's also a forensic examination of how the crime would shatter the lives of dozens of people, some of whom had never met six-year-old Sheree Beasley. Wayne Miller's newspaper reporting on the case earned him a Walkley Award for excellence in journalism. With The Murder of Sheree he went much deeper, his enduring relationship with those most deeply affected by the murder revealing just how much devastation such a crime can cause. Miller's writing is as clear, passionate and compelling as ever, and The Murder of Sheree remains one of the finest books of its kind ever published in Australia. Brad Newsome, Fairfax Media

Java Concurrency in Practice


Brian Goetz - 2005
    Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

Reasons to Stay Alive / Notes on a Nervous Planet


Matt Haig
    He could see no way to go on living. This is the true story of how he came through crisis, triumphed over an illness that almost destroyed him and learned to live again.A moving, funny and joyous exploration of how to live better, love better and feel more alive, Reasons to Stay Alive is more than a memoir. It is a book about making the most of your time on earth. Notes on a Nervous Planet: Looking at sleep, news, social media, addiction, work and play, Matt Haig invites us to feel calmer, happier and to question the habits of the digital age. This book might even change the way you spend your precious time on earth.

Working with UNIX Processes


Jesse Storimer - 2011
    Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...