Scalable
 
楽天市場検索


  レディースファッション (0)
  メンズファッション (0)
  インナー・下着・ナイトウェア (0)
  バッグ・小物・ブランド雑貨 (0)
  靴 (0)
  腕時計 (0)
  ジュエリー・アクセサリー (0)
  キッズ・ベビー・マタニティ (0)
  おもちゃ (0)
  スポーツ・アウトドア (1) (Scalable)
  家電 (0)
  TV・オーディオ・カメラ (0)
  パソコン・周辺機器 (3) (Scalable)
  スマートフォン・タブレット (0)
  光回線・モバイル通信 (0)
  食品 (0)
  スイーツ・お菓子 (0)
  水・ソフトドリンク (0)
  ビール・洋酒 (0)
  日本酒・焼酎 (0)
  インテリア・寝具・収納 (0)
  日用品雑貨・文房具・手芸 (0)
  キッチン用品・食器・調理器具 (0)
  本・雑誌・コミック (439) (Scalable)
  CD・DVD (0)
  テレビゲーム (0)
  ホビー (1) (Scalable)
  楽器・音響機器 (0)
  車・バイク (0)
  車用品・バイク用品 (12) (Scalable)
  美容・コスメ・香水 (0)
  ダイエット・健康 (0)
  医薬品・コンタクト・介護 (0)
  ペット・ペットグッズ (0)
  花・ガーデン・DIY (0)
  サービス・リフォーム (0)
  住宅・不動産 (0)
  カタログギフト・チケット (0)
  百貨店・総合通販・ギフト (0)
 
456件中 31件 - 60件  1 2 3 4 5 6 7
商品説明価格

Mastering Microservices with Java 9 - Second Edition Master the art of implementing scalable microservices in your production environment with ease【電子書籍】[ Sourabh Sharma ]

楽天Kobo電子書籍ストア
<p><strong>Master the art of implementing scalable microservices in your production environment with ease</strong></p> <h2>About This Book</h2> <ul> <li>Use domain-driven design to build microservices</li> <li>Use Spring Cloud to use Service Discovery and Registeration</li> <li>Use Kafka, Avro and Spring Streams for implementing event based microservices</li> </ul> <h2>Who This Book Is For</h2> <p>This book is for Java developers who are familiar with the microservices architecture and now wants to take a deeper dive into effectively implementing microservices at an enterprise level. A reasonable knowledge level and understanding of core microservice elements and applications is expected.</p> <h2>What You Will Learn</h2> <ul> <li>Use domain-driven design to design and implement microservices</li> <li>Secure microservices using Spring Security</li> <li>Learn to develop REST service development</li> <li>Deploy and test microservices</li> <li>Troubleshoot and debug the issues faced during development</li> <li>Learning best practices and common principals about microservices</li> </ul> <h2>In Detail</h2> <p>Microservices are the next big thing in designing scalable, easy-to-maintain applications. It not only makes app development easier, but also offers great flexibility to utilize various resources optimally. If you want to build an enterprise-ready implementation of the microservices architecture, then this is the book for you!</p> <p>Starting off by understanding the core concepts and framework, you will then focus on the high-level design of large software projects. You will gradually move on to setting up the development environment and configuring it before implementing continuous integration to deploy your microservice architecture. Using Spring security, you will secure microservices and test them effectively using REST Java clients and other tools like RxJava 2.0. We'll show you the best patterns, practices and common principals of microservice design and you'll learn to troubleshoot and debug the issues faced during development. We'll show you how to design and implement reactive microservices. Finally, we'll show you how to migrate a monolithic application to microservices based application.</p> <p>By the end of the book, you will know how to build smaller, lighter, and faster services that can be implemented easily in a production environment.</p> <h2>Style and approach</h2> <p>This book starts from the basics, including environment setup and provides easy-to-follow steps to implement the sample project using microservices.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Distributed Computing in Java 9 Explore the power of distributed computing to write concurrent, scalable applications in Java【電子書籍】[ Raja Malleswara Rao Pattamsetti ]

楽天Kobo電子書籍ストア
<p><strong>Explore the power of distributed computing to write concurrent, scalable applications in Java</strong></p> <h2>About This Book</h2> <ul> <li>Make the best of Java 9 features to write succinct code</li> <li>Handle large amounts of data using HPC</li> <li>Make use of AWS and Google App Engine along with Java to establish a powerful remote computation system</li> </ul> <h2>Who This Book Is For</h2> <p>This book is for basic to intermediate level Java developers who is aware of object-oriented programming and Java basic concepts.</p> <h2>What You Will Learn</h2> <ul> <li>Understand the basic concepts of parallel and distributed computing/programming</li> <li>Achieve performance improvement using parallel processing, multithreading, concurrency, memory sharing, and hpc cluster computing</li> <li>Get an in-depth understanding of Enterprise Messaging concepts with Java Messaging Service and Web Services in the context of Enterprise Integration Patterns</li> <li>Work with Distributed Database technologies</li> <li>Understand how to develop and deploy a distributed application on different cloud platforms including Amazon Web Service and Docker CaaS Concepts</li> <li>Explore big data technologies</li> <li>Effectively test and debug distributed systems</li> <li>Gain thorough knowledge of security standards for distributed applications including two-way Secure Socket Layer</li> </ul> <h2>In Detail</h2> <p>Distributed computing is the concept with which a bigger computation process is accomplished by splitting it into multiple smaller logical activities and performed by diverse systems, resulting in maximized performance in lower infrastructure investment. This book will teach you how to improve the performance of traditional applications through the usage of parallelism and optimized resource utilization in Java 9.</p> <p>After a brief introduction to the fundamentals of distributed and parallel computing, the book moves on to explain different ways of communicating with remote systems/objects in a distributed architecture. You will learn about asynchronous messaging with enterprise integration and related patterns, and how to handle large amount of data using HPC and implement distributed computing for databases.</p> <p>Moving on, it explains how to deploy distributed applications on different cloud platforms and self-contained application development. You will also learn about big data technologies and understand how they contribute to distributed computing. The book concludes with the detailed coverage of testing, debugging, troubleshooting, and security aspects of distributed applications so the programs you build are robust, efficient, and secure.</p> <h2>Style and approach</h2> <p>This is a step-by-step practical guide with real-world examples.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Building Serverless Web Applications Build scalable, efficient, and highly available web apps using AWS【電子書籍】[ Diego Zanon ]

