The Amazon Way on IoT: 10 Principles for Every Leader from the World's Leading Internet of Things Strategies


John Rossman - 2016
    We can all learn from these strategies. In this detailed analysis of IoT and Amazon's and other leading companies approach to it, John Rossman guides readers with practical insights and recommendations into the strategies and mindset transforming business and society. "John has laid out a blueprint not only for an enterprise wanting to understand how sensors embedded in their business can innovate old ways of working while also providing an excellent path for individuals wanting to start their own IoT business. The book is not only a reference tool but also paints a story around innovation and customer centricity to challenge the reader to think differently in solving problems." Eric Martinez -- Founder of Modjoul, former EVP AIG and Safeco Insurance The Amazon Way on IoT explains how the combination of sensors, cloud computing and machine learning can be used to improve customer experiences, drive operational improvements and build new business models. Rossman offers: - Guidance through the maze of emerging technologies, customer experiences, and business models, to arrive at a recipe just right for your organization - Key methods to success from Amazon’s master playbook such as creating seamless customer experiences, process improvement and new business models and utilizing tools such as sensors, machine learning and cloud computing - Approaches to help you tackle the technology, business and internal challenges in innovating with the internet of things. Renowned Harvard business professor Michael Porter describes the IoT as the backbone for a third-wave of technology-led innovation and digital disruption. The Amazon Way on IoT is for business people who want to learn cases, key concepts, technologies and tools to help develop, explain and execute their own IoT approach. As a leader at Amazon who held a front-row seat during its formative years, Rossman understands the iconic company better than most. From the launch of Amazon’s third-party seller program to its foray into enterprise services, he witnessed it all – the amazing successes, the little-known failures, and the experiments with outcomes still to be determined. Rossman once again examines the heart of Amazon.com’s secret to success, along with other leading companies. He incorporates an extensive focus on sophisticated IoT technologies and strategies related to Amazon’s rise: tens of millions of items in stock, the company’s technological prowess, and the many customer service innovations such as “one-click.” “This is an excellent book. And a very important book. It evokes both business thought and technical thought, which is rare.” -- Larry Hughes, former head of Amazon cyber security

Restful Java with Jax-RS


Bill Burke - 2009
    With this hands-on reference, you'll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP. It's easy to get started with services based on the REST architecture. RESTful Java with JAX-RS includes a technical guide that explains REST and JAX-RS, how they work, and when to use them. With the RESTEasy workbook that follows, you get step-by-step instructions for installing, configuring, and running several working JAX-RS examples using the JBoss RESTEasy implementation of JAX-RS.Work on the design of a distributed RESTful interface, and develop it in Java as a JAX-RS serviceDispatch HTTP requests in JAX-RS, and learn how to extract information from themDeploy your web services within Java Enterprise Edition using the Application class, Default Component Model, EJB Integration, Spring Integration, and JPADiscover several options for securing your web servicesLearn how to implement RESTful design patterns using JAX-RSWrite RESTful clients in Java using libraries and frameworks such as java.net.URL, Apache HTTP Client, and RESTEasy Proxy

Advanced Scala with Cats


Noel Welsh - 2017
    This means designing systems as small composable units, expressing constraints and interactions via the type system, and using composition to guide the construction of large systems in a way that maintains the original architectural vision.The book also serves as an introduction to the Cats library. We use abstractions from Cats, and we explain the structure of Cats so you can use it without fear in your own code base. The broad ideas are not specific to Cats, but Cats provides an excellent implementation that is beneficial to learn in its own right.

The Four: The Hidden DNA of Amazon, Apple, Facebook, and Google


Scott Galloway - 2017
    Just about everyone thinks they know how they got there. Just about everyone is wrong. For all that's been written about the Four over the last two decades, no one has captured their power and staggering success as insightfully as Scott Galloway.Instead of buying the myths these compa-nies broadcast, Galloway asks fundamental questions. How did the Four infiltrate our lives so completely that they're almost impossible to avoid (or boycott)? Why does the stock market forgive them for sins that would destroy other firms? And as they race to become the world's first trillion-dollar company, can anyone chal-lenge them?In the same irreverent style that has made him one of the world's most celebrated business professors, Galloway deconstructs the strategies of the Four that lurk beneath their shiny veneers. He shows how they manipulate the fundamental emotional needs that have driven us since our ancestors lived in caves, at a speed and scope others can't match. And he reveals how you can apply the lessons of their ascent to your own business or career.Whether you want to compete with them, do business with them, or simply live in the world they dominate, you need to understand the Four.

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

21 Lessons: What I've Learned from Falling Down the Bitcoin Rabbit Hole


Gigi - 2020
    Like many others, I feel like I have learned more in the last couple of years studying Bitcoin than I have during two decades of formal education. The following lessons are a distillation of what I’ve learned. First published as an article series titled “What I’ve Learned From Bitcoin,” what follows can be seen as a third edition of the original series. Like Bitcoin, these lessons aren’t a static thing. I plan to work on them periodically, releasing updated versions and additional material in the future.Bitcoin is an inexhaustible teacher, which is why I do not claim that these lessons are all-encompassing or complete. They are a reflection of my personal journey down the rabbit hole. There are many more lessons to be learned, and every person will learn something different from entering the world of Bitcoin. I hope that you will find these lessons useful and that the process of learning them by reading won’t be as arduous and painful as learning them firsthand.

