Kirjojen hintavertailu. Mukana 12 302 548 kirjaa ja 12 kauppaa.

Kirjailija

Rahul Sharma

Kirjat ja teokset yhdessä paikassa: 76 kirjaa, julkaisuja vuosilta 2012-2026, suosituimpien joukossa C Programming. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

76 kirjaa

Kirjojen julkaisuhaarukka 2012-2026.

Getting Started with Istio Service Mesh

Getting Started with Istio Service Mesh

Rahul Sharma; Avinash Singh

APress
2019
nidottu
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 LearnDiscover 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 For Developers 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.
Brand Extension

Brand Extension

Rahul Sharma

Scholars' Press
2019
pokkari
Brand extensions refer to use an established brand name in new product or product categories and are extensively applied as a marketing strategy. Brand extension success factors vary according to cultures. Consumers' attitude towards extensions is modified on the basis of their cognitional reactions and relations between the parent brand and extended product and/ or product categories. This study aims at conducting an exploratory research and revealing the relationship between the parent brand and the extended brand. More specifically, the impact of parent brand loyalty on the extension is explored. Therefore, the main objective is to evaluate the attitudes of consumers towards brand extension strategy in apparel section in Bilaspur. The study analyzes consumers' attitudes towards brand extensions specifically in apparel section. This is in particular to portray that consumers respond positively to brand extensions in various industries due to different motivations. During the methodology application process, in-depth interviews were carried out with 100 participants who were selected randomly from Shopping Store and other places. The interviews were conducted using questionnaire.
The The Complete Rust Programming Reference Guide

The The Complete Rust Programming Reference Guide

Rahul Sharma; Vesa Kaihlavirta; Claus Matzinger

Packt Publishing Limited
2019
nidottu
Design and implement professional-level programs by leveraging modern data structures and algorithms in RustKey FeaturesImprove 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 DescriptionRust 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 learnDesign 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 forIf 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.
The Beginning of My End

The Beginning of My End

Rahul Sharma

Notion Press
2019
nidottu
Aarav is an orphan and lives in Delhi. He is passionate about writing and dreams of becoming a bestselling author one day. One day, he meets Rihana and they fall madly in love. Now, Aarav's dream becomes Rihana's dream.But despite their best efforts, no publisher agrees to publish his novel. Finally, Mr. Bajaj of Bajaj Publications sets a condition that the day Aarav became famous, he will print his novel. To realize Rihana's dream and become a bestselling author, Aarav crosses all limits of craziness.
Mastering Rust

Mastering Rust

Rahul Sharma; Vesa Kaihlavirta

Packt Publishing Limited
2019
nidottu
Become proficient in designing, developing and deploying effective software systems using the advanced constructs of Rust Key FeaturesImprove 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 DescriptionRust 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 learnWrite 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 forThe 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.
Hands-On Reactive Programming with Reactor

Hands-On Reactive Programming with Reactor

Rahul Sharma

Packt Publishing Limited
2018
nidottu
Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applicationsKey FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook DescriptionReactor is an implementation of the Java 9 Reactive Streams specification, an API for asynchronous data processing. This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. Hands-On Reactive Programming with Reactor shows you how Reactor works, as well as how to use it to develop reactive applications in Java.The book begins with the fundamentals of Reactor and the role it plays in building effective applications. You will learn how to build fully non-blocking applications and will later be guided by the Publisher and Subscriber APIs. You will gain an understanding how to use two reactive composable APIs, Flux and Mono, which are used extensively to implement Reactive Extensions. All of these components are combined using various operations to build a complete solution. In addition to this, you will get to grips with the Flow API and understand backpressure in order to control overruns. You will also study the use of Spring WebFlux, an extension of the Reactor framework for building microservices.By the end of the book, you will have gained enough confidence to build reactive and scalable microservices.What you will learnExplore benefits of the Reactive paradigm and the Reactive Streams APIDiscover the impact of Flux and Mono implications in ReactorExpand and repeat data in stream processingGet to grips with various types of processors and choose the best oneUnderstand how to map errors to make corrections easierCreate robust tests using testing utilities offered by ReactorFind the best way to schedule the execution of codeWho this book is forIf you’re looking to develop event- and data-driven applications easily with Reactor, this book is for you. Sound knowledge of Java fundamentals is necessary to understand the concepts covered in the book.
Java Unit Testing with JUnit 5

Java Unit Testing with JUnit 5

Shekhar Gulati; Rahul Sharma

APress
2017
nidottu
Explore the new way of building and maintaining test cases with Java test driven development (TDD) using JUnit 5. This book doesn't just talk about the new concepts, it shows you ways of applying them in TDD and Java 8 to continuously deliver code that excels in all metrics. Unit testing and test driven development have now become part of every developer's skill set. For Java developers, the most popular testing tool has been JUnit, and JUnit 5 is built using the latest features of Java. With Java Unit Testing with JUnit 5, you'll master these new features, including method parameters, extensions, assertions and assumptions, and dynamic tests. You'll also see how to write clean tests with less code. This book is a departure from using older practices and presents new ways of performing tests, building assertions, and injecting dependencies. What You Will LearnWrite tests the JUnit 5 way Run your tests from within your IDEIntegrate tests with your build and static analysis toolsMigrate from JUnit 4 to JUnit 5Who This Book Is ForJava developers both with and without any prior unit testing experience.