楽天Kobo電子書籍ストア
<p><strong>Build scalable, efficient, and highly available web apps using AWS</strong></p> <h2>About This Book</h2> <ul> <li>Get an in-depth understanding of the serverless model</li> <li>Build a complete serverless web application end to end</li> <li>Learn how to use the Serverless Framework to improve your productivity</li> </ul> <h2>Who This Book Is For</h2> <p>If you're looking to learn more about scalable and cost-efficient architectures, this book is for you. Basic knowledge of Node.js skills or familiarity with cloud services is required. For other topics, we cover the basics.</p> <h2>What You Will Learn</h2> <ul> <li>Get a grasp of the pros and cons of going serverless and its use cases</li> <li>Discover how you can use the building blocks of AWS to your advantage</li> <li>Set up the environment and create a basic app with the Serverless Framework</li> <li>Host static files on S3 and CloudFront with HTTPS support</li> <li>Build a sample application with a frontend using React as an SPA</li> <li>Develop the Node.js backend to handle requests and connect to a SimpleDB database</li> <li>Secure your applications with authentication and authorization</li> <li>Implement the publish-subscribe pattern to handle notifications in a serverless application</li> <li>Create tests, define the workflow for deployment, and monitor your app</li> </ul> <h2>In Detail</h2> <p>This book will equip you with the knowledge needed to build your own serverless apps by showing you how to set up different services while making your application scalable, highly available, and efficient.</p> <p>We begin by giving you an idea of what it means to go serverless, exploring the pros and cons of the serverless model and its use cases. Next, you will be introduced to the AWS services that will be used throughout the book, how to estimate costs, and how to set up and use the Serverless Framework.</p> <p>From here, you will start to build an entire serverless project of an online store, beginning with a React SPA frontend hosted on AWS followed by a serverless backend with API Gateway and Lambda functions. You will also learn to access data from a SimpleDB database, secure the application with authentication and authorization, and implement serverless notifications for browsers using AWS IoT. This book will describe how to monitor the performance, efficiency, and errors of your apps and conclude by teaching you how to test and deploy your applications.</p> <h2>Style and approach</h2> <p>This book takes a step-by-step approach on how to use the Serverless Framework and AWS services to build Serverless Applications. It will give you a hands-on feeling, allowing you to practice while reading. It provides a brief introduction of concepts while keeping the focus on the practical skills required to develop applications.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

洋書 Hands-On Full-Stack Web Development with GraphQL and React: Build scalable full-stack applications while learning to solve complex problems with GraphQL

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 10,251円

Google Cloud Platform Administration Design highly available, scalable, and secure cloud solutions on GCP【電子書籍】[ Ranjit Singh Thakurratan ]

楽天Kobo電子書籍ストア
<p><strong>Make the most of GCP’s offerings to manage your data center workload and optimize deployments</strong></p> <h4>Key Features</h4> <ul> <li>Discover new techniques to administer, manage, and deploy applications on GCP</li> <li>Understand effective solutions for storing, retrieving, and deploying your container images</li> <li>Explore various offerings of GCP for operations and security</li> </ul> <h4>Book Description</h4> <p>On-premise data centers are costly to manage. If you need a data center but don’t want to deal with a physical one, Google Cloud Platform (GCP) is the solution. With GCP, you can build, test, and deploy applications on Google’s infrastructure.</p> <p>Google Cloud Platform Administration begins with GCP fundamentals, with the help of which you will deploy your first app and gain an understanding of Google Cloud architecture and services. Furthermore, you will learn how to manage Compute, networking, and storage resources. As you make your way through the book, you will learn how to track and manage GCP’s usage, monitoring, and billing access control. You will also be able to manage your GCP's access and permissions. In the concluding chapters, you will explore a list of different developer tools for managing and interacting with the GCP platform.</p> <p>By the end of this book, you will have learned how to effectively deploy workloads on GCP.</p> <h4>What you will learn</h4> <ul> <li>Understand all GCP Compute components</li> <li>Deploy and manage multiple GCP storage options</li> <li>Manage and utilize the networking resources offered by GCP</li> <li>Explore the functionalities and features of the GCP Container</li> <li>Understand the workings of GCP operations such as monitoring and error reporting</li> <li>Discover an immune GCP using its identity and security options</li> </ul> <h4>Who this book is for</h4> <p>Google Cloud Platform Administration is for administrators, cloud architects, and engineers who want to leverage the upcoming Google Cloud Platform. Some basic understanding of cloud computing will be useful.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,085円

