US$ 33.41
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New.
Softcover. c 1978, paperback, Very Good (some creasing to back cover, some cover rubbing), 64 pages, most of the text in Spanish, Miller's article (pages 40 - 59) in English, includes poetry by Jose Parreno, Ronnie Burk, Elena Tapia, Lucha Corpi, Richardo Sanchez, Ricardo D. Aguilar, LITERATURE [file poe.] [dd 09/03]; E3252.
US$ 29.08
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. Mastering Microsoft Power BI isn't just a how-to guide, it's your comprehensive playbook for cultivating a data-driven culture with interactive, real-time dashboards, self-service analytics, and cutting-edge visualization techniques. Whether you're empowering frontline business users to explore data on their own or architecting enterprise-grade embedding solutions, this book equips you with the principles, practices, and deep-dive strategies to deliver insights that drive smarter decisions across your organization. What You'll Learn Data-Driven Strategy & Frameworks - Establish the pillars of a data culture, from governance and adoption roadmaps to Centers of Excellence - Define roles, personas, and success metrics to align Power BI initiatives with business goals Self-Service BI Foundations - Deploy Power BI Desktop and Service best practices for data ingestion, cleansing, and transformation - Master data modeling principles and star schema design for performant analysis Advanced DAX & Data Modeling - Write optimized DAX measures, calculated tables, and time intelligence functions - Implement row-level security patterns and parameterized models for multi-tenant scenarios Real-Time Dashboards & Streaming Analytics - Configure real-time dataflows, Azure Stream Analytics, and push datasets for live KPI monitoring - Design responsive layouts and mobile-friendly visuals for on-the-go decision-making Sophisticated Visualization Techniques - Leverage custom visuals, R and Python integration, and advanced chart types to tell compelling data stories - Apply UX best practices, color theory, layout, and accessibility to maximize report impact Embedding & Integration - Embed Power BI reports and dashboards into web and mobile apps using Power BI Embedded and REST APIs - Secure and automate embed token workflows with service principals, master user flows, and JavaScript SDK Automation & DevOps for Power BI - Automate lifecycle tasks, PBIX imports, dataset refreshes, workspace provisioning via PowerShell and REST APIs - Integrate Power BI deployments into CI/CD pipelines using Azure DevOps or GitHub Actions Governance, Security & Compliance - Craft least-privilege IAM and Azure AD policies, enforce data classification, and audit usage with admin APIs - Implement proactive guardrails, sensitivity labels, data loss prevention, and tenant settings Performance Tuning & Capacity Planning - Monitor and optimize Premium and Embedded capacities, maximize query caching, and refine model performance - Use telemetry and usage metrics to right-size infrastructure and plan for scale Building a Community of Practice - Design training curricula, living documentation, and support models to sustain adoption - Foster peer-to-peer engagement through hackathons, forums, and recognition programs Who This Book Is For - Business Analysts and Data Engineers eager to build robust, self-service analytics solutions - Solutions Architects and IT Leaders designing secure, scalable Power BI platforms - Developers and DevOps Engineers automating Power BI workflows via REST APIs and Infrastructure-as-Code - Data Stewards and Governance Leads responsible for compliance, security, and data quality - Executive Sponsors and Change Agents championing a data-centric culture across the enterprise Mastering Microsoft Power BI delivers the end-to-end guidance you need to transform raw data into actionable insights empowering every stakeholder to become a confident, data-savvy decision-maker. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
US$ 30.47
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. Mastering Kubernetes isn't just a reference, it's your definitive playbook for building rock-solid, scalable, and resilient cloud-native applications and services that thrive on clusters from a single node to a global microservices mesh. Whether you're operating a production-grade Kubernetes control plane or architecting multi-cloud deployments, this book equips you with the patterns, practices, and deep-dive strategies to deliver mission-critical Kubernetes solutions with confidence. What You'll Learn Core Architecture & Reconciliation - Delve into the reconciliation loop, controllers, and custom operators for self-healing systems - Scale a high-availability control plane: API servers, etcd clusters, leader elections - Organize your cluster with labels, selectors, and annotations for dynamic workload management Workloads & Update Strategies - Master Pods, Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs - Implement rolling updates, rollbacks, blue-green, and canary release patterns - Tune resource requests, limits, HPA/VPA autoscaling, and affinity rules for performance Networking & Service Meshes - Configure Services, Endpoints, Ingress controllers, and external load balancers - Choose and customize CNI plugins for flat networking, policy enforcement, and multitenancy - Integrate Istio or Linkerd for secure, zero-trust routing, traffic shaping, and mTLS Configuration & Secrets Management - Manage ConfigMaps and Secrets with encryption, external vaults, and admission controls - Define RBAC roles, Pod Security Standards, and network policies for cluster hardening - Extend Kubernetes with CRDs, webhooks, and GitOps-driven configuration workflows Storage & Data Persistence - Provision PersistentVolumes, PVCs, StorageClasses, and CSI drivers for any storage backend - Architect dynamic provisioning, replication, and snapshot strategies for stateful apps - Optimize I/O performance with caching layers, volume resizing, and tiered storage Observability & Resilience - Centralize logging with the EFK stack and correlate logs with Prometheus metrics - Instrument distributed tracing via OpenTelemetry, Jaeger, or commercial APMs - Build fault-tolerant workflows with circuit breakers, retries, Pod disruption budgets, and chaos testing Who This Book Is For - Kubernetes administrators and cluster operators managing large-scale deployments - DevOps engineers and SREs automating CI/CD, observability, and platform provisioning - Application developers building cloud-native microservices and custom operators - Platform architects defining best practices for security, reliability, and continuous delivery With production-tested YAML manifests, reusable Helm charts, and end-to-end examples, Mastering Kubernetes is the essential guide to building future-proof, high-velocity, and resilient systems where every pod, node, and millisecond counts. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
US$ 30.47
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. Modern C++ Systems Programming isn't just a reference, it's your definitive playbook for building rock-solid, low-latency services, libraries, and tools that run anywhere. Whether you're modernizing legacy C++ code or designing greenfield systems at scale, this book equips you with the patterns, practices, and deep-dive strategies to deliver mission-critical software with confidence. What You'll Learn Advanced Concurrency & Synchronization - Master lock-free algorithms, fine-tuned spin-waiting, and wait-free data structures - Leverage std:: latch, std:: barrier, and semaphores for clear, high-throughput coordination - Build dynamic thread pools with work-stealing and NUMA-aware affinity for maximum CPU utilization Memory Management & Low-Level I/O - Use memory-mapped I/O (MMIO) and Direct Device Access for minimal-latency hardware interfacing - Harness cache-blocking, data-oriented layouts, and SIMD intrinsics for blazing performance - Implement custom allocators, pool memory, and manage safe reclamation in lock-free systems Cross-Platform Abstractions & System Calls - Wrap POSIX and Win32 syscalls in policy-based, concept-driven C++ interfaces - Abstract file, network, and serial devices with RAII, error codes, and std:: expected for robust APIs - Craft portable packages with CMake, CPack, DEB/RPM, and multi-stage Docker or Podman images Profiling, Testing & Observability - Integrate AddressSanitizer, ThreadSanitizer, and static analyzers into your CI pipeline - Profile CPU hot spots with perf and Intel VTune; diagnose memory with Massif and VTune's Memory Analysis - Add logging, metrics, and tracing with OpenTelemetry; design live-reload daemons and zero-downtime upgrades Performance Engineering & Reliability - Set up performance budgets, automated benchmarks (Google Benchmark), and regression guards - Optimize branch prediction, minimize false sharing, and tune prefetch hints - Build resilient services with health checks, backpressure, circuit breakers, and shared-nothing actors CI/CD, Infrastructure as Code & Deployment - Automate cross-compilation, testing, and packaging for multiple architectures in GitHub Actions or Azure Pipelines - Define Infrastructure as Code with Terraform, Bicep, and container orchestration for cloud-native rollouts - Enforce ABI stability with versioned SONAMEs, PImpl idiom, and compliance checks in your release workflow Who This Book Is For - Systems engineers building high-performance servers, network services, or device drivers in C++ - Performance architects who need to squeeze every cycle and byte from modern multi-core hardware - DevOps and platform teams automating cross-platform CI/CD, containerization, and observability for C++ workloads - Software leads standardizing concurrency, memory safety, and upgrade practices across critical infrastructure With ready-to-reuse templates, production-tested patterns, and hands-on examples, Modern C++ Systems Programming is the essential guide to crafting future-proof, high-velocity, and dependable C++ applications where every microsecond and megabyte counts. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
US$ 32.54
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. In an interconnected world, modern applications demand robust and efficient network communication. Rust, with its unique focus on memory safety, fearless concurrency, and exceptional performance, is the ideal language for building the next generation of network infrastructure, allowing you to create high-throughput systems without the fear of common security vulnerabilities."Rust Network Programming: A Practical Guide" is your essential roadmap to mastering network development with this innovative language. This book empowers you to leverage Rust's strengths to create applications and services that are not only incredibly fast but also remarkably safe and dependable, bridging the gap between theory and practice.Inside, you will master foundational concepts like sockets, TCP, and UDP, and utilize Rust's core tools for I/O and error handling. We dive deep into building highly concurrent applications using async/await and popular runtimes like Tokio. You will learn to structure and secure real-world services with TLS, handle data serialization, and apply performance optimization strategies. Through hands-on projects and clear code examples, you'll gain the confidence to build everything from low-level utilities to high-performance distributed systems.This guide is ideal for developers, architects, and programmers seeking to build high-performance, secure network applications. Grab your copy to become a confident and proficient Rust network programmer today. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Seller: Rarewaves.com UK, London, United Kingdom
US$ 30.80
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New.
Published by The Yale Peabody Museum, 2019
ISBN 10: 1933789131 ISBN 13: 9781933789132
Language: English
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
US$ 116.53
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by The Yale Peabody Museum, 2019
ISBN 10: 1933789131 ISBN 13: 9781933789132
Language: English
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 110.94
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Published by John Wiley and Sons Ltd, 2007
ISBN 10: 0470168358 ISBN 13: 9780470168356
Language: English
Seller: Buchpark, Trebbin, Germany
US$ 8.37
Convert currencyQuantity: 1 available
Add to basketCondition: Hervorragend. Zustand: Hervorragend | Sprache: Englisch | Produktart: Bücher.
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Seller: California Books, Miami, FL, U.S.A.
Condition: New. Print on Demand.
Published by Peabody Museum of Natural History, Yale University, US, 2019
ISBN 10: 1933789131 ISBN 13: 9781933789132
Language: English
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
US$ 172.80
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New. The Fishes of the Western North Atlantic series, which began publication in the 1940s by Yale University's Sears Foundation for Marine Research, was from its beginnings conceived to synthesize and make accessible the wealth of information in widely scattered published accounts of the fish fauna of the region for both the layman and the specialist, presenting critical reviews rather than compilations. These reference works are still considered valuable and of interest today to both general audiences and the academic community. As described in the Preface to the first volume, the series was "written on the premise that it should be useful to those in many walks of life-to those casually . interested ., to the sportsman ., to the fisherman ., as well as to the amateur ichthyologist and the professional scientist." These books remain authoritative studies of the anadromous, estuarine, and marine fishes of the waters of the western North Atlantic from Hudson Bay southward to the Amazon, ranking as primary references for both amateurs and professionals interested in fishes, and as significant working tools for students of the sea.
Seller: BennettBooksLtd, San Diego, NV, U.S.A.
Hardcover. Condition: New. In shrink wrap. Looks like an interesting title!
Published by Peabody Museum of Natural History, Yale University, US, 2019
ISBN 10: 1933789131 ISBN 13: 9781933789132
Language: English
Seller: Rarewaves.com UK, London, United Kingdom
US$ 165.84
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New. The Fishes of the Western North Atlantic series, which began publication in the 1940s by Yale University's Sears Foundation for Marine Research, was from its beginnings conceived to synthesize and make accessible the wealth of information in widely scattered published accounts of the fish fauna of the region for both the layman and the specialist, presenting critical reviews rather than compilations. These reference works are still considered valuable and of interest today to both general audiences and the academic community. As described in the Preface to the first volume, the series was "written on the premise that it should be useful to those in many walks of life-to those casually . interested ., to the sportsman ., to the fisherman ., as well as to the amateur ichthyologist and the professional scientist." These books remain authoritative studies of the anadromous, estuarine, and marine fishes of the waters of the western North Atlantic from Hudson Bay southward to the Amazon, ranking as primary references for both amateurs and professionals interested in fishes, and as significant working tools for students of the sea.
Published by Artforum, 1993
Seller: castlebooksbcn, Barcelona, B, Spain
Magazine / Periodical
US$ 72.57
Convert currencyQuantity: 1 available
Add to basketEncuadernación de tapa blanda. Condition: Bien. Dust Jacket Condition: Aceptable. Essays "Glamour Wounds: Rhonda Lieberman on The Jew Beat, Again," by Rhonda Lieberman; "Music: David Rimanelli and Tina Lyons on New Wave," by David Rimanelli and Tina Lyon; "Media Kids: Anne Marlowe on Rock at Princeton," by Ann Marlowe; "Exits and Entrances: Jeanne Silverthorne on David Mamets Oleanna," by Jeanne Silverthorne; "Film: Manohla Dargis on Gillian Armstrong's 'Last Days of Chez Nous,'" by Manohla Dargis; "Books: Gary Kamiya on James Miller's 'Passion of Michel Foucault,'" by Gary Kamiya; "Museum Piece: Thomas McEvilley on 'Exhibiting Cultures' and 'Museums and Communities,'" by Thomas McEvilley; "Eugenio Dittborn: Return to Sender," by Dan Cameron; "Half-Life: A Project for Artforum," by Nick Waplington with text by Jayne Anne Phillips; "Malice toward Nuns," Manohla Dargis talks with Abel Ferrara; "Luis Gordillo's Anxious Biology," by Lisa Liebmann; "You and I: The Art of Ketty La Rocca," by Judith Russi Kirshner; "The Sublime Theorist of Slovenia," Peter Canning interviews Slavoj i ek; "Openings: Chris Isner," by Daniela Salvioni. Reviews Donald Kuspit, Jan Avgikos, Barry Schwabsky, Kirby Gookin, Ben Lifson, Joshua Decter, A.M. Homes, David Pagel, Andrew Perchuk, Jenifer P. Borum, Keith Seward, Lois Nesbitt, Patricia C. Phillips, RoseLee Goldberg, Francine Koslow Miller, James Yood, Therese Lichtenstein, Maria Porges, Amy Gerstler, Benjamin Weissman, Laura U. Marks, Carlos Basualdo, José Luis Brea, Massimo Carboni, Giorgio Verzotti, Anne Dagbert, Miriam Rosen, Peter Nesweda, Claudia Jolles, Noemi Smolik, Sabine B. Vogel, Peter Funken, Michael Corris, Charles Green. Cover: Nick Waplington.