Utvidet returrett til 31. januar 2025

Bøker utgitt av O'Reilly Media

Filter
Filter
Sorter etterSorter Populære
  • av Jesse Cravens & Thomas Q Brady
    251,-

    If youre a web developer interested in building scalable single-page applicationsfull-stack, browser-based apps that connect to a backendthis practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern.Through the course of the book, youll learn how to build a prototype Ember application (a musician index called RocknRoll Call), using routers, templates, models, controllers, and views. Youll also understand how Embers convention over configuration approach helps you persist data, build backend technologies, and create widgets for developing production-capable applications that behave like desktop software.Set up workflow management and boilerplate code creationLearn how Embers developer ergonomics help you use less codeWrite templates for the books prototype with Handlebars.jsUse routers to manage application states without reloading the pageConnect controllers and views with events, and sync data with data-bindingBuild an Ember backend with a RESTful API or Ruby on RailsUse the Ember-Data library to persist data and talk to the backendWrite reusable encapsulated widgets to extend your applications

  • - An In-Depth Guide for Programmers
    av Axel Rauschmayer
    437,-

    Like it or not, JavaScript is everywhere these daysfrom browser to server to mobileand now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position.Speaking JavaScript helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth. Complete contents include:JavaScript quick start: Familiar with object-oriented programming? This part helps you learn JavaScript quickly and properly.JavaScript in depth: Learn details of ECMAScript 5, from syntax, variables, functions, and object-oriented programming to regular expressions and JSON with lots of examples. Pick a topic and jump in.Background: Understand JavaScripts history and its relationship with other programming languages.Tips, tools, and libraries: Survey existing style guides, best practices, advanced techniques, module systems, package managers, build tools, and learning resources.

  • - How to Turn Information into Insights
    av Max Shron
    306,-

    Many analysts are too concerned with tools and techniques for cleansing, modeling, and visualizing datasets and not concerned enough with asking the right questions. In this practical guide, data strategy consultant Max Shron shows you how to put the why before the how, through an often-overlooked set of analytical skills.Thinking with Data helps you learn techniques for turning data into knowledge you can use. Youll learn a framework for defining your project, including the data you want to collect, and how you intend to approach, organize, and analyze the results. Youll also learn patterns of reasoning that will help you unveil the real problem that needs to be solved.Learn a framework for scoping data projectsUnderstand how to pin down the details of an idea, receive feedback, and begin prototypingUse the tools of arguments to ask good questions, build projects in stages, and communicate resultsExplore data-specific patterns of reasoning and learn how to build more useful argumentsDelve into causal reasoning and learn how it permeates data workPut everything together, using extended examples to see the method of full problem thinking in action

  • av Eric A Meyer
    99,-

    From custom fonts to ad-hoc font families you assemble out of a variety of individual faces, CSS 3 gives you more typographic options than ever before. This concise guide shows you how to use CSS properties to gain a fine-grained and wide-ranging influence over how you display fonts on the Web.

  • - Build Quickly with Proven JavaScript Techniques
    av Semmy Purewal
    415,-

    Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application.Each chapter includes practice problems, full examples, and mental models of the development workflow. Ideal for a college-level course, this book helps you get started with web app development by providing you with a solid grounding in the process.Set up a basic workflow with a text editor, version control system, and web browserStructure a user interface with HTML, and include styles with CSSUse JQuery and JavaScript to add interactivity to your applicationLink the client to the server with AJAX, JavaScript objects, and JSONLearn the basics of server-side programming with Node.jsStore data outside your application with Redis and MongoDBShare your application by uploading it to the cloud with CloudFoundryGet basic tips for writing maintainable code on both client and server

  • av Tero Karvinen
    299,-

    Make: Sensors is the definitive introduction and guide to the sometimes-tricky world of using sensors to monitor the physical world. With dozens of projects and experiments for you to build, this book shows you how to build sensor projects with both Arduino and Raspberry Pi

  • av Matthew MacDonald
    345,-

    With step-by-step tutorials and real-world examples, HTML5: The Missing Manual shows you how to build web apps that include video tools, dynamic graphics, geolocation, offline features, and responsive layouts for mobile devices.

  • av David Pogue
    364,-

    What do you get when you cross a Mac with an iPad? OS X 10.9 Mavericks. Its 200 new features include Mac versions of iPad goodies like Maps, iBooks, and iTunes Radiobut not a single page of instructions. Fortunately, David Pogue is back, with the expertise and humor that have made this the #1 bestselling Mac book for over 11 years straight.The important stuff you need to know:Big-ticket changes. Finder tabs. Finder tags. App Nap. iCloud Keychain. iTunes Radio. Maps. iBooks. Automatic app updating. If Apple wrote it, this book covers it.Nips and tucks. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, Calendar, Notification Center,Messages, Time MachineShortcuts. Meet the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.Power users. Security, networking, build-your-own Services, file sharing with Windows, even Mac OS Xs Unix chassisthis one witty, expert guide makes it all crystal clear.Theres something new on practically every page of this edition, and David Pogue brings his celebrated wit and expertise to every one of them.

  • - Patterns and Best Practices
    av Jamie Allen
    194,-

    Avoid common mistakes when building distributed, asynchronous, high-performance software with the Akka toolkit and runtime. With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model. The book also includes examples of actor application types and two primary patterns of actor usage, the Extra Pattern and Cameo Pattern.Allen, the Director of Consulting for Typesafecreator of Akka and the Scala programming languageexamines actors with a banking-service use case throughout the book, using examples shown in Akka and Scala. If you have any experience with Akka, this guide is essential.Delve into domain-driven and work-distribution actor applicationsUnderstand why its important to have actors do only one jobAvoid thread blocking by allowing logic to be delegated to a FutureModel interactions as simply as possible to avoid premature optimizationCreate well-defined interactions, and know exactly what failures can occurLearn why you should never treat actors as you would an ordinary classKeep track of what goes on in production by monitoring everythingTune Akka applications with the Typesafe Console

  • - Develop Mobile Apps Using Java and Eclipse
    av Marko Gargenta & Masumi Nakamura
    299,-

    Want to build apps for Android devices? This book is the perfect way to master the fundamentals. Written by experts who have taught this mobile platform to hundreds of developers in large organizations and startups alike, this gentle introduction shows experienced object-oriented programmers how to use Androids basic building blocks to create user interfaces, store data, connect to the network, and more.Throughout the book, youll build a Twitter-like application, adding new features with each chapter. Youll also create your own toolbox of code patterns to help you program any type of Android application with ease.Become familiar with the Android platform and how it fits into the mobile ecosystemDive into the Android stack, including its application framework and the APK application packageLearn Androids building blocks: Activities, Intents, Services, Content Providers, and Broadcast ReceiversCreate basic Android user interfaces and organize UI elements in Views and LayoutsBuild a service that uses a background process to update data in your application

  • av Preston Gralla
    191,-

    Galaxy S4 is amazing right out of the box, but if you want to get the most of out your S4 or S4 Mini, start here. With clear instructions and savvy advice from technology expert Preston Gralla, youll learn how to go online, play games, listen to music, watch movies & TV, monitor your health, and answer calls with a wave of your hand.The important stuff you need to know:Be connected. Browse the Web, manage email, and download apps through WiFi or S4s 3G/4G network.Navigate without touch. Use Air Gestures with your hand, or scroll with your eyes using Smart Screen.Find new ways to link up. Chat, videochat, and add photos, video, or entire slideshows to text messages.Get together with Group Play. Play games or share pictures, documents, and music with others nearby.Create amazing images. Shoot and edit photos and videosand combine images from the front and back cameras.Keep music in the cloud. Use Google Play Music to store and access tunes.Check your schedule. Sync the S4 with your Google and Outlook calendars.

  • - Pragmatic Functional Programming
    av Richard Warburton
    345,99

    If youre a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. Youll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to Java, and the first part of the book shows you how to use them properly. Later chapters show you how lambda functions help you improve performance with parallelism, write simpler concurrent code, and model your domain more accurately, including building better DSLs.Use exercises in each chapter to help you master lambda expressions in Java 8 quicklyExplore streams, advanced collections, and other Java 8 library improvementsLeverage multicore CPUs and improve performance with data parallelismUse techniques to lambdify your existing codebase or library codeLearn practical solutions for lambda expression unit testing and debuggingImplement SOLID principles of object-oriented programming with lambdasWrite concurrent applications that efficiently perform message passing and non-blocking I/O

  • - Leading Programmers Explain How They Think
    av Anton Kovalyov
    501,-

    JavaScript is arguably the most polarizing and misunderstood programming language in the world. Many have attempted to replace it as the language of the Web, but JavaScript has survived, evolved, and thrived. Why did a language created in such hurry succeed where others failed?This guide gives you a rare glimpse into JavaScript from people intimately familiar with it. Chapters contributed by domain experts such as Jacob Thornton, Ariya Hidayat, and Sara Chipps show what they love about their favorite languagewhether its turning the most feared features into useful tools, or how JavaScript can be used for self-expression.Contributors include:Angus CrollJonathan BarronvilleSara ChippsMarijn HaverbekeAriya HidayatDaryl KoopersmithAnton KovalyovRebecca MurpheyDaniel PupiusGraeme RobertsJenn SchifferJacob ThorntonBen VinegarRick WaldronNicholas Zakas

  • av Joshua Backfield
    255,-

    If you have an imperative (and probably object-oriented) programming background, this hands-on book will guide you through the alien world of functional programming. Author Joshua Backfield begins slowly by showing you how to apply the most useful implementation concepts before taking you further into functional-style concepts and practices.In each chapter, youll learn a functional concept and then use it to refactor the fictional XXY companys imperative-style legacy code, writing and testing the functional code yourself. As you progress through the book, youll migrate from Java 7 to Groovy and finally to Scala as the need for better functional language support gradually increases.Learn why todays finely tuned applications work better with functional codeTransform imperative-style patterns into functional code, following basic stepsGet up to speed with Groovy and Scala through examplesUnderstand how first-class functions are passed and returned from other functionsConvert existing methods into pure functions, and loops into recursive methodsChange mutable variables into immutable variablesGet hands-on experience with statements and nonstrict evaluationsUse functional programming alongside object-oriented design

  • - Improving the User Experience with A/B Testing
    av Rochelle King, Caitlin Tan & Elizabeth F Churchill
    415,-

    On the surface, design practices and data science may not seem like obvious partners. But these disciplines actually work toward the same goal, helping designers and product managers understand users so they can craft elegant digital experiences. While data can enhance design, design can bring deeper meaning to data.This practical guide shows you how to conduct data-driven A/B testing for making design decisions on everything from small tweaks to large-scale UX concepts. Complete with real-world examples, this book shows you how to make data-driven design part of your product design workflow.Understand the relationship between data, business, and designGet a firm grounding in data, data types, and components of A/B testingUse an experimentation framework to define opportunities, formulate hypotheses, and test different optionsCreate hypotheses that connect to key metrics and business goalsDesign proposed solutions for hypotheses that are most promisingInterpret the results of an A/B test and determine your next move

  • - Journeys in 3D Printing
    av Carla Diana
    205,-

    LEO the Maker Prince teaches children (both young and old) about 3D printing by following Carla and LEO's journey through Brooklyn. LEO is a walking, talking robot who happens to be able to print (in plastic) any object that Carla draws.

  • av Josh Clark
    415,-

    Apple's iWork is more versatile than ever now that there are versions for Mac, iOS, and even iCloud. The only thing iWork doesn't include is its own how-to guide. That's where this friendly, jargon-free Missing Manual comes in.

  • av Anna Kaziunas France
    172,-

    MAKE is here to help, with our Ultimate Guide to 3D Printing. With articles about techniques, freely available CAD packages, and comparisons of printers that are on the market, this book makes it easy to understand this complex and constantly-shifting topic.

  • av Eric Meyer
    75,-

    Web sites have needed text layout since the earliest days, and CSS is the smoothest way to create pleasing layouts. It's not just about choosing and applying fonts (covered in _CSS Fonts_), but about all the other features that demonstrate careful presentation.

  • av Jim Elferdink
    254,-

    iWork '05 is about creating slick and stylish documents and cinema-quality digital presentations. This work gives you the essentials of iWork '05, including undocumented tips, tricks, and secrets for getting good results from applications. It also looks at each program's capabilities, its advantages over other programs, and its limitations.

  • - Guide to Helping Children & Adolescents
    av Mitzi Waltz
    441,-

    A million children and adolescents in the US may have childhood-onset bipolar disorder, including an estimated 23 percent of those currently diagnosed with ADHD. This text aims to help parents and professionals recognize, treat, and cope with bipolar disorders in children and adolescents.

  • - Querying and Updating with SPARQL 1.1
    av Bob Ducharme
    333,-

    Gain hands-on experience with SPARQL, the RDF query language thats bringing new possibilities to semantic web, linked data, and big data projects. This updated and expanded edition shows you how to use SPARQL 1.1 with a variety of tools to retrieve, manipulate, and federate data from the public web as well as from private sources.Author Bob DuCharme has you writing simple queries right away before providing background on how SPARQL fits into RDF technologies. Using short examples that you can run yourself with open source software, youll learn how to update, add to, and delete data in RDF datasets.Get the big picture on RDF, linked data, and the semantic webUse SPARQL to find bad data and create new data from existing dataUse datatype metadata and functions in your queriesLearn techniques and tools to help your queries run more efficientlyUse RDF Schemas and OWL ontologies to extend the power of your queriesDiscover the roles that SPARQL can play in your applications

  • - Case Studies and Methods to Get You Started
    av Khaled El Emam & Luk Arbuckle
    293,-

    Updated as of August 2014, this practical book will demonstrate proven methods for anonymizing health data to help your organization share meaningful datasets, without exposing patient identity. Leading experts Khaled El Emam and Luk Arbuckle walk you through a risk-based methodology, using case studies from their efforts to de-identify hundreds of datasets.Clinical data is valuable for research and other types of analytics, but making it anonymous without compromising data quality is tricky. This book demonstrates techniques for handling different data types, based on the authors experiences with a maternal-child registry, inpatient discharge abstracts, health insurance claims, electronic medical record databases, and the World Trade Center disaster registry, among others.Understand different methods for working with cross-sectional and longitudinal datasetsAssess the risk of adversaries who attempt to re-identify patients in anonymized datasetsReduce the size and complexity of massive datasets without losing key information or jeopardizing privacyUse methods to anonymize unstructured free-form text dataMinimize the risks inherent in geospatial data, without omitting critical location-based health informationLook at ways to anonymize coding information in health dataLearn the challenge of anonymously linking related datasets

  • av Matthew Gast
    183,99

    The next frontier for wireless LANs is 802.11ac, a standard that increases throughput beyond one gigabit per second. This concise guide provides in-depth information to help you plan for 802.11ac, with technical details on design, network operations, deployment, and monitoring.

  • - A Practical Guide for Getting to Market
    av Alan Cohen
    308,-

    Product development is the magic that turns circuitry, software, and materials into a product, but moving efficiently from concept to manufactured product is a complex process with many potential pitfalls. This practical guide pulls back the curtain to reveal what happensor should happenwhen you take a product from prototype to production.For makers looking to go pro or product development team members keen to understand the process, author Alan Cohen tracks the development of an intelligent electronic device to explain the strategies and tactics necessary to transform an abstract idea into a successful product that people want to use.Learn 11 deadly sins that kill product development projectsGet an overview of how electronic products are manufacturedDetermine whether your idea has a good chance of being profitableNarrow down the products functionality and associated costsGenerate requirements that describe the final products detailsSelect your processor, operating system, and power sourcesLearn how to comply with safety regulations and standardsDive into developmentfrom rapid prototyping to manufacturingAlan Cohen, a veteran systems and software engineering manager and lifelong technophile, specializes in leading the development of medical devices and other high-reliability products. His passion is to work with engineers and other stakeholders to forge innovative technologies into successful products.

  • - Bring Behavior-Driven Development to Infrastructure as Code
    av Stephen Nelson-Smith
    292,-

    Since Test-Driven Infrastructure with Chef first appeared in mid-2011, infrastructure testing has begun to flourish in the web ops world. In this revised and expanded edition, author Stephen Nelson-Smith brings you up to date on this rapidly evolving discipline, including the philosophy driving it and a growing array of tools. Youll get a hands-on introduction to the Chef framework, and a recommended toolchain and workflow for developing your own test-driven production infrastructure.Several exercises and examples throughout the book help you gain experience with Chef and the entire infrastructure-testing ecosystem. Learn how this test-first approach provides increased security, code quality, and peace of mind.Explore the underpinning philosophy that infrastructure can and should be treated as codeBecome familiar with the MASCOT approach to test-driven infrastructureUnderstand the basics of test-driven and behavior-driven development for managing changeDive into Chef fundamentals by building an infrastructure with real examplesDiscover how Chef works with tools such as Virtualbox and VagrantGet a deeper understanding of Chef by learning Ruby language basicsLearn the tools and workflow necessary to conduct unit, integration, and acceptance tests

  • av David Pogue
    333,-

    Windows 8.1 continues the evolution of the most radical redesign in Microsoft's history. It combines the familiar Windows desktop with a new, touchscreen-friendly world of tiles and full-screen apps. Luckily, David Pogue is back to help you make sense of it - with humor, authority, and 500 illustrations.

  • - Enterprise Developer Handbook
    av Arun Gupta
    415,-

    Get up to speed on the principal technologies in the Java Platform, Enterprise Edition 7, and learn how the latest version embraces HTML5, focuses on higher productivity, and provides functionality to meet enterprise demands. Written by Arun Gupta, a key member of the Java EE team, this book provides a chapter-by-chapter survey of several Java EE 7 specifications, including WebSockets, Batch Processing, RESTful Web Services, and Java Message Service.Youll also get self-paced instructions for building an end-to-end application with many of the technologies described in the book, which will help you understand the design patterns vital to Java EE development.Understand the key components of the Java EE platform, with easy-to-understand explanations and extensive code samplesExamine all the new components that have been added to Java EE 7 platform, such as WebSockets, JSON, Batch, and ConcurrencyLearn about RESTful Web Services, SOAP XML-based messaging protocol, and Java Message ServiceExplore Enterprise JavaBeans, Contexts and Dependency Injection, and the Java Persistence APIDiscover how different components were updated from Java EE 6 to Java EE 7

  • av Jeffrey Needham
    210,-

    In Disruptive Possibilities, Jeffrey Needham enlightens Fortune 500 enterprises about the Big Data ecosystem as they begin to channel their data from stranded silos into an accessible reservoir of possibility and discovery. This book explains where commercial supercomputing came from, as well as its impact on the future of computing.

  • - Measure the World with Electronics, Arduino, and Raspberry Pi
    av Tero Karvinen
    172,-

    If you incorporate Arduino or Raspberry Pi into your project, you can build much more sophisticated projects that can react in interesting ways and even connect to the Internet. This book starts by teaching you the basic electronic circuits to read and react to a sensor.

Gjør som tusenvis av andre bokelskere

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