Web API Development with ASP.NET Core 8 Learn techniques, patterns, and tools for building high-performance, robust, and scalable web APIs【電子書籍】[ Xiaodi Yan ]

楽天Kobo電子書籍ストア
<p><b>Develop web API applications using design patterns, advanced customization, and cutting-edge technologies, such as SignalR, gRPC, and GraphQL, while leveraging powerful cloud platforms and tools to accelerate development</b></p><h2>Key Features</h2><ul><li>Gain proficiency in building modern ASP.NET Core web API applications</li><li>Develop the skills to effectively test, debug, and secure your web API applications</li><li>Streamline development workflows and boost productivity with cloud computing platforms and industry-standard CI/CD tools</li><li>Purchase of the print or Kindle book includes a free PDF eBook</li></ul><h2>Book Description</h2>Web API applications have become increasingly significant in recent years, fueled by the ever-accelerating pace of technological advancements. However, with this rapid evolution comes a pressing challenge: the need to create web API applications that are not only functional but also adaptable, maintainable, and scalable to meet the demands of users and businesses alike. This book will help you address this challenge head-on, equipping you with the knowledge and skills required to develop web API applications from scratch. By providing a deeper understanding of the various protocols implemented by ASP.NET Core, including RESTful, SignalR (WebSocket), gRPC, and GraphQL, supplemented by practical examples and optimization techniques, such as using middleware, testing, caching, and logging, this book offers invaluable insights for both newcomers as well as seasoned developers to meet modern web development requirements. Additionally, you’ll discover how to use cloud platforms such as Azure and Azure DevOps to enhance the development and operational aspects of your application. By the end of the book, you’ll be fully prepared to undertake enterprise-grade web API projects with confidence, harnessing the latest advancements in ASP.NET Core 8 to drive innovation.<h2>What you will learn</h2><ul><li>Build a strong foundation in web API fundamentals</li><li>Explore the ASP.NET Core 8 framework and other industry-standard libraries and tools for high-performance, scalable web APIs</li><li>Apply essential software design patterns such as MVC, dependency injection, and the repository pattern</li><li>Use Entity Framework Core for database operations and complex query creation</li><li>Implement robust security measures to protect against malicious attacks and data breaches</li><li>Deploy your application to the cloud using Azure and leverage Azure DevOps to implement CI/CD</li></ul><h2>Who this book is for</h2><p>This book is for developers who want to learn how to build web APIs with ASP.NET Core and create flexible, maintainable, scalable applications with .NET platform. Basic knowledge of C\#, .NET, and Git will assist with understanding the concepts more easily.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,734円

洋書 Building a Scalable Data Warehouse with Data Vault 2.0

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,655円

洋書 Building Large-Scale Web Applications with Angular: Your one-stop guide to building scalable and production-grade Angular web apps

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,961円

Scalable Information Systems 5th International Conference, INFOSCALE 2014, Seoul, South Korea, September 25-26, 2014, Revised Selected Papers【電子書籍】

楽天Kobo電子書籍ストア
<p>This book constitutes the thoroughly refereed post-conference proceedings of the International Conference on Scalable Information Systems, INFOSCALE 2014, held in September 2014 in Seoul, South Korea. The 9 revised full papers presented were carefully reviewed and selected from 14 submissions. The papers cover a wide range of topics such as scalable data analysis and big data applications.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,862円

Microservices with Go Building scalable and reliable microservices with Go【電子書籍】[ Alexander Shuiskov ]

楽天Kobo電子書籍ストア
<p><b>Build, scale, and maintain microservices in Golang with ease.</b></p><h2>Key Features</h2><ul><li>Create and organize well-structured Go microservices</li><li>Learn industry best practices and gain insights into Go microservice development tools, patterns, and solutions</li><li>Cover hands-on Golang examples in each chapter</li></ul><h2>Book Description</h2>This book covers the key benefits and common issues of microservices, helping you understand the problems microservice architecture helps to solve, the issues it usually introduces, and the ways to tackle them. You’ll start by learning about the importance of using the right principles and standards in order to achieve the key benefits of microservice architecture. The following chapters will explain why the Go programming language is one of the most popular languages for microservice development and lay down the foundations for the next chapters of the book. You’ll explore the foundational aspects of Go microservice development including service scaffolding, service discovery, data serialization, synchronous and asynchronous communication, deployment, and testing. After covering the development aspects, you’ll progress to maintenance and reliability topics. The last part focuses on more advanced topics of Go microservice development including system reliability, observability, maintainability, and scalability. In this part, you’ll dive into the best practices and examples which illustrate how to apply the key ideas to existing applications, using the services scaffolded in the previous part as examples. By the end of this book, you’ll have gained hands-on experience with everything you need to develop scalable, reliable and performant microservices using Go.<h2>What you will learn</h2><ul><li>Get familiar with the industry’s best practices and solutions in microservice development</li><li>Understand service discovery in the microservices environment</li><li>Explore reliability and observability principles</li><li>Discover best practices for asynchronous communication</li><li>Focus on how to write high-quality unit and integration tests in Go applications</li><li>Understand how to profile Go microservices</li></ul><h2>Who this book is for</h2><p>This book is for all types of developers, from people interested in learning how to write microservices in Go to seasoned professionals who want to take the next step in mastering the art of writing scalable and reliable microservice-based systems. A basic understanding of Go will come in handy.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,616円

