You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
"In this joyous, wildly unconventional memoir, Séamas O'Reilly tells the story of losing his mother as a child and growing up with ten siblings in Northern Ireland during the final years of the Troubles as a raucous comedy, a grand caper that is absolutely bursting with life."―Patrick Radden Keefe, NYT bestselling author of Say Nothing and Empire of Pain One of NPR's Best Books of the Year Séamas O'Reilly's mother died when he was five, leaving him, his ten (!) brothers and sisters, and their beloved father in their sprawling bungalow in rural Derry. It was the 1990s; the Troubles were a background rumble, but Séamas was more preoccupied with dinosaurs, Star Wars, and the actual location of heaven than the political climate. An instant bestseller in Ireland, Did Ye Hear Mammy Died? is a book about a family of loud, argumentative, musical, sarcastic, grief-stricken siblings, shepherded into adulthood by a man whose foibles and reticence were matched only by his love for his children and his determination that they would flourish.
What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated to cover Laravel 5.8, the second edition of this practical guide provides the definitive introduction to one of today’s mostpopular web frameworks. Matt Stauffer, a leading teacher and developer in the Laravel community, delivers a high-level overview and concrete examples to help experienced PHP web developers get started with this framework right away. This updated edition also covers Laravel Dusk and Horizon and provides information about...
Cloud native infrastructure is more than servers, network, and storage in the cloud—it is as much about operational hygiene as it is about elasticity and scalability. In this book, you’ll learn practices, patterns, and requirements for creating infrastructure that meets your needs, capable of managing the full life cycle of cloud native applications. Justin Garrison and Kris Nova reveal hard-earned lessons on architecting infrastructure from companies such as Google, Amazon, and Netflix. They draw inspiration from projects adopted by the Cloud Native Computing Foundation (CNCF), and provide examples of patterns seen in existing tools such as Kubernetes. With this book, you will: Understand why cloud native infrastructure is necessary to effectively run cloud native applications Use guidelines to decide when—and if—your business should adopt cloud native practices Learn patterns for deploying and managing infrastructure and applications Design tests to prove that your infrastructure works as intended, even in a variety of edge cases Learn how to secure infrastructure with policy as code
Many enterprises are investing in a next-generation data lake, hoping to democratize data at scale to provide business insights and ultimately make automated intelligent decisions. In this practical book, author Zhamak Dehghani reveals that, despite the time, money, and effort poured into them, data warehouses and data lakes fail when applied at the scale and speed of today's organizations. A distributed data mesh is a better choice. Dehghani guides architects, technical leaders, and decision makers on their journey from monolithic big data architecture to a sociotechnical paradigm that draws from modern distributed architecture. A data mesh considers domains as a first-class concern, applie...
A transformative system that shows leaders how to rethink their strategies, retool their capabilities, and revitalize their businesses for stronger, longer-lasting success.There’s a learning curve to running any successful business. But when leaders begin to rely on past achievements or get stuck in old thinking and practices that no longer work, they need to take a step back—and unlearn. This innovative and actionable framework from executive coach Barry O’Reilly shows leaders how to break the cycle and move away from once-useful mindsets and behaviors that were effective in the past but are no longer relevant in the current business climate and may now stand in the way of success.With this simple but powerful three-step system, leaders can: 1. Unlearn the behaviors and mindsets that keep them and their businesses from moving forward. 2. Relearn the skills, strategies, and innovations that are transforming the world every day. 3. Break through old habits and thinking by opening up to new ideas, perspectives, and resources. Good leaders know they need to continuously learn. But great leaders know when to unlearn the past to succeed in the future. This book shows them the way.
With the growing popularity of Linux and the advent of Darwin, Unix has metamorphosed into something new and exciting. No longer perceived as a difficult operating system, more and more users are discovering the advantages of Unix for the first time. But whether you are a newcomer or a Unix power user, you'll find yourself thumbing through the goldmine of information in the new edition of Unix Power Tools to add to your store of knowledge. Want to try something new? Check this book first, and you're sure to find a tip or trick that will prevent you from learning things the hard way. The latest edition of this best-selling favorite is loaded with advice about almost every aspect of Unix, cove...
Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads. With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust's features put programmers in control over memo...
This updated edition introduces the basics of Java and everything necessary to get up to speed on the new 1.4 version quickly. CD contains the Java 2 SDK for Windows, Linux and Solaris.
In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world.
The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux kernel. In the third edition of the classic Managing Projects with GNU make, readers will learn why this utility continues to hold its top position in project build software, despite many younger competitors.The premise behind make is simple: after you change source files and want to rebuild your program or other output files, make checks timestamps to see what has changed and rebuilds just what you need, without wasting time rebuilding other fil...