Book picks similar to
Mastering Async/Await by Valeri Karpov


computer-science
concurrency
nonfiction
programming

The Life: A True Story About A Brooklyn Boy Seduced Into The Dark World Of The Mafia


Larry Mazza - 2016
    young Larry later learns she is married to the vicious gangster Greg Scarpa known as "The Grim Reaper." Greg takes a liking to Larry and makes him his protegé. He likes him so much that he gives his blessing for the affair to continue and brings Larry deep into the "family."

Secrets of RVing on Social Security: How to Enjoy the Motorhome and RV Lifestyle While Living on Your Social Security Income


Jerry Minchey - 2016
     Readers all over the US and Europe have discovered the joys of retiring and living full time in an RV after reading Jerry Minchey's Amazon #1 best-selling book in Senior Travel Guides, Motorhome, and RV Retirement Living: The Most Enjoyable and Least Expensive Way to Retire. Now in this new epic book, Secrets of RVing on Social Security, he shows you step-by-step how to enjoy the RVing lifestyle while traveling and living on just your Social Security income. Imagine leaping out of bed every morning ready to cherish every day of your new adventurous life. On top of the adventure, you'll experience the unsurpassed freedom to live where you want to. At every fork in the road, you will be free to go wherever whim and chance might take you. You will also discover how other retirees are supplementing their retirement income while living full-time in their motorhome. Many people are actually adding to their savings while having the time of their lives living the RV lifestyle. In this book, you will grasp how they are doing it, and how you can do it too. You'll comprehend the brutally honest pros and cons of the RV lifestyle. There are some downsides to the lifestyle you need to be prepared for. My guess is that you will adore your new RVing lifestyle, but you'll never know if it's the right lifestyle for you if you don't read this book. The book is designed to keep you on the path to accomplishing your goal of living an exciting retirement lifestyle while staying well within your budget. This book should be required reading for anyone who is retired or getting ready to retire. It provides never-before-answered questions about living the attractive RVing lifestyle on a budget.

At the Coalface: Part 1 of 3: The memoir of a pit nurse


Joan Hart - 2015
    This is the memoir of Joan, who started nursing in the 1940s and whose experiences took her into the Yorkshire mining pits and through the tumult of the 1984-85 miners’ strike.Joan Hart always knew what she wanted to do with her life. Born in South Yorkshire in 1932, she started her nursing training when she was 16, the youngest age girls could do so at the time. She continued working after she married and her work took her to London and Doncaster, caring for children and miners.When she took a job as a pit nurse in Doncaster in 1974, she found that in order to be accepted by the men under her care, she would have to become one of them. Most of the time rejecting a traditional nurse’s uniform and donning a baggy miner’s suit, pit boots, a hardhat and a headlamp, Joan resolved always to go down to injured miners and bring them out of the pit herself.Over 15 years Joan grew to know the miners not only as a nurse, but as a confidante and friend. She tended to injured miners underground, rescued men trapped in the pits, and provided support for them and their families during the bitter miners’ strike which stretched from March 1984 to 1985.Moving and uplifting, this is a story of one woman’s life, marriage and work; it is guaranteed to make readers laugh, cry, and smile.

Convert your Minivan into a Mini RV Camper: How to convert a minivan into a comfortable minivan camper motorhome for under $200


William Myers - 2016
    Filled with photos, you'll see how to convert almost any minivan into a comfortable mini RV camper, perfect for short or long term trips. You'll learn that even on a limited budget, you can quickly put together a minivan camper that'll have a comfortable bed, toilet, small kitchen, fridge, TV, fan, plenty of storage, a portable power supply and more. This book shows all the steps and includes photos and a source list of the gear you've been looking for. If you have a minivan or are thinking about getting one and converting it to a camper, you'll want this book!

Web Development and Design Foundations with Html5


