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

101 Great Science Experiments


Neil Ardley - 1993
    Science writer Neil Ardley shows how you can use everyday objects to discover the basic principles of science and understand how these apply to the world around you. So if you want to make a volcano erupt, see around corners, find out how your eyes work, or build an electromagnet, this fascinating book will show you how.Make science fun with 101 exciting step-by-step experiments that are safe and easy to do at home.

If: A Mind-Bending New Way of Looking at Big Ideas and Numbers


David J. Smith - 2014
    But what if we took these big, hard-to-imagine objects and events and compared them to things we can see, feel and touch? Instantly, we'd see our world in a whole new way." So begins this endlessly intriguing guide to better understanding all those really big ideas and numbers children come across on a regular basis. Author David J. Smith has found clever devices to scale down everything from time lines (the history of Earth compressed into one year), to quantities (all the wealth in the world divided into one hundred coins), to size differences (the planets shown as different types of balls). Accompanying each description is a kid-friendly drawing by illustrator Steve Adams that visually reinforces the concept. By simply reducing everything to human scale, Smith has made the incomprehensible easier to grasp, and therefore more meaningful. The children who just love these kinds of fact-filled, knock-your-socks-off books will want to read this one from cover to cover. It will find the most use, however, as an excellent classroom reference that can be reached for again and again when studying scale and measurement in math, and also for any number of applications in social studies, science and language arts. For those who want to delve a little deeper, Smith has included six suggestions for classroom projects. There is also a full page of resource information at the back of the book.

Notes to a software team leader


Roy Osherove - 2012
    Team leads usually have little to no idea how to handle people related issues – issues that affect how the morale, quality of work, and overall performance of the team, and of course impacts how easy or hard it is to implement “the new stuff”.Most team leaders are clueless as to how to handle their manager giving them an impossible due date, a team member reluctant to try anything new, or another team member teaching all the other members practices from 25 years ago that today only hurt the team.Why?No one teaches that to software team leads. Team leads today, in the overwhelming majority of places, are just developers who worked hard and stayed with the company long enough to be promoted. But they have no people or management skills - and those are very painfully needed when you are trying to drive the things you believe in inside an organization that has very little interest in changing.Team leadership is the next big thing that software developers need to conquer, or none of this unit testing, TDD, Agile or Lean thing is going to catch on, except in very small circles, that, by chance, happen to have the right people leading their teams.

Mama Loves You Always


Lindsey Coker Luckey - 2020
    Take your child on a journey about a mother’s love in this sweet, touching children’s picture book filled with beautiful watercolor illustrations and warm and engaging rhymes that speak to the power of a mother’s love and explain to children in terms that they understand just how immense that love is.Written for children of any age, this beautifully illustrated book will inspire, comfort, and make a young heart sing with joy and love.

Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell


Lee Holmes - 2007
    Intermediate to advanced system administrators will find more than 100 tried-and-tested scripts they can copy and use immediately.Updated for PowerShell 3.0, this comprehensive cookbook includes hands-on recipes for common tasks and administrative jobs that you can apply whether you’re on the client or server version of Windows. You also get quick references to technologies used in conjunction with PowerShell, including format specifiers and frequently referenced registry keys to selected .NET, COM, and WMI classes.Learn how to use PowerShell on Windows 8 and Windows Server 2012Tour PowerShell’s core features, including the command model, object-based pipeline, and ubiquitous scriptingMaster fundamentals such as the interactive shell, pipeline, and object conceptsPerform common tasks that involve working with files, Internet-connected scripts, user interaction, and moreSolve tasks in systems and enterprise management, such as working with Active Directory and the filesystem

High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark


Holden Karau - 2017
    But if you haven't seen the performance improvements you expected, or still don't feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and developer hours. Not only will you gain a more comprehensive understanding of Spark, you'll also learn how to make it sing.With this book, you'll explore:How Spark SQL's new interfaces improve performance over SQL's RDD data structureThe choice between data joins in Core Spark and Spark SQLTechniques for getting the most out of standard RDD transformationsHow to work around performance issues in Spark's key/value pair paradigmWriting high-performance Spark code without Scala or the JVMHow to test for functionality and performance when applying suggested improvementsUsing Spark MLlib and Spark ML machine learning librariesSpark's Streaming components and external community packages

Programming Arduino Next Steps: Going Further with Sketches


Simon Monk - 2013
    Featuring coverage of the Arduino Uno, Leonardo, and Due boards, Programming Arduino Next Steps: Going Further with Sketches shows you how to use interrupts, manage memory, program for the Internet, maximize serial communications, perform digital signal processing, and much more. All of the 75+ example sketches featured in the book are available for download.Learn advanced Arduino programming techniques, including how to:Use hardware and timer interruptsBoost performance and speed by writing time-efficient sketchesMinimize power consumption and memory usageInterface with different types of serial busses, including I2C, 1-Wire, SPI, and TTL SerialUse Arduino with USB, including the keyboard and mouse emulation features of the Leonardo and Due boardsProgram Arduino for the InternetPerform digital signal processingAccomplish more than one task at a time--without multi-threadingCreate and release your own code library