Scalable Cloud Ops with Fugue Declare, Deploy, and Automate the Cloud【電子書籍】[ Josha Stella ]

楽天Kobo電子書籍ストア
<p>Harness the promise of the cloud with Fugue, an operating system built for the cloud. Program cloud infrastructure in a fraction of the time it takes with current tools, debug infrastructure at design time, and centralize your change control process. Written by the Fugue development team, this is the definitive resource to scalable cloud operations with Fugue.</p> <p>Cloud computing represents the greatest shift in computing in more than a decade. But the promise of the cloud is unrealized. The cloud isn't just about shedding the physical data center - it's about shedding the data center mindset. Cloud infrastructure can be controlled via API calls. This means we can view it as a giant general-purpose compute - and program it. That's where the Fugue operating system and the Ludwig language come in. They automate the creation, operation, enforcement, and termination of infrastructure in the cloud.</p> <p>This definitive Fugue guide starts with a simple website and moves on to a more robust application with evolving infrastructure needs as you walk through the steps to harnessing the cloud. With Amazon Web Services, launch infrastructure quickly. Debug in design time. Automate deployment and enforcement of your cloud. Centralize your change control process and automate continuous auditing. Rest easy knowing configuration drift, unwanted changes, and infrastructure quality issues are addressed, continuously and automatically. Hands-on chapters lead you through creating this application step by step.</p> <p>If you're a software engineer, architect, DevOps professional, or enterprise team leader using cloud computing for running applications and websites, this book will change the way you view cloud computing.</p> <p><strong>What You Need:</strong></p> <p>An Amazon Web Services (AWS) account and a basic familiarity with the AWS Console.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,705円

Building Scalable and Smart Multimedia Applications on the Semantic Web【電子書籍】[ Michael Hausenblas ]

楽天Kobo電子書籍ストア
<p>Doctoral Thesis / Dissertation from the year 2009 in the subject Information Management, grade: 1,0, University of Graz, language: English, abstract: The Semantic Web has become reality over the past couple of years. While certain practical topics-such as interoperability, etc.-have at least partially been addressed, scalability and expressivity issues regarding the utilisation of multimedia metadata on the Semantic Web are still widely neglected. However, existing Web (2.0) applications handling millions of multimedia assets are starting to take advantage of Semantic Web technologies. This work contributes to design decisions regarding scalable and smart multimedia applications on the Semantic Web. Based on an analysis of practical issues-stemming from diverse projects and activities the author has participated in over the past four years-three areas have been identified, namely (i) performance and scalability issues on the data access level, (ii) the effective and efficient representation of multimedia content descriptions, and (iii) the deployment of multimedia metadata on the Semantic Web. The three research areas have as its common base the trade-off between expressivity and scalability. We present our ?ndings regarding scalable, yet expressive Semantic Web multimedia applications in a number of practical settings and discuss future directions, such as interlinking multimedia.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,830円

React.js Design Patterns Learn how to build scalable React apps with ease (English Edition)【電子書籍】[ Anthony Onyekachukwu Okonta ]

楽天Kobo電子書籍ストア
<p>React is a JavaScript library created by Facebook to help build applications with components. In React, there are proven methods to solve common problems experienced by React developers. If you are looking for different ways how to choose your pattern when building a React app, then this book is for you. The book starts by sharing the best practices for architecting your React app. It then helps you learn how to create clean, performant, and maintainable React components using JavaScript and TypeScript. The book helps you explore and work with some useful hooks in React. It also helps you learn how to enable server-side rendering for your React app. Later, the book will help you discover ways to style your React components effectively. Towards the end, the book will help you learn how to write tests for your React applications. By the end of the book, you will be able to build complex and maintainable React apps with JavaScript and TypeScript.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,597円

洋書 Paperback, Hands-On Full Stack Development with Spring Boot 2.0 and React: Build modern and scalable full stack applications using the Java-based Spring Framework 5.0 and React

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。 10,760円

What Customers Hate Drive Fast and Scalable Growth by Eliminating the Things that Drive Away Business【電子書籍】[ Nicholas Webb ]

