Nalvana feels like all of her friends have some type of superpower. But when her mom shows Nalvana that she is unique and special, she realizes that her superpower was right in front of her all along.
Once you've mastered the basics of Python, how do you skill up to the top 1%? How do you focus your learning time on topics that yield the most benefit for production engineering and data teams—without getting distracted by info of little real-world use? This book answers these questions and more. Based on author Aaron Maxwell's software engineering career in Silicon Valley, this unique book focuses on the Python first principles that act to accelerate everything else: the 5% of programming knowledge that makes the remaining 95% fall like dominos. It's also this knowledge that helps you become an exceptional Python programmer, fast. Learn how to think like a Pythonista: explore advanced Pythonic thinking Create lists, dicts, and other data structures using a high-level, readable, and maintainable syntax Explore higher-order function abstractions that form the basis of Python libraries Examine Python's metaprogramming tool for priceless patterns of code reuse Master Python's error model and learn how to leverage it in your own code Learn the more potent and advanced tools of Python's object system Take a deep dive into Python's automated testing and TDD Learn how Python logging helps you troubleshoot and debug more quickly
Body positivity activist Malin Andersson shares how she unlocked her inner strength to overcome trauma and find healing - and how you can too. Part memoir, part self-help bible, this trailblazing book will equip you with the confidence and courage you need to get through anything. In her debut book, TV personality Malin Andersson shares her journey of overcoming trauma and finding self-love, acceptance, and body positivity. At only 28, Malin has faced many challenges in her life. She is now ready to share the empowering lessons she has learnt to help you find resilience and ultimate happiness. Malin doesn’t shy away from the trauma of her past. She speaks about her experiences with mental health, domestic abuse, the grief of losing her mother and then her baby daughter, body image issues, and the racism she’s experienced as a woman of color. Malin opens up about how she overcame these struggles and how learning to love and accept herself has helped her through difficult times. Life will throw us challenges and dark days, but we all have the inner strength to survive, heal and find the light again. Malin’s strength and resilience will encourage you to keep going and harness the fortitude you need to face adversity. It’s time for you to carve a new path and realize that you are enough just as you are.
What is the cloud? Discover the secrets of the cloud through simple explanations that use lots of pictures and lots of examples. Why learn about the cloud? It’s the future. The cloud is the future of software, the future of computing, and the future of business. If you’re not up on the cloud the future will move on without you. Don’t miss out. Not a geek? Don’t worry. I wrote this book for you! After reading Explain Cloud Like I'm 10, you will understand the cloud. That’s a promise. How do I deliver on that promise? I’ll let you in on a little secret: the cloud is not that hard to understand. It’s just that nobody has taken the time to explain it properly. take the time. I go slow. You’ll learn step-by-step; one idea at a time. You’ll learn something new no matter if you’re a beginner, someone who knows a little and wants to know more, or someone thinking about a career change. In Explain Cloud Like I'm 10, you’ll discover: • How the cloud got its name. A more interesting story than you might think.An intuitive picture based definition of the cloud. • What it means when someone says a service is in the cloud.If stormy weather affects cloud computing. • How the internet really works. Most people don’t know. You will.The real genius of cloud computing. Hint: it’s not the technology. • The good, the bad, and the ugly of cloud computing. • How cloud computing changed how software is made—forever. • Why Amazon AWS became so popular. Hint: it’s not the technology. • What happens when you press play on Netflix. • Why Kindle is the perfect example of a cloud service. • The radically different approaches Apple and Google take to the cloud. • How Google Maps and Facebook Messenger excel as cloud applications. • Cloud providers are engaging in a winner-take-all war to addict you to their ecosystems. • Key ideas like: VM, serverless, container, IaaS, PaaS, SaaS, virtualization, caching, ISP, OpEx, CapEx, network, AMI, EC2, S3, CDN, elastic computing, datacenter, and cloud-native.And so much more. Sound like gobbledygook? Don’t worry! It will all make sense. I’ve been a programmer and a writer for over 30 years. I’ve been in cloud computing since the beginning, and I’m here to help you on your journey to understand the cloud. Consider me your guide. I’ll be with you every step of the way. Sound fun? Buy Explain Cloud Like I'm 10 and let’s get started learning about the cloud today!
Rediscover the superpower that makes good things happen, from the professor behind Yale School of Management's most popular class “The new rules of persuasion for a better world.”—Charles Duhigg, author of the bestsellers The Power of Habit and Smarter Faster Better You were born influential. But then you were taught to suppress that power, to follow the rules, to wait your turn, to not make waves. Award-winning Yale professor Zoe Chance will show you how to rediscover the superpower that brings great ideas to life. Influence doesn’t work the way you think because you don’t think the way you think. Move past common misconceptions—such as the idea that asking for more will make people dislike you—and understand why your go-to negotiation strategies are probably making you less influential. Discover the one thing that influences behavior more than anything else. Learn to cultivate charisma, negotiate comfortably and creatively, and spot manipulators before it’s too late. Along the way, you’ll meet alligators, skydivers, a mind reader in a gorilla costume, Jennifer Lawrence, Genghis Khan, and the man who saved the world by saying no. Influence Is Your Superpower will teach you how to transform your life, your organization, and perhaps even the course of history. It’s an ethical approach to influence that will make life better for everyone, starting with you.
In this revolutionary bestseller, innovation expert Clayton M. Christensen says outstanding companies can do everything right and still lose their market leadership—or worse, disappear altogether. And not only does he prove what he says, but he tells others how to avoid a similar fate. Focusing on “disruptive technology,” Christensen shows why most companies miss out on new waves of innovation. Whether in electronics or retailing, a successful company with established products will get pushed aside unless managers know when to abandon traditional business practices. Using the lessons of successes and failures from leading companies, The Innovator’s Dilemma presents a set of rules for capitalizing on the phenomenon of disruptive innovation. Find out: When it is right not to listen to customers. When to invest in developing lower-performance products that promise lower margins. When to pursue small markets at the expense of seemingly larger and more lucrative ones. Sharp, cogent, and provocative, The Innovator’s Dilemma is one of the most talked-about books of our time—and one no savvy manager or entrepreneur should be without.
Create bulletproof, high-performance web apps and servers with Rust. In Rust Web Development you will learn: Handling the borrow checker in an asynchronous environment Learning the ingredients of an asynchronous Rust stack Creating web APIs and using JSON in Rust Graceful error handling Testing, tracing, logging, and debugging Deploying Rust applications Efficient database access Rust Web Development is a pragmatic, hands-on guide to creating server-based web applications with Rust. If you’ve designed web servers using Java, NodeJS, or PHP, you’ll instantly fall in love with the performance and development experience Rust delivers. Hit the ground running! Author Bastian Gruber’s sage advice makes it easy to start tackling complex problems with Rust. You’ll learn how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. About the technology If you’re sick of cookie-cutter web development tools that are slow, resource hungry, and unstable, Rust is the solution. Rust services deliver rock-solid safety guarantees, an amazing developer experience, and even a compiler that automatically prevents common mistakes! About the book Rust Web Development, teaches you to build server-side web apps using Rust, along with important Rust libraries like tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. The book is packed full of examples, code samples, and pro tips for setting up your projects and organizing your code. As you go, you’ll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project. What's inside Handle the borrow checker in an asynchronous environment Build web APIs and handle JSON Compose a tech stack for asynchronous Rust development Handle errors gracefully Test, trace, log, and debug Deploy Rust applications to multiple environments About the reader This book is for web developers familiar with Java, Node, or Go, and the absolute basics of Rust. About the author Bastian Gruber was part of the official Rust Async Working Group, and founded the Rust and Tell Berlin MeetUp group. Table of Contents PART 1 INTRODUCTION TO RUST 1 Why Rust? 2 Laying the foundation PART 2 GETTING STARTED 3 Create your first route handler 4 Implement a RESTful API 5 Clean up your codebase 6 Logging, tracing, and debugging 7 Add a database to your application 8 Integrate third-party APIs PART 3 BRING IT INTO PRODUCTION 9 Add authentication and authorization 10 Deploy your application 11 Testing your Rust application
An interactive book that provides simple tasks to help kids develop resilience, persistence, self-confidence, self-reliance and self-esteem. Help the kids in your care discover not only their new superpowers, but an ability to give new challenges a go and to keep on trying! Included: Discussion Questions and extra ideas to boost kids' confidence.
Millionaire Success Habits is a book designed with one purpose in mind: to take you from where you are in life to where you want to be in life by incorporating easy-to-implement "Success Habits" into your daily routine. Legendary business coach Dean Graziosi has broken down the walls of complexity around success and created simple success recipes that you can quickly put to use in your life to reach the level of wealth and abundance you desire. This book is not about adding more time to your day. It is about replacing those things that are not serving your future with success habits designed specifically to assist you on your journey to a better you. In these pages, you'll: - Drill down deep to identify your "why"--the true purpose that drives you and the real reason you want to prosper - Expose and overcome the "villain within" that's holding you back - Unlock the single biggest secret to being productive (it's probably not what you think) - Believe in your own massive potential--
A high-energy guide to living with presence, optimism, and joy--one yay at a time! Ever wish you were one of those upbeat, positive people who embrace every day with a can-do mindset that motivates others and simply makes life more fun? Longtime magazine editor Meaghan B Murphy is one of those high-energy people--and she's here to share her secrets for finding more yay every day. Your Fully Charged Life is Murphy's practical guide to bringing your best self to every moment, even when the pressures of daily life leave you feeling overwhelmed, exhausted, and wallowing in negative thoughts (and a pint of your favorite gelato). Spanning health, work, family time, and more, this book reveals small changes in outlook and habits that yield big results, without ever sacrificing who you are. Informed by the latest research in neuroscience, positive psychology, and inspiring examples of women and men who live fully charged every day, the book presents simple ways to: • cultivate gratitude--and pass it along • make meaningful connections with the people around you • learn to say no--so you can fill your days with things that matter to you most • recharge when you need it • spread the positive charge to others to make the world a happier, healthier place Going beyond platitudes and shallow Insta-inspiration, this inspiring and empowering book provides a blueprint for feeling less stressed and genuinely making the most of your every day.