Norges billigste bøker

Bøker utgitt av O'Reilly Media

Filter
Filter
Sorter etterSorter Populære
  • Spar 22%
    - Five Step-by-Step Projects to Launch You on Your Maker Journey
    av Zach Kaplan
    176

    This book was written for people who have never used a 3D carving machine. It teaches the basics of designing and making things with Inventables' software (Easel) and 3D carving machines (X-Carve and Carvey).

  • Spar 24%
    - Vector Graphics for Web Design
    av Amelia Bellamy-Royds, Kurt Cagle & Dudley Storey
    557,-

    Using Scalable Vector Graphics (SVG) for illustrations only scratches the surface of this formats potential on the web. With this practical guide, youll learn how to use SVG not only for illustrations but also as graphical documents that you can integrate into complex HTML5 web pages, and style with custom CSS. Web developers will discover ways to adapt designs by adding data based graphics, dynamic styles, interaction, or animation.Divided into five parts, this book includes:SVG on the web: Understand how SVG works with HTML, CSS, and JavaScript to define graphicsDrawing with markup: Learn the vector language of x and y coordinates that let SVG create basic and custom shapesPutting graphics in their place: Use the coordinate system to draw SVG shapes and text at different scales and positionsArtistic touches: Explore how color is used, how strokes are created and manipulated, and how graphical effects like filters, clipping, and masking are appliedSVG as an application: Make your graphic more accessible to humans and computers, and learn how to make it interactive or animated

  • av John Ferguson Smart
    561,-

    Learn how to automate your build, integration, release and deployment process with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about continuous integration (CI).

  • - Ten Best Practices for Effective Software Development
    av Joost Visser, Sylvan Rigal, Gijs Wijnholds & m.fl.
    296,-

    Why does poor software quality continue to plague enterprises of all sizes in all industries? Part of the problem lies with the process, rather than individual developers. This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process.As a follow-up to their popular book, Building Maintainable Software, consultants with the Software Improvement Group (SIG) offer critical lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team.Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approachTranslate those goals to a verifiable Definition of DoneManage code versions for consistent and predictable modificationControl separate environments for each stage in the development pipelineAutomate tests as much as possible and steer their guidelines and expectationsLet the Continuous Integration server do much of the hard work for youAutomate the process of pushing code through the pipelineDefine development process standards to improve consistency and simplicityManage dependencies on third party code to keep your software consistent and up to dateDocument only the most necessary and current knowledge

  • av Mike Senese
    152,-

  • av Gordon F. Williams
    451

    Making Things Smart teaches the fundamentals of the powerful ARM microcontroller by walking beginners and experienced users alike through easily assembled projects comprised of inexpensive, hardware-store parts.

  • av Emily Coker
    259,-

    Light up your life with ingenious LED projects perfect for the whole family! This beautifully presented book is filled with full-color photographs and step-by-step instructions for projects that can be completed by even the youngest Maker

  • av William Gurstelle
    259,-

    Each volume of William Gurstelle's unique, hands-on journey through history examines remarkable inventors whose insights and inventions helped create our modern world.

  • Spar 23%
    - Principles of Conversational Experiences
    av Cathy Pearl
    348,-

    Voice user interfaces (VUIs) are becoming all the rage today. But how do you build one that people can actually converse with? Whether youre designing a mobile app, a toy, or a device such as a home assistant, this practical book guides you through basic VUI design principles, helps you choose the right speech recognition engine, and shows you how to measure your VUIs performance and improve upon it.Author Cathy Pearl also takes product managers, UX designers, and VUI designers into advanced design topics that will help make your VUI not just functional, but great.Understand key VUI design concepts, including command-and-control and conversational systemsDecide if you should use an avatar or other visual representation with your VUIExplore speech recognition technology and its impact on your designTake your VUI above and beyond the basic exchange of informationLearn practical ways to test your VUI application with usersMonitor your app and learn how to quickly improve performanceGet real-world examples of VUIs for home assistants, smartwatches, and car systems

  • Spar 22%
    - Ten Guidelines for Future-Proof Code
    av Sylvan Rigal, Rob Van Der Leek, Pascal Van Eck, m.fl.
    220,-

    Have you ever felt frustrated working with someone elses code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, youll learn 10 easy-to-follow guidelines for delivering C# software thats easy to maintain and adapt. These guidelines have been derived from analyzing hundreds of real-world systems.Written by consultants from the Software Improvement Group (SIG), this book provides clear and concise explanations, with advice for turning the guidelines into practice. Examples for this edition are written in C#, while our companion Java book provides clear examples in that language.Write short units of code: limit the length of methods and constructorsWrite simple units of code: limit the number of branch points per methodWrite code once, rather than risk copying buggy codeKeep unit interfaces small by extracting parameters into objectsSeparate concerns to avoid building large classesCouple architecture components looselyBalance the number and size of top-level components in your codeKeep your codebase as small as possibleAutomate tests for your codebaseWrite clean code, avoiding "e;code smells"e; that indicate deeper problems

  • - Rethinking How We Create Products
    av Pamela Pavliscak
    575,-

    As technology becomes deeply integrated into every aspect of our lives, weve begun to expect more emotionally intelligent interactions. But smartphones dont know if were having a bad day, and cars couldnt care less about compassion. Technology is developing more IQ, but it still lacks EQ.In this book, Pamela Pavliscakdesign researcher and advisor to Fortune 500 companiesexplores new research about emotion, new technology that engages emotion, and new emotional design practices. Drawing on her own research and the latest thinking in psychology, neuroscience, and behavioral economics, Pamela shows you how design can help promote emotional well-being.Youll learn:How design has transformed emotion and how tech is transforming it againNew principles for merging emotional intelligence and design thinkingHow to use a relationship model for framing product interactions and personalityMethods for blending well-being interventions with design patternsHow emotional resonance can guide designers toward ethical futuresImplications of emotionally intelligent technology as it scales from micro- to mega-emotional spheres

  • Spar 26%
    - Tools and Techniques for Developers
    av Katherine Cox-Buday
    420,-

    Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If youre a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.Author Katherine Cox-Buday takes you step-by-step through the process. Youll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size.Understand how Go addresses fundamental problems that make concurrency difficult to do correctlyLearn the key differences between concurrency and parallelismDig into the syntax of Gos memory synchronization primitivesForm patterns with these primitives to write maintainable concurrent codeCompose patterns into a series of practices that enable you to write large, distributed systems that scaleLearn the sophistication behind goroutines and how Gos runtime stitches everything together

  • - Scaling Web Resources in the Cloud
    av Arun Kejariwal
    561,-

    This hands-on guide provides the knowledge and tools you need to measure, deploy, and manage your web application infrastructure before you experience explosive growth. In this thoroughly updated edition, authors Arun Kejariwal (MZ) and John Allspaw provide a systematic, robust, and practical approach to capacity planning.

  • Spar 20%
    av Steve Martinelli
    227

    This practical guide to using Keystone provides detailed, step-by-step guidance to creating a secure cloud environment at the Infrastructure-as-a-Service layer-as well as key practices for safeguarding your cloud's ongoing security.

  • av Eric Meyer
    102

    Short and sweet, this short 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 Padding, Borders, Outlines, and Margins in CSS, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now

  • av Eric Meyer
    131

    In this practical guide, author Eric Meyer reveals some interesting-and surprising-ways to use CSS floats in your web design, including the latest capability to flow content past non-rectangular float shapes.

  • av C.j Date
    396

    Carefully reviewed for clarity, accuracy, and completeness, this book is an authoritative and comprehensive resource for database professionals, with over 1700 entries (many with examples) dealing with issues and concepts arising from the relational model of data.

  • Spar 14%
    av Michael Brzustowicz
    581,-

    Data Science is booming thanks to R and Python, but Java brings the robustness, convenience, and ability to scale critical to today's data science applications. With this practical book, Java software engineers looking to add data science skills will take a logical journey through the data science pipeline. Author Michael Brzustowicz explains the basic math theory behind each step of the data science process, as well as how to apply these concepts with Java.You'll learn the critical roles that data IO, linear algebra, statistics, data operations, learning and prediction, and Hadoop MapReduce play in the process. Throughout this book, you'll find code examples you can use in your applications.Examine methods for obtaining, cleaning, and arranging data into its purest formUnderstand the matrix structure that your data should takeLearn basic concepts for testing the origin and validity of dataTransform your data into stable and usable numerical valuesUnderstand supervised and unsupervised learning algorithms, and methods for evaluating their successGet up and running with MapReduce, using customized components suitable for data science algorithms

  • av Editors Of Make
    259,-

    From the pages of Make: magazine comes this collection of dozens of projects you can make in your home or school workshop. You'll learn how to create toys and games from stuff you have lying around, create unusual and inspiring home improvements, and even find some new ways to have fun outdoors.

  • av Curt Gabrielson
    357,-

    The author draws on more than 20 years of experience doing hands-on science to facilitate tinkering: learning science while fooling around with real things. Updated with new photographs and in full color, this new edition is even more accessible to young makers or young-at-heart makers.

  • av Editors Of Make
    373,-

    If you're just catching on to the Maker Movement and wonder what you've missed, this book contains the best projects and articles from the magazine. Find out what keeps Makers coming back to Make.

  • Spar 25%
    av George Heineman
    509

    This updated edition of Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs-with just enough math to let you understand and analyze algorithm performance.

  • - The Business Value of Web Performance
    av Tammy Everts
    259,-

    If you want to convince your organization to conduct a web performance upgrade, this concise book will strengthen your case. Drawing upon her many years of web performance research, author Tammy Everts uses cases studies and other data to explain how web page speed and availability affect a host of business metrics. Youll also learn how our human neurological need for quick, uncomplicated processes drives these metrics.Ideal for managers, this books case studies demonstrate how Walmart, Staples.com, Mozilla, and other organizations significantly improved conversion rates through simple upgrades. Find out why happy customers return, while frustrated users can send your metricsand your domaininto a tailspin.Youll explore:What happens neurologically when people encounter slow or interrupted processesHow page speed affects metrics in retail and other industries, from media sites to SaaS providersWhy internal applications are often slower than consumer apps, and how this hurts employee morale and productivityCommon performance problems and the various technologies created to fight themHow to pioneer new metrics, and create an organizational culture of performance

  • Spar 20%
    - How Great Designers Create Successful Products
    av Scott Hurff
    363

    How can you create products that successfully find customers? With this practical book, youll learn from some of the best product designers in the field, from companies like Facebook and LinkedIn to up-and-coming contenders. Youll understand how to discover and interpret customer pain, and learn how to use this research to guide your team through each step of product creation.Written for designers, product managers, and others who want to communicate better with designers, this book is essential reading for anyone who contributes to the product creation process.Understand exactly who your customers are, what they want, and how to build products that make them happyLearn frameworks and principles that successful product designers useIncorporate five states into every screen of your interface to improve conversions and reduce perceived loading timesDiscover meeting techniques that Apple, Amazon, and LinkedIn use to help teams solve the right problems and make decisions fasterDesign effective interfaces across different form factors by understanding how people hold devices and complete tasksLearn how successful designers create working prototypes that capture essential customer feedbackCreate habit-forming and emotionally engaging experiences, using the latest psychological research

  • - The Impact of Bad Product Design and How to Fix It
    av Jonathan Shariat & Cynthia Savard Saucier
    426

    Bad design is everywhere, and its cost is much higher than we think. In this thought-provoking book, authors Jonathan Shariat and Cynthia Savard Saucier explain how poorly designed products can anger, sadden, exclude, and even kill people who use them. The designers responsible certainly didnt intend harm, so what can you do to avoid making similar mistakes?Tragic Design examines real case studies that show how certain design choices adversely affected users, and includes in-depth interviews with authorities in the design industry. Pick up this book and learn how you can be an agent of change in the design community and at your company.Youll explore:Designs that can kill, including the bad interface that doomed a young cancer patientDesigns that anger, through impolite technology and dark patternsHow design can inadvertently cause emotional painDesigns that exclude people through lack of accessibility, diversity, and justiceHow to advocate for ethical design when it isnt easy to do soTools and techniques that can help you avoid harmful design decisionsInspiring professionals who use design to improve our world

  • Spar 26%
    av J.m Hughes
    420,-

    This book brings together in one place all the information you need to get something done with Arduino. It will save you from endless web searches and digging through translations of datasheets or notes in project-based texts to find the information that corresponds to your own particular setup and question.

  • Spar 23%
    av Jason Myers
    348,-

    Using real-world examples, this practical guide shows you how to build a simple database application with SQLAlchemy, and how to connect to multiple databases simultaneously with the same metadata.

  • av Ethan Brown
    617,-

    This practical book takes programmers (amateurs and pros alike) on a no-nonsense tour of ES6, along with some related tools and techniques.

  • av Samuel Bernier
    248

    Through a series of tutorials and case studies, this book gives you the techniques to turn a product idea into a 3D model and a prototype. Focusing on free design software and affordable technologies, the exercises in this book are the perfect boost to any beginner looking to start designing for 3D printing.

  • - Practical Data Integration for the Web
    av Tom Marrs
    521,-

    JSON is becoming the backbone for meaningful data interchange over the internet. This format is now supported by an entire ecosystem of standards, tools, and technologies for building truly elegant, useful, and efficient applications. With this hands-on guide, author and architect Tom Marrs shows you how to build enterprise-class applications and services by leveraging JSON tooling and message/document design.JSON at Work provides application architects and developers with guidelines, best practices, and use cases, along with lots of real-world examples and code samples. Youll start with a comprehensive JSON overview, explore the JSON ecosystem, and then dive into JSONs use in the enterprise.Get acquainted with JSON basics and learn how to model JSON dataLearn how to use JSON with Node.js, Ruby on Rails, and JavaStructure JSON documents with JSON Schema to design and test APIsSearch the contents of JSON documents with JSON Search toolsConvert JSON documents to other data formats with JSON Transform toolsCompare JSON-based hypermedia formats, including HAL and jsonapiLeverage MongoDB to store and access JSON documentsUse Apache Kafka to exchange JSON-based messages between services

Gjør som tusenvis av andre bokelskere

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