Marknadens största urval
Snabb leverans

Böcker utgivna av O'Reilly Media

Filter
Filter
Sortera efterSortera Populära
  • av Marshall Sitto
    539,-

    If your organization is about to enter the world of big data, you not only need to decide whether Apache Hadoop is the right platform to use, but also which of its many components are best suited to your task. This field guide makes the exercise manageable by breaking down the Hadoop ecosystem into short, digestible sections.

  • - Building Open Applications and Services
    av Silvia Puglisi
    545,-

    The Web is slowly but surely changing from a model in which a human reader browses content on web pages to a model in which services and clients (not necessarily humans) exchange information. And because of this, author Silvia Puglisi explains, it makes more sense to build platforms instead of just products or applications. Platforms are like ecosystems interconnecting different applications, services, users, developers, and partners, and offer many benefits.In this book, you'll learn how to design and develop Representational State Transfer (REST) platforms in Rails. You'll begin with an introduction to Ruby on Rails, and then move quickly through new concepts. At the end of each chapter, you'll have learned something new about building and organically extending a multi-service platform spanning different devicesand will have had some fun in the process. By the end of the book you'll know how to build an architecture composed of different services accessing shared resources through a set of collaborating APIs and applications.Explore the basics of REST and HTTP, including REST architecture and the role of hypermediaGet to know Rails and Ruby on RailsLearn about API development and create an APITake a thorough look at REST, including Asynchronous REST and testing RESTful servicesWork with data streams as you map them onto an application UI and integrate external APIs in your applicationLearn about device-independent developmentUse data analytics to recognize important events, develop key metrics, and track themExplore various tools you can use to build your own data analytic platformLearn how to scale a Rails application successfullyExamine privacy and security issues and the implications of handling and collecting user data

  • - Event Data, Stream Processing, and Data Integration
    av Jay Kreps
    355

    Why a book about logs? Thats easy: the humble log is an abstraction that lies at the heart of many systems, from NoSQL databases to cryptocurrencies. Even though most engineers dont think much about them, this short book shows you why logs are worthy of your attention.Based on his popular blog posts, LinkedIn principal engineer Jay Kreps shows you how logs work in distributed systems, and then delivers practical applications of these concepts in a variety of common usesdata integration, enterprise architecture, real-time stream processing, data system design, and abstract computing models.Go ahead and take the plunge with logs; youre going love them.Learn how logs are used for programmatic access in databases and distributed systemsDiscover solutions to the huge data integration problem when more data of more varieties meet more systemsUnderstand why logs are at the heart of real-time stream processingLearn the role of a log in the internals of online data systemsExplore how Jay Kreps applies these ideas to his own work on data infrastructure systems at LinkedIn

  • - Learning From Failure and Success
    av Dave Zwieback
    259,-

    Failure is inevitable and a postmortem analysis, conducted in an open, blameless way, is the best way for IT techs and managers to learn from outages and near-misses. But when the "e;root cause"e; is determined to be "e;human error"e; (or worse, particular humans), the real causes and conditions are lost.In this insightful book, IT veteran Dave Zwieback shows you an approach for making postmortems blameless, so you can focus instead on addressing areas of fragility within systems and organizations. If youre involved with assessing why something goes wrong on a project or at your companyas a system administrator, developer, team manager, or executivethe concrete steps in this guide will help you find a real solution that works.Recognize and mitigate the effects of stress during outagesLearn how to communicate effectively in a charged, high-stakes postmortem conversationCollect the necessary data before the postmortem beginsFocus on determining the actual causes and conditions of an outageLearn techniques for writing up a postmortem for either internal or external use

  • Spara 19%
    av Natalie Kuldell Phd
    439

    Today's synthetic biologists are in the early stages of engineering living cells to help treat diseases, sense toxic compounds in the environment, and produce valuable drugs. With this manual, you can be part of it.

  • av Peter Meyer
    305,-

    With loads of illustrations, step-by-step instructions, and savvy tips, you'll learn how to manage your media library in the cloud, find the coolest apps, and make the most of your Kindle Fire experience - no matter which model you choose.

  • - Rapid and Secure Web Development
    av Ida Swarczewskaja, Adam Koprowski & Henri Binsztok
    325,-

    Want to simplify web development? This hands-on book shows you how to write frontend and backend code simultaneously, using the Opa framework. Opa provides a complete stack for web application development, including a web server, database engine, distribution libraries, and a programming language that compiles to JavaScript. Youll learn step-by-step how to use Opa by building two projects through the course of the book: a wiki application similar to Wikipedia, and a Twitter-like micro-blogging platform. Discover how easy it is to use Opa to develop applications with real-time updates, database interactions, and web service design. Do you have JavaScript experience? Youre ready to get started.Learn fundamental concepts, including Opas functional programming styleDiscover how Opa compiles to JavaScript, using jQuery on the frontend and Node.js on the serverConstruct HTML resources dynamically and embed static resources on an Opa serverUse Opas method for performing CRUD operations and storing key-value pairs in MongoDBBuild an Opa user interface with the Bootstrap toolkit from TwitterLearn variant types, pattern-matching, polymorphic types, recursive functions, and other advanced featuresManage user accounts by building login forms, handling account activation, and tracking logged usersBuild a reactive UIa real-time interface that continuously updates user events

  • av Walter Glenn
    159,-

    Microsoft Outlook in its various guises is the preferred e-mail application for millions of computer users. This compact guide is written for those who know their way around the application but require assistance occasionally for tasks they are unsure about.

  • av Matt Neuberg
    615,-

    If you're getting started with iOS development, or want a firmer grasp of the basics, this practical guide provides a clear view of its fundamental building blocks - Objective-C, Xcode, and Cocoa Touch.

  • - Unlocking Hadoop for Your Relational Database
    av Jarek Jarcec Cecho & Kathleen Ting
    245

    Integrating data from multiple sources is essential in the age of big data, but it can be a challenging and time-consuming task. This handy cookbook provides dozens of ready-to-use recipes for using Apache Sqoop, the command-line interface application that optimizes data transfers between relational databases and Hadoop.Sqoop is both powerful and bewildering, but with this cookbooks problem-solution-discussion format, youll quickly learn how to deploy and then apply Sqoop in your environment. The authors provide MySQL, Oracle, and PostgreSQL database examples on GitHub that you can easily adapt for SQL Server, Netezza, Teradata, or other relational systems.Transfer data from a single database table into your Hadoop ecosystemKeep table data and Hadoop in sync by importing data incrementallyImport data from more than one database tableCustomize transferred data by calling various database functionsExport generated, processed, or backed-up data from Hadoop to your databaseRun Sqoop within Oozie, Hadoops specialized workflow schedulerLoad data into Hadoops data warehouse (Hive) or database (HBase)Handle installation, connection, and syntax issues common to specific database vendors

  • - An Integrated Development Environment for R
    av John Verzani
    259

    Dive into the RStudio Integrated Development Environment (IDE) for using and programming R, the popular open source software for statistical computing and graphics. This concise book provides new and experienced users with an overview of RStudio, as well as hands-on instructions for analyzing data, generating reports, and developing R software packages.The open source RStudio IDE brings many powerful coding tools together into an intuitive, easy-to-learn interface. With this guide, youll learn how to use its main componentsincluding the console, source code editor, and data viewerthrough descriptions and case studies. Getting Started with RStudio serves as both a reference and introduction to this unique IDE.Use RStudio to provide enhanced support for interactive R sessionsClean and format raw data quickly with several RStudio componentsEdit R commands with RStudios code editor, and combine them into functionsEasily locate and use more than 3,000 add-on packages in Rs CRAN serviceDevelop and document your own R packages with the code editor and related componentsCreate one-click PDF reports in RStudio with a mix of text and R output

  • - A Hands-on Introduction to Affordable 3D Printing
    av Bre Pettis
    259,-

    Get a hands-on introduction to the world of personal fabrication with the MakerBot, the easiest and cheapest rapid prototyper available. This book shows you how the MakerBot open source 3D printer democratizes manufacturing and brings the power of large factories right to your desktop.

  • - What Steampunk Can Teach Us About the Future
    av Pieter Hintjens
    359,-

    In this fascinating book, futurist Brian David Johnson and cultural historian James Carrott offer insights into what Steampunk's alternative history says about our own world and its technological future.

  • - Building on Core Skills
    av Callum MacRae
    305,-

    If youre comfortable with jQuery but a bit shaky with JavaScript, this concise guide will help you expand your knowledge of the languageespecially the code that jQuery covers up for you. Many jQuery devotees write as little code as possible, but with some JavaScript under your belt, you can prevent errors, reduce overhead, and make your application code more efficient.This book explores event handling, prototypes, and working with the DOM and AJAX through examples and lots of code. Youll learn common conventions and patterns in JavaScript andif youve never coded with JavaScript beforea tutorial will take you through the basics.Enhance your jQuery code by using object constructors and prototypesReduce overhead and gain more control by handling events with JavaScriptWork with the DOM much faster with JavaScript than you can with jQuerySend a few AJAX requests without having to load the entire jQuery libraryUnderstand the importance of JavaScript code standards, comments, code reuse, and anti-patternsEnlist JavaScript resources, such as a good IDE, a syntax checker, and version control

  • av Maximiliano Firtman
    675,-

    With the second edition of this popular book, youll learn how to build HTML5 and CSS3-based apps that access geolocation, accelerometer, multi-touch screens, offline storage, and other features in todays smartphones, tablets, and feature phones. The market for mobile apps continues to evolve at a breakneck pace, and this book is the most complete reference available for the mobile web.Author and mobile development expert Maximiliano Firtman shows you how to develop a standard app core that you can extend to work with specific devices. This updated edition covers many recent advances in mobile development, including responsive web design techniques, offline storage, mobile design patterns, and new mobile browsers, platforms, and hardware APIs.Learn the particulars and pitfalls of building mobile websites and apps with HTML5, CSS, JavaScript and responsive techniquesCreate effective user interfaces for touch devices and different resolution displaysUnderstand variations among iOS, Android, Windows Phone, BlackBerry, Firefox OS, and other mobile platformsBypass the browser to create native web apps, ebooks, and PhoneGap applicationsBuild apps for browsers and online retailers such as the App Store, Google Play Store, Windows Store, and App World

  • - Messaging for Many Applications
    av Pieter Hintjens
    675,-

    Dive into MQ (aka ZeroMQ), the smart socket library that gives you fast, easy, message-based concurrency for your applications. With this quick-paced guide, youll learn hands-on how to use this scalable, lightweight, and highly flexible networking tool for exchanging messages among clusters, the cloud, and other multi-system environments.MQ maintainer Pieter Hintjens takes you on a tour of real-world applications, using extended examples in C to help you work with MQs API, sockets, and patterns. Learn how to use specific MQ programming techniques, build multithreaded applications, and create your own messaging architectures. Youll discover how MQ works with several programming languages and most operating systemswith little or no cost.Learn MQs main patterns: request-reply, publish-subscribe, and pipelineWork with MQ sockets and patterns by building several small applicationsExplore advanced uses of MQs request-reply pattern through working examplesBuild reliable request-reply patterns that keep working when code or hardware failsExtend MQs core pub-sub patterns for performance, reliability, state distribution, and monitoringLearn techniques for building a distributed architecture with MQDiscover whats required to build a general-purpose framework for distributed applications

  • av Jurg Van Vliet, Jasper Geurtsen & Flavia Paganelli
    415,-

    Cloud services are just as susceptible to network outages as any other platform. This concise book shows you how to prepare for potentially devastating interruptions by building your own resilient and reliable applications in the public cloud. Guided by engineers from 9appsan independent provider of Amazon Web Services and Eucalyptus cloud solutionsyoull learn how to combine AWS with open source tools such as PostgreSQL, MongoDB, and Redis.This isnt a book on theory. With detailed examples, sample scripts, and solid advice, software engineers with operations experience will learn specific techniques that 9apps routinely uses in its cloud infrastructures.Build cloud applications with the "e;rip, mix, and burn"e; approachGet a crash course on Amazon Web ServicesLearn the top ten tips for surviving outages in the cloudUse elasticsearch to build a dependable NoSQL data storeCombine AWS and PostgreSQL to build an RDBMS that scales wellCreate a highly available document database with MongoDB Replica Set and SimpleDBAugment Redis with AWS to provide backup/restore, failover, and monitoring capabilitiesWork with CloudFront and Route 53 to safeguard global content delivery

  • av J.D. Biersdorfer
    325,-

    Apple's iPods continue to set the bar for media players, with bold new features like the Touch's supersized screen and Siri voice control. But iPods still lack a guide to all their features. That's where this full-color book comes in. It shows you how to play music, movies, and slideshows; and shoot photos and videos.

  • - Creating Linux-Powered Electronics Projects
    av Matt Richardson
    159,-

    This book introduces you to both the original BeagleBone and the BeagleBone Black and gets you started with projects that take advantage of the board's processing power and its ability to interface with the outside world.

  • av Nan Liu & Dan Bode
    299,-

    Puppets true power exists in the simple resource model it uses to manage the state of complex operating systems. This concise guide shows you how to extend that model and implement custom functionality on top of Puppet by working with the type and provider APIs.Two experts from Puppet Labs explain the concepts behind these APIs, and provide instructions and examples to help you write your own fully functional types and providers. Youll also delve into Puppets source code to get a better understanding of how types and providers are implemented internally. If youre familiar with basic Puppet concepts, youre ready to get started.Learn the fundamental concepts behind resources, and become familiar with the structure of Puppets Resource ModelDiscover how the type API is used to create new resource types that Puppet can manageUnderstand how providers interact with the system to achieve the desired state of a declared resourceExplore advanced features to get a more complete understanding of how Puppet worksSimplify the troubleshooting process when developing types and providers

  • - For Web Operations
    av Slawek Ligus
    325,-

    With this practical book, youll discover how to catch complications in your distributed system before they develop into costly problems. Based on his extensive experience in systems ops at large technology companies, author Slawek Ligus describes an effective data-driven approach for monitoring and alerting that enables you to maintain high availability and deliver a high quality of service.Learn methods for measuring state changes and data flow in your system, and set up alerts to help you recover quickly from problems when they do arise. If youre a system operator waging the daily battle to provide the best performance at the lowest cost, this book is for you.Monitor every component of your application stack, from the network to user experienceLearn how to draw the right conclusions from the metrics you obtainDevelop a robust alerting system that can identify problematic anomalieswithout raising false alarmsAddress system failures by their impact on resource utilization and user experiencePlan an alerting configuration that scales with your expanding networkLearn how to choose appropriate maintenance times automaticallyDevelop a work environment that fosters flexibility and adaptability

  • av Rob Larsen
    415,-

    In this practical book, veteran developer Rob Larsen outlines the principles out what he calls The Uncertain Web, and shows you techniques necessary to successfully make the transition. Consumer Long Text:

  • - Developing for the Mac and iOS App Stores
    av Tim Nugent, Jonathon Manning & Paris Buttfield-Addison
    559,-

    Ready to build apps for iPhone, iPad, and Mac now that Swift has landed? If youre an experienced programmer whos never touched Apple developer tools, this hands-on book shows you how to use the Swift language to make incredible iOS and OS X apps, using Cocoa and Cocoa Touch.Learn how to use Swift in a wide range of real-world situations, with Cocoa features such as Event Kit and Core Animation. Youll pick up Swift language features and syntax along the way, and understand why using Swift (instead of Objective-C) makes iOS and Mac app development easier, faster, and safer. Youll also work with several exercises to help you practice as you learn.Learn the OS X and iOS application lifecycleUse storyboards to design adaptive interfacesExplore graphics systems, including the built-in 2D and 3D game frameworksDisplay video and audio with AVFoundationStore data locally with the file system, or on the network with iCloudDisplay lists or collections of data with table views and collection viewsBuild apps that let users create, edit, and work with documentsUse MapKit, Core Location, and Core Motion to interact with the world

  • av Steve Derico
    545,-

    Learn to make iOS apps even if you have absolutely no programming experience. This hands-on book takes you from idea to App Store, using real-world examplessuch as driving a car or eating at a restaurantto teach programming and app development. Youll learn concepts through clear, concise, jargon-free language.This book focuses on Apples new programming language, Swift. Each lesson is divided into two parts: the lecture portion explains the terms and concepts through examples, and the exercise portion helps you apply these concepts while building real-world apps, like a tip calculator. Learn how to think differentlyand see the world from a whole new perspective.Learn the basic building blocks of programmingDive into the Swift programming languageMake apps for iPhone and iPadUse GPS in your app to find a users locationTake or select photos with your appIntegrate your app with Facebook and TwitterSubmit your app to the App StoreManage and market your app on the App Store

  • Spara 16%
    av James Bond
    391

    Rather than yet another book trying to sell or convince readers on the benefits of clouds, this book provides guidance, lessons learned, and best practices on how to design, deploy, operate, and secure an enterprise cloud based on real-world experience.

  • - Using Type Well on the Web
    av Jason Pamental
    355,-

    Responsive web design helps your site maintain its design integrity on a variety of screen sizes, but how does it affect your typography? With this practical book, graphic designers, web designers, and front-end developers alike will learn the nuts and bolts of implementing web fonts well, especially how to get the best appearance from type without sacrificing performance on any device.After examining typography fundamentals and the evolution of type on the Web, author Jason Pamental provides useful approaches, real examples, code, and advice for making your type performant, progressive, proportional, and polishedthe primary ingredients of responsive typography.Understand how type plays a vital role in content-first web designWeigh the tradeoffs between self-hosting and using a font service to get the best performance for your siteGet your type on the screen fast by designing for Progressive EnhancementUse a responsive relative scale to adjust proportions between typographic elements for any device or resolutionPolish your type with ligatures, kerning, and other techniques to create rich, textured reading experiences

  • av David Wolber
    405

    Learn App Inventor basics hands-on with step-by-step instructions for building more than a dozen fun projects, and then dive into the fundamentals of app building and computer science with the Inventor's Manual.

  • - Building Scalable, Flexible Database-Based Applications
    av Mc Brown
    299,-

    Todays highly interactive websites pose a challenge for traditional SQL databasesthe ability to scale rapidly and serve loads of concurrent users. With this concise guide, youll learn how to build web applications on top of Couchbase Server 2.0, a NoSQL database that can handle websites and social media where hundreds of thousands of users read and write large volumes of information.Using food recipe information as examples, this book demonstrates how to take advantage of Couchbases document-oriented database design, and how to store and query data with various CRUD operations. Discover why Couchbase is better than SQL databases with memcached tiers for managing data from the most interactive portions of your application.Learn about Couchbase Servers cluster-based architecture and how it differs from SQL databasesChoose a client library for Java, .NET, Ruby, Python, PHP, or C, and connect to a clusterStructure data in a variety of formats, from serialized objects, a stream of raw bytes, or as JSON documentsLearn core storage and retrieval methods, including document IDs, expiry times, and concurrent updatesCreate views with map/reduce and learn Couchbase mechanisms for querying and selection

  • av Kathy Walrath & Seth Ladd
    199,-

    Get moving with Dart, the development platform that helps you build high-performance HTML5 apps for the modern Web. With this guide, youll take a hands-on tour of the Dart language, libraries, and toolsincluding its editor and virtual machinefor developing structured, fast, and maintainable web apps that run on both the client and the server.Written by developer advocates at Google, this updated edition covers Dart 1.0. Google designed Dart to boost performance and help developers work more efficiently. This book shows you how to build everything from simple scripts to complex apps that work well in todays browsers.Build web apps with the object-oriented Dart language, and compile your code to JavaScriptDelve into language features, from optional types and method cascades to named constructorsCreate, launch, and debug web and command-line apps with Dart EditorExplore Dart APIs, including dart:core, dart:html, dart:io, dart:convert, and dart:mirrorsUse tools such as Dartium, the Chromium-based browser that can run Dart apps nativelyWalk through Dartiverse Search, a client-server app that combines useful and fun language and API features

  • av Katherine Eyler-Werve
    159,-

    A guide to insights and best practices with both open data sharing and civic apps competitions based on the authors' experience with Apps 4 Metro Chicago IL. This will also serve as a "how-to" guide for community and developer outreach, which is a key element to a successful competition.

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.