楽天Kobo電子書籍ストア
<p><strong>This book will teach you how to eliminate what customers hate and lead your market and customer satisfaction.</strong></p> <p>Whether you’re selling to consumers or business-to-business (B2B), perfection in the marketplace does not exist. When making buying decisions, customers are faced with an array of imperfect choices. The best organizations in the world are not only delivering great customer experience, but they’re also taking steps to proactively avoid the things that customers hate. These companies have learned that if you can eliminate what customers hate, you will instantly become the best option in your market.</p> <p>No company, brand, or service enjoys 100 percent love. There will always be some degree of hate in the mix. Hate is a source of friction, and if there is too much friction, the process of moving products and servicesー regardless of their high qualityーinto the hands of customers will grind to a halt.</p> <p><em>What Customers Hate</em> will show you how to avoid the common pitfalls that have damaged some of the best organizations, and best teams in the world, and how to change the philosophical view of customer experience so you can learn that customer experience is actually an innovation activity. This customer experience playbook will give you actionable takeaways that include:</p> <ul> <li>How to turn an upset customer into a customer for life, in five easy steps.</li> <li>Why “haters” will determine your organization’s growth and profitability.</li> <li>How to thrive in the “experience economy.”</li> <li>The importance of the five-touch journey mapping.</li> <li>The impact of hate-love personification.</li> <li>How to turn your customers into “Evangelists.”</li> <li>The power of: Attraction, Promotion, Retention, and Avoiding Deflection.</li> <li>The secrets of the best organizations in the world.</li> </ul> <p>This book is the product of many years of front-line work with some of the top brands in the world and their customers. Set aside the theories and concepts, this is the playbook you need. You’ll find that this approach will make it fast and easy to drive scalable growth, profitability, and most importantly, customer happiness.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,604円

洋書 Paperback, Django 2 Web Development Cookbook: 100 practical recipes on building scalable Python web apps with Django 2, 3rd Edition

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,244円

Mapping Data Flows in Azure Data Factory Building Scalable ETL Projects in the Microsoft Cloud【電子書籍】[ Mark Kromer ]

楽天Kobo電子書籍ストア
<p>Build scalable ETL data pipelines in the cloud using Azure Data Factory’s Mapping Data Flows. Each chapter of this book addresses different aspects of an end-to-end data pipeline that includes repeatable design patterns based on best practices using ADF’s code-free data transformation design tools. The book shows data engineers how to take raw business data at cloud scale and turn that data into business value by organizing and transforming the data for use in data science projects and analytics systems.</p> <p>The book begins with an introduction to Azure Data Factory followed by an introduction to its Mapping Data Flows feature set. Subsequent chapters show how to build your first pipeline and corresponding data flow, implement common design patterns, and operationalize your result. By the end of the book, you will be able to apply what you’ve learned to your complex data integration and ETL projects in Azure. These projects will enable cloud-scale big analytics and data loading and transformation best practices for data warehouses.</p> <p><strong>What You Will Learn</strong></p> <ul> <li>Build scalable ETL jobs in Azure without writing code</li> <li>Transform big data for data quality and data modeling requirements</li> <li>Understand the different aspects of Azure Data Factory ETL pipelines from datasets and Linked Services to Mapping Data Flows</li> <li>Apply best practices for designing and managing complex ETL data pipelines in Azure Data Factory</li> <li>Add cloud-based ETL patterns to your set of data engineering skills</li> <li>Build repeatable code-free ETL design patterns</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Data engineers who are new to building complex data transformation pipelines in the cloud with Azure; and data engineers who need ETL solutions that scale to match swiftly growing volumes of data</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,292円

Watertight Marketing The proven process for seriously scalable sales【電子書籍】[ Bryony Thomas ]

楽天Kobo電子書籍ストア
<p><strong>Are you wasting time on marketing?</strong></p> <p><strong>The sad truth is that most businesses are. But there is an answer, and it’s in this book!</strong></p> <p>Even the smartest businesses can find themselves exhausted by yo-yo marketing and paralysed by the overwhelm of big ideas, big promises and the next big thing. Money and energy is wasted on running the marketing taps, whilst potential revenue pours from a very leaky bucket.</p> <p>Join the thousands of businesses already using the tested and trusted Watertight Marketing methodology and discover how you too can put it into action to cut through the hype, make a clear plan and take control of your marketing to:</p> <ul> <li>create consistent routes to customers you’ll love,</li> <li>successfully scale your sales results, and</li> <li>significantly and sustainably increase your profits.</li> </ul> <p>This is the book that actually delivers what so many others promise. You’ll discover inspiring true stories of businesses like yours that have doubled, tripled and even 10x revenue and profit. And, just like them, you’ll unlock the proven and powerful toolkit that builds an enduring process that will deliver profitable results, year after year.</p> <p>20% of all royalties will be donated to Pancreatic Cancer UK.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,457円

洋書 Modern C++: Efficient and Scalable Application Development: Leverage the modern features of C++ to overcome difficulties in various stages of application development

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 11,654円

洋書 Paperback, Hands-On Cloud-Native Microservices with Jakarta EE: Build scalable and reactive microservices with Docker, Kubernetes, and OpenShift

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。 11,002円

Business by Design: Take Your Business from Chaos and Overwhelm to Scalable and Rewarding【電子書籍】[ Chris Green ]

楽天Kobo電子書籍ストア
<p><strong>Is your business all-consuming, not leaving you with the time to enjoy the things that really matter?</strong></p> <p>Do you want the freedom to choose the work you do, the way you want? Shouldn't your business serve you and your lifestyle? If the answer to these questions is yes, then the way forward is to create a business by design.</p> <p>The modern SME is more complex than ever with empowered clients, ramped-up communication, highly mobile employees and supply chains requiring constant attention. Do you find yourself working longer and longer hours but having little impact?</p> <p>Written by leading regional business coach Chris Green and drawing on over twenty years' experience in supporting entrepreneurial business owners to grow their businesses and realise their leadership potential, this practical book shows you how to take your business from overwhelm and chaotic to scalable and rewarding.</p> <p>Using real-life case studies, learn to:</p> <ul> <li>Set an inspirational strategy;</li> <li>Adopt a breakthrough attitude;</li> <li>Eliminate key-person risk;</li> <li>Rethink and grow your team; and</li> <li>Create business systems that work.</li> </ul> <p><em>Business by Design</em> will give you the road map to create the business you always wanted but didn't know how to attain.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,980円

