Book picks similar to
Lean Websites: Because Web Performance Simply Matters by Barbara Bermes
computing
dev
nf-stem
nonfiction
Tennis Ball Self Massage: Stop Your Muscle and Joint Pain
Lauren Bertolacci - 2013
You’ve deloaded, done your recovery session, even taken a hot bath. Oh how nice a massage would be right now. The problem is not all of us have the time or the money to invest in some good soft tissue work. Want a cheap yet extremely effective way to get rid of your aches and pains? This easy to understand guide will help you address all of those problems and more. Best of all, you don't even need to leave your house or buy any expensive tool. Just grab a tennis ball and get started.Being able to treat your own pain is a very valuable tool. It can save you a lot of money and mean less trips to the physiotherapist as well as ensuring that you are keeping your body in good condition. Trigger points and tight muscles are a common cause of muscle and joint pain. They can refer pain to other areas as well as causing problems at the site itself. Although they don't count for all the pain you might be suffering from, releasing them can certainly help get rid of a lot of the pain, if not clear up your problem entirely. Have you ever been to the doctor and he or she told you that theres nothing wrong, even after extensive scans? You might simply need some work on your muscles. Keeping the muscle tissue quality high will help reduce the amount of injuries you suffer from, improve your posture as well as help a lot of muscle and joint pain.In this book you can learn how to effectively get rid of shoulder pain, neck pain, upper and lower back pain, hip and glute pain and stiffness, leg and knee pain, calf pain, ankle stiffness, Achilles problems and much more.Actual excerpt from the book of how I discovered this great technique."When I was playing in Germany, I had really bad shoulder pain. The kind that ran down to my fingers and made me unable to put my arms over my head. One night trying to get relief I grabbed my old Motorola and started laying on it, with it digging in under my shoulder. Slowly and excruciatingly I released the rotator cuff muscles and gave myself a pain free range of motion that I had only dreamed of before. Needless to say, I thought I was a genius and upgraded to a tennis ball pretty quickly."
Continuous Delivery: Reliable Software Releases Through Build, Test, and Deployment Automation
Jez Humble - 2010
This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours-- sometimes even minutes-no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the "deployment pipeline," an automated process for managing all changes, from check-in to release. Finally, they discuss the "ecosystem" needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes - Automating all facets of building, integrating, testing, and deploying software - Implementing deployment pipelines at team and organizational levels - Improving collaboration between developers, testers, and operations - Developing features incrementally on large and distributed teams - Implementing an effective configuration management strategy - Automating acceptance testing, from analysis to implementation - Testing capacity and other non-functional requirements - Implementing continuous deployment and zero-downtime releases - Managing infrastructure, data, components and dependencies - Navigating risk management, compliance, and auditing Whether you're a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever--so you can deliver value to your business rapidly and reliably.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
The Little Elixir & OTP Guidebook
Benjamin Tan Wei Hao - 2015
It combines the productivity and expressivity of Ruby with the concurrency and fault-tolerance of Erlang. Elixir makes full use of Erlang's powerful OTP library, which many developers consider the source of Erlang's greatness, so you can have mature, professional-quality functionality right out of the gate. Elixir's support for functional programming makes it a great choice for highly distributed event-driven applications like IoT systems.The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples. Come rediscover the joy of programming with Elixir and remember how it feels like to be a beginner again.
The Best Interface Is No Interface: The simple path to brilliant technology
Golden Krishna - 2015
We've embraced it in the boardroom, the bedroom, and the bathroom.Screens have taken over our lives. Most people spend over eight hours a day staring at a screen, and some "technological innovators" are hoping to grab even more of your eyeball time. You have screens in your pocket, in your car, on your appliances, and maybe even on your face. Average smartphone users check their phones 150 times a day, responding to the addictive buzz of Facebook or emails or Twitter.Are you sick? There's an app for that! Need to pray? There's an app for that! Dead? Well, there's an app for that, too! And most apps are intentionally addictive distractions that end up taking our attention away from things like family, friends, sleep, and oncoming traffic.There's a better way.In this book, innovator Golden Krishna challenges our world of nagging, screen-based bondage, and shows how we can build a technologically advanced world without digital interfaces.In his insightful, raw, and often hilarious criticism, Golden reveals fascinating ways to think beyond screens using three principles that lead to more meaningful innovation. Whether you're working in technology, or just wary of a gadget-filled future, you'll be enlighted and entertained while discovering that the best interface is no interface.
Learning React Native: Building Native Mobile Apps with JavaScript
Bonnie Eisenman - 2016
With this hands-on guide, you'll learn how to build applications that target iOS, Android, and other mobile platforms instead of browsers. You'll also discover how to access platform features such as the camera, user location, and local storage.With code examples and step-by-step instructions, author Bonnie Eisenman shows web developers and frontend engineers how to build and style interfaces, use mobile components, and debug and deploy apps. Along the way, you'll build several increasingly sophisticated sample apps with React Native before putting everything together at the end.Learn how React Native provides an interface to native UI componentsExamine how the framework uses native components analogous to HTML elementsCreate and style your own React Native components and applicationsInstall modules for APIs and features not supported by the frameworkGet tools for debugging your code, and for handling issues outside of JavaScriptPut it all together with the Zebreto effective-memorization flashcard appDeploy apps to the iOS App Store and Google's Play Store
The Dolce Diet: Living Lean
Michael Dolce - 2011
Called "the patron saint of weight cutting," Mike Dolce has coordinated the high-profile weight loss for many of the world's top athletes, including...- Quinton "Rampage" Jackson, UFC / Pride FC world champion - Vitor "The Phenom" Belfort, UFC two-time world champion - Thiago "Pitbull" Alves, UFC world title contender - Chael Sonnen, WEC / UFC world title contender - Gray "Bully" Maynard, UFC world title contender - Nate "Rock" Quarry, UFC world title contender - Mike "Quicksand" Pyle, WEC world champion- Jay "Thorobred" Hieron, IFL world championAs well as fan favorites...- Michael "The Count" Bisping, The Ultimate Fighter 3 winner - Jake "Juggernaut" Ellenberger, UFC veteran- Ed "Shortfuse" Herman, The Ultimate Fighter 3 runner-up- Chris "The Crippler" Leben, UFC veteran- Duane "BANG" Ludwig, UFC & K-1 veteran and many more!For the first time in print, Mike Dolce shares the same the principles, recipes, and strength training workouts he uses in MMA's elite fight camps and how they can be used by YOU!INSIDE you will learn: - Recipes used in MMA's top fight camps with gluten-free & vegan options- Easy to follow sample meal plans with gluten-free & vegan options- Strength & Conditioning exercises with instructions & photos- Workout plans used by today's top athletes
The Power Of Visualization : Meditation Secrets That Matter The Most
Vishwanath - 2012
Every other skill will fall short in helping you remember your real nature. This book reveals the closely guarded secret of wise men and women.Few greater gifts can be given to someone than to learn how to truly develop a method to grasp their own consciousness and unlock a remarkable scope of understanding of both themselves and the universe. Life-changing books are few in number, but here is one that conveys a remarkable breakthrough. No one will be the same after absorbing the contents of this mind-enlarging volume.
The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
Alan Cooper - 1999
Cooper details many of these meta functions to explain his central thesis: programmers need to seriously re-evaluate the many user-hostile concepts deeply embedded within the software development process. Rather than provide users with a straightforward set of options, programmers often pile on the bells and whistles and ignore or de-prioritise lingering bugs. For the average user, increased functionality is a great burden, adding to the recurrent chorus that plays: "computers are hard, mysterious, unwieldy things." (An average user, Cooper asserts, who doesn't think that way or who has memorised all the esoteric commands and now lords it over others, has simply been desensitised by too many years of badly designed software.) Cooper's writing style is often overblown, with a pantheon of cutesy terminology (i.e. "dancing bearware") and insider back-patting. (When presenting software to Bill Gates, he reports that Gates replied: "How did you do that?" to which he writes: "I love stumping Bill!") More seriously, he is also unable to see beyond software development's importance--a sin he accuses programmers of throughout the book. Even with that in mind, the central questions Cooper asks are too important to ignore: Are we making users happier? Are we improving the process by which they get work done? Are we making their work hours more effective? Cooper looks to programmers, business managers and what he calls "interaction designers" to question current assumptions and mindsets. Plainly, he asserts that the goal of computer usage should be "not to make anyone feel stupid." Our distance from that goal reinforces the need to rethink entrenched priorities in software planning. -- Jennifer Buckendorff, Amazon.com
Dr. Perricone's 7 Secrets to Beauty, Health, and Longevity: The Miracle of Cellular Rejuvenation
Nicholas Perricone - 2004
Now #1 New York Times bestselling author Dr. Nicholas Perricone gives us an anti-aging program that unveils the miracle of cellular rejuvenation. These seven powerful strategies are not only easy to follow but present a plan for total health designed to help us look and feel great by age-proofing us from the inside out. Taking a holistic approach that taps into cutting-edge science, Dr. Nicholas Perricone reveals how to rev up our cellular metabolism so that we can stay healthy, strong, and energetic, while keeping our skin soft, smooth, and supple. These strategies will help us reverse osteoporosis, restore bone structure and muscle mass, revitalize brain cells, reduce the chances of heart disease and cancer, elevate mood, manage blood sugar, and slim down and stay trim. Inside Dr. Perricone’s 7 Secrets to Beauty, Health, and Longevity you will discover• the six kinds of food you need to eat every day, as well as healthy and delicious snacks–including a vegetable that both suppresses appetite and builds muscle• new findings about the best nutritional supplements to win the fight against aging• revolutionary skin rejuvenating secrets for radiant, toned, and youthful-looking skin
• the role of pheromones in curbing depression, boosting self-confidence, triggering weight loss, and improving libido• the essential oil that is more powerful than antibiotics• an exercise plan that will shape your silhouette and strengthen your bones in as little as ten minutes a day• delicious recipes, easy shopping lists, and a guide to safe cookware so that you can create your own anti-aging kitchen• Dr. Perricone’s trademark tips about new products that really work–and where to find themWhether your aim is to look younger, improve your health, or just feel great, you’ll see fast results by following Dr. Perricone’s simple program. These seven indispensable secrets will keep you beautiful, healthy, and young all through life.From the Hardcover edition.
The Lost City of the Monkey God--Extended Free Preview (first 6 chapters): A True Story
Douglas Preston - 2016
#1 New York Times bestselling author Douglas Preston takes readers on an adventure deep into the Honduran jungle in this riveting, danger-filled true story about the discovery of an ancient lost civilization.
Using Drupal
Angela Byron - 2008
You'll get the information you need about how to combine modules in interesting ways (with a minimum of code-wrangling) to develop a variety of community-driven websites. Each chapter describes a case study and outlines specific requirements for one of several projects included in the book -- a wiki, publishing workflow site, photo gallery, product review site, online store, user group site, and more. With Using Drupal, you will:Get an overview of Drupal concepts and key modules introduced in each chapter, with a bird's-eye view of each module's specialty and how it works Explore various solutions within Drupal that meet the requirements for the project, with details about which modules are selected and why Learn how to configure modules, with step-by-step recipes for building the precise functionality the project requires Get information on additional modules that will make the project even more powerful Be able to access the modules used in the chapter, along with other resources Newcomers will find a thorough introduction to the framework, while experienced Drupal developers will learn best practices for building powerful websites. With Using Drupal, you'll find concrete and creative solutions for developing the exact community website you have in mind.
American Legends: The Life of Jimmy Stewart
Charles River Editors - 2013
*Includes a bibliography for further reading.*Includes a table of contents. “A feller came up to me the other day and said ‘I don’t know whether this means anything to you but you’ve given me and my family a lot of enjoyment over the years.’ And I said to him, ‘Does it mean anything to me? It means everything to me. That’s the ballgame. That's it.’ And I think that if I have done that to that man, and maybe a couple more…then I’m proud of that.” – Jimmy StewartA lot of ink has been spilled covering the lives of history’s most influential figures, but how much of the forest is lost for the trees? In Charles River Editors’ American Legends series, readers can get caught up to speed on the lives of America’s most important men and women in the time it takes to finish a commute, while learning interesting facts long forgotten or never known. When the American Film Institute assembled its top 100 actors of all time at the close of the 20th century, Jimmy Stewart ranked third, behind only Humphrey Bogart and Cary Grant. There is a certain inevitability to these three actors ranking at the top of the list; after all, they were the dominant faces of Hollywood during the height of the era known as classical Hollywood cinema, a time before the onset of television when the movies still enjoyed relatively uncontested supremacy over American entertainment. The popularity of Stewart, Grant, and Bogart also extends well beyond the success of any of their individual films, reflecting their much broader cultural significance as monuments of Hollywood during its Golden Age. In fact, if the list was reconstructed today, it is entirely possible that Stewart would rank first. Not only have movies such as It’s a Wonderful Life (1946) and Vertigo (1958) continued to gain in popularity even into the 21st century, but Stewart has come to embody an accessible image of American values that is easy for everyone to embrace. The wholesome, happy-go-lucky persona he cultivated represents perhaps a more palatable image of American masculinity than the gritty realism of Bogart or the erudite but occasionally snobbish tendencies of Cary Grant. If there is any actor that embodies not only classical Hollywood but also American culture more generally, it’s difficult to argue against Jimmy Stewart.The phenomenon of Jimmy Stewart becomes even more remarkable when considering the incredible harmony between the characters he portrayed in his films and his personality off the movie set. Most actors and actresses cultivate a persona in order to achieve success, and in most cases it’s an image that bears only a tangential relationship to an actor’s true personality, but there was no such division for Stewart. The all-American image conveyed in films such as Mr. Smith Goes to Washington (1939) and It’s a Wonderful Life corresponds seamlessly with Stewart’s off-screen pursuits, which included a degree in architecture from Princeton and an extended tenure as a pilot during World War II. There were elements of his life story that resisted cultural norms - he waited until age 41 before marrying, and his very decision to pursue acting in 1930s America could be seen as a deviation from more characteristically masculine professions - but there was an almost seamless congruence between the Stewart that audiences saw on screen and the man he was in real life. Naturally, his defining traits developed out of and in response to the values instilled in him by his family and cultural background, and for this reason, examining his filmography alongside his life story paints a complete picture of the delicate unity of Jimmy Stewart’s life.
500 Things People Believe That Aren't True
James Egan - 2015
Most deserts aren't made of sand. Pterodactyls weren't dinosaurs. Genetically modified food existed since the Stone Age. We have no idea what Ancient Egyptians looked like. Women could vote since 1867. Fast-Food chains have existed fro 1,900 years. Cryogenics doesn't involve freezing people. You can get appendicitis more than once. Holland is not The Netherlands. The Hanging Gardens of Babylon never existed.
Cheats, Cons, Swindles, and Tricks
Brian Brushwood - 2000
As seen on the Tonight Show with Jay Leno (twice!) as well as 2 dozen other TV programs, Brian's now the host of the popular online series "Scam School," (downloaded over 1 million times a month, and named by iTunes as a "top video podcast" of 2008 and 2009). ...And THIS is the book that started it all.With 57 killer tricks (and 8 bonus scams), any one of these tricks could win you the cost of a free drink or more... and yet your investment will be LESS THAN 2 CENTS PER TRICK!Short enough to digest in an evening, yet powerful enough to score you free drinks for the rest of your life... "Cheats, Cons, Swindles and Tricks" could be the single best investment of 99 cents you'll ever make.