Marknadens största urval
Snabb leverans

Böcker utgivna av Manning Publications

Filter
Filter
Sortera efterSortera Populära
  • av Rick Umali
    387

    SummaryLearn Git in a Month of Lunches introduces the discipline of source code control using Git. Whether you''re a newbie or a busy pro moving your source control to Git, you''ll appreciate how this book concentrates on the components of Git you''ll use every day. In easy-to-follow lessons designed to take an hour or less, you''ll dig into Git''s distributed collaboration model, along with core concepts like committing, branching, and merging.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookGit is the source code control system preferred by modern development teams. Its decentralized architecture and lightning-fast branching let you concentrate on your code instead of tedious version control tasks. At first, Git may seem like a sprawling beast. Fortunately, to get started you just need to master a few essential techniques. Read on!Learn Git in a Month of Lunches introduces the discipline of source code control using Git. Helpful for both newbies who have never used source control and busy pros, this book concentrates on the components of Git you''ll use every day. In easy-to-follow lessons that take an hour or less, you''ll dig into Git''s distributed collaboration model, along with core concepts like committing, branching, and merging. This book is a road map to the commands and processes you need to be instantly productive.What''s InsideStart from square one—no experience requiredThe most frequently used Git commandsMental models that show how Git worksLearn when and how to branch codeAbout the ReaderNo previous experience with Git or other source control systems is required.About the AuthorRick Umali uses Git daily as a developer and is a skilled consultant, trainer, and speaker.Table of ContentsBefore you beginAn overview of Git and version controlGetting oriented with GitMaking and using a Git repositoryUsing Git with a GUITracking and updating files in GitCommitting parts of changesThe time machine that is GitTaking a fork in the roadMerging branchesCloningCollaborating with remotesPushing your changesKeeping in syncSoftware archaeologyUnderstanding git rebaseWorkflows and branching conventionsWorking with GitHubThird-party tools and GitSharpening your Git

  • av Michael Wittig
    607

  • av Ava Pfeffer
    707

    SummaryPractical Probabilistic Programming introduces the working programmer to probabilistic programming. In it, you''ll learn how to use the PP paradigm to model application domains and then express those probabilistic models in code. Although PP can seem abstract, in this book you''ll immediately work on practical examples, like using the Figaro language to build a spam filter and applying Bayesian and Markov networks, to diagnose computer system data problems and recover digital images. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThe data you accumulate about your customers, products, and website users can help you not only to interpret your past, it can also help you predict your future! Probabilistic programming uses code to draw probabilistic inferences from data. By applying specialized algorithms, your programs assign degrees of probability to conclusions. This means you can forecast future events like sales trends, computer system failures, experimental outcomes, and many other critical concerns. About the BookPractical Probabilistic Programming introduces the working programmer to probabilistic programming. In this book, you’ll immediately work on practical examples like building a spam filter, diagnosing computer system data problems, and recovering digital images. You’ll discover probabilistic inference, where algorithms help make extended predictions about issues like social media usage. Along the way, you’ll learn to use functional-style programming for text analysis, object-oriented models to predict social phenomena like the spread of tweets, and open universe models to gauge real-life social media usage. The book also has chapters on how probabilistic models can help in decision making and modeling of dynamic systems. What''s InsideIntroduction to probabilistic modelingWriting probabilistic programs in FigaroBuilding Bayesian networksPredicting product lifecyclesDecision-making algorithmsAbout the ReaderThis book assumes no prior exposure to probabilistic programming. Knowledge of Scala is helpful. About the AuthorAvi Pfeffer is the principal developer of the Figaro language for probabilistic programming. Table of ContentsPART 1 INTRODUCING PROBABILISTIC PROGRAMMING AND FIGAROProbabilistic programming in a nutshell A quick Figaro tutorial Creating a probabilistic programming application PART 2 WRITING PROBABILISTIC PROGRAMSProbabilistic models and probabilistic programs Modeling dependencies with Bayesian and Markov networks Using Scala and Figaro collections to build up models Object-oriented probabilistic modeling Modeling dynamic systems PART 3 INFERENCEThe three rules of probabilistic inference Factored inference algorithms Sampling algorithms Solving other inference tasks Dynamic reasoning and parameter learning

  • av Roland Kuhn
    591

    SummaryReactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you''ll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka. Foreword by Jonas Bonér. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern web applications serve potentially vast numbers of users - and they need to keep working as servers fail and new ones come online, users overwhelm limited resources, and information is distributed globally. A Reactive application adjusts to partial failures and varying loads, remaining responsive in an ever-changing distributed environment. The secret is message-driven architecture - and design patterns to organize it.About the BookReactive Design Patterns presents the principles, patterns, and best practices of Reactive application design. You''ll learn how to keep one slow component from bogging down others with the Circuit Breaker pattern, how to shepherd a many-staged transaction to completion with the Saga pattern, how to divide datasets by Sharding, and more. You''ll even see how to keep your source code readable and the system testable despite many potential interactions and points of failure. What''s InsideThe definitive guide to the Reactive ManifestoPatterns for flow control, delimited consistency, fault tolerance, and much moreHard-won lessons about what doesn''t workArchitectures that scale under tremendous loadAbout the ReaderMost examples use Scala, Java, and Akka. Readers should be familiar with distributed systems.About the AuthorDr. Roland Kuhn led the Akka team at Lightbend and coauthored the Reactive Manifesto. Brian Hanafee and Jamie Allen are experienced distributed systems architects. Table of ContentsPART 1 - INTRODUCTIONWhy Reactive? A walk-through of the Reactive Manifesto Tools of the trade PART 2 - THE PHILOSOPHY IN A NUTSHELLMessage passing Location transparency Divide and conquer Principled failure handling Delimited consistency Nondeterminism by need Message flow PART 3 - PATTERNS Testing reactive applications Fault tolerance and recovery patterns Replication patterns Resource-management patterns Message flow patterns Flow control patterns State management and persistence patterns

  • av Stephen Blackheath
    591

    KEY SELLING POINTS Step by step guide to developing FRP applications Think differently about data and events Spend less time fixing problems and more time adding features AUDIENCE This book presents examples in Java, C++, and JavaScript using the Sodium, Flapjax, and BaconJS libraries. No prior experience with functional programming is required.

  • av Raymond Camden
    387

    KEY SELLING POINTS Step by step tutorials Crystal clear explanations Simplifies the entire process of app development AUDIENCE Readers need to be familiar with HTML, CSS, and JavaScript. No prior experience with mobile app development is required.

  • av Elijah Meeks
    541

    RETAIL SELLING POINTSDozens of practical use cases In-depth explanations of D3's out-of-the-box layouts Simplifies choosing the right metrics for the job AUDIENCE Readers will need basic HTML, CSS, and JavaScript skills. No experience with D3 or SVG required.

  • av Alex Holmes
    607

    RETAIL SELLING POINTS Practical up-to-date coverage Over 100 practical, battle-tested Hadoop techniques Major updates to key technologies AUDIENCE Readers should be familiar with Hadoop and have experience programming in Java or another OOP language.

  • av Kyle Banker
    557

    This comprehensive guide book begins by explaining what makes MongoDB unique. A series of tutorials designed for MongoDB mastery then leads into detailed examples for leveraging MongoDB in e-commerce, social networking, analytics, and other common applications.

  • av Jeremy Wilken
    537

    SummaryIonic in Action teaches web developers how to build cross-platform mobile apps for phones and tablets on iOS and Android. You''ll learn how to extend your web development skills to build apps that are indistinguishable from native iOS or Android projects.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookWouldn''t it be great if you could build mobile apps using just your web development skills? With Ionic, you can do just that: create hybrid mobile apps using web technologies that you already know, like HTML, CSS, and JavaScript, that will run on both iOS and Android.Ionic in Action teaches web developers how to build mobile apps using Ionic and AngularJS. Through carefully explained examples, the book shows you how to create apps that use UI components designed for mobile, leverage current location, integrate with native device features like the camera, use touch gestures, and integrate with external data sources. Learn to test your apps to improve stability and catch errors as you develop. Finally, you''ll discover the command-line utility, and how to build and deploy to app stores.What''s InsideCreate mobile apps with HTML, JavaScript, and CSSDesign complex interfaces with Ionic''s UI controlsBuild once and deploy for both iOS and AndroidUse native device hardware and device-specific featuresCovers the entire mobile development processAbout the ReaderReaders should know HTML, CSS, and JavaScript. Familiarity with AngularJS is helpful but not required.About the AuthorJeremy Wilken is a senior UX software developer who works with Ionic, AngularJS, and Node.js. He lives in Austin, Texas.Table of ContentsIntroducing Ionic and hybrid appsSetting up your computer to build appsWhat you need to know about AngularJSIonic navigation and core componentsTabs, advanced lists, and form componentsWeather app, using side menus, modals, action sheets, and ionScrollAdvanced techniques for professional appsUsing Cordova pluginsPreviewing, debugging, and automated testingBuilding and publishing apps

  • av Brian Ketelsen
    537

    KEY SELLING POINTS Written by Go developers Real use cases faced in day-to-day development Get tricks and tips from experienced Go users AUDIENCE This book assumes you're a working developer proficient with another language like Java, Ruby, Python, C#, or C++.

  • - Data Analysis and Graphics with R
    av Robert I. Kabacoff
    707 - 771

    "R in Action" is the first book to present both the R system and the use cases that make it such a compelling package for business developers.

  • av Ola Ellnestam
    537

  • av Brian Ford & Lukas Ruebbelke
    431

  • av Rebecca Skinner, Yehuda Katz, Steve Klabnik & m.fl.
    607

    RETAIL SELLING POINTS Fully updated for Rails 4 New and improved testing examples More options for creating APIs Written by Rails community leaders AUDIENCE It is helpful for readers to have a background in Ruby, but no prior Rails experience is needed.

  • av Marcus Hammarberg
    541

    RETAIL SELLING POINTS  Down-to-earth introduction to Kanban  Practical advice for making workflow faster  Real-world case studies of Kanban at work AUDIENCE This book is written for all members of the development team, including leaders, coders, and business stakeholders. No experience with kanban is required.

  • av Peter Ledbrook & Glen Smith
    607

    Jam-packed with tutorials, techniques, and insights from the trenches, "Grails in Action" helps users solve the challenges they're likely to face developing their next killer Web app.

  • av Michael Mikowski
    557

    Step-by-step guide to building an SPA Discusses industry trends Shows how to improve user experiences

  • av Anthony Patton
    607

    Provides a foundation for utilizing the Java programming language in the Domino Application Server environment. The book begins with an introduction to Java and Domino, continues with a look at the concepts behind them and closes with an on-line shopping store built around Java and Domino.

  • av Nathan Weizenbaum, Chris Eppstein & Wynn Netherland
    537

  • av V.M. Cody Bumgardner
    641

    SummaryOpenStack in Action offers the real world use cases and step-by-step instructions you can take to develop your own cloud platform from from inception to deployment. This book guides you through the design of both the physical hardware cluster and the infrastructure services you''ll need to create a custom cloud platform.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyOpenStack is an open source framework that lets you create a private or public cloud platform on your own physical servers. You build custom infrastructure, platform, and software services without the expense and vendor lock-in associated with proprietary cloud platforms like Amazon Web Services and Microsoft Azure. With an OpenStack private cloud, you can get increased security, more control, improved reliability, and lower costs.About the BookOpenStack in Action offers real-world use cases and step-by-step instructions on how to develop your own cloud platform. This book guides you through the design of both the physical hardware cluster and the infrastructure services you''ll need. You''ll learn how to select and set up virtual and physical servers, how to implement software-defined networking, and technical details of designing, deploying, and operating an OpenStack cloud in your enterprise. You''ll also discover how to best tailor your OpenStack deployment for your environment. Finally, you''ll learn how your cloud can offer user-facing software and infrastructure services.What''s InsideDevelop and deploy an enterprise private cloudPrivate cloud technologies from an IT perspectiveOrganizational impact of self-service cloud computingAbout the ReaderNo prior knowledge of OpenStack or cloud development is assumed.About the AuthorCody Bumgardner is the Chief Technology Architect at a large university where he is responsible for the architecture, deployment, and long-term strategy of OpenStack private clouds and other cloud computing initiatives.Table of ContentsPART 1 GETTING STARTEDIntroducing OpenStackTaking an OpenStack test-driveLearning basic OpenStack operationsUnderstanding private cloud building blocksPART 2 WALKING THROUGH A MANUAL DEPLOYMENTWalking through a Controller deploymentWalking through a Networking deploymentWalking through a Block Storage deploymentWalking through a Compute deploymentPART 3 BUILDING A PRODUCTION ENVIRONMENTArchitecting your OpenStackDeploying CephAutomated HA OpenStack deployment with FuelCloud orchestration using OpenStack

  • av Richard Siddaway
    707

    DESCRIPTION

  • av Pete Brown
    707

    RETAIL SELLING POINTS Countless tips and techniques Teaches Silverlight from the ground up Invaluable reference for experienced developers AUDIENCE This book is for .NET developers both new to and familiar with Silverlight.

  • av Paul Chiusano, Runar Bjarnason & Michael Pilquist
    541 - 681

    The first edition of Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. This second edition is fully updated to Scala 3 and the latest standards of FP. Inside, youll find a serious tutorial for programmers looking to apply functional programming to improve their everyday coding practices. Functional Programming in Scala, Second Edition teaches you functional programming from first principles using the powerful Scala language. Youll develop the unique skills you need to start thinking functionally through hands-on exercises and coding challenges. New to the revised second edition, each exercise comes with extensive annotations to help you understand functional programming in-depth.

  • av Chris Houser & Michael Fogus
    607

  • av Roy Osherove
    541

    RETAIL SELLING POINTS A step-by-step guide to unit testing Easily create readable, maintainable, trustworthy tests Great for both novice and experienced unit testers AUDIENCE This book is written for .NET Developers and anyone else who wants to learn unit testing.

  • av Chris Garrad
    591

  • av Henrick Brink
    587

    KEY FEATURES Accessible and practical introduction to machine learning Contains big-picture ideas and real-world examples Prepares reader to build and deploy powerful predictive systems Offers tips & tricks and highlights common pitfallsAUDIENCE Code examples are in Python and R. No prior machine learning experience required.

  • av Jothy Rosenberg
    311

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.