Minimalist Homeschooling: A values-based approach to maximize learning and minimize stress


Zara Fagen - 2017
    Homeschooling does not have to mean a crazy, busy life of too much to do, too much to buy, and too much to plan. You don't have to choose between excellence and sanity while homeschooling - you can have both! "Minimalist Homeschooling" will have you rethinking your priorities and your perspective to create a simple, focused, and meaningful homeschool based on the minimalist mindset and approach. Uniquely, "Minimalist Homeschooling" offers 15 thought-provoking worksheets so readers can purge their tasks, schedule, curriculum, and supplies with clarity and confidence. There IS a way for your children to learn MORE while doing less.

Think Python


Allen B. Downey - 2002
    It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structures.

The Greatest Hoax on Earth: Catching Truth, While We Can


Alan C. Logan - 2020
    Abagnale's story has captured the imagination of audiences around the world as a modern-day folk hero-but the truth could not be more different from the fictitious autobiography he sold to Hollywood. Self-proclaimed as "the world's greatest con man," the true dimensions of Abagnale's hoax are revealed for the first time in this dramatic true story.A shocking new reality emerges through the voices of victims, their families, and others who have seen the truth concealed by decades of deception. Their stories are now exquisitely woven into a tapestry of hard evidence and insights from his former manager, Mark Zinder. The result is a fast-paced drama filled with heroes, villains, mystery and intrigue, answered with unquestionable facts and official records-all definitively disproving Abagnale's longstanding claims of roaming the world as a "teenage millionaire imposter" and working for the District Attorney in Baton Rouge.

Connoisseur Kids: Etiquette, Manners, and Living Well for Parents and Their Little Ones (Etiquette for Children, Manner Books for Kids, Parenting Books, Books on Elegance)


Jennifer L. Scott - 2019
    Parents and younger children work together to read about a wide range of topics: communication, table manners, tidiness, thinking of others, grooming, and health. Activities, learning games, fill-in-the-blanks, letter-writing exercises, recipes (for food and for slime!), and some fun songs and rhymes help kids learn concepts and practice good behaviors. Featuring charming illustrations and go-to advice from a trusted source, this is a timely guide for raising well-mannered, neat, and gracious children for parents, grandparents, and children of reading age.

Designing Web APIs: Building APIs That Developers Love


Brenda Jin - 2018
    But building a popular API with a thriving developer ecosystem is also one of the most challenging. With this practical guide, developers, architects, and tech leads will learn how to navigate complex decisions for designing, scaling, marketing, and evolving interoperable APIs.Authors Brenda Jin, Saurabh Sahni, and Amir Shevat explain API design theory and provide hands-on exercises for building your web API and managing its operation in production. You'll also learn how to build and maintain a following of app developers. This book includes expert advice, worksheets, checklists, and case studies from companies including Slack, Stripe, Facebook, Microsoft, Cloudinary, Oracle, and GitHub.Get an overview of request-response and event-driven API design paradigmsLearn best practices for designing an API that meets the needs of your usersUse a template to create an API design processScale your web API to support a growing number of API calls and use casesRegularly adapt the API to reflect changes to your product or businessProvide developer resources that include API documentation, samples, and tools

7 Minutes to Fit: 50 Anytime, Anywhere Interval Workouts


Brett Klika - 2015
    Award-winning personal trainer Brett Klika provides step-by-step explanations of basic exercise movements paired with helpful illustrations so you can get started moving your way to a healthier, more energized body. With circuits devoted to full body, arms, legs, and core, 7 Minutes to Fit is all you need for a quick and effective workout.

Beautiful Security: Leading Security Experts Explain How They Think (Theory In Practice, #28)


Andy Oram - 2009
    Criminals succeed by exercising enormous creativity, and those defending against them must do the same.Beautiful Security explores this challenging subject with insightful essays and analysis on topics that include:The underground economy for personal information: how it works, the relationships among criminals, and some of the new ways they pounce on their prey How social networking, cloud computing, and other popular trends help or hurt our online security How metrics, requirements gathering, design, and law can take security to a higher level The real, little-publicized history of PGP This book includes contributions from:Peiter "Mudge" Zatko Jim Stickley Elizabeth Nichols Chenxi Wang Ed Bellis Ben Edelman Phil Zimmermann and Jon Callas Kathy Wang Mark Curphey John McManus James Routh Randy V. Sabett Anton Chuvakin Grant Geyer and Brian Dunphy Peter Wayner Michael Wood and Fernando Francisco All royalties will be donated to the Internet Engineering Task Force (IETF).