Gratis Versand in ganz Österreich
Bookbot

Rahul Sharma

    The Beginning of My End
    The Complete Rust Programming Reference Guide
    Getting Started with Istio Service Mesh
    Bestimmung des Dehnungsfeldes im schmelzbadnahen Bereich beim Lichtbogenschweißen
    Anwendung von Value Stream Mapping in einem Unternehmen, das Zylinder herstellt
    Silber-Nanopartikel in der Medikamentenverabreichung: Vom Labor zum Krankenbett
    • Die Nanomedizin ist ein wachsender Bereich der pharmazeutischen Wissenschaften, der dazu beiträgt, die nächste Generation von Arzneimitteln für die Vorbeugung und Behandlung menschlicher Krankheiten zu entwickeln. Silbernanopartikel werden aufgrund ihrer antimikrobiellen, antiviralen und krebsbekämpfenden Wirkung häufig eingesetzt. Darüber hinaus werden Silber-Nanopartikel auch in Konsumgütern wie Elektronik, Farben, Kleidung, Lebensmitteln und medizinischen Geräten eingesetzt. Silbernanopartikel haben einen langen Weg bis zum Krankenbett hinter sich.

      Silber-Nanopartikel in der Medikamentenverabreichung: Vom Labor zum Krankenbett
    • Das Ziel der schlanken Produktion ist es, die Verschwendung in Bezug auf Arbeitsaufwand, Lagerbestand, Markteinführungszeit und Produktionsfläche zu reduzieren, um in hohem Maße auf die Kundennachfrage reagieren zu können und gleichzeitig erstklassige Qualitätsprodukte auf die effizienteste und wirtschaftlichste Art und Weise zu produzieren. Die Wertstromanalyse kann als eine Technik der schlanken Produktion definiert werden, die zur Analyse des Material- und Informationsflusses verwendet wird, der derzeit erforderlich ist, um ein Produkt oder eine Dienstleistung an einen Kunden zu liefern. Diese Studie untersuchte und analysierte die Ursachen aller Verschwendungen, entwickelte aktuelle Wertstromkarten für den Zylinderherstellungsprozess und erstellte eine Karte des zukünftigen Zustands der Zylinderherstellung, um Verbesserungen des Wertstroms zu identifizieren, die die Gesamtdurchlaufzeit verkürzen und die Verschwendung durch die Anwendung verschiedener schlanker Techniken minimieren würden.

      Anwendung von Value Stream Mapping in einem Unternehmen, das Zylinder herstellt
    • Eine Vielzahl von Schweißverfahren nutzt eine bewegte Wärmequelle mit hoher Leistungsdichte, was zu einem stark inhomogenen Temperaturfeld mit hohen räumlichen Gradienten führt. Dies verursacht eine inhomogene Dehnungsverteilung im Material, die Werkstofftrennungen bei hoher Temperatur und verbleibende Eigenspannungen nach der Abkühlung zur Folge haben kann. In dieser Arbeit wurde das thermisch induzierte Dehnungsverhalten im Schmelzbadebereich beim WIG-Schweißen untersucht, mit dem Ziel, das transiente Dehnungsverhalten im Hochtemperaturbereich zu quantifizieren und ein besseres Verständnis der Heißrissentstehung zu ermöglichen. Der Fokus lag auf einer experimentellen Analyse des Dehnungsverhaltens zweier Modellwerkstoffe: Reinaluminium Al99,5 und der Nickelbasislegierung Alloy 625 (NiCr22Mo9Nb). In-Situ-Experimente mittels Neutronenbeugung wurden durchgeführt und mit konventionellen Dehnungs- und Temperaturmessverfahren (Bildkorrelation und Thermographie) verglichen. Die Ermittlung der Eigenspannungen erfolgte durch Neutronenbeugung und die inkrementelle Bohrlochmethode. Die Ergebnisse zeigen, dass In-Situ-Neutronenbeugung das elastische Dehnungsfeld beim Schweißen ermitteln kann und valide Ergebnisse liefert, jedoch auch die Einschränkung einer geringen Ortsauflösung aufgrund des großen Messvolumens aufzeigt. Die entwickelte Methode zur Temperaturbestimmung aus Beugungsdaten erleichterte die Auswertung des Dehnungsexperimen

      Bestimmung des Dehnungsfeldes im schmelzbadnahen Bereich beim Lichtbogenschweißen
    • Getting Started with Istio Service Mesh

      Manage Microservices in Kubernetes

      • 340 Seiten
      • 12 Lesestunden
      3,8(5)Abgeben

      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 proxy Master traffic management for service routing and application deployment Build application resiliency using timeout, circuit breakers, and connection pools Monitor using Prometheus and Grafana Configure 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. Inhaltsverzeichnis Chapter 1: Quick tour of Kubernetes.- Chapter 2: Introduction to Service Mesh.- Chapter 3: Installing Istio.- Chapter 4: Istio Gateway.- Chapter 5: Service Deployment.- Chapter 6: Service Resiliency.- Chapter 7: Istio Pilot and Application Metrics.- Chapter 8: Monitoring, Logs and Request Tracing.- Chapter 9: Quota and Policies.- Chapter 10: Service Debugging.

      Getting Started with Istio Service Mesh
    • 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 Rust Discover the functional and reactive implementations of traditional data structures Delve into new domains of Rust, including WebAssembly, networking, and command-line tools Book 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 Kaihlavirta Hands-On Data Structures and Algorithms with Rust by Claus Matzinger What you will learn Design and implement complex data structures in Rust Create and use well-tested and reusable components with Rust Understand the basics of multithreaded programming and advanced algorithm design Explore application profiling based on benchmarking and testing Study and apply best practices and strategies in error handling Create efficient web applications with the Actix-web framework Use Diesel for type-safe database interactions in your web application Who 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 i..

      The Complete Rust Programming Reference Guide
    • The Beginning of My End

      • 194 Seiten
      • 7 Lesestunden
      1,0(1)Abgeben

      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.

      The Beginning of My End
    • Hands-On Reactive Programming with Reactor presents a variety of examples which show how to use the Reactor framework to handle asynchronous code. In reactive programming, Reactor is a foundation for all its asynchronous applications on the JVM.

      Hands-On Reactive Programming with Reactor
    • Can you cheat death? Jeff had cheated death once. Would he be able to do that again? He is the only Time Aberration in the whole universe, and now his friend is Time Anachronism. Finding his best friend Sam, who is lost in time, is not only Jeff's priority but his obsession. But he is not alone in this journey, as he has his friends Jessica, Emma and others to accompany him on this adventure. He also has the advantage of the latest technology from CyberTech, which comes in handy, and his new AI friend to resolve all the mysteries behind his lost friend. Unleash the mysterious time travel and mind-blogging journey of Jeff and Sam. Explore various hi-tech future inventions, the science behind time travel, and the enigmatic journey of two friends living in different timelines.

      Time Anachronism: The Time Aberration Sequel
    • Focusing on power loss reduction and voltage profile enhancement, this study utilizes Mipower software to analyze the Aggarwal feeder in Kapurthala's industrial area. By applying various techniques, the research successfully decreases power losses from 8.58% to 1.596%, while also improving the feeder's voltage profile. The findings highlight effective strategies for optimizing electrical distribution systems.

      Power Loss Reduction & Improvement in Voltage Profile of 11kV Feeder