Software Project Management for Distributed Computing Life-Cycle Methods for Developing Scalable and Reliable Tools【電子書籍】

楽天Kobo電子書籍ストア
<p>This unique volume explores cutting-edge management approaches to developing complex software that is efficient, scalable, sustainable, and suitable for distributed environments. Practical insights are offered by an international selection of pre-eminent authorities, including case studies, best practices, and balanced corporate analyses. Emphasis is placed on the use of the latest software technologies and frameworks for life-cycle methods, including the design, implementation and testing stages of software development.</p> <p><strong>Topics and features:</strong></p> <p>・ Reviews approaches for reusability, cost and time estimation, and for functional size measurement of distributed software applications</p> <p>・ Discusses the core characteristics of a large-scale defense system, and the design of software project management (SPM) as a service</p> <p>・ Introduces the 3PR framework, research on crowdsourcing software development, and an innovative approach to modeling large-scale multi-agent software systems</p> <p>・ Examines a system architecture for ambient assisted living, and an approach to cloud migration and management assessment</p> <p>・ Describes a software error proneness mechanism, a novel Scrum process for use in the defense domain, and an ontology annotation for SPM in distributed environments</p> <p>・ Investigates the benefits of agile project management for higher education institutions, and SPM that combines software and data engineering</p> <p>This important text/reference is essential reading for project managers and software engineers involved in developing software for distributed computing environments. Students and researchers interested in SPM technologies and frameworks will also find the work to be an invaluable resource.</p> <p><strong>Prof. Zaigham Mahmood</strong> is a Senior Technology Consultant at Debesis Education UK and an Associate Lecturer (Research) at the University of Derby, UK. He also holds positions as Foreign Professor at NUST and IIU in Islamabad, Pakistan, and Professor Extraordinaire at the North West University Potchefstroom, South Africa.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 12,154円

Developer's Practical Handwork: Crafting Scalable Multi-Threaded Web APIs with Rust for Efficient and Reliable Solutions【電子書籍】[ Janet B. Table ]

楽天Kobo電子書籍ストア
<p>"Dive into the world of high-performance web development with our practical guide to crafting scalable multi-threaded web APIs using Rust. Perfect for developers seeking efficient and reliable solutions, this comprehensive handbook equips you with the tools and techniques needed to build robust APIs that can handle heavy loads with ease. Explore the power of Rust's concurrency model and discover how to leverage multi-threading for optimal performance. From designing architecture to implementing concurrency patterns, this guide covers it all, empowering you to create web APIs that scale effortlessly while maintaining reliability. Whether you're a seasoned developer or new to Rust, this hands-on resource will elevate your skills and help you deliver top-notch web solutions."</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,931円

Cover Rear Trunk スケーラブルなリア貨物セキュリティトランクカバーのためのスマートFortwoで2008-2015 PVC Scalable Rear Cargo Security Trunk Cover For Smart Fortwo 2008-2015 PVC

カスタムパーツ WORLD倉庫
Scalable Rear Cargo Security Trunk Cover For Smart Fortwo 2008-2015 PVCカテゴリCover Rear Trunk状態新品メーカー車種発送詳細全国一律 送料無料!!商品詳細輸入商品の為、英語表記となります。Condition: New Brand: Aplusmarkets-US Fitment Type: Performance/Custom Type: cargo cover Warranty: 2 Year Features: Retractable fit for:: For Smart Fortwo 2008-2015 Placement on Vehicle: Cargo/Trunk Important Notice: Package Included: Just like the picture, Professional installation required Color: Black Conditon: 100New Material: Made of Aluminum Alloy and PVC leather Manufacturer Part Number: HSEGW3 UPC: Does not apply※以下の注意事項をご理解頂いた上で、ご購入下さい※■海外輸入品の為、NC・NRでお願い致します。■商品の在庫は常に変動いたしております。ご購入いただいたタイミングと在庫状況にラグが生じる場合がございます。■商品名は英文を直訳で日本語に変換しております。商品の素材等につきましては、商品詳細をご確認くださいませ。ご不明点がございましたら、ご購入前にお問い合わせください。■フィッテングや車検対応の有無については、基本的に画像と説明文よりお客様の方にてご判断をお願いしております。■取扱い説明書などは基本的に同封されておりません。■取付並びにサポートは行なっておりません。また作業時間や難易度は個々の技量に左右されますのでお答え出来かねます。■USパーツは国内の純正パーツを取り外した後、接続コネクタが必ずしも一致するとは限らず、加工が必要な場合もございます。■商品購入後のお客様のご都合によるキャンセルはお断りしております。(ご注文と同時に商品のお取り寄せが開始するため)■お届けまでには、2〜3週間程頂いております。ただし、通関処理や天候次第で遅れが発生する場合もございます。■商品の配送方法や日時の指定頂けません。■大型商品に関しましては、配送会社の規定により個人宅への配送が困難な場合がございます。その場合は、会社や倉庫、最寄りの営業所での受け取りをお願いする場合がございます。■大型商品に関しましては、輸入消費税が課税される場合もございます。その場合はお客様側で輸入業者へ輸入消費税のお支払いのご負担をお願いする場合がございます。■輸入品につき、商品に小傷やスレなどがある場合がございます。商品の発送前に念入りな検品を行っておりますが、運送状況による破損等がある場合がございますので、商品到着後は速やかに商品の確認をお願いいたします。■商品説明文中に英語にて”保証”に関する記載があっても適応されませんので、ご理解ください。なお、商品ご到着より7日以内のみ保証対象とします。ただし、取り付け後は、保証対象外となります。■商品の破損により再度お取り寄せとなった場合、同様のお時間をいただくことになりますのでご了承お願いいたします。■弊社の責任は、販売行為までとなり、本商品の使用における怪我、事故、盗難等に関する一切責任は負いかねます。■他にもUSパーツを多数出品させて頂いておりますので、ご覧頂けたらと思います。■USパーツの輸入代行も行っておりますので、ショップに掲載されていない商品でもお探しする事が可能です!!また業販や複数ご購入の場合、割引の対応可能でございます。お気軽にお問い合わせ下さい。【お問い合わせ用アドレス】 usdm.shop@gmail.com  45,430円

