Mumbai's Dabbawala The Uncommon Story of the Common Man


Shobha Bondre - 2011
    Their clockwork precision and incredibly low error rate has got the world to sit up and take note of this awesome army of 5000 men, who make sure office-goers get a hot, home-cooked meal every day, come rain or shine. It is a stupendous feat of coordination, efficiency, honesty and sheer hard work that could teach many a corporate honcho a lesson or two in running a business successfully. The humble dabbawalas of Mumbai shot into fame when Prince Charles requested a meeting with them on a visit to the city in 2003, after having seen a BBC documentary on them. It was a meeting that the heir to the British throne did not forget. In April 2005, the Dabbawalas Association received an invitation to the wedding of Prince Charles and the Duchess of Cornwall, Camilla Parker-Bowles. A few days later, Sopan Rao Rao Mare and Raghunath Medge attended the royal wedding as representatives of the Dabbawalas Association. The story is narrated alternately by the man who has made it happen – Raghunath Medge, president of the Dabbawalas Association, and the author Shobha Bondre. .

Two Scoops of Django: Best Practices for Django 1.6


Daniel Roy Greenfeld - 2014
    

Psychic Empath: The Ultimate Guide to Psychic development, and to understand your Empath abilities


Frank Knoll - 2016
    Also a FREE bonus challenge within. Psychic Empath development to increase your Empath abilities. Are you interested in how you can increase the joy and happiness in your life? Are you currently looking for a way to change your life from within? Are you wondering why you mind continues to change as you meet new people. In this book, it will provide all that and more…Psychic awareness and the understanding of what an Empath is. Learn how to enhance your life, develop your psychic abilities and your intuition as an Empath.Aim to discover your hidden potential within that you have at all times. These abilities are hidden and with this book, you will learn and be able to move forward to strengthen these abilities to achieve an amazing life.Here is what you will get with this book. Common traits of an Empath Surviving emotional vampires. Understanding a Psychic Empath. Shielding and clearing your energy. Empaths have rare and special gift. They are unique, intuitive, creative and most of all, they have the ability to feel what others feel. They are also highly psychic. They can communicate with nature and animals, and receive information from various objects. Many of them can sense the past, present and future states of the environment and the people in it. However, in exchange for these remarkable traits, many empaths suffer from too much negativity and find it difficult to cope with their empathic abilities. Plus a FREE bonus challenge Why should you be interested in this book? This guide also coincides with a consistent meditation practice that combined can greatly benefit the practitioner.Experience a new and higher way to live life to it's fullest daily.This book isn't teaching dogma or telling you something is good or bad for that matter, but it is a practical guide to help use the forces that you cant see to improve your life.Read this book for FREE on Kindle Unlimited - Download Now!

The Naked House: Five Principles for a Minimalist Home


Mollie Player - 2020
    

Test-Driven JavaScript Development


Christian Johansen - 2010
     Test-Driven JavaScript Development is a complete, best-practice guide to agile JavaScript testing and quality assurance with the test-driven development (TDD) methodology. Leading agile JavaScript developer Christian Johansen covers all aspects of applying state-of-the-art automated testing in JavaScript environments, walking readers through the entire development lifecycle, from project launch to application deployment, and beyond.Using real-life examples driven by unit tests, Johansen shows how to use TDD to gain greater confidence in your code base, so you can fearlessly refactor and build more robust, maintainable, and reliable JavaScript code at lower cost. Throughout, he addresses crucial issues ranging from code design to performance optimization, offering realistic solutions for developers, QA specialists, and testers.Coverage includes - Understanding automated testing and TDD - Building effective automated testing workflows - Testing code for both browsers and servers (using Node.js) - Using TDD to build cleaner APIs, better modularized code, and more robust software - Writing testable code - Using test stubs and mocks to test units in isolation - Continuously improving code through refactoring - Walking through the construction and automated testing of fully functional softwareThe accompanying Web site, tddjs.com, contains all of the book's code listings and additional resources.

What Is Love? A Simple Guide to Romantic Happiness


Taro Gold - 2003
    Presents practical, Buddhist-based guidelines to achieving happiness in romantic relationships through a series of inspirational quotes complemented by thematic watercolors and divided into three sections that explore the concepts of illusion, reality, and life.

A Little Me


Amy Roloff - 2019
    Finally allowing herself to be vulnerable enough to open up to others, she learned that it’s worth risking possible rejection for a chance at genuine relationships.Ultimately, it was Amy’s faith, as well as the support and encouragement of her community of loving family and good friends, that saw her through the dark times and allowed her to realize her greatest dreams and beyond. Amy’s memoir is an inspiring and at times heart-wrenching account of resilience and the strength of the human spirit to overcome seemingly insurmountable obstacles.

