Book picks similar to
No One Path: Perspectives On Leadership From A Decade Of Women In Technology Award Winners by Women in Technology
bill-gates-summer-reading
billgates
nf
princess-khaliya-aga-khan-gatesnot
The Buddha and the Borderline: My Recovery from Borderline Personality Disorder through Dialectical Behavior Therapy, Buddhism, and Online Dating
Kiera Van Gelder - 2010
This haunting, intimate memoir chronicles both the devastating period that led to Kiera's eventual diagnosis and her inspirational recovery through therapy, Buddhist spirituality, and a few online dates gone wrong. Kiera's story sheds light on the private struggle to transform suffering into compassion for herself and others, and is essential reading for all seeking to understand what it truly means to recover and reclaim the desire to live.
The Rails Way
Obie Fernandez - 2007
Now, for the first time, there s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails tools and best practices to maximize productivity and build polished applications users will enjoy. Using detailed code examples, Obie systematically covers Rails key capabilities and subsystems. He presents advanced programming techniques, introduces open source libraries that facilitate easy Rails adoption, and offers important insights into testing and production deployment. Dive deep into the Rails codebase together, discovering why Rails behaves as it does and how to make it behave the way you want it to. This book will help you Increase your productivity as a web developer Realize the overall joy of programming with Ruby on Rails Learn what s new in Rails 2.0 Drive design and protect long-term maintainability with TestUnit and RSpec Understand and manage complex program flow in Rails controllers Leverage Rails support for designing REST-compliant APIs Master sophisticated Rails routing concepts and techniques Examine and troubleshoot Rails routing Make the most of ActiveRecord object-relational mapping Utilize Ajax within your Rails applications Incorporate logins and authentication into your application Extend Rails with the best third-party plug-ins and write your own Integrate email services into your applications with ActionMailer Choose the right Rails production configurations Streamline deployment with Capistrano "
97 Things Every Programmer Should Know: Collective Wisdom from the Experts
Kevlin Henney - 2010
With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects.A few of the 97 things you should know:"Code in the Language of the Domain" by Dan North"Write Tests for People" by Gerard Meszaros"Convenience Is Not an -ility" by Gregor Hohpe"Know Your IDE" by Heinz Kabutz"A Message to the Future" by Linda Rising"The Boy Scout Rule" by Robert C. Martin (Uncle Bob)"Beware the Share" by Udi Dahan
Sabbath in the Suburbs: A Family's Experiment with Holy Time
MaryAnn McKibben Dana - 2012
As she considered her family’s frenetic suburban existence—a relentless list of work, errands, carpool, dishes, e-mail, bills, yardwork—she knew something had to change. The family faced a choice: to continue at the same frantic pace or to fight back with a radically different way of being. They went radical. For one year, they committed to a practice of Sabbath-keeping. For a whole day each week, they set aside their doing in order to simply be. Work took a backseat to games, walks, Legos, naps, homebrewing, and leisurely contentment. The practice never got easier—the house was a mess, the kids still fought—but Sabbath became the one essential “to-do” each week.With lively prose (“a fresh voice and energy” -Publishers Weekly), Dana documents the Sabbath experiment as a guide for families of all shapes and sizes. Each chapter includes tips to help you claim Sabbath moments—to see time not as an enemy to subdue, but as a friend to savor.Part of the Young Clergy Women Project series.
The Sandler Rules: 49 Timeless Selling Principles and How to Apply Them
David H. Sandler - 2010
Never ask for the order. Get an I.O.U. for everything you do. Don t spill your candy in the lobby.Until now, these unique rules (and 45 more) were given out only to Sandler Training clients in special seminars and private coaching. After three decades of proven success, the secrets are out in The Sandler Rules. And when salespeople know the rules, they get results.Early in his sales career, David Sandler observed that some salespeople work hard and struggle for every deal, while others consistently, and almost effortlessly, uncover new opportunities and close sales. Why is it, he wondered, that two salespeople selling the same product in the same market can have such different results?Are great salespeople born with a special gift--perhaps the right personality? Were they better educated? Did they have more experience? Were they just lucky to find themselves in the right places at the right times with the right people? No, they simply understood human relationships.Using Eric Berne's Transactional Analysis, Sandler devised a selling system and distilled forty-nine unforgettable rules that are frank, sometimes fun, and always easy to put to use. Sandler Training CEO David Mattson, coauthor of Five Minutes with VITO, delivers this fresh and often funny guidebook, filled with real-world tactics for successful prospecting, qualifying, deal-making, closing, and referral generation.In the first week of release, the Amazon ranking of The Sandler Rules shot to:#1 in the Sales and Selling category#2 in Hot New Releases--business books#3 in business books#23 worldwide!
Agile Practice Guide
Project Management Institute - 2017
This practice guide provides guidance on when, where, and how to apply agile approaches and provides practical tools for practitioners and organizations wanting to increase agility. This practice guide is aligned with other PMI standards, including A Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Sixth Edition, and was developed as the result of collaboration between the Project Management Institute and the Agile Alliance.
Agile Software Development, Principles, Patterns, and Practices
Robert C. Martin - 2002
The author incudes OOD, UML, Design Patterns, Agile and XP methods with a detailed description of a complete software design for reusable programs in C++ and Java. Using a practical, problem-solving approach, it shows how to develop an object-oriented application -- from the early stages of analysis, through the low-level design and into the implementation. Walks readers through the designer's thoughts -- showing the errors, blind alleys, and creative insights that occur throughout the software design process. KEY TOPICS: Covers: Statics and Dynamics; Principles of Class Design; Complexity Management; Principles of Package Design; Analysis and Design; Patterns and Paradigm Crossings. Explains the principles of OOD, one by one, and then demonstrates them with numerous examples, completely worked-through designs, and case studies. Covers traps, pitfalls, and work arounds in the application of C++ and OOD and then shows how Agile methods can be used. Discusses the methods for designing and developing big software in detail. Features a three-chapter, in-depth, single case study of a building security system. MARKET: For Software Engineers, Programmers, and Analysts who want to understand how to design object oriented software with state of the art methods.
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
Dr. Lani's No-Nonsense Bone Health Guide: The Truth About Density Testing, Osteoporosis Drugs, and Building Bone Quality at Any Age
Lani Simpson - 2014
Who Are You, Really?: The Surprising Puzzle of Personality (TED Books)
Brian Little - 2017
But today the field of personality science has moved well beyond the nature vs. nurture debate. In Who Are You, Really? Dr. Brian Little presents a distinctive view of how personality shapes our lives—and why this matters. Little makes the case for a third nature to the human condition—the pursuit of personal projects, idealistic dreams, and creative ventures that shape both people’s lives and their personalities. Little uncovers what personality science has been discovering about the role of personal projects, revealing how this new concept can help people better understand themselves and shape their lives. In this important work, Little argues that it is essential to devote energy and resources to creative endeavors in a highly focused fashion, even if it takes away from other components of our well-being. This does not mean that we cannot shift from one core project to another in the days of our lives. In fact, it is precisely that ability to flexibly craft projects that is the greatest source of sustainability. Like learning to walk, forcing ourselves out of balance as we step is the only way in which we can move forward. And it is the only way that human flourishing can be enhanced. The well-lived life is based on the sustainable pursuit of core projects in our lives. Ultimately, Who Are You, Really? provides a deeply personal itinerary for exploring our personalities, our lives, and the human condition.
How to Raise Kind Kids: And Get Respect, Gratitude, and a Happier Family in the Bargain
Thomas Lickona - 2018
But that is not the same as knowing what to do when you catch your son being unkind. A world-renowned developmental psychologist, Dr. Thomas Lickona has led the character education movement in schools for forty years. Now he shares with parents the vital tools they need to bring peace and foster cooperation at home. Kindness doesn't stand on its own. It needs a supporting cast of other essential virtues--like courage, self-control, respect, and gratitude.With concrete examples drawn from the many families Dr. Lickona has worked with over the years and clear tips you can act on tonight, How to Raise Kind Kids will help you give and get respect, hold family meetings to tackle persistent problems, discipline in a way that builds character, and improve the dynamic of your relationship with your children while putting them on the path to a happier and more fulfilling life.
Program or Be Programmed: Ten Commands for a Digital Age
Douglas Rushkoff - 2010
But for all the heat of claim and counter-claim, the argument is essentially beside the point: it’s here; it’s everywhere. The real question is, do we direct technology, or do we let ourselves be directed by it and those who have mastered it? “Choose the former,” writes Rushkoff, “and you gain access to the control panel of civilization. Choose the latter, and it could be the last real choice you get to make.” In ten chapters, composed of ten “commands” accompanied by original illustrations from comic artist Leland Purvis, Rushkoff provides cyberenthusiasts and technophobes alike with the guidelines to navigate this new universe.In this spirited, accessible poetics of new media, Rushkoff picks up where Marshall McLuhan left off, helping readers come to recognize programming as the new literacy of the digital age––and as a template through which to see beyond social conventions and power structures that have vexed us for centuries. This is a friendly little book with a big and actionable message. World-renowned media theorist and counterculture figure Douglas Rushkoff is the originator of ideas such as “viral media,” “social currency” and “screenagers.” He has been at the forefront of digital society from its beginning, correctly predicting the rise of the net, the dotcom boom and bust, as well as the current financial crisis. He is a familiar voice on NPR, face on PBS, and writer in publications from Discover Magazine to the New York Times.“Douglas Rushkoff is one of the great thinkers––and writers––of our time.” —Timothy Leary“Rushkoff is damn smart. As someone who understood the digital revolution faster and better than almost anyone, he shows how the internet is a social transformer that should change the way your business culture operates." —Walter Isaacson
Ten Things Every Child with Autism Wishes You Knew
Ellen Notbohm - 2005
Framed with both humor and compassion, the book defines the top ten characteristics that illuminate the minds and hearts of children with autism. Ellen's personal experiences as a parent, an autism columnist, and a contributor to numerous parenting magazines coalesce to create a guide for all who come in contact with a child on the autism spectrum. Don't buy just one of this book- buy one for everyone who interacts with your child! Give the gift of understanding. Helpful chapters include:My sensory perceptions are disordered Distinguish between won’t and can’t I am a concrete thinker. I interpret language literally Be patient with my limited vocabulary Because language is so difficult for me, I am very visually oriented Focus and build on what I can do rather than what I can’t do Help me with social interactions Identify what triggers my meltdowns
Culturize: Every Student. Every Day. Whatever It Takes.
Jimmy Casas - 2017
Average schools don’t inspire greatness—and greatness is what our world needs if we are going to produce world-changing learners. In Culturize, author and education leader Jimmy Casas shares insights into what it takes to cultivate a community of learners who embody the innately human traits our world desperately needs, such as kindness, honesty, and compassion. His stories reveal how these “soft skills” can be honed while meeting and exceeding academic standards of twenty-first-century learning. You’ll learn... * How to reach those who seem unreachable * What to do when students disengage or drop out of school * How to ensure your learners feel cared for and empowered * How to create an environment where all learners are challenged and inspired to be their best ______ “Jimmy Casas guides readers to understand that school culture must be a daily focal point for all school leaders.” —Beverly Hutton, Ed.D., Deputy Executive Director, National Association of Secondary School Principals (NASSP) “No matter your title or profession, page after page of this book will inspire you.” —Kayla Delzer, CEO, Top Dog Teaching Inc. “Read this book to culturize your school and to live your excellence—every day.” —Thomas C. Murray, Director of Innovation, Future Ready Schools
The End of Average: How We Succeed in a World That Values Sameness
Todd Rose - 2016
We’re a little taller or shorter than the average, our salary is a bit higher or lower than the average, and we wonder about who it is that is buying the average-priced home. All around us, we think, are the average people—with the average height, the average salary and the average house.But the average doesn’t just influence how we see ourselves—our entire social system has been built around this average-size-fits-all model. Schools are designed for the average student. Healthcare is designed for the average patient. Employers try to fill average job descriptions with employees on an average career trajectory. Our government implements programs and initiatives to serve the average person. For more than a century, we’ve believed that the best way to run our institutions is by focusing on the average person. But when you actually drill down into the numbers, you find an amazing fact: no one is average—which means that our society built for everyone is actually serving no one.In the 1950s, the American Air Force found itself with a massive problem—performance in expensive, custom-made planes was suffering terribly, with crashes peaking at seventeen in a single day. Since the state-of-the-art planes they were flying had been meticulously crafted to fit the average pilot, pilot error was assumed to be at fault. Until, that is, the Air Force investigated just how many of their pilots were actually average. The shocking answer: out of thousands of active-duty pilots, exactly zero were average. Not one. This discovery led to simple solutions (like adjustable seats) that dramatically reduced accidents, improved performance, and expanded the pool of potential pilots. It also led to a huge change in thinking: planes didn’t need to be designed for everyone—they needed to be designed so they could adapt to suit the individual flying them.The End of Average shows how success lies in customizing to our individual needs in all aspects of our lives, from the way we mark tests to the medical treatment we receive. Using principles from The Science of the Individual, it shows how we can break down the average to create individualized success that benefits everyone in the long run. It's time we stopped settling for average, and in The End of Average, Todd Rose will show you how.