Terry Felke-Morris - 2012
    A well-rounded balance of hard skills (HTML5, XHTML, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites.

The Well-Grounded Java Developer: Vital techniques of Java 7 and polyglot programming


Benjamin J. Evans - 2012
    New JVM-based languages like Groovy, Scala, and Clojure are redefining what it means to be a Java developer. The core Standard and Enterprise APIs now co-exist with a large and growing body of open source technologies. Multicore processors, concurrency, and massive data stores require new patterns and approaches to development. And with Java 7 due to release in 2011, there's still more to absorb.The Well-Grounded Java Developer is a unique guide written for developers with a solid grasp of Java fundamentals. It provides a fresh, practical look at new Java 7 features along with the array of ancillary technologies that a working developer will use in building the next generation of business software.

The Way to Go: A Thorough Introduction to the Go Programming Language


Ivo Balbaert - 2012
    "

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

Laravel: Code Bright


Dayle Rees - 2013
    At $29 and cheaper than a good pizza, you will get the book in its current partial form, along with all future chapters, updates, and fixes for free. As of the day I wrote this description, Code Bright had 130 pages and was just getting started. To give you some perspective on how detailed it is, Code Happy was 127 pages in its complete state. Want to know more? Carry on reading.Welcome back to Laravel. Last year I wrote a book about the Laravel PHP framework. It started as a collection of tutorials on my blog, and eventually became a full book. I definitely didn’t expect it to be as popular as it was. Code Happy has sold almost 3000 copies, and is considered to be one of the most valuable resourcesfor learning the Laravel framework.Code Bright is the spiritual successor to Code Happy. The framework has grown a lot in the past year, and has changed enough to merit a new title. With Code Bright I hope to improve on Code Happy with every way, my goal is, to once again, build the most comprehensive learning experience for the framework. Oh, and to still be funny. That’s very important to me.Laravel Code Bright will contain a complete learning experience for all of the framework’s features. The style of writing will make it approachable for beginners, and a wonderful reference resource for experienced developers alike.You see, people have told me that they enjoyed reading Code Happy, not only for its educational content, but for its humour, and for my down to earth writing style. This is very important to me. I like to write my books as if we were having a conversation in a bar.When I wrote Code Happy last year, I was simply a framework enthusiast. One of the first to share information about the framework. However, since then I have become a committed member of the core development team. Working directly with the framework author to make Laravel a wonderful experience for the developers of the world.One other important feature of both books, is that they are published while in progress. This means that the book is available in an incomplete state, but will grow over time into a complete title. All future updates will be provided for free.What this means is that I don’t have to worry about deadlines, or a fixed point of completion. It leads to less stress and better writing. If I think of a better way to explain something, I can go back and change it. In a sense, the book will never be completed. I can constantly add more information to it, until it becomes the perfect resource.Given that this time I am using the majority of my spare time to write the title (yes, I have a full time job too!), I have raised the price a little to justify my invested time. I was told by many of my past readers that they found the previous title very cheap for the resource that it grew into, so if you are worried about the new price, then let me remind you what you will get for your 29 bucks.The successor to Code Happy, seen by many as the #1 learning resource for the Laravel PHP framework.An unending source of information, chapters will be constantly added as needed until the book becomes a giant vault of framework knowledge.Comedy, and a little cheesy, but very friendly writing.

Beginning PHP and MySQL 5: From Novice to Professional


W. Jason Gilmore - 2004
    Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites. Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface. Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.

Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners


Chris Dannen - 2017
    Blockchain protocols are taking the world by storm, and the Ethereum project, with its Turing-complete scripting language Solidity, has rapidly become a front-runner. This book presents the blockchain phenomenon in context; then situates Ethereum in a world pioneered by Bitcoin.See why professionals and non-professionals alike are honing their skills in smart contract patterns and distributed application development. You'll review the fundamentals of programming and networking, alongside its introduction to the new discipline of crypto-economics. You'll then deploy smart contracts of your own, and learn how they can serve as a back-end for JavaScript and HTML applications on the Web.Many Solidity tutorials out there today have the same flaw: they are written for "advanced" JavaScript developers who want to transfer their skills to a blockchain environment. Introducing Ethereum and Solidity is accessible to technology professionals and enthusiasts of all levels. You'll find exciting sample code that can move forward real world assets in both the academic and the corporate arenas. Find out now why this book is a powerful gateway for creative technologists of all types, from concept to deployment.What You'll LearnSee how Ethereum (and other cryptocurrencies) workCompare distributed apps (dapps) to web appsWrite Ethereum smart contracts in Solidity Connect Ethereum smart contracts to your HTML/CSS/JavaScript web applicationsDeploy your own dapp, coin, and blockchainWork with basic and intermediate smart contractsWho This Book Is For Anyone who is curious about Ethereum or has some familiarity with computer science Product managers, CTOs, and experienced JavaScript programmersExperts will find the advanced sample projects in this book rewarding because of the power of Solidity

Chunk (Kindle Single)


Brian Donovan - 2015
    Chunk follows him along his crazy, overweight journey; from the chubby 10-year old who stole brownies and tricked his parents into thinking he’d lost weight, to the teenage boy who made regular after-school plans to eat entire pies, to the adult man who still hates working out and still loves Cinnabons. It’s a bracingly funny and delightfully uncomfortable collection of essays exploring food, fitness, and the funny things that happen when we try to slim down and grow up. Brian Donovan has written for Late Night with Jimmy Fallon, National Public Radio, and, most recently, ABC’s The Neighbors. His work has also appeared on Chapelle’s Show, Funny or Die, and Off Broadway in New York City. His “Not a Match: My True Tales of Online Dating Disasters” is currently being developed for television. Cover design by Adil Dara.

Stories from the Emergency Department


Mary Beth Engrav - 2011
    Real stories about the patients, nurses, consulting physicians, and daily life of a busy Emergency Department. Get a glimpse inside the inner workings of an Emergency Department and the staff that works there, caring for patients and their families. From a toddler who can cuss a blue streak, a dead mouse brought into the Emergency Department, to critical resuscitations, these are stories that you will never forget.

Shine On You Crazy Junkie (Sweet Melissa, #6)


Susan Segovia-Munoz - 2017
    I searched for many years only to find that what I had been searching for, had been right in front of me all along.

To Heaven and Back: The Journey of a Roman Catholic Priest


John Tourangeau - 2015
    There was no immediate response on my part, only a deep sense of fear entombed by a completely paralyzed inner spirit. Much to my surprise, he spoke again: "Sir, you've waited too long to get here. You're not going to make it." And he continued: "If you believe in God, this is the time to make peace." In that very moment, I said to myself, "What do you mean, 'If you believe in God?' Of course I believe in God! I'm a man of faith and a Catholic priest!" Fr. John Tourangeau, O. Praem., a Norbertine priest who had an afterlife experience following a major heart attack, emphatically states, "Heaven is for real!" Within this enlightening and hope-filled book, Fr. John weaves a powerful and dynamic tapestry of the Kingdom of God at hand through the exploration of Christian tradition, Sacred Scripture, Catholic teaching, as well as his own lived experiences. "While the fullness of heaven cannot be fully experienced in our life here on earth," Father explains, "we are able to more fully experience God's love for us through our relationships with others. For it is in and through these relationships that we draw closer to Christ and his promise for us."