13 resultater (4,89136 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Code Like a Pro in Rust - Brenden Matthews - Bog - Manning Publications - Plusbog.dk

Code Like a Pro in Rust - Brenden Matthews - Bog - Manning Publications - Plusbog.dk

Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management. In Code Like A Pro in Rust you will learn: - - Essential Rust tooling - - Core Rust data structures - - Memory management - - Design patterns for Rust - - Testing in Rust - - Asynchronous programming for Rust - - Optimized Rust - - Rust project management - Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You''ll upgrade your basic knowledge of Rust with conventions, best practices, and veteran''s secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rust''s support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust''s trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You''ll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you''re done, you''ll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS • Essential Rust tooling • Core Rust data structures • Memory management • Design patterns for Rust • Testing in Rust • Asynchronous programming for Rust • Optimized Rust • Rust project management AUDIENCE For aspiring Rust pros familiar with the basics of the language.

DKK 459.00
1

Practices of the Python Pro - Dane Hillard - Bog - Manning Publications - Plusbog.dk

Pro ASP.NET Core 7 - Adam Freeman - Bog - Manning Publications - Plusbog.dk

Pro ASP.NET Core 7 - Adam Freeman - Bog - Manning Publications - Plusbog.dk

This industry-leading guide to ASP.NET Core teaches you everything they need to know to create easy, extensible, and cloud-native web applications. For .NET web developers looking to learn about ASP.NET''s key tools and techniques. Pro ASP.NET Core is an acclaimed bestseller, and a bible for .NET web developers. Tens of thousands of readers have benefited from its comprehensive coverage of ASP.NET''s key tools and techniques. Inside Pro ASP.NET Core 7 you will learn how to: - - Configure the ASP.NET Core request pipeline to handle requests - - Create RESTful web services with MVC controllers - - Create HTML responses with Razor and Razor Pages - - Create richly interactive web applications with Blazor - - Access data using Entity Framework Core - - Authenticate requests using ASP.NET Core Identity - Now in its tenth edition, this revised guide has been fully updated to .NET 7, with extensive chapters on Razor Pages, Blazor, MVC Core, and other new features. Plus! The book is filled with engaging hands-on examples show you how each tool works in action. About the technology ASP.NET Core 7 is the latest version of Microsoft''s comprehensive web development framework. It gives C# developers everything they need to create scalable and robust web apps. This powerful framework can handle anything you throw at it—HTTP requests from all clients, delivering raw data responses for RESTful web services, HTML and CSS for round-trip clients, and even WASM code for rich interactions.

DKK 489.00
1

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

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

C++ Concurrency in Action,2E - Anthony Williams - Bog - Manning Publications - Plusbog.dk

C++ Concurrency in Action,2E - Anthony Williams - Bog - Manning Publications - Plusbog.dk

C++ 11 delivered strong support for multithreaded applications, andthe subsequent C++14 and 17 updates have built on this baseline. C++has better options for concurrency than ever before, which means it''san incredibly powerful option for multicore and parallel applications. This bestseller has been updated and revised to cover all the latestchanges to C++ 14 and 17! C++ Concurrency in Action, SecondEdition teaches readers everything they need to write robust andelegant multithreaded applications in C++17. Along the way, they’lllearn how to navigate the trickier bits of programming for concurrencywhile avoiding the common pitfalls. KEY FEATURES• Completely updated• Hands-on learning• In depth guide Written for C++ programmers who are new to concurrency and otherswho may have written multithreaded code using other languages, APIs,or platforms. ABOUT THE TECHNOLOGYConcurrency in terms of computers is a single system performingmultiple independent activities in parallel, rather than sequentially, orone after the other. AUTHOR BIOAnthony Williams is a UK-based developer and consultant with manyyears'' experience in C++. He has been an active member of the BSI C++Standards Panel since 2001, and is the author or co-author of many of theC++ Standards Committee papers that led up to the inclusion of the threadlibrary in the C++11 Standard. He was the maintainer of the Boost Threadlibrary, and is the developer of the just::thread Pro extensions to the C++11thread library from Just Software Solutions Ltd.

DKK 537.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

Learn Git in a Month of Lunches - Rick Umali - Bog - Manning Publications - Plusbog.dk

Learn Git in a Month of Lunches - Rick Umali - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Git has emerged as the source code control system preferred by distributed development teams. Its unique decentralized architecture and lightning-fast branching allow users to concentrate on code instead of tedious admin tasks. While Git can appear to be a diverse and sprawling beast, there are a few essential concepts and techniques required to get the most out of it. This book helps build the skills needed to use Git effectively in day-to-day dev tasks. Learn Git in a Month of Lunches introduces the discipline of source code control using Git. Whether a newbie or a busy pro moving source control to Git, readers will appreciate how this book concentrates on the components of Git that are used every day. In easy-to-follow lessons designed to take an hour or less, readers can dig into Git''s distributed collaboration model, along with core concepts like committing, branching, and merging. Instead of a shallow introduction to Git''s massive surface area, they’ll find a road map to the commands and processes needed to be instantly productive. KEY SELLING POINTS Starts from square one—no experience required Provides a road map to essential commands and processes Easy-to-follow lessons taking an hour or less to complete AUDIENCE This book is aimed at computer professionals of all levels—both beginners of source code control and newcomers to the Git version control system ABOUT THE TECHNOLOGY Git is the extremely popular version control system that has taken the open source community by storm. It’s designed for speed and efficiency and many open source projects have switched to using Git—the popularity of GitHub and its "social coding" cannot be denied.

DKK 269.00
1

The Well-Grounded Data Analyst - David Asboth - Bog - Manning Publications - Plusbog.dk

The Well-Grounded Data Analyst - David Asboth - Bog - Manning Publications - Plusbog.dk

Complete eight data science projects that lock in important real-world skills—along with a practical process you can use to learn any new technique quickly and efficiently. Data analysts need to be problem solvers—and The Well-Grounded Data Analyst will teach you how to solve the most common problems you''ll face in industry. You''ll explore eight scenarios that your class or bootcamp won''t have covered, so you can accomplish what your boss is asking for. In The Well-Grounded Data Analyst you''ll learn: - - High-value skills to tackle specific analytical problems - - Deconstructing problems for faster, practical solutions - - Data modeling, PDF data extraction, and categorical data manipulation - - Handling vague metrics, deciphering inherited projects, and defining customer records - The Well-Grounded Data Analyst is for junior and early-career data analysts looking to supplement their foundational data skills with real-world problem solving. As you explore each project, you''ll also master a proven process for quickly learning new skills developed by author and Half Stack Data Science podcast host David Asboth . You''ll learn how to determine a minimum viable answer for your stakeholders, identify and obtain the data you need to deliver, and reliably present and iterate on your findings. The book can be read cover-to-cover or opened to the chapter most relevant to your current challenges. About the technology: Real world data analysis is messy. Success requires tackling challenges like unreliable data sources, ambiguous requests, and incompatible formats—often with limited guidance. This book goes beyond the clean, structured examples you see in classrooms and bootcamps, offering a step-by-step framework you can use to confidently solve any data analysis problem like a pro.

DKK 485.00
1

Rust Web Development - Bastian Gruber - Bog - Manning Publications - Plusbog.dk

Rust Web Development - Bastian Gruber - Bog - Manning Publications - Plusbog.dk

Create bulletproof, high-performance web apps and servers with Rust. In Rust Web Development you will learn: - - Handling the borrow checker in an asynchronous environment - - Creating web APIs and using JSON in Rust - - Graceful error handling - - Testing, tracing, logging, and debugging - - Deploying Rust applications - - Efficient database access - Rust Web Development is a hands-on guide to building server-based web applications with Rust. If you''ve built web servers using Java, C#, or PHP, you''ll instantly fall in love with the performance and development experience Rust delivers. This book shows you how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. about the technology Web development languages and libraries can be resource hungry, with poor safety for maintaining vital web services. Rust services perform better and guarantee better safety. Plus, Rust''s awesome compiler gives you an amazing developer experience. You''ll get the speed of low-level programming languages like C along with the ease-of-use you''d expect from high-level languages Python or Ruby, with a super strong compiler that automatically prevents common mistakes such as null pointers. about the book In Rust Web Development , you''ll learn to build server-side web applications using the Rust language and its key libraries. If you know the basics of Rust, you''ll quickly pick up some pro tips for setting up your projects and organizing your code. This book gets you hands-on fast, with numerous small and large examples. You''ll get up to speed with how Rust streamlines backend development, implements authentication flows, and even makes it easier for your APIs to interact. As you go, you''ll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project. RETAIL SELLING POINTS • Handling the borrow checker in an asynchronous environment • Creating web APIs and using JSON in Rust • Graceful error handling • Testing, tracing, logging, and debugging • Deploying Rust applications • Efficient database access AUDIENCE For experienced web developers familiar with Java, Node, or Go, and the absolute basics of Rust

DKK 452.00
1

Core Kubernetes - Jay Vyas - Bog - Manning Publications - Plusbog.dk

Core Kubernetes - Jay Vyas - Bog - Manning Publications - Plusbog.dk

From its humble beginnings a container orchestration system, Kubernetes has become the de facto infrastructure for cloud native applications. Kubernetes impacts every aspect of the application development lifecycle, from design through deployment. To build and operate reliable cloud native systems, you need to understand what''s going on below the surface. Core Kubernetes is packed with experience-driven insights and practical techniques, and takes you inside Kubernetes to teach you what you''ll need to know to keep your system running like a well-oiled machine and prevent those panicked 3 AM phone calls. about the technology Kubernetes is a platform-independent layer for deploying scalable container-based applications. Kubernetes provides abstractions for clustering, replicating, and scaling system components in real time. It''s especially well-suited for microservices applications, where you can easily balance the load among services. Kubernetes has become a core component of cloud native applications, and all major cloud vendors now offer hosted versions of Kubernetes. Kubernetes was initially developed by Google and is now governed as an open source project by the Cloud Native Computing Foundation (CNCF). about the book Core Kubernetes is a reference guide designed to teach operators, SREs, and developers how to improve reliability and performance of Kubernetes-based systems. In it, Kubernetes experts Chris Love and Jay Vyas provide a guided tour through all major aspects of Kubernetes, from managing iptables to setting up dynamically scaled clusters that respond to changes in load. You''ll understand the unique security concerns of container-based applications, discover tips to minimize costly unused capacity, and get pro tips for maximizing performance. This awesome collection of undocumented internals, expert techniques, and practical guidance has invaluable information you won''t find anywhere else. what''s inside - Kubernetes base components- Kubernetes networking- Storage and the Container Storage Interface- External load balancing and ingress- Kubernetes security- Different ways of creating a Kubernetes cluster- Configuring Kubernetes to use a GPU about the reader Written for readers with a working knowledge of Kubernetes and microservices applications. about the author After earning his PhD, Jay Vyas started his career contributing to Kubernetes'' core features at RedHat, and next, he focused on helping multiple companies migrate to Cloud-Native solutions. He now resides at VMWare, once again contributing to Kubernetes and associated projects. When not coding, Jay likes to play with his video games, his synthesizers, and hang out in his Pod. As a thought leader in the Kubernetes and DevOps segment, Chris Love is a founder of multiple technology companies with over 20 years'' experience in software engineering. A Google Cloud Certified Fellow, Chris has contributed to several open-source projects including Kubernetes, Bazel, and Terraform. He enjoys speaking around the world about DevOps and Kubernetes and practices martial arts in his free time.

DKK 406.00
1