Human Technology: A Toolkit for Authentic Living


Ilchi Lee - 2005
    Meditation, breath-work, and Oriental healing arts are offered as self-reliant health management skills. A distinctive perspective on relationships and an inspirational guide to discover a passionate life purpose are featured. This book also includes a practical guide to optimize our life's master controller?the brain. In the name of comfort and security, we have created increasingly complex systems that demand our lives for their maintenance. Systems cannot answer life's most important questions?only you can. The ultimate goal of education, institutions, and expertise should be self-education. Only then will technology serve humanity rather than reign over us. Human Technology contains the principles and tools that can return us to self-mastery and the life well lived. Human Technology is a toolkit for living an authentic life.

AWS Lambda: A Guide to Serverless Microservices


Matthew Fuller - 2016
    Lambda enables users to develop code that executes in response to events - API calls, file uploads, schedules, etc - and upload it without worrying about managing traditional server metrics such as disk space, memory, or CPU usage. With its "per execution" cost model, Lambda can enable organizations to save hundreds or thousands of dollars on computing costs. With in-depth walkthroughs, large screenshots, and complete code samples, the reader is guided through the step-by-step process of creating new functions, responding to infrastructure events, developing API backends, executing code at specified intervals, and much more. Introduction to AWS Computing Evolution of the Computing Workload Lambda Background The Internals The Basics Functions Languages Resource Allocation Getting Set Up Hello World Uploading the Function Working with Events AWS Events Custom Events The Context Object Properties Methods Roles and Permissions Policies Trust Relationships Console Popups Cross Account Access Dependencies and Resources Node Modules OS Dependencies OS Resources OS Commands Logging Searching Logs Testing Your Function Lambda Console Tests Third-Party Testing Libraries Simulating Context Hello S3 Object The Bucket The Role The Code The Event The Trigger Testing When Lambda Isn’t the Answer Host Access Fine-Tuned Configuration Security Long-Running Tasks Where Lambda Excels AWS Event-Driven Tasks Scheduled Events (Cron) Offloading Heavy Processing API Endpoints Infrequently Used Services Real-World Use Cases S3 Image Processing Shutting Down Untagged Instances Triggering CodeDeploy with New S3 Uploads Processing Inbound Email Enforcing Security Policies Detecting Expiring Certificates Utilizing the AWS API Execution Environment The Code Pipeline Cold vs. Hot Execution What is Saved in Memory Scaling and Container Reuse From Development to Deployment Application Design Development Patterns Testing Deployment Monitoring Versioning and Aliasing Costs Short Executions Long-Running Processes High-Memory Applications Free Tier Calculating Pricing CloudFormation Reusable Template with Minimum Permissions Cross Account Access CloudWatch Alerts AWS API Gateway API Gateway Event Creating the Lambda Function Creating a New API, Resource, and Method Initial Configuration Mapping Templates Adding a Query String Using HTTP Request Information Within Lambda Deploying the API Additional Use Cases Lambda Competitors Iron.io StackHut WebTask.io Existing Cloud Providers The Future of Lambda More Resources Conclusion

Pragmatic Version Control Using Git


Travis Swicegood - 2008
    High-profile projects such as the Linux Kernel, Mozilla, Gnome, and Ruby on Rails are now using Distributed Version Control Systems (DVCS) instead of the old stand-bys of CVS or Subversion.Git is a modern, fast, DVCS. But understanding how it fits into your development can be a daunting task without an introduction to the new concepts. Whether you're just starting out as a professional programmer or are an old hand, this book will get you started using Git in this new distributed world. Whether you're making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming.Pragmatic Version Control Using Git starts with an overview of version control systems, and shows how being distributed enables you to work more efficiently in our increasingly mobile society. It then progresses through the basics necessary to get started using Git.You'll get a thorough overview of how to take advantage of Git. By the time you finish this book you'll have a firm grounding in how to use Git, both by yourself and as part of a team.Learn how to use how to use Git to protect all the pieces of your project Work collaboratively in a distributed environment Learn how to use Git's cheap branches to streamline your development Install and administer a Git server to share your repository

Ctrl+Shift+Enter Mastering Excel Array Formulas: Do the Impossible with Excel Formulas Thanks to Array Formula Magic


Mike Girvin - 2013
    Beginning with an introduction to array formulas, this manual examines topics such as how they differ from ordinary formulas, the benefits and drawbacks of their use, functions that can and cannot handle array calculations, and array constants and functions. Among the practical applications surveyed include how to extract data from tables and unique lists, how to get results that match any criteria, and how to utilize various methods for unique counts. This book contains 529 screen shots.

The Moonshot Game: Adventures of an Indian Venture Capitalist


