31 resultater (0,28215 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

.NET MAUI in Action - Matt Goldman - Bog - Manning Publications - Plusbog.dk

OpenStack in Action - V. M. Cody Bumgardner - Bog - Manning Publications - Plusbog.dk

OpenStack in Action - V. M. Cody Bumgardner - Bog - Manning Publications - Plusbog.dk

DESCRIPTION In the cloud computing model, a cluster of physical computers hosts an environment that provides shared services (public and private) and offers the flexibility to easily add, remove, and expand virtual servers and applications. OpenStack is an open source framework that can be installed on individual physical servers to a cloud platform and enables the building of custom infrastructure (IaaS), platform (PaaS), and software (SaaS) services without the high cost and vendor lock-in associated with proprietary cloud platforms. OpenStack in Action offers real world use cases and step-by-step instructions to develop cloud platforms from inception to deployment. It explains the design of both the physical hardware cluster and the infrastructure services needed to create a custom cloud platform. It shows how to select and set up virtual and physical servers, implement software-defined networking, and the myriad other technical details required to design, deploy, and operate an OpenStack cloud in an enterprise. It also discusses the cloud operation techniques needed to establish security practices, access control, efficient scalability, and day-to-day DevOps practices. RETAIL SELLING POINTS Real world examples Thorough step-by-step instruction Shows how to harness the power of OpenStack AUDIENCE The book is perfect systems administrators, developers, and architects interested in the design, construction, and operation of clouds using OpenStack. No prior experience with OpenStack or cloud development required. ABOUT THE TECHNOLOGY OpenStack as a framework for managing, designing, defining, and utilizing cloud resources. There are over 13k OpenStack contributors in over 131 countries. Every major IT vendor has some form of OpenStack representation, even those with directly competing products.

DKK 441.00
1

Essential TypeScript 5 - Adam Freeman - Bog - Manning Publications - Plusbog.dk

Blazor in Action - Chris Sainty - Bog - Manning Publications - Plusbog.dk

Vue.js in Action - Benjamin Listwon - Bog - Manning Publications - Plusbog.dk

Redux in Action - Marc Garreau - Bog - Manning Publications - Plusbog.dk

Logging in Action: With Fluentd, Kubernetes and more - Phil Wilkins - Bog - Manning Publications - Plusbog.dk

Logging in Action: With Fluentd, Kubernetes and more - Phil Wilkins - Bog - Manning Publications - Plusbog.dk

"A great book to introduce developers to the essential role that logging plays in software design and support." - Trent Whiteley Logging in Action teaches you how to make your log processing a real asset for your application, all with free and open source tools. You''ll use the powerful log management tool Fluentd to solve common log problems, and learn how proper log management can improve performance and make management of software solutions easier. Through useful examples like sending log driven events to Slack, you''ll get hands-on experience applying structure to your unstructured data. about the technology Fluentd is a powerful log management tool that seamlessly handles messy logging data, from operational errors, to application events, and security events. It decouples log data, such as SNMP or slow database queries, from backend systems and easily sends it where it needs to go—thanks to 500+ flexible plugins covering all major services. about the book Logging in Action is a guide to streamlining your log processing, turning logged data into a tool that will boost your application''s performance. It''s packed with tips and tricks on how proper log management can improve your application''s security, speed, and cost-effectiveness. You''ll master the basics of the Fluentd management tool, then take a peek behind the scenes at how different configurations will impact and improve the way your systems function. By the time you''re done, you''ll be able to reliably configure Fluentd so that it can easily scale to handle even the largest data loads. what''s inside Deploy Fluentd and Fluent Bit into varied environmentsConfigure Fluentd and Fluent Bit to solve common log problemsFluentd for microservicesConnect a custom log source or destination with Fluentd''s extensibility frameworkCreate a custom plugin for niche problemsLogging best practices and common pitfalls about the reader For developers and operations people familiar with application logging or infrastructure monitor logs. about the author Phil Wilkins has spent over 25 years in the software industry. He works as a Technology Evangelist for Capgemini, specializing in cloud integration, APIs, and related technologies. Phil is TOGAF certified, and recognized by Oracle as an Ace Director (independent technology advocate) for his contributions to the integration and PaaS community.

DKK 382.00
1

React Hooks in Action - John Larsen - Bog - Manning Publications - Plusbog.dk

React Hooks in Action - John Larsen - Bog - Manning Publications - Plusbog.dk

Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes. React Hooks are a new category of functions that help you to manage state, lifecycle and side effects within functional components. React Hooks in Action teaches you to use pre-built hooks like useState, useReducer and useEffect, and to build your own hooks. Your code will be more reusable, require less boilerplate, and you’ll instantly be a more effective React developer. About the technology React Hooks promise to make React programmers even more productive. Hooks are a collection of pre-built and custom functions that give you a simpler API for working with key React functionalities. Hooks cleanly encapsulate side effects, make it easier to reuse components between projects, and result in less code overall. These new features represent a fundamental evolution in how the React library functions, so even experienced React developers will want to get up to speed with Hooks. About the book React Hooks in Action shows you how to use Hooks to make your codebase simpler and more reusable, and your applications faster and more responsive. You’ll build a resource booking example application chapter by chapter, learning how to develop components with local, shared, and application states. You’ll discover different approaches to data fetching, including using Concurrent Mode and Suspense to improve user experience, and explore third party hooks in the evolving React ecosystem. What''s inside - - Create a Redux store and interact with it via Hooks - - Use code-splitting to improve the responsiveness of your apps - - Build functional components that can update their own state - - Manage component side effects - - Use the React Suspense API to improve the user experience of page and data loading - About the reader For front-end web developers experienced with React. About the author John Larsen is the author of Get Programming with JavaScript . He was a mathematics and computing teacher for 25 years. He has an MA in mathematics and an MSc in information technology, and an ongoing interest in educational research. A web developer since 2000, he uses JavaScript end-to-end for server-side and client-side programming.

DKK 382.00
1

100 Java Mistakes and How to Avoid Them - Tagir Tagir - Bog - Manning Publications - Plusbog.dk

Rust Servers, Services, and Apps - Prabhu Eshwarla - Bog - Manning Publications - Plusbog.dk

ASP.NET Core in Action, Third Edition - Andrew Lock - Bog - Manning Publications - Plusbog.dk

Build an Orchestrator in Go - Tim Boring - Bog - Manning Publications - Plusbog.dk

BRUGT BOG - Camel in Action, Second Edition - Jonathan Anstey - Bog - Manning Publications - Plusbog.dk

Camel in Action, Second Edition - Jonathan Anstey - Bog - Manning Publications - Plusbog.dk

Terraform in Depth - Robert Hafner - Bog - Manning Publications - Plusbog.dk

Terraform in Depth - Robert Hafner - Bog - Manning Publications - Plusbog.dk

An in-depth guide to everything Terraform, complete with newly established best practices and experienced insights into Infrastructure as Code. Terraform, and its new open source fork OpenTofu, practically eliminates manual infrastructure configuration, making it possible to script and automate almost every aspect of system management and administration. Its "Infrastructure as Code (IaC)" approach has a simple-yet-awesome premise: provision, update, scale, and replicate your infrastructure with the same ease as your application code. In Terraform in Depth , you''ll discover absolutely everything you need to automate and manage your infrastructure with just a few lines of code.Inside Terraform in Depth , you''ll learn how to: - - Understand and write basic Terraform code - - Avoid vendor lock-in with the open source OpenTofu - - Switch between OpenTofu and Terraform as needed - - Construct continuous integration and continuous delivery (CI/CD) pipelines with Terraform - - Organize Terraform projects and modules for team-based, production use - - Develop and test robust Terraform modules - - Create custom Terraform providers - Terraform in Depth is fully up to date with the latest versions, standards, and approaches of Terraform and OpenTofu. Complete and comprehensive, its one-stop approach covers everything from Terraform and OpenTofu''s absolute basics all the way to advanced production uses. Every technique is illustrated with the kind of real-world examples infrastructure engineers encounter every day.

DKK 572.00
1

Logs and Telemetry - Phil Wilkins - Bog - Manning Publications - Plusbog.dk

Logs and Telemetry - Phil Wilkins - Bog - Manning Publications - Plusbog.dk

Build cloud native observability pipelines with minimal footprints and high-performance throughput—all with Fluent Bit, Kubernetes, and your favorite visualization and analytics tools. Logs and Telemetry is an all-practical guide to monitoring both cloud-native and traditional environments with the Fluent Bit observability tool. It takes you from the basics of collecting app logs, all the way to filtering, routing, enriching and transforming logs, metrics, and traces.Inside Logs and Telemetry you''ll learn how to: - - Deploy Fluent Bit for telemetry (log, metric, and trace) collection - - Configure pipelines to filter, route, and transform data - - Integrate Fluent Bit with containers and Kubernetes - - Configure Fluent Bit to work with OpenTelemetry, Prometheus, and other open source tech - - Monitor applications at scale with minimal footprint - - Address challenges in Kubernetes-based ecosystems using Fluent Bit - - Utilize Fluent Bit for real-time event analytics to derive new metrics and insights - - Develop custom filters, inputs, and outputs for unique or reusable use cases - Logs and Telemetry draws on both the input and support of key committers and founders of Fluent Bit, and author Phil Wilkins'' years of experience in DevOps. Inside, you''ll see how you can integrate Fluent Bit with Prometheus, OpenTelemetry, FluentD deployments, and more. Learn how Fluent Bit can not only meet all the demands of cloud-native use cases, but also more traditional deployments as well.

DKK 582.00
1

Geometry for Programmers - Oleksandr Kaleniuk - Bog - Manning Publications - Plusbog.dk

Geometry for Programmers - Oleksandr Kaleniuk - Bog - Manning Publications - Plusbog.dk

Master the geometry behind CAD, game engines, GIS, and more! Geometry for Programmers is a hands-on book teaching you the maths behind the tools and libraries to create simulations, 3D prints, and other models in the physical world. Ideal for developers writing code using CAD libraries, game engines, or rendering tools, the textbook guides you through the math behind graphics and modelling tools using relevant examples and clear explanations that don''t require advanced mathematical knowledge. You will learn how mastering manual geometry can help you avoid code layering and repetition and even how to drive down cloud hosting costs by creating more efficient application runtimes. Key features include: - - Speak the language of applied geometry - - Compose geometric transformations economically - - Craft custom splines for efficient curves and surface generation - - Pick and implement the right geometric transformations - - Confidently use important algorithms that operate on triangle meshes, distance functions, and voxels - Filled with charts, illustrations, and complex equations rendered as simple Python code, this book unlocks geometry in a way you can apply it to your daily work. About the technology Geometry is the core of game engines, computer-aided design, image-processing libraries, GIS, and much more. Understanding the mathematical underpinnings of tools and libraries empowers you to develop more efficient programming strategies. This unique guide gives you control over the geometry you need to deliver faster, cleaner results— and even build your own geometry tools!

DKK 438.00
1

Software Testing with Generative AI - Mark Winteringham - Bog - Manning Publications - Plusbog.dk

Software Testing with Generative AI - Mark Winteringham - Bog - Manning Publications - Plusbog.dk

Speed up your testing and deliver exceptional product quality with the power of AI tools. The more you test, the more you learn about your software. Software Testing with Generative AI shows you how you can expand, automate, and enhance your testing with Large Language Model (LLM)-based AI. Your team will soon be delivering higher quality tests, all in less time. In Software Testing with Generative AI you''ll learn how to: - - Spot opportunities to improve test quality with AI - - Construct test automation with the support of AI tools - - Formulate new ideas during exploratory testing using AI tools - - Use AI tools to aid the design process of new features - - Improve the testability of a context with the help of AI tools - - Maximize your output with prompt engineering - - Create custom LLMs for your business''s specific needs - Software Testing with Generative AI is full of hype-free advice for supporting your software testing with AI. In it, you''ll find strategies from bestselling author Mark Winteringham to generate synthetic testing data, implement automation, and even augment and improve your test design with AI. About the technology: There''s a simple rule in software testing: the more you test, the more you learn. And as any testing pro will tell you, good testing takes time. By integrating large language models (LLMs) and generative AI into your process, you can dramatically automate and enhance testing, improve quality and coverage, and deliver more meaningful results.

DKK 572.00
1

Spark in Action, Second Edition - Jean Georges Perrin - Bog - Manning Publications - Plusbog.dk

Spark in Action, Second Edition - Jean Georges Perrin - Bog - Manning Publications - Plusbog.dk

The Spark distributed data processing platform provides an easy-to-implement tool for ingesting, streaming, and processing data from any source. In Spark in Action, Second Edition , you’ll learn to take advantage of Spark’s core features and incredible processing speed, with applications including real-time computation, delayed evaluation, and machine learning. Unlike many Spark books written for data scientists, Spark in Action, Second Edition is designed for data engineers and software engineers who want to master data processing using Spark without having to learn a complex new ecosystem of languages and tools. You’ll instead learn to apply your existing Java and SQL skills to take on practical, real-world challenges. Key Features · Lots of examples based in the Spark Java APIs using real-life dataset and scenarios · Examples based on Spark v2.3 Ingestion through files, databases, and streaming · Building custom ingestion process · Querying distributed datasets with Spark SQL For beginning to intermediate developers and data engineers comfortable programming in Java. No experience with functional programming, Scala, Spark, Hadoop, or big data is required. About the technology Spark is a powerful general-purpose analytics engine that can handle massive amounts of data distributed across clusters with thousands of servers. Optimized to run in memory, this impressive framework can process data up to 100x faster than most Hadoop-based systems. Author Bio An experienced consultant and entrepreneur passionate about all things data, Jean-Georges Perrin was the first IBM Champion in France, an honor he’s now held for ten consecutive years. Jean-Georges has managed many teams of software and data engineers.

DKK 476.00
1

PostGIS in Action, Third Edition - Leo Hsu - Bog - Manning Publications - Plusbog.dk

PostGIS in Action, Third Edition - Leo Hsu - Bog - Manning Publications - Plusbog.dk

PostGIS in Action, Third Edition teaches you to solve real-world geodata problems. It first gives you a background in vector-, raster-, and topology-based GIS and then quickly moves into analyzing, viewing, and mapping data. You''ll learn how to optimize queries for maximum speed, simplify geometries for greater efficiency, and create custom functions for your own applications. You''ll also learn how to apply your existing GIS knowledge to PostGIS and integrate with other GIS tools. Fully updated to the latest versions of PostGIS and PostgreSQL, this Third Edition covers new PostGIS features including Foreign Data Wrappers, Database as a Service, parallelization of queries, and new JSON and Vector Tiles functions that help in creating web mapping applications. Key Features · An introduction to spatial databases · Geometry, geography, raster, and topology spatial types, · functions, and queries · Applying PostGIS to real-world problems · Extending PostGIS to web and desktop applications · Updated for PostGIS 3 and PostgreSQL 12 For readers familiar with relational databases and basic SQL. About the technology Processing location and topology data requires specialized know-how. PostGIS is a free spatial database extender for PostgreSQL that delivers the features and firepower you need to take on nearly any geodata task. With it, you can easily create location-aware queries in just a few lines of SQL code and build the back end for a mapping, raster analysis, or routing application with minimal effort. Regina Obe and Leo Hsu are database consultants and authors. Regina is a member of the PostGIS core development team and the Project Steering Committee.

DKK 448.00
1

React in Depth - Morten Barklund - Bog - Manning Publications - Plusbog.dk

React in Depth - Morten Barklund - Bog - Manning Publications - Plusbog.dk

A guide to the advanced React skills used by the very best React developers. React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You''ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library. In React in Depth you will learn how to: - - Assess technologies in the React ecosystem - - Implement advanced component patterns to improve React code - - Optimize React performance for a smooth user experience - - Use developer tooling for better code maintenance and debugging - - Work with TypeScript for type safety - - Use CSS in JavaScript for efficient styling - - Manage data in React, including remote data and reactive caching - - Unit test React components for quality assurance and bug prevention - - Use popular React frameworks for building production-ready applications - React in Depth focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the advanced techniques that turn a React pro into a React wizard, and how you can future-proof your career by mastering new React technologies as they emerge. About the technology What does knowing React in depth mean? It means writing clean, modular code that you can test and refactor. It means applying design patterns and architectural principles to real-world problems. It means collaborating effectively with other developers and harnessing the power of React''s rich ecosystem. That''s exactly what this book delivers!

DKK 547.00
1

Math for Programmers - Paul Orland - Bog - Manning Publications - Plusbog.dk

Math for Programmers - Paul Orland - Bog - Manning Publications - Plusbog.dk

To score a job in data science, machine learning, computer graphics, and cryptography, you need to bring strong math skills to the party. Math for Programmers teaches the math you need for these hot careers, concentrating on what you need to know as a developer. Filled with lots of helpful graphics and more than 200 exercises and mini-projects, this book unlocks the door to interesting–and lucrative!–careers in some of today’s hottest programming fields. Key Features · 2D and 3D vector math · Matrices and linear transformations · Core concepts from linear algebra · Calculus with one or more variables · Algorithms for regression, classification, and clustering · Interesting real-world examples Written for programmers with solid algebra skills (even if they need some dusting off). No formal coursework in linear algebra or calculus is required. About the technology Most businesses realize they need to apply data science and effective machine learning to gain and maintain a competitive edge. To build these applications, they need developers comfortable writing code and using tools steeped in statistics, linear algebra, and calculus. Math also plays an integral role in other modern applications like game development, computer graphics and animation, image and signal processing, pricing engines, and stock market analysis. Paul Orland is CEO of Tachyus, a Silicon Valley startup building predictive analytics software to optimize energy production in the oil and gas industry. As founding CTO, he led the engineering team to productize hybrid machine learning and physics models, distributed optimization algorithms, and custom web-based data visualizations. He has a B.S. in mathematics from Yale University and a M.S. in physics from the University of Washington.

DKK 468.00
1

Unity in Action - Joseph Hocking - Bog - Manning Publications - Plusbog.dk

Unity in Action - Joseph Hocking - Bog - Manning Publications - Plusbog.dk

Create your first 2D, 3D, and AR/VR games with the awesome Unity game platform. With this hands-on beginner''s guide, you''ll start building games fast! In Unity in Action, Third Edition , you will learn how to: - - Create characters that run, jump, and bump into things - - Build 3D first-person shooters and third-person action games - - Construct 2D card games and side-scrolling platformers - - Script enemies with AI - - Improve game graphics by importing models and images - - Design an intuitive user interface for your games - - Play music and spatially-aware sound effects - - Connect your games to the internet for online play - - Deploy your games to desktop, mobile, and the web - Thousands of new game developers have chosen Joe Hocking''s Unity in Action as their first step toward Unity mastery. This fully updated third edition comes packed with fully refreshed graphics, Unity''s latest features, and coverage of the augmented and virtual reality toolkits. Using your existing coding skills, you''ll write custom code instead of just clicking together premade scripts. You''ll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Build your next game without sweating the low-level details. The Unity game engine handles the heavy lifting, so you can focus on game play, graphics, and user experience. With support for C#, a huge ecosystem of production-quality prebuilt assets, and a strong dev community, Unity will get your game idea off the drawing board and onto the screen! You can even use Unity for more than game development, with new tools for VR and augmented reality that are perfect for developing useful apps.

DKK 442.00
1

Geoprocessing with Python - Chris Garrad - Bog - Manning Publications - Plusbog.dk

Geoprocessing with Python - Chris Garrad - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Geospatial data is hard to ignore. Nearly every car, phone, or camera has a GPS sensor, and aerial photos, satellite imagery, and data representing political boundaries, roads, rivers, and streams are available for free download from many websites. Geoprocessing is the science of reading, analyzing, and presenting geospatial data programmatically. The Python language, along with dozens of open source libraries and tools, makes it possible to take on professional geoprocessing tasks without investing in expensive proprietary packages like ArcGIS and MapInfo. Geoprocessing with Python teaches how to use the Python programming language along with free and open source tools to read, write, and process geospatial data. It shows how to access available data sets to make maps or perform analyses using free and open source tools like the GDAL, Shapely, and Fiona Python modules. Readers will master core practices like handling multiple vector file formats, editing and manipulating geometries, applying spatial and attribute filters, working with projections, and performing basic analyses on vector data. They’ll also learn how to create geospatial data, rather than just consuming it. The book also covers how to manipulate and analyze raster data, such as aerial photographs, satellite images, and digital elevation models. KEY SELLING POINTS Geoprocessing from the ground up Shows how to create custom geoprocessing tools Takes advantage of free and open source tools AUDIENCE Readers need a basic knowledge of Python or a similar programming language. No previous experience with geoprocessing or geospatial data required. Perfect for readers who have used Python with Esri ArcGIS and want to apply their Python skills elsewhere. ABOUT THE TECHNOLOGY Geoprocessing is the science of reading, analyzing, and presenting geospatial data programmatically. The Python language, along with dozens of open source libraries and tools, makes it possible to take on professional geoprocessing tasks without investing in expensive proprietary packages like ArcGIS and MapInfo.

DKK 406.00
1

DuckDB in Action - Mark Needham - Bog - Manning Publications - Plusbog.dk

DuckDB in Action - Mark Needham - Bog - Manning Publications - Plusbog.dk

Dive into DuckDB and start processing gigabytes of data with ease—all with no data warehouse. DuckDB is a cutting-edge SQL database that makes it incredibly easy to analyze big data sets right from your laptop. In DuckDB in Action you''ll learn everything you need to know to get the most out of this awesome tool, keep your data secure on prem, and save you hundreds on your cloud bill. From data ingestion to advanced data pipelines, you''ll learn everything you need to get the most out of DuckDB—all through hands-on examples. Open up DuckDB in Action and learn how to: - - Read and process data from CSV, JSON and Parquet sources both locally and remote - - Write analytical SQL queries, including aggregations, common table expressions, window functions, special types of joins, and pivot tables - - Use DuckDB from Python, both with SQL and its "Relational"-API, interacting with databases but also data frames - - Prepare, ingest and query large datasets - - Build cloud data pipelines - - Extend DuckDB with custom functionality - Pragmatic and comprehensive, DuckDB in Action introduces the DuckDB database and shows you how to use it to solve common data workflow problems. You won''t need to read through pages of documentation—you''ll learn as you work. Get to grips with DuckDB''s unique SQL dialect, learning to seamlessly load, prepare, and analyze data using SQL queries. Extend DuckDB with both Python and built-in tools such as MotherDuck, and gain practical insights into building robust and automated data pipelines. About the technology DuckDB makes data analytics fast and fun! You don''t need to set up a Spark or run a cloud data warehouse just to process a few hundred gigabytes of data. DuckDB is easily embeddable in any data analytics application, runs on a laptop, and processes data from almost any source, including JSON, CSV, Parquet, SQLite and Postgres.

DKK 459.00
1