Vue.js 3 Design Patterns and Best Practices Develop scalable and robust applications with Vite, Pinia, and Vue Router【電子書籍】[ Pablo David Garaguso ]

楽天Kobo電子書籍ストア
<p><b>Start or migrate to the new Vue 3 ecosystem, and learn to use Vite, Pinia, Web Workers, and other techniques to develop Single and Progressive Page Applications on solid ground</b></p><h2>Key Features</h2><ul><li>Learn software engineering best practices and design patterns and apply them effectively to your Vue applications</li><li>Build both SPAs and PWAs using Web Workers and IndexedDB</li><li>Develop, test, build, and deploy your Vue 3 applications to a real production server</li></ul><h2>Book Description</h2>If you’re familiar with the progressive Vue framework for creating responsive user interfaces, you’ll be impressed with its latest iteration, Vue 3, which introduces new concepts and approaches design patterns that are uncommon in other libraries or frameworks. By building on your foundational knowledge of Vue 3 and software engineering principles, this book will enable you to evaluate the trade-offs of different approaches to building robust applications. This book covers Vue 3 from the basics, including components and directives, and progressively moves on to more advanced topics such as routing, state management, web workers, and offline storage. Starting with a simple page, you’ll gradually build a fully functional multithreaded, offline, and installable progressive web application. By the time you finish reading this Vue book, not only will you have learned how to build applications, but you’ll also understand how to solve common problems efficiently by applying existing design patterns. With this knowledge, you’ll avoid reinventing the wheel for every project, saving time and creating software that’s adaptable to future changes.<h2>What you will learn</h2><ul><li>What is the Vue 3 progressive framework</li><li>What are software principles and design patterns, how and when to implement them, and the trade-offs to consider</li><li>Setup your development environment using the new Vite bundler</li><li>Integrate in your applications state management, routing, multithreading, offline storage, and other resources provided to you by the browser, seldom taken advantage</li><li>Apply and identify design patterns to solve common problems in the architecture of your web application</li><li>Best practices for your code, organization, architecture, and user experience implementation</li><li>Incrementally expand an application with new functionalities without re-writing the whole application each time</li></ul><h2>Who this book is for</h2><p>This book is for Vue.js developers who are passionate about framework design principles and seek to apply commonly found design patterns to their web development projects. This book assumes prior knowledge of JavaScript and a basic understanding of Vue.js, making it an ideal resource for developers looking to expand their existing skillset.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,444円

Scalable VoIP Mobility Integration and Deployment【電子書籍】[ Joseph Epstein ]

楽天Kobo電子書籍ストア
<ul> <li>Provides practical advice on breaking down the implementation and deployment of voice mobility networks within the office, across the campus, and on the road.</li> <li>Offers a complete primer on enterprise-grade Wi-Fi networking for voice mobility at scale, whether as a single-mode or dual-mode network, including information on the newest 802.11n standard and how these standards directly impact voice mobility.</li> <li>Includes methods of integrating existing or new VoIP networks with 3G+, CDMA 2000, WCDMA, HSPA, and WiMAX cellular networks using fixed/mobile convergence (FMC).</li> </ul> <p>This book provides a comprehensive examination of IP-based voice mobility, covering every step in deploying multimodal voice mobility networks. Each segment of the entire voice mobility solution is described with an eye towards the inherent problems of high-scale mobility, from wired infrastructure to end device, across multiple networks and technologies.</p> <p>Voice mobility is introduced and defined at a basic level before the book examines the high-level components of a scalable voice mobility solution. Chapters focus on several types of transport networks in greater depth, including voice quality metrics and testing, high-density enterprise Wi-Fi voice networks, cellular networks, and high-level networking technologies. The security of VoIP networks is also considered. The book explores standalone VoIP networks and finally provides an investigation of the current and upcoming set of fixed/mobile convergence approaches.</p> <p>This book is an invaluable guide for anyone looking towards voice mobility as a solution to real-world business problems: IT managers and executives looking to understand the potential for converting offices to all-wireless; network designers and architects planning on rolling out a fully-mobile voice network; and administrators operating or troubleshooting voice mobility networks.</p> <ul> <li>Provides practical advice on breaking down the implementation and deployment of voice mobility networks within the office, across the campus, and on the road.</li> <li>Offers a complete primer on enterprise-grade Wi-Fi networking for voice mobility at scale, whether as a single-mode or dual-mode network, including information on the newest 802.11n standard and how these standards directly impact voice mobility.</li> <li>Includes methods of integrating existing or new VoIP networks with 3G+, CDMA 2000, WCDMA, HSPA, and WiMAX cellular networks using fixed/mobile convergence (FMC).</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,817円