Rahul Chandra - 2019
    The second wave came in 2006 when home-grown VCs raised large amounts of capital and funded products and services companies for Indian consumers.This is a gripping behind-the-scenes story of a VC's journey, right from the beginning of the second start-up revolution in India in 2006 until the end of the funding frenzy in 2016. A story about how global conditions, local consumers, founder ambition and good old greed shaped the start-up story in India.Rahul Chandra is the co-founder of Helion Ventures, and in this candid memoir he tells us about his journey building one of India's oldest VC firms. In a remarkably gripping account, he recounts his adventures in India's hyper-funded start-up ecosystem.The Moonshot Game gives readers an insight into the secret world of a VC, with unguarded stories involving large bets and big mistakes, and tales of how one juggles several investments at the same time.Rahul shows why being a VC is a constant journey of ups and downs, why building value is a long-term business, and why no amount of failure can be an excuse to lose optimism in the power of entrepreneurship.

Bear Justice MC Complete Series: Bear Shifter Romance Series Box Set


Ruby Knoxx - 2021
    And they’re all yours…They’re the Bear Justice MC. They’re like paid vigilantes, on the hush-hush end of things, making sure that justice is served in this world. But underneath that leather jacket… underneath that rough exterior is something magnetic… They will draw you in, drive you insane, and make you want to do nothing but climb on their bikes and do very bad things…Sold to the BeastShe’s been bought by a monster. Her pack has sold her to science, but I will break her out of here. Let them try to stop me. I’ll tear their throats out. I’ll fight to the end. ‘Cause she belongs to me.Mated to the BeastI was never one for the innocent type. Until I met her. I’ll tear them to pieces for touching her. I’ll rip off their faces for looking at her. I don’t care about the consequences. Nobody touches my mate.Broken Out by the BeastShe’s a good girl. I’m a bad guy. It’s the worst of combinations. It can only end in disaster. Too bad it’s the only thing that can satisfy my Bear…Claimed by the BeastI kissed a biker, and I liked it. But it was also the stupidest idea I’ve ever had. I don’t need someone like him in my life. I hope he’s not going to kiss me again, because I don’t know that I can resist...Rescued by the BeastI knew I loved her the moment I met her. In my dreams, her deliciously curved body is aching for my touch. In reality, she’s gone, and there’s nothing I can do to get her back. Until we meet again…Kidnapped by the BeastIt’s been years since my hands were on her hips, but I’ve never forgotten. I don’t know what she wants. But I know what I want. I know I’m crossing lines, but it’s been so long. And I can’t stop…Tamed by the BeastI stopped by the roadside to be her knight on a bike. The effect of her almost knocked me off my feet.But she isn’t someone to claim, however much I want to. I’ve got to play this right to earn her…Secret Baby of the BeastShe had me hooked since I laid eyes on her. And now, here on her doorstep, I am smitten all over again. She tells me that she has a baby, that the baby has disappeared. And I’ll protect my family if it kills me…Rocked by the BeastI have a job to do, but I can’t help myself around her. Any sense I have goes straight out of the window. Her body sends too many thoughts through my head, none of them professional…Protected by the BeastI’ve hired him to help with a humongous problem. I’m not going to admit that I want to drink him in like ice tea. Not that I want to be animals in the wilderness with him. Because I never break the rules…WARNING: Intended for 18+ readers.

Embracing Hope at Christmas


Catharine Dobbs - 2021
    The kindly Doctor Goodard proposes a unique way of life.When misfortune strikes again, however, young Sara has little choice but to accept the help of a woman no one has a kindly word for. In the home of Miss Thrip, Sara finds only misery, her mother confined to the hospital and hope in short supply.After Sara finds a companion in the likable Henry Fisher, she soon learns that life can still have its joys, particularly when the lighting of a Christmas tree grants her the wish of her dreams. It is not only Sara who finds hope at Christmas when other surprises unfold.Embracing Hope at Christmas and all Catharine Dobbs' novellas are wholesome Victorian Romances.

The Widow of Wakeford


Lynette Rees - 2021
    The fate of her beloved family home, Marshfield Manor, is tossed to the wind as she discovers upon his death that he has flittered all the family fortune away. She must now summon up the strength to hold everything together; after all, she has a young daughter and an aged aunt to care for. The only thing that is now legally hers is the little cottage in Wakeford where she and the Lord once conducted a passionate affair whilst his first wife lay sick on her death bed. As a consequence, some of the villagers have never forgiven her and nor have most of the staff at the manor house. Cassandra's appearance in Wakeford will have a far reaching effect on certain people living in the village as she encroaches on their lives, even those who despise her.Outcast and unwelcome in Wakeford, Cassandra fights for survival and before the chiming of Christmas bells, she realises she has a very important decision to make...

Projector for Sale


Steven Decker - 2021
    While searching for a job, her lifelong interest in cinema is sparked by an ad about a projector for sale, and something happens that mysteriously changes everything.Emily not only starts remembering her dreams, she finds herself transforming them into reality, and her life inexplicably begins to blossom. She travels around the world searching for answers, encountering people and experiencing life-changing events that she's dreamed about before, forming relationships that could last a lifetime.But new, powerful dreams compel her to abandon the path she'd hoped to follow, and Emily must now face a final, frightening question. Can she determine her own destiny or will it be written by processes she simply cannot control?