The Software Paradox


Stephen O’Grady - 2015
    

Game Project Completed: How Successful Indie Game Developers Finish Their Projects


Thomas Schwarzl - 2014
    They teach you how to make games. This book does not show you how to make games. It shows you how to take your game project to the finish line. Many game projects never make it beyond the alpha state.Game Development Success Is All About The Inner Game.Being a successful game developer does not (just) mean being a great programmer, a smart game designer or a gifted artist. It means dominating the inner game of game making. This separates the pros from the wannabes. It's the knowledge of how to stay focused, motivated and efficient during your game projects. It's the skillset of keeping things simple and avoiding misleading dreams of the next overnight success. Finally it's about thinking as a salesperson, not just as a designer, programmer or artist.

A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half


Mark Myers - 2013
     Master each chapter with free interactive exercises online. Live simulation lets you see your practice code run in your browser. 2,000 lines of color-keyed sample code break it all down into easy-to-learn chunks. Extra help through the rough spots so you're less likely to get stuck. Tested on non-coders—including the author's technophobe wife. Become fluent in all the JavaScript fundamentals, in half the time. Display alert messages to the user Gather information through prompts Manipulate variables Build statements Do math Use operators Concatenate text Run routines based on conditions Compare values Work with arrays Run automated routines Display custom elements on the webpage Generate random numbers Manipulate decimals Round numbers Create loops Use functions Find the current date and time Measure time intervals Create a timer Respond to the user's actions Swap images Control colors on the webpage Change any element on the webpage Improvise new HTML markup on the fly Use the webpage DOM structure Insert comments Situate scripts effectively Create and change objects Automate object creation Control the browser's actions Fill the browser window with custom content Check forms for invalid entries Deal with errors Make a more compelling website Increase user-friendliness Keep your user engaged

Node.js Design Patterns


Mario Casciaro - 2014
    What You Will Learn Design and implement a series of server-side JavaScript patterns so you understand why and when to apply them in different use case scenarios Understand the fundamental Node.js components and use them to their full potential Untangle your modules by organizing and connecting them coherently Reuse well-known solutions to circumvent common design and coding issues Deal with asynchronous code with comfort and ease Identify and prevent common problems, programming errors, and anti-patterns In Detail Node.js is a massively popular software platform that lets you use JavaScript to easily create scalable server-side applications. It allows you to create efficient code, enabling a more sustainable way of writing software made of only one language across the full stack, along with extreme levels of reusability, pragmatism, simplicity, and collaboration. Node.js is revolutionizing the web and the way people and companies create their software.In this book, we will take you on a journey across various ideas and components, and the challenges you would commonly encounter while designing and developing software using the Node.js platform. You will also discover the "Node.js way" of dealing with design and coding decisions.The book kicks off by exploring the fundamental principles and components that define the platform. It then shows you how to master asynchronous programming and how to design elegant and reusable components using well-known patterns and techniques. The book rounds off by teaching you the various approaches to scale, distribute, and integrate your Node.js application.

Writing Idiomatic Python 2.7.3


Jeff Knupp - 2013
    Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 2.7.3+. There is also a Python 3.3+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Learning React: Functional Web Development with React and Redux


Alex Banks - 2017
    Authors Alex Banks and Eve Porcello show you how to create UIs with this small JavaScript library that can deftly display data changes on large-scale, data-driven websites without page reloads. Along the way, you'll learn how to work with functional programming and the latest ECMAScript features.Developed by Facebook, and used by companies including Netflix, Walmart, and The New York Times for large parts of their web interfaces, React is quickly growing in use. By learning how to build React components with this hands-on guide, you'll fully understand how useful React can be in your organization.Learn key functional programming concepts with JavaScriptPeek under the hood to understand how React runs in the browserCreate application presentation layers by mounting and composing React componentsUse component trees to manage data and reduce the time you spend debugging applicationsExplore React's component lifecycle and use it to load data and improve UI performanceUse a routing solution for browser history, bookmarks, and other features of single-page applicationsLearn how to structure React applications with servers in mind

CoffeeScript


Trevor Burnham - 2011
    It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.

Don't Blame Fat


Bryan Walsh - 2015
    But new science reveals fat isn't what's hurting our health. This Spotlight Story from TIME explores America's antifat obsession and how it is impacting our health.