Search results for ""O'Reilly Media""
O'Reilly Media Command-Line Rust: A Project-Based Primer for Writing Rust CLIs
For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is also an incredibly complex language with a notoriously difficult learning curve. Rather than focusing on the language as a whole, this guide teaches Rust using a single small, complete, focused program in each chapter. Author Ken Youens-Clark shows you how to start, write, and test each of these programs to create a finished product. You'll learn how to handle errors in Rust, read and write files, and use regular expressions, Rust types, structs, and more. Discover how to: Use Rust's standard libraries and data types such as numbers, strings, vectors, structs, Options, and Results to create command-line programs Write and test Rust programs and functions Read and write files, including stdin, stdout, and stderr Document and validate command-line arguments Write programs that fail gracefully Parse raw and delimited text manually, using regular expressions and Rust crates Use and control randomness
£47.69
O'Reilly Media Ansible - Up and Running: Automating Configuration Management and Deployment the Easy Way
Among the many configuration management tools available, Ansible has some distinct advantages--it's minimal in nature, you don't need to install anything on your nodes, and it has an easy learning curve. With this updated third edition, you'll learn how to be productive with this tool quickly, whether you're a developer deploying code to production or a system administrator looking for a better automation solution. Authors Bas Meijer, Lorin Hochstein, and Rene Moser show you how to write playbooks (Ansible's configuration management scripts), manage remote servers, and explore the tool's real power: built-in declarative modules. You'll discover that Ansible has the functionality you need--and the simplicity you desire. You'll learn: Ansible configuration management and deployment Ansible best practices How to use the new Collections format How to use Ansible on Windows, Linux, and macOS How to use Ansible in larger organizations How to create a local development environment How to create reusable Ansible content for open source middleware How to create container images, images for cloud instances, and cloud computing instances This book is best read start to finish, with later chapters building on earlier ones. Because it's written in a tutorial style, you can follow along on your own machine. Most examples focus on web applications. The third edition takes the reader to the next level in running Ansible for mission-critical work. Using software engineering methods to validate code quality and test frameworks to verify results in a test setup eradicates the guesswork and assumptions. Ansible 2.10 runs best with Python 3.8.
£47.69
O'Reilly Media Practical MLOps: Operationalizing Machine Learning Models
Getting your models into production is the fundamental challenge of machine learning. MLOps offers a set of proven principles aimed at solving this problem in a reliable and automated way. This insightful guide takes you through what MLOps is (and how it differs from DevOps) and shows you how to put it into practice to operationalize your machine learning models. Current and aspiring machine learning engineers--or anyone familiar with data science and Python--will build a foundation in MLOps tools and methods (along with AutoML and monitoring and logging), then learn how to implement them in AWS, Microsoft Azure, and Google Cloud. The faster you deliver a machine learning system that works, the faster you can focus on the business problems you're trying to crack. This book gives you a head start. You'll discover how to: Apply DevOps best practices to machine learning Build production machine learning systems and maintain them Monitor, instrument, load-test, and operationalize machine learning systems Choose the correct MLOps tools for a given machine learning task Run machine learning models on a variety of platforms and devices, including mobile phones and specialized hardware
£64.79
O'Reilly Media Continuous API Management: Making the Right Decisions in an Evolving Landscape
A lot of work is required to release an API, but the effort doesn't always pay off. Overplanning before an API matures is a wasted investment, while underplanning can lead to disaster. This practical guide provides maturity models for individual APIs and multi-API landscapes to help you invest the right human and company resources for the right maturity level at the right time. How do you balance the desire for agility and speed with the need for robust and scalable operations? Four experts from the API Academy show software architects, program directors, and product owners how to maximize the value of their APIs by managing them as products through a continuous life cycle. Learn which API decisions you need to govern and how and where to do so Design, deploy, and manage APIs using an API-as-a-product (AaaP) approach Examine ten pillars that form the foundation of API product work Learn how the continuous improvement model governs changes throughout an API's lifetime Explore the five stages of a complete API product life cycle Delve into team roles needed to design, build, and maintain your APIs Learn how to manage your API landscape - the set of APIs published by your organization
£47.69
O'Reilly Media SQL Server Advanced Troubleshooting and Performance Tuning: Best Practices and Techniques
This practical book provides a comprehensive overview of troubleshooting and performance tuning best practices for Microsoft SQL Server. Database engineers, including database developers and administrators, will learn how to identify performance issues, troubleshoot the system in a holistic fashion, and properly prioritize tuning efforts to attain the best system performance possible. Author Dmitri Korotkevitch, Microsoft Data Platform MVP and Microsoft Certified Master (MCM), explains the interdependencies between SQL Server database components. You'll learn how to quickly diagnose your system and discover the root cause of any issue. Techniques in this book are compatible with all versions of SQL Server and cover both on-premises and cloud-based SQL Server installations. Discover how performance issues present themselves in SQL Server Learn about SQL Server diagnostic tools, methods, and technologies Perform health checks on SQL Server installations Learn the dependencies between SQL Server components Tune SQL Server to improve performance and reduce bottlenecks Detect poorly optimized queries and inefficiencies in query execution plans Find inefficient indexes and common database design issues Use these techniques with Microsoft Azure SQL databases, Azure SQL Managed Instances, and Amazon RDS for SQL Server
£57.59
O'Reilly Media Robust Python
Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Python is an easy language to learn and use, but that also means systems can quickly grow beyond comprehension. Thankfully, Python has features to help developers overcome maintainability woes. In this practical book, author Patrick Viafore shows you how to use Python's type system to the max. You'll look at user-defined types, such as classes and enums, and Python's type hinting system. You'll also learn how to make Python extensible and how to use a comprehensive testing strategy as a safety net. With these tips and techniques, you'll write clearer and more maintainable code. Learn why types are essential in modern development ecosystems Understand how type choices such as classes, dictionaries, and enums reflect specific intents Make Python extensible for the future without adding bloat Use popular Python tools to increase the safety and robustness of your codebase Evaluate current code to detect common maintainability gotchas Build a safety net around your codebase with linters and tests
£40.49
O'Reilly Media Art of Readable Code
As programmers, we've all seen source code that's so ugly and buggy it makes our brain ache. And let's be honest, we've all written code like that. With this book, you'll learn to write code that's easy to read and understand. You'll have more fun and your coworkers will love you. The Art of Coding focuses on the nuts and bolts of programming, with simple and practical techniques you can use every time you sit down to write code. You'll find tips throughout the book, with easy-to-digest code examples, helpful illustrations, and cartoons for fun. * Learn to pick variable names that are "dense with information" * Organize your loops and conditionals so they're easy to understand * Make your comments short and sweet * Recognize when your code is doing too many things at once * Write tests that are concise, but thorough * Master the art of breaking hard problems into many smaller ones
£32.39
O'Reilly Media Head First Software Development
Even the best developers have seen well-intentioned software projects fail - often because the customer kept changing requirements, and end users didn't know how to use the software you developed. Instead of surrendering to these common problems, let "Head First Software Development" guide you through the best practices of software development. Before you know it, those failed projects will be a thing of the past. With its unique visually rich format, this book pulls together the hard lessons learned by expert software developers over the years. You'll gain essential information about each step of the software development lifecycle - requirements, design, coding, testing, implementing, and maintenance - and understand why and how different development processes work. This book is for you if you are: tired of your customers assuming you're psychic. You'll learn not only how to get good requirements, but how to make sure you're always building the software that customers want (even when they're not sure themselves); wondering when the other 15 programmers you need to get your project done on time are going to show up. You'll learn how some very simple scheduling and prioritizing will revolutionize your success rate in developing software; confused about being rational, agile, or a tester. You'll learn not only about the various development methodologies out there, but how to choose a solution that's right for your project; and, confused because the way you ran your last project worked so well, but failed miserably this time around. You'll learn how to tackle each project individually, combine lessons you've learned on previous projects with cutting-edge development techniques, and end up with great software on every project. "Head First Software Development" is here to help you learn in a way that your brain likes...and you'll have a blast along the way. Why pick up hundreds of boring books on the philosophy of this approach or the formal techniques required for that one? Stick with "Head First Software Development", and your projects will succeed like never before. Go on, get started...you'll learn and have fun. We promise.
£43.19
O'Reilly Media Beautiful Teams
What's it like to work on a great software development team facing an impossible problem? "Beautiful Teams" takes you behind the scenes with some of the most interesting software teams over the past 30 years. Through a series of fascinating personal stories from many of the industry's leading programmers, architects, project managers, and thought leaders, you'll go inside high-profile projects such as the development of Internet Explorer, the Boeing 777, Subversion, and some of the first Agile projects. Learn how extraordinary teams coped with challenges, and how their efforts led to superb - or disastrous - results. Contributors include: Scott Berkun, bestselling author of "Myths of Innovation" and "Making Things Happen" and former Microsoft Program Manager; Barry Boehm, a developer at TRW in the 1980s and software engineering pioneer; Patricia Ensworth, author of "The Accidental Project Manager"; Karl Wiegers, author and principal consultant with Process Impact; Karl Rhemer, a developer on the Boeing 777 project; Ned Robinson, Project Manager, Bowne Management Systems; James Grenning, engineer, consultant, and original signer of the Agile Manifesto; Karl Fogel, formerly of CollabNet, Inc. and Google Inc., and part of the team that built Subversion; and, Cory Doctorow, blogger, journalist, science fiction author, and copyright activist. This is not simply another book on the right and wrong ways to build software. "Beautiful Teams" offers contributions from people who made software engineering history. It's a must for people who have been part of a software development team, and a fascinating read for anyone interested in compelling stories about teamwork.
£28.79
O'Reilly Media Head First Servlets and JSP
Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only 'after' you're an expert (or worse, one that puts you to sleep). This book helps you learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications.Master the 'c:out tag', and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately. "Head First Servlets and JSP" doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with this book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.
£35.99
O'Reilly Media Gdb Pocket Reference
Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket guide gives you a convenient quick reference for using the debugger with several different programming languages, including C, C++, Java, Fortran and Assembly. The GNU debugger is the most useful tool during the testing phase of the software development cycle because it helps you catch bugs in the act. You can see what a program was doing at the moment it crashed, and then readily pinpoint and correct problem code. With the GDB Pocket Reference on hand, the process is quick and painless. The book covers the essentials of using GBD is a testing environment, including how to specify a target for debugging and how to make a program stop on specified conditions. This handy guide also provides details on using the debugger to examine the stack, source files and data to find the cause of program failure-and then explains ways to use GBD to make quick changes to the program for further testing and debugging. The ability to spot a bug in real time with GDB can save you hours of frustration, and having a quick way to refer to GBD's essential functions is key to making the process work. Once you get your hands on the GDB Pocket Reference, you'll never let go!
£14.39
O'Reilly Media Postfix
Postfix is a Mail Transfer Agent (MTA): software that mail servers use to route email. Postfix is highly respected by experts for its secure design and tremendous reliability. And new users like it because it's so simple to configure. In fact, Postfix has been adopted as the default MTA on Mac OS X. It is also compatible with sendmail, so that existing scripts and programs continue to work seamlessly after it is installed. Postfix was written by well-known security expert Wietse Venema, who reviewed this book intensively during its entire development. Author Kyle Dent covers a wide range of Postfix tasks, from virtual hosting to controls for unsolicited commercial email. While basic configuration of Postfix is easy, every site has unique needs that call for a certain amount of study. This book, with careful background explanations and generous examples, eases readers from the basic configuration to the full power of Postfix. It discusses the Postfix interfaces to various tools that round out a fully scalable and highly secure email system. These tools include POP, IMAP, LDAP, MySQL, Simple Authentication and Security Layer (SASL), and Transport Layer Security (TLS, an upgrade of SSL). A reference section for Postfix configuration parameters and an installation guide are included. Topics include: * Basic installation and configuration * DNS configuration for email * Working with POP/IMAP servers * Hosting multiple domains (virtual hosting) * Mailing lists * Handling unsolicited email (spam blocking) * Security through SASL and TLS From compiling and installing Postfix to troubleshooting, Postfix: The Definitive Guide offers system administrators and anyone who deals with Postfix an all-in-one, comprehensive tutorial and reference to this MTA.
£28.79
O'Reilly Media Building Evolutionary Architectures: Automated Software Governance
The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protect important architectural characteristics as it evolves. This practical guide ties those parts together with a new way to think about architecture and time.
£57.59
O'Reilly Media Colorwise: A Data Storyteller's Guide to the Intentional Use of Color
Data has become the most powerful tool in business today, and telling its story effectively is critical to decision making. Yet color is the most neglected tool in data visualization. With this book, author and DATAcated founder Kate Strachnyi provides the ultimate guide to the correct use of color for representing data in graphs, charts, tables, and infographics. Ideal for data and business analysts, data scientists, and others who design infographics and data visualizations, this practical resource explores color tips and tricks, including the theories behind them and why they work the way they do. ColorWise covers the psychology, history, and culture of a number of different colors. This book is also a useful teaching tool for learning about proper use of color for data storytelling techniques and dashboarding. You'll explore: The role that color theory plays in data visualization and storytelling Various color techniques you can use to improve your data visualizations How different colors affect your audience's understanding of data visualizations How to use color intentionally to help guide your audience Tips for using colors that can be interpreted by individuals with color vision deficiency How to apply the book's guidelines for use in your own projects
£26.09
O'Reilly Media 97 Things Every SRE Should Know
Site reliability engineering (SRE) is more relevant than ever. Knowing how to keep systems reliable has become a critical skill. With this practical book, newcomers and old hats alike will explore a broad range of conversations happening in SRE. You'll get actionable advice on several topics, including how to adopt SRE, why SLOs matter, when you need to upgrade your incident response, and how monitoring and observability differ. Editors Jaime Woo and Emil Stolarsky, co-founders of Incident Labs, have collected 97 concise and useful tips from across the industry, including trusted best practices and new approaches to knotty problems. You'll grow and refine your SRE skills through sound advice and thought-provoking questions that drive the direction of the field. Some of the 97 things you should know: "Test Your Disaster Plan"--Tanya Reilly "Integrating Empathy into SRE Tools"--Daniella Niyonkuru "The Best Advice I Can Give to Teams"--Nicole Forsgren "Where to SRE"--Fatema Boxwala "Facing That First Page"--Andrew Louis "I Have an Error Budget, Now What?"--Alex Hidalgo "Get Your Work Recognized: Write a Brag Document"--Julia Evans and Karla Burnett
£35.99
O'Reilly Media iOS 11 Programming Fundamentals with Swift: Swift, Xcode, and Cocoa Basics
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 9 IDE, Cocoa Touch, and the latest version of Apple’s acclaimed programming language, Swift 4. With this thoroughly updated guide, you’ll learn the Swift language, understand Apple’s Xcode development tools, and discover the Cocoa framework. Explore Swift’s object-oriented concepts Become familiar with built-in Swift types Dive deep into Swift objects, protocols, and generics Tour the lifecycle of an Xcode project Learn how nibs are loaded Understand Cocoa’s event-driven design Communicate with C and Objective-C In this edition, catch up on the latest iOS programming features. Multiline strings and improved dictionaries Object serialization Key paths and key–value observing Expanded git integration Code refactoring And more! Once you master the fundamentals, you’ll be ready to tackle the details of iOS app development with author Matt Neuburg’s companion guide, Programming iOS 11
£39.59
O'Reilly Media Programming JavaScript Applications
Take advantage of JavaScript's power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that's easier - yes, easier - to work with as your code base grows. JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes. With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code. Examine the anatomy of a large-scale JavaScript application Build modern web apps with the capabilities of desktop applications Learn best practices for code organization, modularity, and reuse Separate your application into different layers of responsibility Build efficient, self-describing hypermedia APIs with Node.js Test, integrate, and deploy software updates in rapid cycles Control resource access with user authentication and authorization Expand your application's reach through internationalization
£28.79
O'Reilly Media Kubeflow for Machine Learning: From Lab to Production
If you're training a machine learning model but aren't sure how to put it into production, this book will get you there. Kubeflow provides a collection of cloud native tools for different stages of a model's lifecycle, from data exploration, feature preparation, and model training to model serving. This guide helps data scientists build production-grade machine learning implementations with Kubeflow and shows data engineers how to make models scalable and reliable. Using examples throughout the book, authors Holden Karau, Trevor Grant, Ilan Filonenko, Richard Liu, and Boris Lublinsky explain how to use Kubeflow to train and serve your machine learning models on top of Kubernetes in the cloud or in a development environment on-premises. Understand Kubeflow's design, core components, and the problems it solves Learn how to set up Kubeflow on a cloud provider or on an in-house cluster Train models using Kubeflow with popular tools including scikit-learn, TensorFlow, and Apache Spark Learn how to add custom stages such as serving and prediction Keep your model up-to-date with Kubeflow Pipelines Understand how to validate machine learning pipelines
£35.99
O'Reilly Media Lightweight Django
How can you take advantage of the Django framework to integrate complex client-side interactions and real-time features into your web applications? Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects. Learn how to make the most of Django's decoupled design by choosing the components you need to build the lightweight applications you want. Once you finish this book, you'll know how to build single-page applications that respond to interactions in real time. If you're familiar with Python and JavaScript, you're good to go. Learn a lightweight approach for starting a new Django project Break reusable applications into smaller services that communicate with one another Create a static, rapid prototyping site as a scaffold for websites and applications Build a REST API with django-rest-framework Learn how to use Django with the Backbone.js MVC framework Create a single-page web application on top of your REST API Integrate real-time features with WebSockets and the Tornado networking library Use the book's code-driven examples in your own projects
£28.79
O'Reilly Media Hardware Startup: Building Your Product, Business, and Brand
Thanks to the decreasing cost of prototyping, it's more feasible for professional makers and first-time entrepreneurs to launch a hardware startup. But exactly how do you go about it? This book provides the roadmap and best practices you need for turning a product idea into a full-fledged business. Written by three experts from the field, The Hardware Startup takes you from idea validation to launch, complete with practical strategies for funding, market research, branding, prototyping, manufacturing, and distribution. Two-dozen case studies of real-world startups illustrate possible successes and failures at every stage of the process. Validate your idea by learning the needs of potential users Develop branding, marketing, and sales strategies early on Form relationships with the right investment partners Prototype early and often to ensure you're on the right path Understand processes and pitfalls of manufacturing at scale Jumpstart your business with the help of an accelerator Learn strategies for pricing, marketing, and distribution Be aware of the legal issues your new company may face
£28.79
O'Reilly Media Art of Community: Building the New Age of Participation
Online communities offer a wide range of opportunities today for supporting a cause, marketing a product or service, or developing open source software. The Art of Community helps you develop the talents you need to recruit members to your community, and motivate and manage them to become active participants. This expanded edition offers advice for using social networking platforms, organizing summits, and tracking progress on your goals. You'll also benefit from interviews with several community management leaders. Author Jono Bacon offers experiences and observations from his decade-long effort to build and manage communities, including his current position as manager for Ubuntu. Discover how a vibrant community can provide a reliable support network, a valuable source of new ideas, and a powerful marketing force - vital ingredients for any organization or project, particularly when money is tight. * Develop specific objectives and goals for building your community * Build simple, nonbureaucratic processes to help your community perform tasks, work together, and share successes * Provide tools and infrastructure that let contributors work quickly * Create buzz around your community to get more people involved * Track the community's work so it can be optimized and simplified * Explore a capable, representative governance strategy for your community * Identify and manage conflict, such as dealing with divisive personalities
£28.79
O'Reilly Media Machine Learning for High-Risk Applications: Approaches to Responsible AI
The past decade has witnessed a wide adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight into their widespread implementation has resulted in harmful outcomes that could have been avoided with proper oversight. Before we can realize AI/ML's true benefit, practitioners must understand how to mitigate its risks. This book describes responsible AI, a holistic approach for improving AI/ML technology, business processes, and cultural competencies that builds on best practices in risk management, cybersecurity, data privacy, and applied social science. It's an ambitious undertaking that requires a diverse set of talents, experiences, and perspectives. Data scientists and nontechnical oversight folks alike need to be recruited and empowered to audit and evaluate high-impact AI/ML systems. Author Patrick Hall created this guide for a new generation of auditors and assessors who want to make AI systems better for organizations, consumers, and the public at large. Learn how to create a successful and impactful responsible AI practice Get a guide to existing standards, laws, and assessments for adopting AI technologies Look at how existing roles at companies are evolving to incorporate responsible AI Examine business best practices and recommendations for implementing responsible AI Learn technical approaches for responsible AI at all stages of system development
£57.59
Amazon Publishing Make Your Mark: The Creative's Guide to Building a Business with Impact
Finally, a business book for makers, not managers. Are you ready to “make a dent in the universe”? As a creative, you no longer have to take a backseat. In fact, stepping up and embracing entrepreneurship is the fastest route to impact. But where do you start? And what sets the businesses that succeed apart? To find out, we asked the bright minds behind companies like Google X, Warby Parker, Facebook, O’Reilly Media, and more to share their startup wisdom. Featuring hard-won wisdom from twenty leading entrepreneurs and designers, 99U’s Make Your Mark will arm you with practical insights for launching a purpose-driven business, refining your product, delighting your customers, inspiring your team—and ultimately—making something that matters. Make Your Mark features contributions from: William Allen, Rich Armstrong, Warren Berger, Sean Blanda, Neil Blumenthal, Craig Dalton, Jane ni Dhulchaointigh, Aaron Dignan, Andy Dunn, Joel Gascoigne, Seth Godin, Chris Guillebeau, Emily Heyward, John Maeda, David Marquet, Tim O’Reilly, Shane Snow, Sebastian Thrun, Keith Yamashita, and Julie Zhuo. Plus, a foreword from Behance founder Scott Belsky.
£14.99