Search results for ""o'reilly""
O'Reilly Media Web Site Cookbook
The total number of web pages today has been estimated at over 3 billion, spanning millions of individual websites. Not surprisingly, there is tremendous pressure on web developers and designers to remain current with the latest technologies. The "Web Site Cookbook" from O'Reilly covers all the essential skills that you need to create engaging, visitor-friendly websites. It helps you with the practical issues surrounding their inception, design, and maintenance. With recipes that teach both routine and advanced setup tasks, the book includes clear and professional instruction on a host of topics, including: registering domains; ensuring that hostnames work; managing the directory; maintaining and troubleshooting a website; site promotion; visitor tracking; implementing e-commerce systems; and linking with sales sites. This handy guide also tackles the various elements of page design. It explains how to control a reader's eye flow, how to choose a template system, how to set up a color scheme, and more. Typical of O'Reilly's "Cookbook" series, the "Web Site Cookbook" is written in a straightforward format, featuring recipes that contain problem statements and solutions. A detailed explanation then follows each recipe to show you how and why the solution works. This question-solution-discussion format is a proven teaching method, as any fan of the "Cookbook" series can attest to. Regardless of your strong suit or your role in the creation and life of a website, you can benefit from the teachings found in the "Web Site Cookbook". It's a must-have tool for advancing your skills and making better sites.
£28.79
O'Reilly Media Oracle PL/SQL Programming: Developer's Workbook
However excellent they are, most computer books are inherently passive--readers simply take in text without having any opportunity to react to it. The Oracle PL/SQL Developer's Workbook is a different kind of animal! It's designed to engage you actively, to get you solving programming problems immediately, and to help you apply what you've learned about PL/SQL--and in the process deepen your knowledge of the language. By tackling the exercises in this workbook, you'll find yourself moving more rapidly along the learning curve to join the growing ranks of PL/SQL experts. The Oracle PL/SQL Developer's Workbook is a companion to Steven Feuerstein's bestselling Oracle PL/SQL Programming and his other PL/SQL books from O'Reilly. It contains a carefully constructed set of problems and solutions that will test your language skills and help you become a better developer--both with PL/SQL and with other languages. Exercises are provided at three levels: beginner, intermediate, and expert. The workbook exercises cover all the major features of PL/SQL, including those new to Oracle8i (e.g., Java and web features, autonomous transactions, and bulk binds). You'll find chapters on: *Basic language elements--variables, naming, loops, conditional and sequential control, exception handling, and records. *Data structures--index-by tables, nested tables, variables arrays (VARRAYs), and object technology. *Database interaction--cursors, DML and transaction management, cursor variables, and native dynamic SQL *Program construction--procedures, functions, blocks, packages, database triggers, and calling PL/SQL functions in SQL. *Built-in functionality--the character, date, conversion, numeric, and miscellaneous functions, and the DBMS_SQL, DBMS_PIPE, DBMS_OUTPUT, UTL_FILE, and DBMS_JOB built-in packages. *Miscellaneous topics--using Java with PL/SQL, external programs, PL/SQL web development, tuning PL/SQL, and PL/SQL for DBAs.
£39.59
O'Reilly Media Essential ActionScript 3.0
ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API. Essential ActionScript has become the #1 resource for the Flash and ActionScript development community, and the reason is the author, Colin Moock. Many people even refer to it simply as "The Colin Moock book." And for good reason: No one is better at turning ActionScript inside out, learning its nuances and capabilities, and then explaining everything in such an accessible way. Colin Moock is not just a talented programmer and technologist; he's also a gifted teacher. Essential ActionScript 3.0 is a radically overhauled update to Essential ActionScript 2.0. True to its roots, the book once again focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code. The ActionScript 3.0 revolution is here, and Essential ActionScript 3.0's steady hand is waiting to guide you through it. Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.
£39.59
O'Reilly Media Cisco IOS in a Nutshell
Cisco routers are everywhere that networks are. They come in all sizes, from inexpensive units for homes and small offices to equipment costing well over $100,000 and capable of routing at gigabit speeds. A fixture in today's networks, Cisco claims roughly 70% of the router market, producing high-end switches, hubs, and other network hardware. One unifying thread runs through the product line: virtually all of Cisco's products run the Internetwork Operating System, or IOS. If you work with Cisco routers, it's likely that you deal with Cisco's IOS software--an extremely powerful and complex operating system, with an equally complex configuration language. With a cryptic command-line interface and thousands of commands--some of which mean different things in different situations--it doesn't have a reputation for being user-friendly. Fortunately, there's help. This second edition of Cisco IOS in a Nutshell consolidates the most important commands and features of IOS into a single, well-organized volume that you'll find refreshingly user-friendly. This handy, two-part reference covers IOS configuration for the TCP/IP protocol family. The first section includes chapters on the user interface, configuring lines and interfaces, access lists, routing protocols, and dial-on-demand routing and security. A brief, example-filled tutorial shows you how to accomplish common tasks. The second part is a classic O'Reilly quick reference to all the commands for working with TCP/IP and the lower-level protocols on which it relies. Brief descriptions and lists of options help you zero in on the commands you for the task at hand. Updated to cover Cisco IOS Software Major Release 12.3, this second edition includes lots of examples of the most common configuration steps for the routers themselves. It's a timely guide that any network administrator will come to rely on.
£28.79
O'Reilly Media Understanding Linux Network Internals
If you've ever wondered how Linux carries out the complicated tasks assigned to it by the IP protocols -- or if you just want to learn about modern networking through real-life examples -- Understanding Linux Network Internals is for you. Like the popular O'Reilly book, Understanding the Linux Kernel, this book clearly explains the underlying concepts and teaches you how to follow the actual C code that implements it. Although some background in the TCP/IP protocols is helpful, you can learn a great deal from this text about the protocols themselves and their uses. And if you already have a base knowledge of C, you can use the book's code walkthroughs to figure out exactly what this sophisticated part of the Linux kernel is doing. Part of the difficulty in understanding networks -- and implementing them -- is that the tasks are broken up and performed at many different times by different pieces of code. One of the strengths of this book is to integrate the pieces and reveal the relationships between far-flung functions and data structures. Understanding Linux Network Internals is both a big-picture discussion and a no-nonsense guide to the details of Linux networking. Topics include: * Key problems with networking * Network interface card (NIC) device drivers * System initialization * Layer 2 (link-layer) tasks and implementation * Layer 3 (IPv4) tasks and implementation * Neighbor infrastructure and protocols (ARP) * Bridging * Routing * ICMP Author Christian Benvenuti, an operating system designer specializing in networking, explains much more than how Linux code works. He shows the purposes of major networking features and the trade-offs involved in choosing one solution over another. A large number of flowcharts and other diagrams enhance the book's understandability.
£43.19
O'Reilly Media Beautiful Code
How do the experts solve difficult problems in software development? In this unique and insightful book, leading computer scientists offer case studies that reveal how they found unusual, carefully designed solutions to high-profile projects. You will be able to look over the shoulder of major coding and design experts to see problems through their eyes. This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. "Beautiful Code" is an opportunity for master coders to tell their story. All author royalties will be donated to Amnesty International. The book includes the following contributions: "Beautiful Brevity: Rob Pike's Regular Expression Matcher" by Brian Kernighan, Department of Computer Science, Princeton University; "Subversion's Delta Editor: Interface as Ontology" by Karl Fogel, editor of "QuestionCopyright.org", Co-founder of Cyclic Software, the first company offering commercial CVS support; "The Most Beautiful Code I Never Wrote" by Jon Bentley, Avaya Labs Research; "Finding Things" by Tim Bray, Director of Web Technologies at Sun Microsystems, co-inventor of XML 1. 0; "Correct, Beautiful, Fast (In That Order): Lessons From Designing XML Validators" by Elliotte Rusty Harold, Computer Science Department at Polytechnic University, author of "Java I/O, Java Network Programming", and "XML in a Nutshell" (O'Reilly); and, "The Framework for Integrated Test: Beauty through Fragility" by Michael Feathers, consultant at Object Mentor, author of "Working Effectively with Legacy Code" (Prentice Hall). It also includes: "Beautiful Tests" by Alberto Savoia, Chief Technology Officer, Agitar Software Inc; "On-the-Fly Code Generation for Image Processing" by Charles Petzold, author "Programming Windows and Code: The Hidden Language of Computer Hardware and Software" (both Microsoft Press); "Top Down Operator Precedence" by Douglas Crockford, architect at Yahoo! Inc, Founder and CTO of State Software, where he discovered JSON; "Accelerating Population Count" by Henry Warren, currently works on the Blue Gene petaflop computer project Worked for IBM for 41 years; "Secure Communication: The Technology of Freedom" by Ashish Gulhati, Chief Developer of Neomailbox, an Internet privacy service Developer of Cryptonite, an OpenPGP-compatible secure webmail system; and, "Growing Beautiful Code in BioPerl" by Lincoln Stein, investigator at Cold Spring Harbor Laboratory - develops databases and user interfaces for the Human Genome Project using the Apache server and its module API. It also includes: "The Design of the Gene Sorter" by Jim Kent, Genome Bioinformatics Group, University of California Santa Cruz; "How Elegant Code Evolves With Hardware: The Case Of Gaussian Elimination" by Jack Dongarra, University Distinguished Professor of Computer Science in the Computer Science Department at the University of Tennessee, also distinguished Research Staff member in the Computer Science and Mathematics Division at Oak Ridge National Laboratory (ORNL) and Piotr Luszczek, Research Professor at the University of Tennessee; "Beautiful Numerics" by Adam Kolawa, co-founder and CEO of Parasoft; and, "The Linux Kernel Driver Model" by Greg Kroah-Hartman, SuSE Labs/Novell, Linux kernel maintainer for driver subsystems, author of "Linux Kernel in a Nutshell", co-author of "Linux Device Drivers, 3rd Edition" (O'Reilly). It also includes: "Another Level of Indirection" by Diomidis Spinellis, Associate Professor at the Department of Management Science and Technology at the Athens University of Economics and Business, Greece; "An Examination of Python's Dictionary Implementation" by Andrew Kuchling, longtime member of the Python development community, and a director of the Python Software Foundation; "Multi-Dimensional Iterators in NumPy" by Travis Oliphant, Assistant Professor in the Electrical and Computer Engineering Department at Brigham Young University; and, "A Highly Reliable Enterprise System for NASAs Mars Rover Mission" by Ronald Mak, co-founder and CTO of Willard & Lowe Systems, Inc, formerly a senior scientist at the Research Institute for Advanced Computer Science on contract to NASA Ames. It also includes: "ERP5: Designing for Maximum Adaptability" by Rogerio de Carvalho, researcher at the Federal Center for Technological Education of Campos (CEFET Campos), Brazil and Rafael Monnerat, IT Analyst at CEFET Campos, and an offshore consultant for Nexedi SARL; "A Spoonful of Sewage" by Bryan Cantrill, Distinguished Engineer at Sun Microsystems, where he has spent most of his career working on the Solaris kernel; "Distributed Programming with MapReduce" by Jeff Dean and Sanjay Ghemawat, Google Fellows in Google's Systems Infrastructure Group; "Beautiful Concurrency" by Simon Peyton Jones, Microsoft Research, key contributor to the design of the functional language Haskell, and lead designer of the Glasgow Haskell Compiler (GHC); and, "Syntactic Abstraction: The syntax-case expander" by Kent Dybvig, Developer of Chez Scheme and author of the Scheme Programming Language. It also includes: "Object-Oriented Patterns and a Framework for Networked Software" by William Otte, a Ph.D. student in the Department of Electrical Engineering and Computer Science (EECS) at Vanderbilt University and Doug Schmidt, Full Professor in the Electrical Engineering and Computer Science (EECS) Department, Associate Chair of the Computer Science and Engineering program, and a Senior Research Scientist at the Institute for Software Integrated Systems (ISIS) at Vanderbilt University; "Integrating Business Partners the RESTful Way" by Andrew Patzer, Director of the Bioinformatics Program at the Medical College of Wisconsin; and, "Beautiful Debugging" by Andreas Zeller, computer science professor at Saarland University, author of "Why Programs Fail: A Guide to Systematic Debugging" (Morgan Kaufman). It also includes: "Code That's Like an Essay" by Yukihiro Matsumoto, inventor of the Ruby language; "Designing Interfaces Under Extreme Constraints: the Stephen Hawking editor" by Arun Mehta, professor and chairman of the Computer Engineering department of JMIT, Radaur, Haryana, India; "Emacspeak: The Complete Audio Desktop" by TV Raman, Research Scientist at Google where he focuses on web applications; "Code in Motion" by Christopher Seiwald, founder and CTO of Perforce Software and Laura Wingerd, vice president of product technology at Perforce Software, author of "Practical Perforce" (O'Reilly); and, "Writing Programs for 'The Book'" by Brian Hayes who writes the Computing Science column in American Scientist magazine, author of "Infrastructure: A Field Guide to the Industrial Landscape"(W.W. Norton).
£32.39
O'Reilly Media Advanced Perl Programming 2e
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O'Reilly's most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl's object-oriented model, and testing your code for greater stability. Other topics include: * Complex data structures * Parsing * Templating toolkits * Working with natural language data * Unicode * Interaction with C and other languages In addition, this guide demystifies once complex topics like object-relational mapping and event-based development-arming you with everything you need to completely upgrade your skills. Praise for the Second Edition: "Sometimes the biggest hurdle to problem solving isn't the subject itself but rather the sheer number of modules Perl provides. Advanced Perl Programming walks you through Perl's TMTOWTDI ("There's More Than One Way To Do It") forest, explaining and comparing the best modules for each task so you can intelligently apply them in a variety of situations." --Rocco Caputo, lead developer of POE "It has been said that sufficiently advanced Perl code is indistinguishable from magic. This book of spells goes a long way to unlocking those secrets. It has the power to transform the most humble programmer into a Perl wizard." --Andy Wardley "The information here isn't theoretical. It presents tools and techniques for solving real problems cleanly and elegantly." --Curtis 'Ovid' Poe " Advanced Perl Programming collects hard-earned knowledge from some of the best programmers in the Perl community, and explains it in a way that even novices can apply immediately." --chromatic, Editor of Perl.com
£32.39
O'Reilly Media Programming Internet Email
The Internet's "killer app" is not the World Wide Web or Push technologies: it is humble electronic mail. More people use email than any other Internet application. As the number of email users swells, and as email takes on an ever greater role in personal and business communication, Internet mail protocols have become not just an enabling technology for messaging, but a programming interface on top of which core applications are built. Programming Internet Email unmasks the Internet Mail System and shows how a loose federation of connected networks have combined to form the world's largest and most heavily trafficked message system. Programming Internet Email tames the Internet's most popular messaging service. For programmers building applications on top of email capabilities, and power users trying to get under the hood of their own email systems, Programming Internet Email stands out as an essential guide and reference book. In typical O'Reilly fashion, Programming Internet Email covers the topic with nineteen tightly written chapters and five useful appendixes. Following a thorough introduction to the Internet Mail System, the book is divided into five parts: Part I covers email formats, from basic text messages to the guts of MIME. Secure email message formats (OpenPGP and S/MIME), mailbox formats and other commonly used formats are detailed in this reference section. Part II describes Internet email protocols: SMTP and ESMTP, POP3 and IMAP4. Each protocol is covered in detail to expose the Internet Mail System's inner workings. Part III provides a solid API reference for programmers working in Perl and Java. Class references are given for commonly used Perl modules that relate to email and the Java Mail API. Part IV provides clear and concise examples of how to incorporate email capabilities into your applications. Examples are given in both Perl and Java. Part V covers the future of email on the Internet. Means and methods for controlling spam email and newly proposed Internet mail protocols are discussed. Appendixes to Programming Internet Email provide a host of explanatory information and useful references for the programmer and avid user alike, including a comprehensive list of Internet RFCs relating to email, MIME types and a list of email related URLs. Programming Internet Email will answer all of your questions about mail and extend your abilities into this most popular messaging frontier.
£25.19
O'Reilly Media Make: Volume 65
£9.45
O'Reilly Media Make: Volume 59
A maker's home is their DIY palace. From simple personalization to tricking out a custom connected home, Make: Volume 59 is all about adding maker flair to your abode. In this issue you'll make a NeoPixel map to track the traffic for your morning commute, build a levitating planter straight from the future, and learn how to automatically water your garden.Plus 13 projects inside, including: Build a DIY thermal imaging cameraPrank your friends with a pint-sized, noise-making throwie3D print an articulated blooming flower night lightLearn to code with the BBC micro: bit and Make: CodeAnd more!
£10.58
O'Reilly Media ReMaking History, Volume 1
William Gurstelle begins his remarkable journey through history with this volume, Early Makers. Each chapter examines a remarkable individual or group of people from the past whose insights and inventions helped create the world we live in. What sets this series apart from other history books - including other histories of technology - is that each chapter also includes step-by-step instructions for making your own version of the historical invention. History comes to life in a way you have never experienced before when you follow the inventors' steps and recreate the groundbreaking devices of the past with your own hands. In this volume you will discover: The Cave Dwellers of Lascaux and the Oil Lamp Pythagoras and the Tantalus Cup Heron and the Gin Pole Egypt's Bag Press Otto von Guerke and the Magdeburg Hemispheres Levi ben Gershon and the Jacob's Staff Juliana Berners and the Fishing Lure Archimedes and the Water Screw China's Differential Windlass Be sure to also check out ReMaking History, Volume 2: Industrial Revolutionaries and ReMaking History Volume 3:Makers of the Modern World.
£25.45
O'Reilly Media Lotus Domino Administration in a Nutshell
Domino is one of the most effective platforms for developing and deploying e-business applications, allowing new communities of developers to enjoy its collaborative capabilities. With over 55 million seats worldwide, Domino already provided a strong foundation for messaging and web applications, and the release of R5 builds on that to make Domino easier to use than ever before. For example, Lotus Domino R5 has been expanded to interact with most browsers and other non-Notes clients, so developers can choose their favorite language to design web applications. With R5, administrators can centrally modify client configurations instead of hopping from one terminal to the next throughout the company. The new Domino interface allows administrators to visually monitor the health and status of the Domino servers in a network from a single screen. All this capability implies complexity, and it's easy to forget which menu to go to. Here's where Lotus Domino Administration in a Nutshell can help. It's a quick reference that will come in handy again and again for finding solutions to administrative problems. This book covers: * Domino architecture and key concepts * R5 administration tools * Domino directory and console commands * Database properties and Access Control * Configuring Domino Enterprise Connection Services (DECS) * Supporting the Notes client * Domino for IIS Whether the task is messaging servers, modifying administration tasks to a simpler and more efficient level, or ensuring the security and flexibility of a web application server, Lotus Domino Administration in a Nutshell is the reference developers need to make the most of this reliable and scalable integrated server platform.
£28.79
O'Reilly Media 97 Things about Ethics Everyone in Data Science Should Know: Collective Wisdom from the Experts
Most of the high-profile cases of real or perceived unethical activity in data science aren’t matters of bad intent. Rather, they occur because the ethics simply aren’t thought through well enough. Being ethical takes constant diligence, and in many situations identifying the right choice can be difficult. In this in-depth book, contributors from top companies in technology, finance, and other industries share experiences and lessons learned from collecting, managing, and analyzing data ethically. Data science professionals, managers, and tech leaders will gain a better understanding of ethics through powerful, real-world best practices. Articles include: Ethics Is Not a Binary Concept—Tim Wilson How to Approach Ethical Transparency—Rado Kotorov Unbiased ≠ Fair—Doug Hague Rules and Rationality—Christof Wolf Brenner The Truth About AI Bias—Cassie Kozyrkov Cautionary Ethics Tales—Sherrill Hayes Fairness in the Age of Algorithms—Anna Jacobson The Ethical Data Storyteller—Brent Dykes Introducing Ethicize™, the Fully AI-Driven Cloud-Based Ethics Solution!—Brian O’Neill Be Careful with "Decisions of the Heart"—Hugh Watson Understanding Passive Versus Proactive Ethics—Bill Schmarzo
£35.99
O'Reilly Media Programming AWS Lambda: Build and Deploy Serverless Applications with Java
Serverless revolutionizes the way organizations build and deploy software. With this hands-on guide, Java engineers will learn how to use their experience in the new world of serverless computing. You’ll discover how this cloud computing execution model can drastically decrease the complexity in developing and operating applications while reducing costs and time to market. Engineering leaders John Chapin and Mike Roberts guide you through the process of developing these applications using AWS Lambda, Amazon’s event-driven, serverless computing platform. You’ll learn how to prepare the development environment, program Lambda functions, and deploy and operate your serverless software. The chapters include exercises to help you through each aspect of the process. Get an introduction to serverless, functions as a service, and AWS Lambda Learn how to deploy working Lambda functions to the cloud Program Lambda functions and learn how the Lambda platform integrates with other AWS services Build and package Java-based Lambda code and dependencies Create serverless applications by building a serverless API and data pipeline Test your serverless applications using automated techniques Apply advanced techniques to build production-ready applications Understand both the gotchas and new opportunities of serverless architecture
£47.69
O'Reilly Media Ransomware
The biggest online threat to businesses and consumers today is ransomware, a category of malware that can encrypt your computer files until you pay a ransom to unlock them. With this practical book, you'll learn how easily ransomware infects your system and what steps you can take to stop the attack before it sets foot in the network. Security experts Allan Liska and Timothy Gallo explain how the success of these attacks not only has spawned several variants of ransomware, but also a litany of ever-changing ways they're delivered to targets. You'll learn pragmatic methods for responding quickly to a ransomware attack, as well as how to protect yourself from becoming infected in the first place. Learn how ransomware enters your system and encrypts your files Understand why ransomware use has grown, especially in recent years Examine the organizations behind ransomware and the victims they target Learn how wannabe hackers use Ransomware as a Service (RaaS) to launch campaigns Understand how ransom is paid-and the pros and cons of paying Use methods to protect your organization's workstations and servers
£28.79
O'Reilly Media Windows 8.1: out of the Box
Get a real feel for Windows 8.1 with a wealth of tips in this step-by-step guide. After using Windows 7 or XP, learning Microsoft's latest operating system takes some adjustment. Never fear. Windows expert Mike Halsey starts with the basics and then takes you through the trickier parts of Microsoft's latest operating system. You'll quickly learn how to make the most of Windows 8 for work and entertainment, whether you use a touchscreen tablet, a laptop, or a PC with a keyboard and mouse. Easily navigate the intuitive Windows 8.1 interface Use email and the Internet - and keep your family safe Share files online or with other devices in your home Download and use all kinds of of apps and programs Watch movies and listen to music Import, view, and edit your own photos and videos Learn how to use extra hardware and older software Use expert tips to keep your computer running smoothly Discover cool stuff that makes computer use really easy
£7.99
O'Reilly Media Mastering Azure Analytics
Microsoft Azure has over 20 platform-as-a-service (PaaS) offerings that can act in support of a big data analytics solution. So which one is right for your project? This practical book helps you understand the breadth of Azure services by organizing them into a reference framework you can use when crafting your own big data analytics solution. You'll not only be able to determine which service best fits the job, but also learn how to implement a complete solution that scales, provides human fault tolerance, and supports future needs. Understand the fundamental patterns of the data lake and lambda architecture Recognize the canonical steps in the analytics data pipeline and learn how to use Azure Data Factory to orchestrate them Implement data lakes and lambda architectures, using Azure Data Lake Store, Data Lake Analytics, HDInsight (including Spark), Stream Analytics, SQL Data Warehouse, and Event Hubs Understand where Azure Machine Learning fits into your analytics pipeline Gain experience using these services on real-world data that has real-world problems, with scenarios ranging from aviation to Internet of Things (IoT)
£32.39
O'Reilly Media Make: Volume 45
May is Robot Month at Maker Media, and in this volume of Make:, we'll take a deeper look at the latest developments in the robotics industry; the DIY humanoid robotic movement, the resurgence of battling bots, and Maker manufacturing (both in Shenzhen and domestically). In this issue: Inmoov: The coolest builds of the 3D printed, open-source robot from France that has become a global prototyping platform. Combat Bots are Back! Battle bots are making their resurgence and influencing real-world robot applications. (Includes a Combat Bot design project!) Featured Project: Universal Gripper/robotic hand Featured Project: DIY Self-Balancing Robot (Arduino-based build) Gareth Branwyn navigates the Maker manufacturing scene and provides stories and insights.
£9.57
O'Reilly Media Workshop Mastery with Jimmy DiResta
Jimmy DiResta has made a name for himself with his inventiveness and workshop skills, creating dozens of projects for YouTube videos and television shows such as Hammered and Against the Grain on the DIY network. In Make: Workshop Mastery With Jimmy DiResta, Jimmy and co-author John Baichtal teach readers essential workshop skills with over a dozen projects that explore everything from mold-making to CNC routing on to metalsmithing. Projects in this book include: Tool-drawer cabinet A chess set One-sheet metal stool A machete Crowbar-hammer mashup An electric guitar with a carved body Your own sign A leather backpack
£29.46
O'Reilly Media CSS Text
As a web designer, you probably spend more time working with text than any other element. With this concise guide, you'll learn CSS3 properties for changing the appearance of text without altering the font face - including horizontal and vertical alignment, text transformation, word and letter spacing, text wrapping, and the direction of text flow. This book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of CSS Text, you'll receive a discount on the entire Definitive Guide once it's released. Why wait, when you can start manipulating text on your pages right away? Use properties for indenting and aligning lines of text Control the leading between lines of text beyond the font's size Change the amount of space between words and individual characters Add underlines, overlines, strike-throughs, shadows, and other effects Instruct browsers to prioritize speed, legibility, or geometric precision when rendering text Learn how and when to suppress automatic hyphenation Determine the direction that text flows, including left-to-right and top-to-bottom
£5.57
O'Reilly Media ZooKeeper: Distributed Process Coordination
Building distributed applications is difficult enough without having to coordinate the actions that make them work. This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out caveats that developers and administrators alike need to watch for along the way. In three separate sections, ZooKeeper contributors Flavio Junqueira and Benjamin Reed introduce the principles of distributed systems, provide ZooKeeper programming techniques, and include the information you need to administer this service. Learn how ZooKeeper solves common coordination tasks Explore the ZooKeeper API's Java and C implementations and how they differ Use methods to track and react to ZooKeeper state changes Handle failures of the network, application processes, and ZooKeeper itself Learn about ZooKeeper's trickier aspects dealing with concurrency, ordering, and configuration Use the Curator high-level interface for connection management Become familiar with ZooKeeper internals and administration tools
£25.19
O'Reilly Media Vagrant: Up and Running
How does Vagrant boosts the productivity of companies such as Mozilla, RackSpace, LivingSocial, and others? This comprehensive guide shows you how to create and distribute virtualized development environments with this powerful open source tool. While Virtual machines (VMs) are portable and easy to run, due to their isolation from outside interference, many developers and system administrators have shied away from VMs because of the pain of setup and maintenance. With this book, you'll learn how to gain the benefits of VMs without the hassle, using Vagrant to create a virtual machine that matches your production systems. Learn about Vagrant's general use, and the concepts behind the tool Get a practical, project-oriented approach that takes you from basic to advanced Vagrant use in a simple LAMP web application example Explore case studies from various organizations that use Vagrant Learn about common errors and get troubleshooting tips
£25.19
O'Reilly Media Make: Technology on Your Time Volume 33
MAKE Volume 33 has great projects for makers of all skill levels - Arduino projects, internet gadgets, food, music, personal fabrication, astronomy, electronics, and more. In our special Codebox section you'll learn about software of interest to makers, including circuit board design, 3D CAD and printing, microcontrollers and creative coding, and programming for kids, featuring Microsoft's SmallBasic, Scratch, and the extremely popular Kickstarter-funded project Makey Makey. And you'll meet fascinating makers, like the maniacs behind the popular Power Wheels Racing events at Maker Faire. You'll get 20 great DIY projects like the Optical Tremolo guitar effect, "Panjolele" cake-pan ukelele, Wii Nunchuk Mouse, CNC joinery tricks, treat-dispensing cat scratching post, laser-cut flexing wooden books, LED photography lights, trick treasure box, brewing sake, growing the incredibly hot "ghost chili" pepper, Arduino waveform generation, and the Dryer Messenger and Cloudfridge smart home applicance projects.
£19.16
O'Reilly Media Make: Technology on Your Time Volume 30
The first magazine devoted entirely to do-it-yourself technology projects presents its 30th quarterly edition for people who like to tweak, disassemble, recreate, and invent cool new uses for technology. Until recently, home automation was an unfulfilled promise - systems were gimmicky, finicky, user-hostile, or potentially unsecure. But today, thanks to a new crop of devices and technologies, home automation is useful, fun, and maker-friendly. Using smartphones, wireless networks, the internet, simple microcontrollers, and even gesture recognition, DIY-style Smart Homes can now do everything promised and more, for much less - and MAKE shows you how in Volume 30.
£12.57
O'Reilly Media jQuery Mobile
Native apps have distinct advantages, but the future belongs to mobile web apps that function on a broad range of smartphones and tablets. Get started with jQuery Mobile, the touch-optimized framework for creating apps that look and behave consistently across many devices. This concise book provides HTML5, CSS3, and JavaScript code examples, screen shots, and step-by-step guidance to help you build a complete working app with jQuery Mobile. If you're already familiar with the jQuery JavaScript library, you can use your existing skills to build cross-platform mobile web apps right now. This book shows you how. Get a high-level overview of jQuery Mobile: how it works and how to use it Learn about paging and navigation, including dialogs, Ajax content, and history Employ jQuery Mobile's extensive event system to create rich interactions Work with toolbars, buttons, lists, forms, and other UI elements Create a variety of visual designs with jQuery Mobile's sophisticated theming system Use the jQuery Mobile API for finer control over elements and interactions Put everything together and build a mobile app from start to finish
£12.99
O'Reilly Media Make:Vol 27 Technology on Your Time: Robots! Build These Bots from Easy to Astounding
The robots are coming! MAKE Volume 27 shows you how to build robots that walk, fly, swim, play music, dance, and even extinguish fires. Some of the buildable bots you'll meet include: * Yellow Drum Machine, which roves around looking for things to drum on, then drums, records, and accompanies itself playing catchy rhythms * Roomba Recon, Roomba robotic vacuum with a wireless router and webcam on its back, programmed so you can drive it around your house and see what it sees from a browser window anywhere * Hamster-Powered Strandbeest, which walks around on eight legs, powered by a hamster inside its hamster globe headA" * The winning project from MAKE's Most Entertaining Robot contest * Tiny Robots made from common electronics components. The special Robots section will also include a roundup of hobby robotics highlights, and a Primer on using the EZ-Robot controller board to turn any animatronic toy into a fully controllable robot that recognizes faces and responds to voice commands.
£12.56
O'Reilly Media Data Source Handbook
If you're a developer looking to supplement your own data tools and services, this concise ebook covers the most useful sources of public data available today. You'll find useful information on APIs that offer broad coverage, tie their data to the outside world, and are either accessible online or feature downloadable bulk data. You'll also find code and helpful links. This guide organizes APIs by the subjects they cover-such as websites, people, or places-so you can quickly locate the best resources for augmenting the data you handle in your own service. Categories include: * Website tools such as WHOIS, bit.ly, and Compete * Services that use email addresses a search term, including Github * APIs for finding information from just a name, including WhitePages * Services that help you locate people with accounts, such as Klout * Search APIs, including BOSS and Wikipedia * Geographical data sources, including SimpleGeo and US Census * Company information APIs, such as CrunchBase and ZoomInfo * APIs that list IP address, such as MaxMind * Services that list books, films, music, and products
£21.59
O'Reilly Media Word 2007
Microsoft Word has grown considerably in power, sophistication and capability over the past decade, but one thing that hasn't changed since the early '90s is its user interface. The simple toolbar in version 2.0 has been packed with so many features since then that few users know where to find them all. Consequently, more and more people are looking for "insider" tips that will allow them to use these advanced and often hidden features. Microsoft has addressed this problem in Word 2007 by radically redesigning the user interface with a tabbed toolbar that makes every feature easy to locate and use. Unfortunately, Microsoft's documentation is as scant as ever, so even though you will be able to find advanced features, you might not know what to do with them. Word 2007: The Missing Manual, written specifically for this version of the software, explains basics like how to create documents, enter and edit text, format, print, and fax. You will will also learn how to create sophisticated page layouts, insert forms and tables, use graphics, and create book-length documents with outlines and Master Documents. Coverage also includes how to share documents with other people and programs, create web pages, automate documents with fields, and automate tasks with macros and the Visual Basic scripting language. This book shows you how to do it all.
£21.59
O'Reilly Media Windows Vista in a Nutshell
This unique reference thoroughly documents every important setting and feature in Microsoft's new operating system, with alphabetical listings for hundreds of commands, windows, menus, listboxes, buttons, scrollbars and other elements of Windows Vista. With this book's simple organization, you'll easily find any setting, tool, or feature for the task you want to accomplish. Along with a system overview that highlights major changes, and a tour of the basics such as manipulating files and getting around the interface, "Windows Vista in a Nutshell" offers alphabetized references for topics such as: the User Interface which covers the Sidebar, Aero Glass, the new Control Panel layout, and applets, as well as how to customize animated windows, the desktop, Start menu, pop-up windows on the Taskbar, and more; the File System, Drives, Data, and Search which discusses working with the new Windows Explorer, Virtual Folders, searches, indexing, saved searches, metadata, and sharing; and, the Internet and Networking which examines TCP/IP, RSS, tabbed browsing, and anti-phishing features of Internet Explorer, plus cookie handling, parental control features, and more. References are also provided for topics such as: Working with Hardware, which describes how to set up, maintain, and troubleshoot hardware - including keyboards, mice, monitors, USB devices, scanners, cameras, and sound devices - and how to add, install, and troubleshoot drivers; Security, which includes the Security Center, Windows Defender, User Account Protection, System Protection, Network Access Protection, WiFi encryption, Windows Firewall, file encryption, and more; Mobility which explains Mobility Center settings, plugging a secondary monitor into your computer, and the new "network projection" feature for making presentations; and, Multimedia which covers Windows Photo Gallery, Media Player, Media Center, podcasting features, connecting to and synching with MP3 players, recording TV and videos, making videos with Windows Movie Maker, and burning CDs and DVDs. References are also provided for the topic on the Command Prompt which provides commands for working with files, utilities for troubleshooting the network, and instructions on how to create your own batch files. Appendixes include information on installation, keyboard shortcuts, common filename extensions, and more. "Windows Vista in a Nutshell" is your one-stop source for everything you need from Microsoft's latest operating system.
£28.79
O'Reilly Media Make
Volume 18 of "Make Magazine" features projects on how to make food and energy, using the untapped resources around the house, yard, and community. This DIY Energy issue shows readers how to measure their energy use and maximize their efficiency, with projects such as making a topographical map of their property, starting an energy garden, making an embedded irrigation system, using chickens to reduce household inputs, and more. "Make" continues to be a leader in the tech DIY movement due to its uncanny instinct to engage the curiosity, vitality, and passion of the growing community of Makers - DIY enthusiasts, hobbyist engineers/designers, and others who like to tweak, disassemble, recreate, and invent cool new uses for technology in amazing projects they undertake in their backyards, basements, and garages.
£12.57
O'Reilly Media ADO.NET 3.5 Cookbook
This guide is strikingly different from other books on Microsoft ADO.NET. Rather than loading you down with theory, the new edition of "ADO.NET 3.5 Cookbook" gives you more than 150 coding solutions and best practices for real problems you're likely to face with this technology using Visual Studio 2008 and the .NET 3.5 platform. Organized to help you find the topic and specific recipe you need quickly and easily, this book is more than just a handy compilation of cut-and-paste C# and VB.NET code."ADO.NET 3.5 Cookbook" also offers clear explanations of how and why each code solution works, warns you of potential pitfalls, and cites sources of additional information so you can learn to adapt the book's problem-solving techniques to different situations. This collection of timesaving recipes covers vital topics including: connecting to data; retrieving and managing data; transforming and analyzing data; modifying data; binding data to .NET user interfaces; optimizing .NET data access; enumerating and maintaining database objects; and, maintaining database integrity. Ideal for ADO.N ET programmers at all levels, from the relatively inexperienced to the most sophisticated, this new edition covers the significant 3.5 upgrade, including new programming tools, such as LINQ, that are key to working with WinFS applications. "ADO.NET 3.5 Cookbook" offers a painless way for those of you who prefer to learn by doing when it comes to expanding your skills and productivity.
£44.42
O'Reilly Verlag JavaScript Kurz & Gut
£14.86
O'Reilly Media Make - Trigonometry: Build your way from triangles to analytic geometry
Trigonometry has 2000-year-old roots in everyday useful endeavors, like finding the size of an object too big or far away to measure directly, or navigating from Point A to Point B. However, it is often taught very theoretically, with an emphasis on abstractions. Make: Trigonometry uses 3D printable models and readily-available physical objects like wire and cardboard tubes to develop intuition about concepts in trigonometry and basic analytic geometry. Readers will imagine the thought process of the people who invented these mathematical concepts, and can try out "math experiments" to see for themselves how ingenious ancient navigators and surveyors really were. The analytic geometry part of the book links equations to many of these intuitive concepts, which we explore through in-depth explanations of manipulative models of conic sections. This book is aimed at high school students who might be in Algebra II or Pre-Calculus. It shows the geometrical and practical sides of these topics that otherwise can drown in their own algebra. Make: Trigonometry builds on the basics of the authors' earlier book, Make: Geometry, and is intended as a bridge from that book to their Make: Calculus book. The user can read this book and understand the concepts from the photographs of 3D printable models alone. However, since many models are puzzle-like, we encourage the reader to print the models on any consumer-grade filament based 3D printer. The models are available for download in a freely-available open source repository. They were created in the free program OpenSCAD, and can be 3D printed or modified by the student in OpenSCAD to learn a little coding along the way.
£21.59
O'Reilly Media Make: Volume 70
Make: magazine is back in action and back to our original size! This issue's cover project is a maker's take on a Boston Dynamics-style quadrupedal walking robot that you can build yourself. Then, build an adorable unicorn shaped dispenser that spits soap on command. And to celebrate Make's return, why not build a custom dancing version of our Makey mascot.Plus, 28 projects including: Teeny-tiny personal motorboat Standup paddle board Bird-identifying computer-vision birdhouse Backyard bicycle pump track And much more!
£11.99
O'Reilly Media Make: Volume 66
£7.99
O'Reilly Media Make - Volume 60
The results are in for our 6th annual Desktop Digital Fabrication Shoot Out! Make: Volume 60 has more than 30 reviews that show off the latest and greatest FDM and resin 3D printers, CNC machines, laser cutters, and vinyl cutters, including new machines from Ultimaker, Prusa, Lulzbot, ShopBot, and Glowforge. Also, learn about our revamped 3D printer scoring system! Get the latest reviews of 3D printers and CNC devices Add graphics to your prints using hydrographic film Why you should buy a laser cutter over a 3D printer How to design dual color models for multi-material prints Laser cut a map of the stars And more!
£7.99
O'Reilly Media Make: Volume 56
It doesn't take a fully-stocked laboratory to perform biological scientific experiments. Make: Volume 56 shows you how to make electricity using everyday mud, extract DNA with a 3D-printed centrifuge, and isolate fruit DNA in your cocktails. Plus learn about one group hacking medical devices for real time diabetes data and another that's trying to open source life-saving insulin. Plus, more than 18 projects, including: Make a teeny-tiny FM transmitter spy bug Build a retro-style cell phone with the cutting-edge Adafruit Feather Fona Learn to make your own fasteners by tapping and threading
£7.99
O'Reilly Media Make: Volume 55
Robots are a quintessential maker passion. Whether you are diving into a kit or building a bot from scratch, anyone can make a robot nowadays. Volume 55 shows you how to build an adorable, 3D-printed balancing bot, how to assemble a Strandbeest-style walker with Lego, and how to find the right robot kit for your needs with our handy overview of what is on the market today. Plus, learn programming by playing with robots, and get started with a shared operating system designed specifically for robotic projects.More than 24 projects, including: Build a Harry Potter-themed lamp controlled by a Raspberry Pi-powered magic wandMake a sweet 3D-printed camera that snaps animated GIFsAssemble a random yes/no circuit you can control with a hidden switchConstruct a dazzling LED-matrix handbagAnd much more.
£7.99
O'Reilly Media Make: Volume 53
Food hacking brings together two fundamental and complimentary passions: cooking and making. In this issue you'll learn avant-garde cuisine techniques like using liquid nitrogen to make unique ice cream sundaes and using a laser cutter to create beautiful sushi artwork. Delve into classic projects like building a tin can camping stove and making your own signature cocktail bitters, then organize your cupboard with a periodic table of spices and construct a superior, microcontroller-driven cold brew coffee tower. Altogether over 25 how-to projects, including: Build a Raspberry Pi-powered mini fridge that tells you how many beers you have left. Assemble a one-day outdoor brick pizza oven that can reach 1,000 degrees. Put together the perfect field kit for any electronics repair job.
£7.99
O'Reilly Media Forrest Mims′ Science Experiments
Forrest M. Mims is a revered contributor to Make: magazine, where his popular columns about science-related topics and projects for Makers are evergreen treasures. Collected together here for the first time, these columns range from such simple projects as building an LED tracker for hand-launched night rockets to such challenging builds as transforming strings of data into unique musical compositions. A variety of photography and imaging projects are featured, including an ultra-sensitive twilight photometer that measures the elevation of layers of dust, smoke, and smog from around 3,000 feet to the top of the stratosphere at 31 miles! Most of the projects can be done with a collection of simple electronic components, such as LEDs, transistors, resistors, and batteries. To inspire and motivate readers, the book also includes profiles of such famous Makers as President Thomas Jefferson and Microsoft co-founder Paul Allen.
£25.41
O'Reilly Media ReMaking History Volume 2
Industrial Revolutionaries is the second volume in William Gurstelle's unique exploration of history's great inventors. Each chapter revisits the life and times of one of the forward-thinking revolutionaries who helped create the world we live in. You will not only learn about their great inventions, you'll also get step-by-step instructions for recreating them yourself. History will come to life as you have never experienced it before when you build it with your own hands. Inside this volume, you will discover: Joseph McKibben and the Air Muscle Squire Whipple and the Iron Bridge Abe Lincoln and the Campaign Torch Samuel Morse and the Telegraph J.F. Daniell and the Storage Battery Ben Franklin and the Leyden Jar Charles Goodyear and the Vulcanization of Rubber Be sure to also check out ReMaking History, Volume 1: Early Makers and ReMaking History, Volume 3: Makers of the Modern World.
£14.39
O'Reilly Media Java Distributed Computing
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host. Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements. In the future, distributed computing can only become more important. Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications. Topics covered in Java Distributed Computing: * Introduction to Distributed Computing * Networking Basics * Distributed Objects (Overview of CORBA and RMI) * Threads * Security * Message Passing Systems * Distributed Data Systems (Databases) * Bandwidth Limited Applications * Collaborative Systems
£35.99
O'Reilly Media Developing on AWS With C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform
Many organizations today have begun to modernize their Windows workloads to take full advantage of cloud economics. If you're a C# developer at one of these companies, you need options for rehosting, replatforming, and refactoring your existing .NET Framework applications. This practical book guides you through the process of converting your monolithic application to microservices on AWS. Authors Noah Gift, founder of Pragmatic AI Labs, and James Charlesworth, engineering manager at Pendo, take you through the depth and breadth of .NET tools on AWS. You'll examine modernization techniques and pathways for incorporating Linux and Windows containers and serverless architecture to build, maintain, and scale modern .NET apps on AWS. With this book, you'll learn how to make your applications more modern, resilient, and cost-effective. Get started building solutions with C# on AWS Learn DevOps best practices for AWS Explore the development tools and services that AWS provides Successfully migrate a legacy .NET application to AWS Develop serverless .NET microservices on AWS Containerize your .NET applications and move into the cloud Monitor and test your AWS .NET applications Build cloud native solutions that combine the best of the .NET platform and AWS
£47.69
O'Reilly Media Programming iOS 14: Dive Deep into Views, View Controllers, and Frameworks
If you're grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you'll learn how to create views, manipulate view controllers, and add features from iOS frameworks. Create, arrange, draw, layer, and animate views that respond to touch Use view controllers to manage multiple screens of interface Master interface classes for scroll views, table views, collection views, text, popovers, split views, web views, and controls Dive into frameworks for sound, video, maps, and sensors Access user libraries: music, photos, contacts, and calendar Explore additional topics, including files, networking, and threads Stay up-to-date on iOS 14 innovations, such as: Control action closures and menus Table view cell configuration objects Collection view lists and outlines New split view controller architecture Pointer customization on iPad New photo picker and limited photos authorization Reduced accuracy location Color picker, new page control behavior, revised date pickers, and more! Want to brush up on the basics? Pick up iOS 14 Programming Fundamentals with Swift to learn about Swift, Xcode, and Cocoa. Together with Programming iOS 14, you'll gain a solid, rigorous, and practical understanding of iOS 14 development.
£47.69
O'Reilly Media Gatsby: The Definitive Guide: Build and Deploy Highly Performant Jamstack Sites and Applications
Get the definitive guide on Gatsby, the JavaScript framework for building blazing-fast websites and applications. Used by Nike, Costa Coffee, and other companies worldwide, Gatsby is emerging as one of the key technologies in the Jamstack (JavaScript, APIs, and markup) ecosystem. With this comprehensive guide, you'll learn how to architect, build, and deploy Gatsby sites independently or with CMSs, commerce systems, and other data sources. Author Preston So begins by showing you how to set up a Gatsby site from scratch. From there, you'll learn ways to use Gatsby's declarative rendering and GraphQL API, build complex offline-enabled sites, and learn how to continuously deploy Gatsby sites on a variety of platforms, including Gatsby Cloud. Discover how Gatsby integrates with many data sources and plug-ins Set up, configure, and architect Gatsby sites using Gatsby's CLI, React, JSX, and GraphQL with high performance out of the box Build an independent Gatsby site based on Markdown and data- and content-driven Gatsby sites that integrate with CMSs and commerce platforms Deploy Gatsby sites on a variety of platforms with full CI/CD and test coverage, including Netlify, Vercel, and Gatsby Cloud
£57.59
O'Reilly Media Hacking Kubernetes: Threat-Driven Analysis and Defense
Want to run your Kubernetes workloads safely and securely? This practical book provides a threat-based guide to Kubernetes security. Each chapter examines a particular component's architecture and potential default settings and then reviews existing high-profile attacks and historical Common Vulnerabilities and Exposures (CVEs). Authors Andrew Martin and Michael Hausenblas share best-practice configuration to help you harden clusters from possible angles of attack. This book begins with a vanilla Kubernetes installation with built-in defaults. You'll examine an abstract threat model of a distributed system running arbitrary workloads, and then progress to a detailed assessment of each component of a secure Kubernetes system. Understand where your Kubernetes system is vulnerable with threat modelling techniques Focus on pods, from configurations to attacks and defenses Secure your cluster and workload traffic Define and enforce policy with RBAC, OPA, and Kyverno Dive deep into sandboxing and isolation techniques Learn how to detect and mitigate supply chain attacks Explore filesystems, volumes, and sensitive information at rest Discover what can go wrong when running multitenant workloads in a cluster Learn what you can do if someone breaks in despite you having controls in place
£47.69
O'Reilly Media Learning Algorithms: A Programmer's Guide to Writing Better Code
When it comes to writing efficient code, every software professional needs to have an effective working knowledge of algorithms. In this practical book, author George Heineman (Algorithms in a Nutshell) provides concise and informative descriptions of key algorithms that improve coding. Software developers, testers, and maintainers will discover how algorithms solve computational problems creatively. Each chapter builds on earlier chapters through eye-catching visuals and a steady rollout of essential concepts, including an algorithm analysis to classify the performance of every algorithm presented in the book. At the end of each chapter, you'll get to apply what you've learned to a novel challenge problem -- simulating the experience you might find in a technical code interview. With this book, you will: Examine fundamental algorithms central to computer science and software engineering Learn common strategies for efficient problem solving -- such as divide and conquer, dynamic programming, and greedy approaches Analyze code to evaluate time complexity using big O notation Use existing Python libraries and data structures to solve problems using algorithms Understand the main steps of important algorithms
£57.59
O'Reilly Media Practical Simulations for Machine Learning: Using Synthetic Data for AI
Simulation and synthesis are core parts of the future of AI and machine learning. Consider: programmers, data scientists, and machine learning engineers can create the brain of a self-driving car without the car. Rather than use information from the real world, you can synthesize artificial data using simulations to train traditional machine learning models. That's just the beginning. With this practical book, you'll explore the possibilities of simulation- and synthesis-based machine learning and AI, concentrating on deep reinforcement learning and imitation learning techniques. AI and ML are increasingly data driven, and simulations are a powerful, engaging way to unlock their full potential. You'll learn how to: Design an approach for solving ML and AI problems using simulations with the Unity engine Use a game engine to synthesize images for use as training data Create simulation environments designed for training deep reinforcement learning and imitation learning models Use and apply efficient general-purpose algorithms for simulation-based ML, such as proximal policy optimization Train a variety of ML models using different approaches Enable ML tools to work with industry-standard game development tools, using PyTorch, and the Unity ML-Agents and Perception Toolkits
£47.69