洋書 Paperback, Building Applications with Spring 5 and Kotlin: Build Scalable and Reactive applications with Spring combined with the productivity of Kotlin

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。 10,785円

Docker for Data Science Building Scalable and Extensible Data Infrastructure Around the Jupyter Notebook Server【電子書籍】[ Joshua Cook ]

楽天Kobo電子書籍ストア
<p>Learn Docker "infrastructure as code" technology to define a system for performing standard but non-trivial data tasks on medium- to large-scale data sets, using Jupyter as the master controller.</p> <p>It is not uncommon for a real-world data set to fail to be easily managed. The set may not fit well into access memory or may require prohibitively long processing. These are significant challenges to skilled software engineers and they can render the standard Jupyter system unusable.</p> <p>As a solution to this problem, <em>Docker for Data Science</em> proposes using Docker. You will learn how to use existing pre-compiled public images created by the major open-source technologiesーPython, Jupyter, Postgresーas well as using the Dockerfile to extend these images to suit your specific purposes. The Docker-Compose technology is examined and you will learn how it can be used to build a linked system with Python churning data behind the scenesand Jupyter managing these background tasks. Best practices in using existing images are explored as well as developing your own images to deploy state-of-the-art machine learning and optimization algorithms.</p> <p><strong>What You'll Learn</strong></p> <ul> <li> <p>Master interactive development using the Jupyter platform</p> </li> <li> <p>Run and build Docker containers from scratch and from publicly available open-source images</p> </li> <li> <p>Write infrastructure as code using the docker-compose tool and its docker-compose.yml file type</p> </li> <li> <p>Deploy a multi-service data science application across a cloud-based system</p> </li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Data scientists, machine learning engineers, artificial intelligence researchers, Kagglers, and software developers</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,292円

Learning Scala Programming Object-oriented programming meets functional reactive to create Scalable and Concurrent programs【電子書籍】[ Vikash Sharma ]

楽天Kobo電子書籍ストア
<p>Learn how to write scalable and concurrent programs in Scala, a language that grows with you. About This Book ? Get a grip on the functional features of the Scala programming language ? Understand and develop optimal applications using object-oriented and functional Scala constructs ? Learn reactive principles with Scala and work with the Akka framework Who This Book Is For This book is for programmers who choose to get a grip over Scala to write concurrent, scalable, and reactive programs. No prior experience with any programming language is required to learn the concepts explained in this book. Knowledge of any programming language would help the reader understanding concepts faster though. What You Will Learn ? Get to know the reasons for choosing Scala: its use and the advantages it provides over other languages ? Bring together functional and object-oriented programming constructs to make a manageable application ? Master basic to advanced Scala constructs ? Test your applications using advanced testing methodologies such as TDD ? Select preferred language constructs from the wide variety of constructs provided by Scala ? Make the transition from the object-oriented paradigm to the functional programming paradigm ? Write clean, concise, and powerful code with a functional mindset ? Create concurrent, scalable, and reactive applications utilizing the advantages of Scala In Detail Scala is a general-purpose programming language that supports both functional and object-oriented programming paradigms. Due to its concise design and versatility, Scala's applications have been extended to a wide variety of fields such as data science and cluster computing. You will learn to write highly scalable, concurrent, and testable programs to meet everyday software requirements. We will begin by understanding the language basics, syntax, core data types, literals, variables, and more. From here you will be introduced to data structures with Scala and you will learn to work with higher-order functions. Scala's powerful collections framework will help you get the best out of immutable data structures and utilize them effectively. You will then be introduced to concepts such as pattern matching, case classes, and functional programming features. From here, you will learn to work with Scala's object-oriented features. Going forward, you will learn about asynchronous and reactive programming with Scala, where you will be introduced to the Akka framework. Finally, you will learn the interoperability of Scala and Java. After reading this book, you'll be well versed with this language and its features, and you will be able to write scalable, concurrent, and reactive programs in Scala. Style and approach This book is for programmers who want to master Scala to write concurrent, scalable, and reactive programs. Though no experience with any programming language is needed, some basic knowledge would help understand concepts faster.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Building Scalable Apps with Redis and Node.js【電子書籍】[ Joshua Johanan ]

楽天Kobo電子書籍ストア
<p>If the phrase scalability sounds alien to you, then this is an ideal book for you. You will not need much Node.js experience as each framework is demonstrated in a way that requires no previous knowledge of the framework. You will be building scalable Node.js applications in no time! Knowledge of JavaScript is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,177円