Work Together Anywhere: A Handbook on Working Remotely—Successfully—for Individuals, Teams, and Managers
Lisette Sutherland - 2018
Companies and organizations everywhere are embracing the game-changing benefits of allowing employees to work outside the office, and the results are profound: managers benefit by saving money and resources and by having access to talent outside their zip codes, while employees enjoy greater job opportunities, productivity, independence, and satisfaction—in part from the time saved not commuting. The reality is clear: working remotely can be a win-win for everyone. But that win is only possible when companies have a plan for supporting efficiency and fostering streamlined, engaging teamwork, and when individuals are prepared to collaborate productively. In Work Together Anywhere, Lisette Sutherland, an international champion of virtual-team strategies, offers a full-service guide to thriving in the remote workplace. Sharing powerful advice gleaned from professional experience, extensive research, and interviews with workers and manager/owners around the world, Work Together Anywhere sets out a complete blueprint for optimizing team success, including: * assessing and developing an individual’s team-focused capacity * establishing a remote-ready office * crafting team agreements * running effective online meetings * facilitating positive communication practices Packed with hands-on materials and actionable advice for cultivating camaraderie, agility, and collaboration, Work Together Anywhere is a thorough and inspiring must-have guide for anyone who wants to get ahead in today’s remote-working world. CONTENTS How to Use This Book Foreword by Jurgen Appelo Introduction PART I—Setting the Scene: Some of the Who, What, Where, and Why of Remote Working Chapter 1. Setting the Scene: Why Are Individuals Going Remote? Workplace Flexibility Chapter 2. How Remote Working Benefits Employers PART I EXTRAS • Frequently Asked Questions • At a Glance: How to Replicate Online the Benefits of Working On-Site PART II—How Individuals Can Work Remotely Successfully Chapter 3. Remote Working 101—Getting Started Chapter 4. Remote Working 201—Perfecting Your Game PART II EXTRAS • Questionnaire for Individuals: Are You Ready to Work Remotely? • Convincing Your Boss (or Team) • Seeking Remote Employment • FlexJobs List: 100 Top Companies with Remote Jobs in 2018 PART III—Successful Remote Teams 101: Hiring and Transitioning Chapter 5. Hiring Remote Workers and Teams Chapter 6. Transitioning Toward the Remote Option PART III EXTRA • Cheat Sheet: What to Look for When Interviewing a Remote Worker—Plus Sample Questions for Assessing a Candidate PART IV—Successful Remote Teams 201: Managing Chapter 7. Commit and Lead, Trust and Succeed Chapter 8.
Why You Need to Start Network Marketing: How to Remove Risk and Have a Better Life
Keith Schreiter - 2016
Discover the real reason why people around the world are adding network marketing to their lives. In this book you will learn: * Why network marketing is a natural thing for us to do. * How to present network marketing so that prospects "get it." * The real power behind our business. * Why jobs are nice, but risky ... and what we can do about it. * How to take a different view of the big picture. * Chances of failure and the absence of guarantees. * Understanding wealth ... and being broke. * The easiest way to spread your message. Short, compact, and to the point. A fast read, and a faster life-changer. Here is your chance to see what others see. Scroll up and get your copy now!
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Leading the Transformation: Applying Agile and DevOps Principles at Scale
Gary Gruver - 2015
Leading-edge companies like Amazon and Google are applying DevOps and Agile principles to deliver large software projects faster than anyone thought possible. But most executives don’t understand how to transform their current legacy systems and processes to scale these principles across their organizations. Leading the Transformation is an executive guide, providing a clear framework for improving development and delivery. Instead of the traditional Agile and DevOps approaches that focus on improving the effectiveness of teams, this book targets the coordination of work across teams in large organizations—an improvement that executives are uniquely positioned to lead.
Lean from the Trenches
Henrik Kniberg - 2011
Find out how the Swedish police combined XP, Scrum, and Kanban in a 60-person project. From start to finish, you'll see how to deliver a successful product using Lean principles. We start with an organization in desperate need of a new way of doing things and finish with a group of sixty, all working in sync to develop a scalable, complex system. You'll walk through the project step by step, from customer engagement, to the daily "cocktail party," version control, bug tracking, and release. In this honest look at what works--and what doesn't--you'll find out how to: Make quality everyone's business, not just the testers. Keep everyone moving in the same direction without micromanagement. Use simple and powerful metrics to aid in planning and process improvement. Balance between low-level feature focus and high-level system focus. You'll be ready to jump into the trenches and streamline your own development process.ContentsForewordPrefacePART I: HOW WE WORK1. About the Project1.1 Timeline 51.2 How We Sliced the Elephant 61.3 How We Involved the Customer 72. Structuring the Teams3. Attending the Daily Cocktail Party3.1 First Tier: Feature Team Daily Stand-up3.2 Second Tier: Sync Meetings per Specialty3.3 Third Tier: Project Sync Meeting4. The Project Board4.1 Our Cadences4.2 How We Handle Urgent Issues and Impediments5. Scaling the Kanban Boards6. Tracking the High-Level Goal7. Defining Ready and Done7.1 Ready for Development7.2 Ready for System Test7.3 How This Improved Collaboration 8. Handling Tech Stories8.1 Example 1: System Test Bottleneck8.2 Example 2: Day Before the Release8.3 Example 3: The 7-Meter Class9. Handling Bugs9.1 Continuous System Test9.2 Fix the Bugs Immediately9.3 Why We Limit the Number of Bugs in the Bug Tracker9.4 Visualizing Bugs9.5 Preventing Recurring Bugs10. Continuously Improving the Process10.1 Team Retrospectives10.2 Process Improvement Workshops10.3 Managing the Rate of Change11. Managing Work in Progress11.1 Using WIP Limits11.2 Why WIP Limits Apply Only to Features12. Capturing and Using Process Metrics12.1 Velocity (Features per Week)12.2 Why We Don’t Use Story Points12.3 Cycle Time (Weeks per Feature)12.4 Cumulative Flow12.5 Process Cycle Efficiency13. Planning the Sprint and Release13.1 Backlog Grooming13.2 Selecting the Top Ten Features13.3 Why We Moved Backlog Grooming Out of the Sprint Planning Meeting13.4 Planning the Release14. How We Do Version Control14.1 No Junk on the Trunk14.2 Team Branches14.3 System Test Branch15. Why We Use Only Physical Kanban Boards16. What We Learned16.1 Know Your Goal16.2 Experiment16.3 Embrace Failure16.4 Solve Real Problems16.5 Have Dedicated Change Agents16.6 Involve PeoplePART II: A CLOSER LOOK AT THE TECHNIQUES 17. Agile and Lean in a Nutshell17.1 Agile in a Nutshell17.2 Lean in a Nutshell17.3 Scrum in a Nutshell17.4 XP in a Nutshell17.5 Kanban in a Nutshell18. Reducing the Test Automation Backlog18.1 What to Do About It18.2 How to Improve Test Coverage a Little Bit Each Iteration18.3 Step 1: List Your Test Cases18.4 Step 2: Classify Each Test18.5 Step 3: Sort the List in Priority Order18.6 Step 4: Automate a Few Tests Each Iteration18.7 Does This Solve the Problem?19. Sizing the Backlog with Planning Poker19.1 Estimating Without Planning Poker19.2 Estimating with Planning Poker19.3 Special Cards20. Cause-Effect Diagrams20.1 Solve Problems, Not Symptoms20.2 The Lean Problem-Solving Approach: A3 Thinking20.3 How to Use Cause-Effect Diagrams20.4 Example 1: Long Release Cycle20.5 Example 2: Defects Released to Production20.6 Example 3: Lack of Pair Programming20.7 Example 4: Lots of Problems20.8 Practical Issues: How to Create and Maintain the Diagrams20.9 Pitfalls20.10 Why Use Cause-Effect Diagrams?21. Final WordsA1. Glossary: How We Avoid Buzzword BingoIndex
Stop Thinking Like a Freelancer: The Evolution of a $1M Web Designer
Liam Veitch - 2014
It’s tough to plan for growth (in client volume and revenue) when current income is too unstable to even consider anything beyond the here and now. This book dives deep on making freelancing more stable, beating "treading water" cycles, repelling 'bad apple' clients, multiplying online exposure and follows the journey of Liam, with honest, clear advice and guidance from laptop and rented desk to $1m web agency. Achieve the freedom you're looking forA perennial business builder who 'finally got something to work', Liam Veitch has many strings to his bow along with many failures to learn from. Web designer and now founder at UK based web agency Tone (tone.co.uk) as well as freelancer community Freelancelift (freelancelift.com) this book comprises everything he wished he knew first time around. In his own words, he did freelancing 'right this time' and this book comes from a realisation that in the three years which passed - this second time round as a freelancer - the business has generated over $1.1M. This debut, feature length book lays out the key mindset fixes which made this possible. Who's it for?This book exists to help freelancers earn more this month than they did last month, by leveraging big-business thinking and creating a state of constant evolutionary improvement. "My intention is to describe my experiences and provide inspiration and practical advice for putting them to work in your business. These experiences have led to an enormous amount of financial freedom and professional predictability for me...something I could only dream about before." What's inside?226 pages of honest, actionable advice to help you build something incredible from your tiny freelance business. - Make freelancing more stable- Beat "treading water" cycles- Repel 'bad apple' clients- Multiply online exposure- Build income predictability- Have dream clients find you- Leverage recurring revenue- Work less while earning moreLet's do thisThe purpose of this book is not to show you how to build an agency, nor is it to improve the actual service you're providing (I'm making the assumption this is already the best it can be). This book is here to help give a fresh perspective in a space dominated by mediocrity. Your time is now. As a one-person business, it’s easy to think that you’re somehow exempt from that word… ‘business’. I’m here to tell you this is what keeps most freelancers thinking like, well, freelancers. Screw that! This book serves to lay out everything I wish I'd have known first time around. It's been exhausting, a blast, and I can't wait to show you what I came up with.
Making It Right: Product Management For A Startup World
Rian van der Merwe - 2014
It's not for the faint of heart. It's for people who want to move mountains. It swallows some whole, but others derive endless invigoration and passion from the pace and the impact and the glory and the huge potential for failure as well as success. There's no other job like it, and this is a book to help you make it your job. The role of a product manager goes by many different names - and if that's not reason enough to be confused, some companies define product manager completely differently from how it's understood elsewhere. We sometimes get stuck in our quest to define the damn thing, but in the case of product management, it's effort well spent, because it's quite the jungle out there.
Hide Your Goat: Strategies To Stay Positive When Negativity Surrounds You
Steve Gilliland - 2013
Filled with thought-provoking questions, ideas and solutions, this book will help you stay positive while dealing with life’s disappointments and the negativity that encompasses our society. Whereas, you can’t change the people and circumstances that try to get your goat, Hide Your Goat will help you stay positive when negativity surrounds you. The book focuses on six core principles.• The Courage to Recognize Who You Are• The Strength to Accept Where You Have Been* The Wisdom to Discern Where You Are Heading* The Knowledge to Acquire What it Takes To Get There* The Awareness to Exclude Who Is Stopping You* The Power to Change What Holds You BackHide Your Goat makes you aware of how your daily life intersects with a diverse group of people from different backgrounds, opinions and personalities. This book will make you think about yourself and dive deep below the surface to uncover feelings, thoughts and emotions that expose your goat. Regardless of its origin, the expression “gets my goat” is something that resonates with all of us. The fast-paced and stress-filled schedules we maintain “open the gate” to allow people and circumstances to “get our goat.” It’s time to discover, herd, teach, feed, gate, exercise and in the end, Hide Your Goat!
Earn It!: Know Your Value and Grow Your Career, in Your 20s and Beyond
Mika Brzezinski - 2019
The whirlwind of job applications, interviews, follow-up, resume building, and networking is just the beginning. What happens after you've landed the job, settled in, and begun to make a difference-where do you go from here? What if you feel stuck in what you thought would be your dream profession? New York Times bestselling author Mika Brzezinski and producer Daniela Pierre-Bravo provide an essential manual for those crucial next steps. Earn It! is a practical career guidebook that not only helps you get your foot in the door; it also shows you how to negotiate a raise, advocate for more responsibility, and figure out whether you're in the career that's right for you. A blueprint for your future success, Earn It! features insightful and inspiring interviews with leaders in media, fashion, and business, recruiters, HR, execs, and kickass young female entrepreneurs like Danielle Weisberg and Carly Zakin of theSkimm, Vimeo CEO Anjali Sud, and Jane Park, founder of the cosmetic subscription company Julep
The Escape Manifesto: Quit Your Corporate Job. Do Something Different!
Escape the City - 2013
BE BRAVE AND START SOMETHING YOU LOVE.Does this sound familiar... You tick all the right boxes; school, university, corporate career. You have a sensible profession, a fancy job title, proud parents, decent salary, pricey holidays…but there’s a nagging feeling that something isn’t quite right? A realisation that you’re not completely fulfilled? Surely you should be as happy as Larry – are you being ungrateful? HELL NO. You want a different life – no spreadsheets, no commute, no late nights at the office. But if not that…then what? That is exactly what Escape The City are here to do – show you what other options are open to you.Escape The City is a community based website built around a simple concept: there is more to life than doing unfulfilling work in big corporate companies. The online platform is designed to help corporate professionals find exciting jobs, start their own businesses, and go on big adventures. The Escape Manifesto is here to support, inspire and encourage us all to make big and brave transitions in our lives.• Examines the reasons why so many people are unsatisfied with the corporate world• Explores the alternatives and the common barriers to achieving your dreams• Advice and support for making the transition to something new and developing a strategy for work and life• Contains tons of real-life examples of people who have made the leap
Python Machine Learning
Sebastian Raschka - 2015
We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine learning, we can turn this data into knowledge. Automated speech recognition on our smart phones, web search engines, e-mail spam filters, the recommendation systems of our favorite movie streaming services – machine learning makes it all possible.Thanks to the many powerful open-source libraries that have been developed in recent years, machine learning is now right at our fingertips. Python provides the perfect environment to build machine learning systems productively.This book will teach you the fundamentals of machine learning and how to utilize these in real-world applications using Python. Step-by-step, you will expand your skill set with the best practices for transforming raw data into useful information, developing learning algorithms efficiently, and evaluating results.You will discover the different problem categories that machine learning can solve and explore how to classify objects, predict continuous outcomes with regression analysis, and find hidden structures in data via clustering. You will build your own machine learning system for sentiment analysis and finally, learn how to embed your model into a web app to share with the world
Ambush at the Waterfall: Marines in Vietnam (No Safe Spaces)
Anthony H. Johnson - 2018
After the TET offensive of 1968, the North Vietnamese Army forces fled back to their base camps in the jungle covered mountains where they lived, trained and prepared their attacks. During Operation Mameluke Thrust, Marines went into those mountains in search of the NVA. The Marines were hunting and the NVA were ready for them. During several battles, the NVA and Marines fought fiercely, with heavy casualties on both sides. This is the story of one of those battles told by a 19 year old Marine who fought in those battles. As the Marines swept along a river, the point platoon rappelled down a waterfall that then separated them from the main body of the Marine force. The NVA, who had been waiting in ambush, opened fire on both the point platoon and main body. The point platoon, isolated from the main body and in an open field surrounded by a numerically superior NVA force in fortified concealed positions, fought bravely. This story is dedicated to the 21 members of 3rd platoon of Bravo Company, 1st Battalion 7th Marines, who were killed or wounded at the waterfall in the mountains near Thuong Duc in Quang Nam province.
A Prayer That Never Fails: 7 Spiritual Practices to Catapult You to Happiness
Sadhvi Vrinda Om - 2019
When I was initiated into sannyasa, I thought I had become a different person forever. The reality was far from it. The only solace: I was not the only one. Having met numerous seekers who visit our ashram to meet My Guru, Om Swami, I realized that most of them had similar woes. My failures were everyday failures for others just as much. They too were dancing to the fickle tunes of their unanchored and untamed minds. But there was hope. Simple instructions from the ingenious mind of My master rescued me. It is his infallible wisdom that I have tried to capture in this book. I hope the lessons in these pages bring you as much peace and clarity as they brought me.
The Athlete Inside: The Transforming Power of Hope, Tenacity, and Faith
Sue Reynolds - 2020
After being on yo-yo diets almost all her life, she tried one more time without much hope for positive results. But this time was different. She was fed up with not being able to do things because of her size. She was tired of not being able to tie her own shoes, fit in restaurant booths, or walk more than a few feet. She was ready.The Athlete Inside follows Reynolds's journey as she lost 200 pounds and found an athlete hiding inside her body. From her first walk to the neighbor's mailbox to finishing sixth in the world at the Triathlon World Championship, Reynolds discovered the joy of conquering fear and pride to find that the best version of herself had been there all along.A world-class triathlete and a grandmother, Reynolds is proof that you can transform your life at any age. Her story is one of hope, tenacity, and faith, as she committed to doing whatever it took to be among the best triathletes in the world.