Rahul Sharma – författare
11 kr
Läs direkt efter köp
762 kr
Skickas inom 3-6 vardagar
1 022 kr
Läs direkt efter köp
464 kr
Skickas inom 3-6 vardagar
629 kr
Läs direkt efter köp
Build an in-depth understanding of the Istio service mesh and see why a service mesh is required for a distributed application. This book covers the Istio architecture and its features using a hands-on approach with language-neutral examples. To get your Istio environment up and running, you will go through its setup and learn the concepts of control plane and data plane. You will become skilled with the new concepts and apply them with best practices to continuously deliver applications.
What You Will Learn
Discover the Istio architecture components and the Envoy proxyMaster traffic management for service routing and application deploymentBuild application resiliency using timeout, circuit breakers, and connection poolsMonitor using Prometheus and GrafanaConfigure application security Who This Book Is ForDevelopers and project managers who are trying to run their application using Kubernetes. The book is not specific for any programming language even though all examples will be in Java or Python.
620 kr
Skickas inom 10-15 vardagar
865 kr
Läs direkt efter köp
Use Traefik as a load balancer or a reverse proxy for microservices-based architecture. This book covers Traefik integration for microservices architecture concerns such as service discovery, telemetry, and resiliency.
The book focuses on building an in-depth understanding of Traefik. It starts with the fundamentals of Traefik, including different load balancing algorithms available, and failure handling for application resiliency. Examples are included for the failure scenarios. TLS support is explained, including scenarios of TLS termination and TLS forwarding. Traefik supports TLS termination using Let''s Encrypt. Traefik deployment in prominent microservices ecosystems is discussed, including Docker and Kubernetes.
Traefik is a language-neutral component. This book presents examples of its deployment with Java-based microservices. The examples in the book show Traefik integration with Jaeger/Zipkin, Prometheus, Grafana, and FluentD. Also covered is Traefik for Python-based services and Java-based services deployed in the Kubernetes cluster. By the end of the book, you will confidently know how to deploy and integrate Traefik into prominent microservices ecosystems.
What You Will LearnUnderstand Traefik basics and its componentsExplore different load balancing scenarios and TLS terminationConfigure service discovery, circuit breakers, timeouts, and throttlingMonitor Traefik using Prometheus and request tracingWho This Book Is For
Developers and project managers who have developed microservices and are deploying them in cloud and on-premise environments with Kubernetes or Docker. The book is not specifically written for any particular programming language. The examples presented use Java or Python.
620 kr
Skickas inom 10-15 vardagar
873 kr
Läs direkt efter köp
507 kr
Skickas inom 3-6 vardagar
708 kr
Läs direkt efter köp
This book will show you how to harness the power of Appsmith, an open-source low-code platform with a large set of integration tools and an active community.
The book begins with an introduction to Appsmith and its features. As you explore the platform, you will learn about widgets, UI Canvas, and data stores, among other things. Authors Rahul Sharma and Rajat Arora then show you how to build customizations and navigation workflows, as well as how to handle error handling, debugging, and troubleshooting with Appsmith. You will also learn efficient monitoring and authentication for deploying production-ready systems. Low-Code Development with AppSmith provides examples, realistic scenarios, and explanations of the tools you''ll need to build successful low-code apps, helping you gain practical skills.
Upon completing this book, you will be able to use Appsmith to build low-code solutions that suit your business requirements.
What You Will Learn
Understand low-code development and the factors driving its adoptionSolve your business''s most pressing issues with AppsmithGain an understanding of the key concepts of app development, such as data management, APIs, troubleshooting, and debuggingModel different design patterns for low-code development
Who This Book Is For
Anyone interested in designing technical solutions with minimal programming. This book assumes a basic understanding of object-oriented programming and JavaScript.182 kr
Skickas inom 5-8 vardagar
227 kr
Skickas inom 3-6 vardagar
2 021 kr
Skickas inom 5-8 vardagar
2 021 kr
Skickas inom 5-8 vardagar
2 021 kr
Skickas inom 5-8 vardagar
440 kr
Skickas inom 5-8 vardagar
570 kr
Skickas inom 5-8 vardagar
584 kr
Läs direkt efter köp
Become proficient in designing, developing and deploying effective software systems using the advanced constructs of Rust
Key Features
Improve your productivity using the latest version of Rust and write simpler and easier codeUnderstand Rust’s immutability and ownership principle, expressive type system, safe concurrencyDeep dive into the new doamins of Rust like WebAssembly, Networking and Command line toolsBook Description
Rust is an empowering language that provides a rare combination of safety, speed, and zero-cost abstractions. Mastering Rust – Second Edition is filled with clear and simple explanations of the language features along with real-world examples, showing you how you can build robust, scalable, and reliable programs.
This second edition of the book improves upon the previous one and touches on all aspects that make Rust a great language. We have included the features from latest Rust 2018 edition such as the new module system, the smarter compiler, helpful error messages, and the stable procedural macros. You’ll learn how Rust can be used for systems programming, network programming, and even on the web. You’ll also learn techniques such as writing memory-safe code, building idiomatic Rust libraries, writing efficient asynchronous networking code, and advanced macros. The book contains a mix of theory and hands-on tasks so you acquire the skills as well as the knowledge, and it also provides exercises to hammer the concepts in.
After reading this book, you will be able to implement Rust for your enterprise projects, write better tests and documentation, design for performance, and write idiomatic Rust code.
What you will learn
Write generic and type-safe code by using Rust’s powerful type system How memory safety works without garbage collection Know the different strategies in error handling and when to use themLearn how to use concurrency primitives such as threads and channels Use advanced macros to reduce boilerplate code Create efficient web applications with the Actix-web frameworkUse Diesel for type-safe database interactions in your web applicationWho this book is for
The book is aimed at beginner and intermediate programmers who already have familiarity with any imperative language and have only heard of Rust as a new language. If you are a developer who wants to write robust, efficient and maintainable software systems and want to become proficient with Rust, this book is for you. It starts by giving a whirlwind tour of the important concepts of Rust and covers advanced features of the language in subsequent chapters using code examples that readers will find useful to advance their knowledge.
707 kr
Skickas inom 5-8 vardagar
140 kr
Skickas inom 5-8 vardagar
457 kr
Läs direkt efter köp
Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust
Key Features
Improve your productivity by writing more simple and easy code in RustDiscover the functional and reactive implementations of traditional data structuresDelve into new domains of Rust, including WebAssembly, networking, and command-line toolsBook Description
Rust is a powerful language with a rare combination of safety, speed, and zero-cost abstractions. This Learning Path is filled with clear and simple explanations of its features along with real-world examples, demonstrating how you can build robust, scalable, and reliable programs.
You’ll get started with an introduction to Rust data structures, algorithms, and essential language constructs. Next, you will understand how to store data using linked lists, arrays, stacks, and queues. You’ll also learn to implement sorting and searching algorithms, such as Brute Force algorithms, Greedy algorithms, Dynamic Programming, and Backtracking. As you progress, you’ll pick up on using Rust for systems programming, network programming, and the web. You’ll then move on to discover a variety of techniques, right from writing memory-safe code, to building idiomatic Rust libraries, and even advanced macros.
By the end of this Learning Path, you’ll be able to implement Rust for enterprise projects, writing better tests and documentation, designing for performance, and creating idiomatic Rust code.
This Learning Path includes content from the following Packt products:
Mastering Rust - Second Edition by Rahul Sharma and Vesa KaihlavirtaHands-On Data Structures and Algorithms with Rust by Claus MatzingerWhat you will learn
Design and implement complex data structures in RustCreate and use well-tested and reusable components with RustUnderstand the basics of multithreaded programming and advanced algorithm designExplore application profiling based on benchmarking and testingStudy and apply best practices and strategies in error handlingCreate efficient web applications with the Actix-web frameworkUse Diesel for type-safe database interactions in your web applicationWho this book is for
If you are already familiar with an imperative language and now want to progress from being a beginner to an intermediate-level Rust programmer, this Learning Path is for you. Developers who are already familiar with Rust and want to delve deeper into the essential data structures and algorithms in Rust will also find this Learning Path useful.
613 kr
Skickas inom 5-8 vardagar
1 630 kr
Skickas inom 10-15 vardagar
1 977 kr
Läs direkt efter köp
This volume discusses environmental issues associated with deep-sea mining, with an emphasis on potential impacts, their consequences and the policy perspectives. The book describes the methods and technologies to assess, monitor and mitigate mining impacts on marine environments, and also suggests various approaches for environmental management when conducting deep-sea mining. The volume brings together information and data for researchers, contractors, mining companies, regulators, and NGOs working in the field of deep-sea mining.
Section 1 highlights the various environmental issues and discusses methods and approaches that can help in developing environmentally sustainable deep-sea mining.
Section 2 details the results and outcomes of studies related to impact assessment of deep-sea mining, and proposes methods for monitoring.
Section 3 discusses the need and means for developing data standards and their application to deep-sea mining.
Section 4 discusses the policies, approaches, and practices related to deep-sea mining, suggests formats for developing environmental impact statements (EIS) and environmental management plans (EMP), and describes national and international regulations for environmental management.
Section 5 concludes the text by putting deep-sea economic activities into an environmental context and conducting techno-economic analyses of deep-sea mining and processing.1 630 kr
Skickas inom 10-15 vardagar
1 729 kr
Skickas inom 10-15 vardagar
2 130 kr
Läs direkt efter köp
This book is a sequel to ’Deep-Sea Mining: Resource Potential, Technical and Environmental Considerations’ (2017) and ‘Environmental Issues of Deep-Sea Mining: Impacts, Consequences and Policy Perspectives’ (2019), and aims to provide a comprehensive volume on different perspectives of deep-sea mining from specialists around the world. The work is timely, as deep-sea minerals continue to enthuse researchers involved in activities such as ascertaining their potential as alternative sources for critical metals for green energy and other industrial applications, as well as technology development for their sustainable exploration and exploitation, while addressing environmental concerns. With a steady increase in the number of contractors having exclusive rights over large tracts of seafloor in the ‘Area’, i.e. area beyond national jurisdictions, the International Seabed Authority, mandated with the responsibility of regulating such activities, is in the process of developing a code for exploitation of deep-sea minerals. These, coupled with growing interest among private entrepreneurs, investment companies and policy makers, underscore the need for updated information to be made available in one place on the subject of deep-sea mining. The book evaluates the potential and sustainability of mining for deep-sea minerals compared to other land-based deposits, the technologies needed for mining and processing of ores, the approach towards environmental monitoring and management, as well as the regulatory frameworks and legal challenges to manage deep-sea mining activities. The book is expected to serve as an important reference for all stakeholders including researchers, contractors, mining companies, regulators and NGOs involved in deep-sea mining.
1 729 kr
Skickas inom 10-15 vardagar
1 729 kr
Skickas inom 10-15 vardagar