Utvidet returrett til 31. januar 2025

Bøker utgitt av O'Reilly Media

Filter
Filter
Sorter etterSorter Populære
  • av Brian Debugging
    344,-

    The authors share their insights on how to lead a team effectively, navigate an organization, and build a healthy relationship with the users of your software. This is valuable information from two respected software engineers whose popular series of talks-including "Working with Poisonous People"-has attracted hundreds of thousands of followers.

  • av Stephen O'grady
    184,-

    Software is more important than ever today and yet its commercial value is steadily declining. Microsoft, for instance, has seen its gross margins decrease for a decade, while startups and corporations alike are distributing free software that would have been worth millions a few years ago.Welcome to the software paradox. In this O'Reilly report, RedMonk's Stephen O'Grady explains why the real money no longer lies in software, and what it means for companies that depend on that revenue. You'll learn how this paradox came about and what your company can do in response.This book covers:Why it's growing more difficult to sell software on a standalone basisHow software has come full circle, from enabler to product and back againThe roles that open source, software-as-a-service, and subscriptions playHow software developers have become the new kingmakersWhy Microsoft, Apple, and Google epitomize this transitionHow the paradox has affected other tech giants, such as Oracle and Salesforce.comStrategies your software firm can explore, including alternative revenue models

  • av Eric Meyer
    149,-

    Present information in stunning new ways by transforming CSS elements in two- and three-dimensional space. Whether you're rotating a photo, doing some interesting perspective tricks, or creating an interface that lets you reveal information on an element's backside, this practical guide shows you how to use them to great effect.

  • av Eric Meyer
    205,-

    This practical guide shows you many ways to use colors, backgrounds, and gradients to achieve some pretty awesome effects. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide.

  • - Build, Test, and Evaluate Secure Systems
    av Josiah Dykstra
    426,-

    If youre involved in cybersecurity as a software developer, forensic investigator, or network administrator, this practical guide shows you how to apply the scientific method when assessing techniques for protecting your information systems. Youll learn how to conduct scientific experiments on everyday tools and procedures, whether youre evaluating corporate security systems, testing your own security product, or looking for bugs in a mobile game.Once author Josiah Dykstra gets you up to speed on the scientific method, he helps you focus on standalone, domain-specific topics, such as cryptography, malware analysis, and system security engineering. The latter chapters include practical case studies that demonstrate how to use available tools to conduct domain-specific scientific experiments.Learn the steps necessary to conduct scientific experiments in cybersecurityExplore fuzzing to test how your software handles various inputsMeasure the performance of the Snort intrusion detection systemLocate malicious needles in a haystack in your network and IT environmentEvaluate cryptography design and application in IoT productsConduct an experiment to identify relationships between similar malware binariesUnderstand system-level security requirements for enterprise networks and web services

  • - Programming Productivity Without Breaking Things
    av Owen Yamauchi
    333,-

    How can you take advantage of the HipHop Virtual Machine (HHVM) and the Hack programming language, two new technologies that Facebook developed to run their web servers? With this practical guide, Owen Yamauchia member of Facebooks core Hack and HHVM teamsshows you how to get started with these battle-tested open-source tools.Youll explore static typechecking and several other features that separate Hack from its PHP origins, and learn how to set up, configure, deploy, and monitor HHVM. Ideal for developers with basic PHP knowledge or experience with other languages, this book also demonstrates how these tools can be used with existing PHP codebases and new projects alike.Learn how Hack provides static typechecking while retaining PHPs flexible, rapid development capabilityWrite typesafe code with Hacks generics featureExplore HHVM, a just-in-time compilation runtime engine with full PHP compatibilityDive into Hack collections, asynchronous functions, and the XHP extension for PHPUnderstand Hacks design rationale, including why it omits some PHP featuresUse Hack for multitasking, and for generating HTML securelyLearn tools for working with Hack code, including PHP-to-Hack migration

  • av Stephanie Moyerman
    336,-

    This book, written by Stephanie Moyerman, a research scientist with Intel's Smart Device Innovation Team, teaches you everything you need to know to get started making things with Edison, the compact and powerful Internet of Things platform.

  • av Kathy Ceceri
    179,-

    The projects in Paper Inventions were inspired by the many different varieties of paper, from fancy artists' watercolor paper to recycled copy paper, and the many different ways it is used. Whether you like to make crafts or play with electronics, there's a project that will challenge you and unleash your creativity.

  • - Furniture Projects and Fabrication Technique
    av Gary Rohrbacher
    279,-

    Written by the founders of the architecture, design, and research firm Filson and Rohrbacher, this book takes you through the basics of CNC fabrication, the design process, production, and construction of your own furniture designs.

  • - A Handy Reference for Makers
    av Gareth Branwyn
    215,-

    This benchtop reference collects hundreds of ingenious and indispensable shop tips and pearls of wisdom collected by the editors of Make: and some of the most talented and prolific makers who've contributed to the magazine and Maker Faire over the past decade.

  • av William Gurstelle
    265,-

    Early Makers explores the life and times 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.

  • av O'reill Media Inc
    75,-

    BioCoder is a quarterly newsletter for DIYbio, synthetic bio, and anything related. You’ll discover:* Articles about interesting projects and experiments, such as the glowing plant* Articles about tools, both those you buy and those you build* Visits to DIYbio laboratories* Profiles of key people in the community* Announcements of events and other items of interest* Safety pointers and tips about good laboratory practice* Anything that’s interesting or useful: you tell us!And BioCoder is free (for the time being), unless you want a dead-tree version. We’d like BioCoder to become self supporting (maybe even profitable), but we’ll worry about that after we’ve got a few issues under our belt.If you’d like to contribute, send email to BioCoder@oreilly.com. Tell us what you’d like to do, and we’ll get you started.

  • av Alan Gates
    336,-

    With Pig, you can batch-process data without having to create a full-fledged application, making it easy to experiment with new datasets. Updated with use cases and programming examples, this second edition of Programming Pig is the ideal learning tool for new and experienced users alike.

  • - Delivering the Promise of Big Data and Data Science
    av Alex Gorelik
    692,-

    The data lake is a daring new approach for harnessing the power of big data technology and providing convenient self-service capabilities. But is it right for your company? This book is based on discussions with practitioners and executives from more than a hundred organizations.

  • - Rails from the Outside In
    av Eric J Gruber, J. Mark Locklear & Barnabas Bulpett
    374,-

    If youre a web developer or designer ready to learn Ruby on Rails, this hands-on guide is the ideal way to get started. Rather than toss you into the middle of the frameworks Model-View-Controller architecture, as many books do, Learning Rails 5 begins with the foundations of the Web you already know.Youll learn how to create something visible with Rails view layer before diving into the more difficult inner layers: the database models and controller code. All you need to begin your Rails journey is HTML experience. Each chapter includes exercises and review questions to test your understanding as you go.Present content by building an application with a basic view and a simple controllerBuild forms and process their results, progressing from simple to more complexUse Rails scaffolding and REST to build effective applications quicklyConnect forms to models and create code that maps directly to database structuresBuild applications that combine data from multiple tablesUse migrations to track changes to your database over timeAdd common elements such as sessions, cookies, and authentication

  • av Editors Of Make
    136,-

    This book contains tutorials about how to understand what drones can do, and projects about how to make your own flying craft, from some of the earliest practitioners in the field.

  • - A Guide to Finding and Using Causes
    av Samantha Kleinberg
    255,-

    Can drinking coffee help people live longer? What makes a stocks price go up? Why did you get the flu? Causal questions like these arise on a regular basis, but most people likely have not thought deeply about how to answer them.This book helps you think about causality in a structured way: What is a cause, what are causes good for, and what is compelling evidence of causality? Author Samantha Kleinberg shows you how to develop a set of tools for thinking more critically about causes. Youll learn how to question claims, identify causes, make decisions based on causal information, and verify causes through further tests.Whether its figuring out what data you need, or understanding that the way you collect and prepare data affects the conclusions you can draw from it, Why will help you sharpen your causal inference skills.

  • - Principles and Patterns for Non-Intrusive Design
    av Amber Case
    217,99

    How can you design technology that becomes a part of a users life and not a distraction from it? This practical book explores the concept of calm technology, a method for smoothly capturing a users attention only when necessary, while calmly remaining in the background most of the time. Youll learn how to design products that work well, launch well, are easy to support, easy to use, and remain unobtrusive.Author Amber Case presents ideas first introduced by researchers at Xerox PARC in 1995, and explains how they apply to our current technology landscape, especially the Internet of Things. This book is ideal for UX and product designers, managers, creative directors, and developers. Youll learn:The importance and challenge of designing technology that respects our attentionPrinciples of calm designperipheral attention, context, and ambient awarenessCalm communication patternsimproving attention through a variety of sensesExercises for improving existing products through calm technologyPrinciples and patterns of calm technology for companies and teamsThe origins of calm technology at Xerox PARC

  • - Strategies and Best Practices for Connected Products and Services
    av Dirk Slama, Frank Puhlmann, Jim Morrish & m.fl.
    421,-

    Current hype aside, the Internet of Things will ultimately become as fundamental as the Internet itself, with lots of opportunities and trials along the way. To help you navigate these choppy waters, this practical guide introduces a dedicated methodology for businesses preparing to transition towards IoT-based business models.With a set of best practices based on case study analysis, expert interviews, and the authors own experience, the Ignite | IoT Methodology outlined in this book delivers actionable guidelines to assist you with IoT strategy management and project execution. Youll also find a detailed case study of a project fully developed with this methodology.This book consists of three parts:Illustrative case studies of selected IoT domains, including smart energy, connected vehicles, manufacturing and supply chain management, and smart citiesThe Ignite | IoT Methodology for defining IoT strategy, preparing your organization for IoT adoption, and planning and executing IoT projectsA detailed case study of the IIC Track & Trace testbed, one of the first projects to be fully developed according to the Ignite | IoT Methodology

  • - Harnessing Bitcoin's Blockchain Technology
    av Siraj Raval
    370,-

    Take advantage of Bitcoins underlying technology, the blockchain, to build massively scalable, decentralized applications known as dapps. In this practical guide, author Siraj Raval explains why dapps will become more widely usedand profitablethan todays most popular web apps. Youll learn how the blockchains cryptographically stored ledger, scarce-asset model, and peer-to-peer (P2P) technology provide a more flexible, better-incentivized structure than current software models.Once you understand the theory behind dapps and what a thriving dapp ecosystem looks like, Raval shows you how to use existing tools to create a working dapp. Youll then take a deep dive into the OpenBazaar decentralized market, and examine two case studies of successful dapps currently in use.Learn advances in distributed-system technology that make distributed data, wealth, identity, computing, and bandwidth possibleBuild a Twitter clone with the Go language, distributed architecture, decentralized messaging app, and peer-to-peer data storeLearn about OpenBazaars decentralized market and its structure for supporting transactionsExplore Lighthouse, a decentralized crowdfunding project that rivals sites such as Kickstarter and IndieGogoTake an in-depth look at LaZooz, a P2P ridesharing app that transmits data directly between riders and drivers

  • av Ted Dunning & Ellen Friedman
    210,-

    If youre a business team leader, CIO, business analyst, or developer interested in how Apache Hadoop and Apache HBase-related technologies can address problems involving large-scale data in cost-effective ways, this book is for you. Using real-world stories and situations, authors Ted Dunning and Ellen Friedman show Hadoop newcomers and seasoned users alike how NoSQL databases and Hadoop can solve a variety of business and research issues.Youll learn about early decisions and pre-planning that can make the process easier and more productive. If youre already using these technologies, youll discover ways to gain the full range of benefits possible with Hadoop. While you dont need a deep technical background to get started, this book does provide expert guidance to help managers, architects, and practitioners succeed with their Hadoop projects.Examine a day in the life of big data: Indias ambitious Aadhaar projectReview tools in the Hadoop ecosystem such as Apaches Spark, Storm, and Drill to learn how they can help youPick up a collection of technical and strategic tips that have helped others succeed with HadoopLearn from several prototypical Hadoop use cases, based on how organizations have actually applied the technologyExplore real-world stories that reveal how MapR customers combine use cases when putting Hadoop and NoSQL to work, including in production

  • av Douglas Richard Hanks Jr
    492,-

    Like the popular guides The MX Series and Juniper QFX5100 Series, this practical book-written by the same author-introduces new QFX10000 concepts in switching and virtualization, specifically in the core of the data center network. This new book by Douglas Hanks is the authoritative guide

  • av Steven Feurstein
    172,-

    The fifth edition of this popular pocket reference puts the syntax of specific PL/SQL language elements right at your fingertips, including features added in Oracle Database 12c. Whether you're a developer or database administrator, when you need answers quickly, the Oracle PL/SQL Language Pocket Reference will save you hours of frustration

  • av Lesa Snider
    446,-

    Apples new Photos app lets you do a whole lot more than simply store and edit pictures and videos on a Mac or iOS device. With this comprehensive guide, youll learn how to import, organize, and share your digital memories, as well as how to improve, print, and use your photos in creative projects. With Lesa Sniders step-by-step instructions and expert advice, youll master Photos and tame your image libraryand have fun along the way!The important stuff you need to know:Migrate from iPhoto. Learn how to make a quick and smooth transition.Organize your collection with ease. Master the many ways to import, group, and categorize imagesand set up iCloud Family Sharing.Find your photos quickly. Employ Photos powerful labeling, keyword and facial recognition features to optimize searches.Sharpen your editing skills. Skillfully use Photos impressive image- and video-editing tools on your Mac or iOS device.Access photos anywhere. Sync your library to all of your Apple devices so your photos travel with you wherever you go.Share them online. Show your shots to everyone on your list by using shared albums, creating web galleries, posting them on Facebook, and more.Dive into creative projects. Build pro-level slideshows to share with others, and create gorgeous gift books, calendars, and cards.

  • - A Programmer's Guide to Building Products, Technologies, and Teams
    av Yevgeniy Brikman
    345,-

    This book is the "e;Hello, World"e; tutorial for building products, technologies, and teams in a startup environment. It's based on the experiences of the author, Yevgeniy (Jim) Brikman, as well as interviews with programmers from some of the most successful startups of the last decade, including Google, Facebook, LinkedIn, Twitter, GitHub, Stripe, Instagram, AdMob, Pinterest, and many others.Hello, Startup is a practical, how-to guide that consists of three parts: Products, Technologies, and Teams. Although at its core, this is a book for programmers, by programmers, only Part II (Technologies) is significantly technical, while the rest should be accessible to technical and non-technical audiences alike.If youre at all interested in startupswhether youre a programmer at the beginning of your career, a seasoned developer bored with large company politics, or a manager looking to motivate your engineersthis book is for you.

  • av Mike Barloe
    210,-

    Today, big data is taken seriously, and data science is considered downright sexy. With this anthology of reports from award-winning journalist Mike Barlow, you'll appreciate how data science is fundamentally altering our world, for better and for worse.

  • av Ian Robinson
    435,-

    Discover how graph databases can help you manage and query highly connected data. With this practical book, you'll learn how to design and implement a graph database that brings the power of graphs to bear on a broad range of problem domains. Whether you want to speed up your response to user queries or build a database that can adapt as your business evolves, this book shows you how to apply the schema-free graph model to real-world problems. This second edition includes new code samples and diagrams, using the latest Neo4j syntax, as well as information on new functionality. Learn how different organizations are using graph databases to outperform their competitors. With this book's data modeling, query, and code examples, you'll quickly be able to implement your own solution. Model data with the Cypher query language and property graph modelLearn best practices and common pitfalls when modeling with graphsPlan and implement a graph database solution in test-driven fashionExplore real-world examples to learn how and why organizations use a graph databaseUnderstand common patterns and components of graph database architectureUse analytical techniques and algorithms to mine graph database information

  • av C Dawson
    364,-

    This practical guide shows you how to build your own software tools for customizing the GitHub workflow. Each hands-on chapter is a compelling story that walks you through the tradeoffs and considerations for building applications on top of various GitHub technologies.

  • av Ca Johnson
    213,-

    And just as too much junk food can lead to obesity, too much junk information can lead to cluelessness. The Information Diet shows you how to thrive in this information glut-what to look for, what to avoid, and how to be selective.

  • av Alasdair Allan
    258,-

    This book is where your adventures with Bluetooth LE begin. You'll start your journey by getting familiar with your hardware options: Arduino, BLE modules, computers (including Raspberry Pi!), and mobile phones. From there, you'll write code and wire circuits to connect off-the-shelf sensors, and even go all the way to writing your own Bluetooth Services. Along the way you'll look at lightbulbs, locks, and Apple's iBeacon technology, as well as get an understanding of Bluetooth security--both how to beat other people's security, and how to make your hardware secure.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.