Book picks similar to
On Java 8 by Bruce Eckel


java
software
再不努力就成一坨屎了
audio_wanted

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.

The Art of Invisibility: The World's Most Famous Hacker Teaches You How to Be Safe in the Age of Big Brother and Big Data


Kevin D. Mitnick - 2017
    Consumer's identities are being stolen, and a person's every step is being tracked and stored. What once might have been dismissed as paranoia is now a hard truth, and privacy is a luxury few can afford or understand.In this explosive yet practical book, Kevin Mitnick illustrates what is happening without your knowledge--and he teaches you "the art of invisibility." Mitnick is the world's most famous--and formerly the Most Wanted--computer hacker. He has hacked into some of the country's most powerful and seemingly impenetrable agencies and companies, and at one point he was on a three-year run from the FBI. Now, though, Mitnick is reformed and is widely regarded as the expert on the subject of computer security. He knows exactly how vulnerabilities can be exploited and just what to do to prevent that from happening. In THE ART OF INVISIBILITY Mitnick provides both online and real life tactics and inexpensive methods to protect you and your family, in easy step-by-step instructions. He even talks about more advanced "elite" techniques, which, if used properly, can maximize your privacy. Invisibility isn't just for superheroes--privacy is a power you deserve and need in this modern age.

Learning GraphQL: Declarative Data Fetching for Modern Web Apps


Eve Porcello - 2018
    With this practical guide, Alex Banks and Eve Porcello deliver a clear learning path for frontend web developers, backend engineers, and project and product managers looking to get started with GraphQL.You'll explore graph theory, the graph data structure, and GraphQL types before learning hands-on how to build a schema for a photo-sharing application. This book also introduces you to Apollo Client, a popular framework you can use to connect GraphQL to your user interface.Explore graph theory and review popular graph examples in use todayLearn how GraphQL applies database querying methods to the internetCreate a schema for a PhotoShare application that serves as a roadmap and a contract between the frontend and backend teamsUse JavaScript to build a fully functioning GraphQL service and Apollo to implement a clientLearn how to prepare GraphQL APIs and clients for production

Personal Kanban: Mapping Work | Navigating Life


Jim Benson - 2011
    People need to be effective.Productivity books focus on doing more, Jim and Tonianne want you to focus on doing better. Personal Kanban is about choosing the right work at the right time. Recognizing why we do the things we do. Understanding the impact of our actions. Creating value - not just product. For ourselves, our families, our friends, our co-workers. For our legacy.Personal Kanban takes the same Lean principles from manufacturing that led the Japanese auto industry to become a global leader in quality, and applies them to individual and team work. Personal Kanban asks only that we visualize our work and limit our work-in-progress. Visualizing work allows us to transform our conceptual and threatening workload into an actionable, context-sensitive flow. Limiting our work-in-progress helps us complete what we start and understand the value of our choices. Combined, these two simple acts encourage us to improve the way we work and the way we make choices to balance our personal, professional, and social lives.Neither a prescription nor a plan, Personal Kanban provides a light, actionable, achievable framework for understanding our work and its context. This book describes why students, parents, business leaders, major corporations, and world governments all see immediate results with Personal Kanban.

Valentine Honey 2


Cathryn Cade - 2020
    especially the biker who turned her down cold when she offered herself to him. It may be February, but hearts and flowers are the last thing on Dani Geary's mind. She's too busy struggling to keep her art shop open. When a nomad biker rides back into her life, claiming to be a part-owner of her business, she’ s furious, for more reasons than one. Because he’s not just any biker… he’s the man who rejected her when she needed him most.But when she goes to the president of the Devil’s Flyers MC for help, she’s in for another rude surprise. Stick Vanko tells her to make it work with her new partner.Dean ‘Grinder’ Geary is down on his luck. First, he wrecked his beloved Harley, and tore up his knee. Then, he lost his job as bouncer at a Seattle nightclub. At forty-four, the only thing he has left is part-ownership of a little art shop in Spokane, Washington.But to claim it, he must deal with his dead cousin’s ex. The woman who ruined him for all others.And the last woman he should ever trust—in business or in pleasure. Will love's sweetness be worth the sting? Ride along with the Devil's Flyers. The bigger the alpha… the harder he falls. Each book can be read as a standalone, with a HEA, no cheating, and honey-sweet, turn-up-the-heat romance!

Merrily Ever After


P. Jameson - 2019
    After nine long years of trying to grow their family into the perfect dream come true, fated mates, Ryan and Layna, are ready to give up. Not on each other but on their dreams. When they're given the chance to help an abandoned baby temporarily, they're faced with a pain harsher than what they've already been through. The pain of hope. But this little one isn't what any of them expected, and when the fiery truth comes out, hearts are bound to melt.A visit from a shadow of Christmas past, a lost child, and the reunion P. Jameson fans have been asking for, all wrapped up with a shiny bow as we revisit the Ouachitas in Merrily Ever After.

Chances Part 2: Lucky's Story


Jackie Collins - 1991
    But when he fled the country to escape prosecution and entrusted her with his hard-won empire, Gino realized that Lucky Santangelo is no different than him—Lucky is a woman who could seize the reins of power with all the cunning, drive, and strength of a true Santangelo. Poised, sensuous, hungry for pleasure, Lucky is in love with power—and determined to fight for it. From New York penthouses and the villas of Southern France to the casinos of Las Vegas and the bedrooms of Beverly Hills, here's the unforgettable story of a woman on top of a world of love, sex, and wealth—where power is the ultimate aphrodisiac.

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.

Beyond The Phoenix Project: The Origins and Evolution Of DevOps (Official Transcript of The Audio Series)


Gene Kim - 2018
    In this transcript of the audio series, Gene Kim and John Willis present a nine-part discussion that includes an oral history of the DevOps movement, as well as discussions around pivotal figures and philosophies that DevOps draws upon, from Goldratt to Deming; from Lean to Safety Culture to Learning Organizations.The book is a great way for listeners to take an even deeper dive into topics relevant to DevOps and leading technology organizations.

The J. B. Collins Collection: The Third Target / The First Hostage / Without Warning


Joel C. Rosenberg - 2017
    B. Collins together into one e-book for a great value!The Third TargetWhen New York Times foreign correspondent J. B. Collins hears rumors that an al-Qaeda splinter cell—ISIS—has captured a cache of chemical weapons inside Syria, he knows this is a story he must pursue at all costs. With terrorist forces trying to bring down two Arab governments and the U.S. president about to make a trip to the region, can Collins uncover the terrorists’ plot before it’s too late?The First Hostage“The president of the United States . . . is missing.” With these words, New York Times journalist J. B. Collins puts the entire world on high alert. The leaders of Israel and Palestine are critically injured, Jordan’s king is fighting for his life, and the U.S. president is missing and presumed captured. Working with the Secret Service, Collins must locate and rescue the leader of the free world before ISIS’s threats become a catastrophic reality.Without Warning (2017 Christy Award finalist, Mystery/Suspense/Thriller category)As he prepares to deliver the State of the Union address, the president of the United States is convinced ISIS is on the run. But with the Middle East on fire, the Israeli prime minister dead, and Amman in ruins, journalist J. B. Collins fears a catastrophic attack inside the American homeland is imminent. He argues that only an all-out manhunt to capture or kill the leader of ISIS can stop the attack and save America before it’s too late.