Markedets billigste bøger
Levering: 1 - 2 hverdage

Bøger udgivet af Manning Publications

Filter
Filter
Sorter efterSorter Populære
  • af Richard Rodger
    457,95 kr.

    Key Features:• Key principles of the microservice architecture• Applying these principles to real-world projects• Implementing large-scale systems• Detailed case study AUDIENCEThis book is for developers, architects, or managers who want to deliverfaster, meet changing business requirements, and build scalable and robustsystems.

  • af Gavin Roy
    547,95 kr.

    KEY FEATURES Approachable detailed resource Explains the "how" and "why" of RabbitMQ Takes readers well beyond the basics AUDIENCE Written for programmers with a basic understanding of messaging oriented systems and RabbitMQ.

  • af Michael Wittig
    432,95 kr.

    Key features * Hands-on guide * Practical examples * Step-by-step instructions Audience Written for developers and DevOps engineers moving distributed applications to the AWS platform.

  • af David Clinton
    248,95 kr.

    Key features * Hands-on guide * Step-by-step examples * Task-based Audience Readers should be comfortable working with the files, networks, and basic resources of a modern operating system.

  • af Nicolai Parlog
    397,95 kr.

    Key features * Step-by-step guide * Hands-on examples * Expert techniques Audience If you are a developer who has experience working with Java, then this book is perfect for you.

  • af Jamie Duncan
    409,95 kr.

    Key features * Teaches from the ground up * Hands-on examples * Covers troubleshooting best practices Audience Written for operations engineers and developers with experience in a Linux-based distributed environment.

  • af Marc Garreau
    409,95 kr.

  • af Ian Miell
    455,95 kr.

    Docker's simple idea, wrapping an application and its dependencies into a single deployable package, has continued to drive a revolution in software delivery. Docker in Practice, Second Edition presents nearly 120 practical techniques, hand-picked to help users get the most out of Docker. This book is an essential resource that readers will want to have open on their desk! Key features· Hands-on guide· Step-by-step instructions· Full of practical tips Audience Written for developers and engineers using Docker in production.

  • af Sean Hunter
    455,95 kr.

    Aurelia is a web framework that makes it much easier to create single page web applications. Aurelia was written with ES6, so modern JavaScript design principles are baked in from the ground level. Aurelia in Action teaches readers how to build fantastic single page applications with the Aurelia framework. By the end of the book, readers will be able to tune, secure, and deploy their finished SPAs, giving them everything they need to create modern web apps for a modern world. Key features· Step-by-step instructions· Hands-on examples· Clear introduction Audience Written for developers comfortable with JavaScript and MVC-style web development. Some experience with ES6 is helpful, but not required.

  • af Brandon Byars
    455,95 kr.

  • af Jonathan Wexler
    457,95 kr.

    Description Why use several languages for a web application when you only need one? Node.js is a server-side platform and runtime that readers can use to build full stack web applications entirely in JavaScript! Get Programming with Node.js teaches readers to write server-side code in JavaScript using Node.js. In 34 fast-paced, fun, and practical lessons, readers discover how to extend their existing JavaScript skills to write back-end code for their web applications. Key features· Fast-paced· Practical lessons· Hands-on guide Audience Written for developers who know HTML, CSS, and JavaScript. No prior experience with Node.js is required.

  • af Jon Smith
    267,95 kr.

  • - With examples in Java
    af Chris Richardson
    455,95 kr.

  • af Jonathan Carroll
    455,95 kr.

    SummaryBeyond Spreadsheets with R shows you how to take raw data and transform it for use in computations, tables, graphs, and more. You''ll build on simple programming techniques like loops and conditionals to create your own custom functions. You''ll come away with a toolkit of strategies for analyzing and visualizing data of all sorts using R and RStudio.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologySpreadsheets are powerful tools for many tasks, but if you need to interpret, interrogate, and present data, they can feel like the wrong tools for the task. That''s when R programming is the way to go. The R programming language provides a comfortable environment to properly handle all types of data. And within the open source RStudio development suite, you have at your fingertips easy-to-use ways to simplify complex manipulations and create reproducible processes for analysis and reporting.About the BookWith Beyond Spreadsheets with R you''ll learn how to go from raw data to meaningful insights using R and RStudio. Each carefully crafted chapter covers a unique way to wrangle data, from understanding individual values to interacting with complex collections of data, including data you scrape from the web. You''ll build on simple programming techniques like loops and conditionals to create your own custom functions. You''ll come away with a toolkit of strategies for analyzing and visualizing data of all sorts.What''s insideHow to start programming with R and RStudioUnderstanding and implementing important R structures and operatorsInstalling and working with R packagesTidying, refining, and plotting your dataAbout the ReaderIf you''re comfortable writing formulas in Excel, you''re ready for this book.About the AuthorDr Jonathan Carroll is a data science consultant providing R programming services. He holds a PhD in theoretical physics.Table of ContentsIntroducing data and the R languageGetting to know R data typesMaking new data valuesUnderstanding the tools you''ll use: FunctionsCombining data valuesSelecting data valuesDoing things with lots of dataDoing things conditionally: Control structuresVisualizing data: PlottingDoing more with your data with extensions

  • - Modern patterns of concurrent and parallel programming
    af Riccardo Terrell
    629,95 kr.

  • af Simon Holmes
    455,95 kr.

    SummaryGetting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. This edition was completely revised and updated to cover MongoDB 4, Express 4, Angular 7, Node 11, and the latest mainstream release of JavaScript ES2015.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyJuggling languages mid-application can radically slow down a full-stack web project. The MEAN stack—MongoDB, Express, Angular, and Node—uses JavaScript end to end, maximizing developer productivity and minimizing context switching. And you''ll love the results! MEAN apps are fast, powerful, and beautiful.About the BookGetting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. Practical from the very beginning, the book helps you create a static site in Express and Node. Expanding on that solid foundation, you''ll integrate a MongoDB database, build an API, and add an authentication system. Along the way, you''ll get countless pro tips for building dynamic and responsive data-driven web applications! What''s insideMongoDB 4, Express 4, Angular 7, and Node.js 11MEAN stack architectureMobile-ready web appsBest practices for efficiency and reusabilityAbout the ReaderReaders should be comfortable with standard web application designs and ES2015-style JavaScript.About the AuthorSimon Holmes and Clive Harber are full-stack developers with decades of experience in JavaScript and other leading-edge web technologies.Table of ContentsPART 1 - SETTING THE BASELINEIntroducing full-stack developmentDesigning a MEAN stack architecturePART 2 - BUILDING A NODE WEB APPLICATIONCreating and setting up a MEAN projectBuilding a static site with Node and ExpressBuilding a data model with MongoDB and MongooseWriting a REST API: Exposing the MongoDB database to the applicationConsuming a REST API: Using an API from inside ExpressPART 3 - ADDING A DYNAMIC FRONT END WITH ANGULARCreating an Angular application with TypeScriptBuilding a single-page application with Angular: FoundationsBuilding a single-page application with Angular: The next levelPART 4 - MANAGING AUTHENTICATION AND USER SESSIONSAuthenticating users, managing sessions, and securing APIsUsing an authentication API in Angular applications

  • - Understanding, analyzing, and generating text with Python
    af Lane Hobson
    427,95 kr.

  • af Jim Bennett
    501,95 kr.

  • af Andrew Psaltis
    455,95 kr.

  • - With examples in C#
    af Tamir Dresher
    392,95 kr.

    KEY FEATURES * Step-by-step guide * Real life examples using Rx * Great for readers both new to Rx and those already using Rx AUDIENCE Readers should understand OOP concepts and be comfortable coding in C#.

  • - Using Node, Electron, and NW.js
    af Paul B Jensen
    455,95 kr.

    Key features: Step-by-step lessons Package and distribute application to a variety of app stores Develop pro quality desktop applications with web languages AUDIENCEWritten for web designers and developers familiar with HTML, CSS, andJavaScript. No desktop app development experience required.

  • af Karen Bryla, Alex Benton & Bradley Davis
    501,95 kr.

  • af Dean Hume
    340,95 kr.

    Key features * Hands- on examples * Stand-alone chapters * Step-by-step guide Audience Readers should have some experience with developing websites using HTML, CSS and JavaScript.

  • af David Clinton
    250,95 kr.

    Key features * Bite-sized lessons * Step-by-step guide * Thorough introduction * Hands-on examples Audience This book is for developers, system administrators, or anyone looking for an introduction to using AWS cloud. A basic understanding of TCP/IP networking is helpful, but not required.

  • - A guide for .NET developers
    af Isaac Abraham
    409,95 kr.

  • af Marko Luksa
    526,95 - 603,95 kr.

    Kubernetes is an essential tool for anyone deploying and managing cloud-native applications. Kubernetes in Action, Second Edition is a fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment. It lays out a complete introduction to container technologies and containerized applications along with practical tips for efficient deployment and operation. This revised edition of the bestselling original contains new coverage of the Kubernetes architecture, including the Kubernetes API, and a deep dive into managing a Kubernetes cluster in production.

  • af Kim Falk
    493,95 kr.

    Key features * A behind the scenes look at recommender systems * Hands-on lessons * Step-by-step guide Audience This book assumes you're comfortable reading code in Python and have some experience with databases.

  • - Universal Development with React
    af Elyse Kolker Gordon
    216,95 kr.

  • af Julien Vehent
    490,95 kr.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.