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件中 151件 - 180件  1 2 3 4 5 6 7 8 9 10 11
商品説明価格

Scalable Vector Graphics How to Draw Zombie-Smashing Images with Code【電子書籍】[ John Rhea ]

楽天Kobo電子書籍ストア
<p>SVG is a language much like HTML that lets you build complex vector graphics for browsers and more.</p> <p>We’ll discuss the difference between raster and vector graphic and how to add vectors to HTML pages. Then we’ll go deep on many of the different elements SVG has and how they work, bringing all the ones we discuss together in a single project to create a portrait of Zombie Bob.</p> <p>If you want to learn to program in SVG this is a great, fun way to do it.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 556円

Software Containers: The Complete Guide to Virtualization Technology. Create, Use and Deploy Scalable Software with Docker and Kubernetes. Includes Docker and Kubernetes.【電子書籍】[ Jordan Lioy ]

楽天Kobo電子書籍ストア
<p>If you want to learn how to build modern, scalable software with Docker and Kubernetes, then this book is for you.<br /> Kubernetes is an open-source, efficient platform to host your applications in a safe and scalable environment, and Docker is the virtualization architecture from the future!<br /> <strong>This book covers the following topics:</strong></p> <p><em><strong>? The basics - the theory behind Docker</strong></em><br /> ? Extensive coverage of Docker architecture<br /> <em><strong>? Deep dive into core concepts such as images and containers</strong></em><br /> ? How Docker can organize your projects<br /> <em><strong>? Networking, volumes, and security</strong></em><br /> ? Docker Certified Associate (DCA) coverage<br /> <em><strong>? What is a Kubernetes container and why they matter</strong></em><br /> ? Why resource management is crucial<br /> <em><strong>? The basics of microservices and orchestration</strong></em><br /> ? How Kubernetes fits into this World<br /> <em><strong>? How to use Pods, Services, Controllers and Labels</strong></em><br /> ? How to use Load Balancers and why you always should<br /> <em><strong>? The best way to handle updates and gradual rollouts</strong></em><br /> ? How to use storage effectively<br /> <em><strong>? Techniques to monitor and log what happens in your software</strong></em><br /> ? The most important security tools to use<br /> <em><strong>? How to run Kubernetes with OCP, CoreOS and Tectonic</strong></em></p> <p><em><strong>and much more!</strong></em></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,350円

Clean Architecture for Android: Implement Expert-led Design Patterns to Build Scalable, Maintainable, and Testable Android Apps (English Edition)【電子書籍】[ Eran Boudjnah ]

楽天Kobo電子書籍ストア
<p><strong>Architect an android application independent of UI, databases and frameworks</strong></p> <p><strong>KEY FEATURES</strong></p> <p>● Find out why Clean Architecture is so beneficial for Android development.</p> <p>● Learn the principles of clean architecture and see how you can implement them in your next project.</p> <p>● Leverage unit and end-to-end testing to boost the quality of your Android projects.</p> <p><strong>DESCRIPTION</strong></p> <p>"Clean Architecture for Android" was written to help developers apply Clean Architecture to their projects.</p> <p>The book will explain why Clean Architecture is so valuable. It will demonstrate how you can use this architecture to build more reliable and extensible apps. It will also show you how Clean Architecture helps ensure your projects are easy to maintain. This book will explain the structure and functions at each level of the architecture. It will show you how to integrate Clean Architecture into your project and gradually transition from your current architecture to the new one. Finally, it will demonstrate how to apply the various Clean Architecture concepts by practicing and demonstrating their value.</p> <p>If you are new to creating Android apps, this book will give you the foundational knowledge you need to start creating apps using Clean Architecture. It will walk you through the process of dissecting requirements into the Clean Architecture layers. It will then teach you how to implement every one of these layers. As a result, your development process would speed up in the long run and will produce a high quality product.</p> <p>Having a high percentage of your code tested is also beneficial, which is why in this book you will also learn how to test your app.</p> <p><strong>WHAT YOU WILL LEARN</strong></p> <p>● Build an Android application from the ground up using the Clean Architecture standard.</p> <p>● Transform an existing application into clean architecture-based business software.</p> <p>● Methods and approaches for introducing the novel functionality.</p> <p>● Learn to perform class-based testing for a clean architecture application.</p> <p>● Conduct full-stack testing to ensure your software works as planned.</p> <p><strong>WHO THIS BOOK IS FOR</strong></p> <p>This book caters to Android developers of all skill levels, as well as Kotlin programmers and mobile app developers. The reader doesn't need to have a solid knowledge of Kotlin, but it is preferred to be known.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,250円

【中古】【輸入品・未使用】Q Tips: Fast%カンマ% Scalable and Maintainable Kdb+

ムジカ&フェリーチェ楽天市場店
【中古】【輸入品・未使用】Q Tips: Fast%カンマ% Scalable and Maintainable Kdb+【メーカー名】Vector Sigma【メーカー型番】【ブランド名】Vector SIGMA【商品説明】Q Tips: Fast%カンマ% Scalable and Maintainable Kdb+当店では初期不良に限り、商品到着から7日間は返品を 受付けております。こちらは海外販売用に買取り致しました未使用品です。買取り致しました為、中古扱いとしております。他モールとの併売品の為、完売の際はご連絡致しますのでご了承下さい。速やかにご返金させて頂きます。ご注文からお届けまで1、ご注文⇒ご注文は24時間受け付けております。2、注文確認⇒ご注文後、当店から注文確認メールを送信します。3、配送⇒当店海外倉庫から取り寄せの場合は10〜30日程度でのお届けとなります。国内到着後、発送の際に通知にてご連絡致します。国内倉庫からの場合は3〜7日でのお届けとなります。 ※離島、北海道、九州、沖縄は遅れる場合がございます。予めご了承下さい。お電話でのお問合せは少人数で運営の為受け付けておりませんので、メールにてお問合せお願い致します。営業時間 月〜金 10:00〜17:00お客様都合によるご注文後のキャンセル・返品はお受けしておりませんのでご了承下さい。 20,967円

Scalable Internet Architectures【電子書籍】[ Theo Schlossnagle ]

楽天Kobo電子書籍ストア
<p>As a developer, you are aware of the increasing concern amongst developers and site architects that websites be able to handle the vast number of visitors that flood the Internet on a daily basis. <em>Scalable Internet Architectures</em> addresses these concerns by teaching you both good and bad design methodologies for building new sites and how to scale existing websites to robust, high-availability websites. Primarily example-based, the book discusses major topics in web architectural design, presenting existing solutions and how they work. Technology budget tight? This book will work for you, too, as it introduces new and innovative concepts to solving traditionally expensive problems without a large technology budget. Using open source and proprietary examples, you will be engaged in best practice design methodologies for building new sites, as well as appropriately scaling both growing and shrinking sites. Website development help has arrived in the form of <em>Scalable Internet Architectures</em>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,631円

Architecting Vue.js 3 Enterprise-Ready Web Applications Build and deliver scalable and high-performance, enterprise-ready applications with Vue and JavaScript【電子書籍】[ Solomon Eseme ]

楽天Kobo電子書籍ストア
<p><strong>A comprehensive, best-practices guide to building Vue.js apps that can scale along with your business</strong></p> <p><strong>Purchase of the print or Kindle book includes a free PDF eBook</strong></p> <h4>Key Features</h4> <ul> <li>Implement Vue.js 3 to create Vue.js application with improved performance</li> <li>Explore the Vue.js 3 composition API in-depth while building your enterprise application</li> <li>Ensure the scalability and maintainability of your apps with different types of testing</li> </ul> <h4>Book Description</h4> <p>Building enterprise-ready Vue.js apps entails following best practices for creating high-performance and scalable applications. Complete with step-by-step explanations and best practices outlined, this Vue.js book is a must-read for any developer who works with a large Vue.js codebase where performance and scalability are indispensable.</p> <p>Throughout this book, you'll learn how to configure and set up Vue.js 3 and the composition API and use it to build real-world applications. You'll develop the skills to create reusable components and scale performance in Vue.js 3 applications. As you progress, the book guides you in scaling performance with asynchronous lazy loading, image compression, code splitting, and tree shaking. Furthermore, you'll see how to use the Restful API, Docker, GraphQL, and different types of testing to ensure that your Vue.js 3 application is scalable and maintainable.</p> <p>By the end of this book, you'll be well-versed in best practices for implementing Restful API, Docker, GraphQL, and testing methods to build and deploy an enterprise-ready Vue.js 3 application of any scale.</p> <h4>What you will learn</h4> <ul> <li>Scale your app's performance in Vue.js 3 using best practices</li> <li>Implement testing strategies for large-scale Vue.js codebase</li> <li>Manage large file structures using the micro frontend architecture</li> <li>Discover the industry standard to Dockerize and deploy an enterprise Vue.js 3 web application</li> <li>Use GraphQL to deliver scalable and high-performing applications</li> <li>Explore various testing libraries and how to integrate them with Vue.js 3</li> </ul> <h4>Who this book is for</h4> <p>The Vue.js 3 book is for Vue.js developers and professional frontend developers who want to build high-performance, production-grade, and highly scalable enterprise Vue.js apps from design to deployment. The book assumes working knowledge of Vue.js and JavaScript programming.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,631円

洋書 Paperback, Web Development with Go: Building Scalable Web Apps and RESTful Services

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ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。 7,434円

サンシェード カーオートサンシェードスケーラブルなフロントサイド反射バイザーカバー保護シールド Car Auto Sunshade Scalable Front Side Reflective Visor Cover Protection Shield

Us Custom Parts Shop USDM
Car Auto Sunshade Scalable Front Side Reflective Visor Cover Protection Shieldカテゴリサンシェード状態新品メーカー車種発送詳細全国一律 送料無料 (※北海道、沖縄、離島は省く)商品詳細輸入商品の為、英語表記となります。Condition: NewBrand: UnbrandedCar shade front Reflective cover measures: 31CM(Expandable 58.5cm)Color: BlackFeatures: Extendable, ReflectiveFitment Type: Direct ReplacementManufacturer Part Number: Does Not ApplyMaterial: Pu + PCModified Item: NoNumber of Pieces: 1Placement on Vehicle: Front, Left, RightType: Reflective Visor CoverManufacturer Warranty: 6 MonthUPC: Does not apply 条件:新品ブランド:ブランドなしカーシェードフロント反射カバーメジャー:31cm色:黒機能:拡張可能、反射装備タイプ:直接交換メーカーの部品番号:適用されません材料:PU + PC変更されたアイテム:いいえピース数:1車両への配置:前面、左、右タイプ:反射バイザーカバー製造業者保証:6か月UPC:適用されません《ご注文前にご確認ください》■海外輸入品の為、NC・NRでお願い致します。■取り付け説明書は基本的に付属しておりません。お取付に関しましては専門の業者様とご相談お願いいたします。■通常2〜4週間でのお届けを予定をしておりますが、天候、通関、国際事情により輸送便の遅延が発生する可能性や、仕入・輸送費高騰や通関診査追加等による価格のご相談の可能性もございますことご了承いただいております。■海外メーカーの注文状況次第では在庫切れの場合もございます。その場合は弊社都合にてキャンセルとなります。■配送遅延、商品違い等によってお客様に追加料金が発生した場合や取付け時に必要な加工費や追加部品等の、商品代金以外の弊社へのご請求には一切応じかねます。■弊社は海外パーツの輸入販売業のため、製品のお取り付けや加工についてのサポートは行っておりません。専門店様と解決をお願いしております。■大型商品に関しましては、配送会社の規定により個人宅への配送が困難な場合がございます。その場合は、会社や倉庫、最寄りの営業所での受け取りをお願いする場合がございます。■輸入消費税が追加課税される場合もございます。その場合はお客様側で輸入業者へ輸入消費税のお支払いのご負担をお願いする場合がございます。■商品説明文中に英語にて”保証”関する記載があっても適応はされませんのでご了承ください。■海外倉庫から到着した製品を、再度国内で検品を行い、日本郵便または佐川急便にて発送となります。■初期不良の場合は商品到着後7日以内にご連絡下さいませ。■輸入商品のためイメージ違いやご注文間違い当のお客様都合ご返品はお断りをさせていただいておりますが、弊社条件を満たしている場合はご購入金額の30%の手数料を頂いた場合に限りご返品をお受けできる場合もございます。(ご注文と同時に商品のお取り寄せが開始するため)(30%の内訳は、海外返送費用・関税・消費全負担分となります)■USパーツの輸入代行も行っておりますので、ショップに掲載されていない商品でもお探しする事が可能です。お気軽にお問い合わせ下さいませ。[輸入お取り寄せ品においてのご返品制度・保証制度等、弊社販売条件ページに詳細の記載がございますのでご覧くださいませ]  49,060円

Mastering PostgreSQL 12 Advanced techniques to build and administer scalable and reliable PostgreSQL database applications, 3rd Edition【電子書籍】[ Hans-Jurgen Schonig ]

楽天Kobo電子書籍ストア
<p><strong>Master PostgreSQL 12 features such as advanced indexing, high availability, monitoring, and much more to efficiently manage and maintain your database</strong></p> <h4>Key Features</h4> <ul> <li>Grasp advanced PostgreSQL 12 concepts with real-world examples and sample datasets</li> <li>Explore query parallelism, data replication, database administration, and more</li> <li>Extend PostgreSQL functionalities to suit your organization's needs with minimal effort</li> </ul> <h4>Book Description</h4> <p>Thanks to its reliability, robustness, and high performance, PostgreSQL has become the most advanced open source database on the market. This third edition of Mastering PostgreSQL helps you build dynamic database solutions for enterprise applications using the latest release of PostgreSQL, which enables database analysts to design both physical and technical aspects of system architecture with ease.</p> <p>Starting with an introduction to the newly released features in PostgreSQL 12, this book will help you build efficient and fault-tolerant PostgreSQL applications. You'll thoroughly examine the advanced features of PostgreSQL, including logical replication, database clusters, performance tuning, monitoring, and user management. You'll also work with the PostgreSQL optimizer, configure PostgreSQL for high speed, and understand how to move from Oracle to PostgreSQL. As you progress through the chapters, you'll cover transactions, locking, indexes, and how to optimize queries for improved performance. Additionally, you'll learn how to manage network security and explore backups and replications while understanding useful PostgreSQL extensions to help you in optimizing the performance of large databases.</p> <p>By the end of this PostgreSQL book, you'll be able to get the most out of your database by implementing advanced administrative tasks effortlessly.</p> <h4>What you will learn</h4> <ul> <li>Understand the advanced SQL functions in PostgreSQL 12</li> <li>Use indexing features in PostgreSQL to fine-tune the performance of queries</li> <li>Work with stored procedures and manage backup and recovery</li> <li>Master replication and failover techniques to reduce data loss</li> <li>Replicate PostgreSQL database systems to create backups and to scale your database</li> <li>Manage and improve the security of your server to protect your data</li> <li>Troubleshoot your PostgreSQL instance for solutions to common and not-so-common problems</li> </ul> <h4>Who this book is for</h4> <p>This book is for PostgreSQL developers and administrators and database professionals who want to implement advanced functionalities and master complex administrative tasks with PostgreSQL 12. Prior exposure to PostgreSQL as well as familiarity with the basics of database administration is expected.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Data Engineering with Google Cloud Platform A guide to leveling up as a data engineer by building a scalable data platform with Google Cloud【電子書籍】[ Adi Wijaya ]

楽天Kobo電子書籍ストア
<p><b>Become a successful data engineer by building and deploying your own data pipelines on Google Cloud, including making key architectural decisions</b></p><h2>Key Features</h2><ul><li>Get up to speed with data governance on Google Cloud</li><li>Learn how to use various Google Cloud products like Dataform, DLP, Dataplex, Dataproc Serverless, and Datastream</li><li>Boost your confidence by getting Google Cloud data engineering certification guidance from real exam experiences</li><li>Purchase of the print or Kindle book includes a free PDF eBook</li></ul><h2>Book Description</h2>The second edition of Data Engineering with Google Cloud builds upon the success of the first edition by offering enhanced clarity and depth to data professionals navigating the intricate landscape of data engineering. Beyond its foundational lessons, this new edition delves into the essential realm of data governance within Google Cloud, providing you invaluable insights into managing and optimizing data resources effectively. Furthermore, this book helps you stay ahead of the curve by guiding you through the latest technological advancements in the Google Cloud ecosystem. You’ll cover essential aspects, from exploring Cloud Composer 2 to the evolution of Airflow 2.5. Additionally, you’ll explore how to work with cutting-edge tools like Dataform, DLP, Dataplex, Dataproc Serverless, and Datastream to perform data governance on datasets. By the end of this book, you'll be equipped to navigate the ever-evolving world of data engineering on Google Cloud, from foundational principles to cutting-edge practices.<h2>What you will learn</h2><ul><li>Load data into BigQuery and materialize its output</li><li>Focus on data pipeline orchestration using Cloud Composer</li><li>Formulate Airflow jobs to orchestrate and automate a data warehouse</li><li>Establish a Hadoop data lake, generate ephemeral clusters, and execute jobs on the Dataproc cluster</li><li>Harness Pub/Sub for messaging and ingestion for event-driven systems</li><li>Apply Dataflow to conduct ETL on streaming data</li><li>Implement data governance services on Google Cloud</li></ul><h2>Who this book is for</h2><p>Data analysts, IT practitioners, software engineers, or any data enthusiasts looking to have a successful data engineering career will find this book invaluable. Additionally, experienced data professionals who want to start using Google Cloud to build data platforms will get clear insights on how to navigate the path. Whether you're a beginner who wants to explore the fundamentals or a seasoned professional seeking to learn the latest data engineering concepts, this book is for you.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,616円

Enterprise Applications with C# and .NET Develop robust, secure, and scalable applications using .NET and C# (English Edition)【電子書籍】[ Alexandre F. Malavasi Cardoso ]

楽天Kobo電子書籍ストア
<p>Building enterprise applications is a complex task that requires a comprehensive understanding of the latest technologies and programming languages. C# and .NET are powerful tools that have become increasingly popular in enterprise development. This book will help you build enterprise-grade applications with C# and .NET. It covers a wide range of topics, including the basics of C# programming, advanced concepts such as object-oriented programming, and the use of the .NET platform for building robust and scalable applications. You will also explore the best practices and design patterns for building enterprise applications. By the end of the book, you will be able to create a full enterprise application by applying all the given concepts across the entire book, including TDD, database access, security, authentication, modern architecture, and the new features of C#.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,597円

Data Science Solutions with Python Fast and Scalable Models Using Keras, PySpark MLlib, H2O, XGBoost, and Scikit-Learn【電子書籍】[ Tshepo Chris Nokeri ]

楽天Kobo電子書籍ストア
<p>Apply supervised and unsupervised learning to solve practical and real-world big data problems. This book teaches you how to engineer features, optimize hyperparameters, train and test models, develop pipelines, and automate the machine learning (ML) process.</p> <p>The book covers an in-memory, distributed cluster computing framework known as PySpark, machine learning framework platforms known as scikit-learn, PySpark MLlib, H2O, and XGBoost, and a deep learning (DL) framework known as Keras.</p> <p>The book starts off presenting supervised and unsupervised ML and DL models, and then it examines big data frameworks along with ML and DL frameworks. Author Tshepo Chris Nokeri considers a parametric model known as the Generalized Linear Model and a survival regression model known as the Cox Proportional Hazards model along with Accelerated Failure Time (AFT). Also presented is a binary classification model (logistic regression) and an ensemble model (Gradient Boosted Trees). The book introduces DL and an artificial neural network known as the Multilayer Perceptron (MLP) classifier. A way of performing cluster analysis using the K-Means model is covered. Dimension reduction techniques such as Principal Components Analysis and Linear Discriminant Analysis are explored. And automated machine learning is unpacked.</p> <p>This book is for intermediate-level data scientists and machine learning engineers who want to learn how to apply key big data frameworks and ML and DL frameworks. You will need prior knowledge of the basics of statistics, Python programming, probability theories, and predictive analytics.</p> <p><strong>What You Will Learn</strong></p> <ul> <li>Understand widespread supervised and unsupervised learning, including key dimension reduction techniques</li> <li>Know the big data analytics layers such as data visualization, advanced statistics, predictive analytics, machine learning, and deep learning</li> <li>Integrate big data frameworks with a hybrid of machine learning frameworks and deep learning frameworks</li> <li>Design, build, test, and validate skilled machine models and deep learning models</li> <li>Optimize model performance using data transformation, regularization, outlier remedying, hyperparameter optimization, and data split ratio alteration</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Data scientists and machine learning engineers with basic knowledge and understanding of Python programming, probability theories, and predictive analytics</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,254円

Build Your Own IoT Platform Develop a Fully Flexible and Scalable Internet of Things Platform in 24 Hours【電子書籍】[ Anand Tamboli ]

楽天Kobo電子書籍ストア
<p>Discover how every solution that is in some way related to the IoT needs a platform and how to create that platform. This book is about being agile and reducing your time to market without breaking the bank. It is about designing something that you can scale incrementally without a lot of rework and potentially disrupting the current work.</p> <p>So, the key questions are: What does it take? How long does it take? And, how much does it take to build your own IoT platform? This book answers these questions and provides you with a step-by-step guidance on how to build your own IoT platform.</p> <p>In this book, the author bursts the bubble and highlights how the core of an IoT platform looks like. There are always some must-haves and some nice-to-haves. This book will distinguish the two and focus on how to build the must-haves. Building your IoT platform is not only the biggest cost saver but can also be a satisfying learning experience. In this edition, we will undertake asample project to further clarify the concepts we learn; additional chapters would show you the hardware interface.</p> <p><strong>What You Will Learn:</strong></p> <p>・ Learn how to architect an interconnected system.</p> <p>・ Learn how to develop flexible architecture.</p> <p>・ Learn to prioritize system requirements with a bottom-up approach.</p> <p>・ Be able to create a redundant communications platform.</p> <p>・ Be able to create an end-to-end application using the guidelines in this book.</p> <p><strong>Who Is This Book For</strong></p> <p>IoT developers with basic-to-intermediate programming skills would benefit from this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,254円

Step by Step: Fault-tolerant, Scalable, Secure AWS Web Stack【電子書籍】[ Savitra Sirohi ]

楽天Kobo電子書籍ストア
<p>ABOUT THE BOOK</p> <p>A look at core Amazon Web Services (AWS) services with an emphasis on implementation and skill development. You will start with a simple web application on a single Elastic Cloud Compute (EC2) instance and improve the stack step by step by adding high availability, fault-tolerance, scalability, security and ease of deployment. The book has 8 chapters and a capstone project, code, and commands required for the project are included.</p> <p>You will learn about these AWS services - Elastic Cloud Compute (EC2), Elastic Block Store (EBS), Relational Database Service (RDS), Simple Storage Service (S3), DynamoDB, Identity and Access Management (IAM), ElastiCache, CloudFront, Elastic Beanstalk and Virtual Private Cloud (VPC).</p> <p>You will use these important aspects of AWS:<br /> - Infrastructure: AWS Regions and Availability Zones.<br /> - EC2: Amazon Machine Images, EBS Snapshots, Application Load Balancers, Sticky Sessions, Auto-Scaling Groups.<br /> - RDS: Read Replicas, Multi-AZ Deployment.<br /> - Network: Public and Private Subnets, VPC Service Endpoints, Security Groups, NAT Gateways.<br /> - Security: IAM Roles, IAM policies, S3 bucket policies, S3 Access Control Lists, CloudFront signed URLs.<br /> - App development: AWS SDK.</p> <p>You will implement these AWS best practices:<br /> - Configure separate root and data EBS volumes.<br /> - Create snapshots of EBS data volumes.<br /> - Create Amazon Machine Images of your app servers.<br /> - Use multiple instances and multiple zones.<br /> - Centralize sessions, content and the database.<br /> - Use auto-scaling groups for your app servers.<br /> - Off-load database requests to read replicas or to in-memory databases.<br /> - Use a Content Distribution Network to deliver content to users around the world.<br /> - Use signed URLs when delivering private content.<br /> - Configure security using the principle of least privileges.<br /> - Use an automation platform for frequent deployments.</p> <p>You will understand AWS best practices for typical web app functions:<br /> - Session management.<br /> - Content delivery.<br /> - Content security.<br /> - Databases.</p> <p>AUDIENCE</p> <p>Developers, system administrators or a solutions architects who need to use AWS in their projects, or need to develop, and perhaps showcase, strong skills in this technology. Those preparing for AWS certification exams, and like to learn by doing.</p> <p>REQUIRED SKILLS</p> <p>You will use, modify, and configure a Linux (Ubuntu), Apache, MySQL and PHP app throughout this project. This book assumes you have some familiarity with Linux, SSH, vi (or similar) editors and with Git. PHP skills are NOT required.</p> <p>FROM THE AUTHOR</p> <p>I am AWS certified (Solutions Architect - Associate level) and have over 20 years of experience in IT. I adopted AWS early, back in 2008, when setting up an AWS based SaaS business. As part of this project, I coached, for several years, a team of system admins and developers on this technology. For the last couple of years, I have been teaching a webinar based AWS solutions architecture course. This book has evolved from this long experience using and teaching AWS. I hope you will find it useful.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 606円

洋書 Paperback, Implementing AWS: Design, Build, and Manage your Infrastructure: Leverage AWS features to build highly secure, fault-tolerant, and scalable cloud environments

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,946円

Enterprise Applications with C# and .NET: Develop robust, secure, and scalable applications using .NET and C# (English Edition)【電子書籍】[ Alexandre F. Malavasi Cardoso ]

楽天Kobo電子書籍ストア
<p><strong>Leverage the power of .NET Core and C# to build cross-platform enterprise apps effectively</strong></p> <p><strong>KEY FEATURES</strong></p> <p>● Get familiar with the software architecture for .NET applications.</p> <p>● Understand how design patterns are implemented in C# and .NET.</p> <p>● Build high-performance cross-platform apps using the .NET platform and C#.</p> <p><strong>DESCRIPTION</strong></p> <p>Building enterprise applications is a complex task that requires a comprehensive understanding of the latest technologies and programming languages. C# and .NET are powerful tools that have become increasingly popular in enterprise development.</p> <p>This book will help you build enterprise-grade applications with C# and .NET. It covers a wide range of topics, including the basics of C# programming, advanced concepts such as object-oriented programming, and the use of the .NET platform for building robust and scalable applications. You will also explore the best practices and design patterns for building enterprise applications.</p> <p>By the end of the book, you will be able to create a full enterprise application by applying all the given concepts across the entire book, including TDD, database access, security, authentication, modern architecture, and the new features of C#.</p> <p><strong>WHAT YOU WILL LEARN</strong></p> <p>● Create Asp.Net Core web applications based on Razor pages.</p> <p>● Build cross-platform desktop and mobile apps using .NET.</p> <p>● Learn how to integrate your .NET app with the most important features of Azure.</p> <p>● Using multiple databases in ASP.NET Core via Entity Framework Core.</p> <p>● Explore different Architectural patterns in .NET.</p> <p><strong>WHO THIS BOOK IS FOR</strong></p> <p>This book is for developers who are new to C# and .NET and want to build enterprise applications. This is also for experienced developers who want to expand their knowledge of these technologies and improve their skills in building robust and reliable applications.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,250円

How to Develop Residual Income in a Sustainable & Scalable Business Real Fast Results, #39【電子書籍】[ Daniel Hall ]

楽天Kobo電子書籍ストア
<p>The one thing that I’m going to promise people today is by the time they finish this segment, they will know exactly how to create a sustainable and scalable business with residual income.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 150円

Mastering AWS Lambda Build cost-effective and highly scalable Serverless applications using AWS Lambda.【電子書籍】[ Yohan Wadia ]

楽天Kobo電子書籍ストア
<p><strong>Build cost-effective and highly scalable Serverless applications using AWS Lambda.</strong></p> <h2>About This Book</h2> <ul> <li>Leverage AWS Lambda to significantly lower your infrastructure costs and deploy out massively scalable, event-driven systems and applications</li> <li>Learn how to design and build Lambda functions using real-world examples and implementation scenarios</li> <li>Explore the Serverless ecosystem with a variety of toolsets and AWS services including DynamoDB, API Gateway, and much more!</li> </ul> <h2>Who This Book Is For</h2> <p>If you are a Cloud administrator and/or developer who wishes to explore, learn, and leverage AWS Lambda to design, build, and deploy Serverless applications in the cloud, then this is the book for you! The book assumes you have some prior knowledge and hands-on experience with AWS core services such as EC2, IAM, S3, along with the knowledge to work with any popular programming language such as Node.Js, Java, C#, and so on.</p> <h2>What You Will Learn</h2> <ul> <li>Understand the hype, significance, and business benefits of Serverless computing and applications</li> <li>Plunge into the Serverless world of AWS Lambda and master its core components and how it works</li> <li>Find out how to effectively and efficiently design, develop, and test Lambda functions using Node.js, along with some keen coding insights and best practices</li> <li>Explore best practices to effectively monitor and troubleshoot Serverless applications using AWS CloudWatch and other third-party services in the form of Datadog and Loggly</li> <li>Quickly design and develop Serverless applications by leveraging AWS Lambda, DynamoDB, and API Gateway using the Serverless Application Framework (SAF) and other AWS services such as Step Functions</li> <li>Explore a rich variety of real-world Serverless use cases with Lambda and see how you can apply it to your environments</li> </ul> <h2>In Detail</h2> <p>AWS is recognized as one of the biggest market leaders for cloud computing and why not? It has evolved a lot since the time it started out by providing just basic services such as EC2 and S3 and today; they go all the way from IoT to Machine Learning, Image recognition, Chatbot Frameworks, and much more! One of those recent services that is also gaining a lot of traction is AWS Lambda! Although seemingly simple and easy to use, Lambda is a highly effective and scalable compute service that provides developers with a powerful platform to design and develop Serverless event-driven systems and applications.</p> <p>The book begins with a high-level introduction into the world of Serverless computing and its advantages and use cases, followed by a deep dive into AWS Lambda! You'll learn what services AWS Lambda provides to developers; how to design, write, and test Lambda functions; as well as monitor and troubleshoot them. The book is designed and accompanied with a vast variety of real-world examples, use cases, and code samples that will enable you to get started on your Serverless applications quickly.</p> <p>By the end of the book, you will have gained all the skills required to work with AWS Lambda services!</p> <h2>Style and approach</h2> <p>This step-by-step guide will help you build Serverless applications and run Serverless workloads using the AWS Lambda service. You'll be able to get started with it in a matter of minutes with easy-to-follow code snippets and examples.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Ultimate Django for Web App Development Using Python Build Modern, Reliable and Scalable Production-Grade Web Applications with Django and Python (English Edition)【電子書籍】[ Leonardo Luis Lazzaro ]

楽天Kobo電子書籍ストア
<p><strong>Craft Scalable and Dynamic Web Apps using Django and Python</strong></p> <p><strong>Book Description</strong><br /> This comprehensive guide is an indispensable resource for developers seeking to elevate their web development skills in Django and Python. The book begins by establishing a strong foundation and understanding of Django's architecture, emphasizing the Model-View-Template (MVT) pattern and a pivotal service layer for creating scalable web applications. The book then progresses to practical aspects, guiding readers through the development of a Task Management App. This hands-on approach reinforces fundamental concepts and showcases Django's flexibility and efficiency in real-world scenarios.</p> <p>The advanced sections of the book will help you tackle complex challenges, covering topics like preventing double-form submissions, implementing offline pessimistic and optimistic locking techniques, mastering API development with Django Ninja, and ensuring application reliability through exhaustive testing with pytest. The book culminates in practical insights for deploying Django applications with Docker and Kubernetes, this guide equips you to tackle real-world challenges effectively.</p> <p><strong>Table of Contents</strong></p> <ol> <li>Introduction to Django and Python</li> <li>Setting Up Your Development Environment</li> <li>Getting Started with Django Projects and Apps</li> <li>Django Models and PostgreSQL</li> <li>Django Views and URL Handling</li> <li>Using the Django Template Engine</li> <li>Forms in Django</li> <li>User Authentication and Authorization in Django</li> <li>Django Ninja and APIs</li> <li>Testing with pytest</li> <li>Deploying Django Applications with Gunicorn and Docker</li> <li>Final Thoughts and Future Directions<br /> <strong>Index</strong></li> </ol>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,641円

洋書 Building Serverless Web Applications: Develop scalable web apps using the Serverless Framework on AWS

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販売説明文 9,845円

Microservices with Spring Boot and Spring Cloud Build resilient and scalable microservices using Spring Cloud, Istio, and Kubernetes, 2nd Edition【電子書籍】[ Magnus Larsson ]

楽天Kobo電子書籍ストア
<p><strong>Create and deploy production-quality microservices-based applications ー New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2</strong></p> <h4>Key Features</h4> <ul> <li>Build cloud-native production-ready microservices with this comprehensively updated guide</li> <li>Understand the challenges of building large-scale microservice architectures</li> <li>Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination</li> </ul> <h4>Book Description</h4> <p>Want to build and deploy microservices, but don't know where to start? Welcome to Microservices with Spring Boot and Spring Cloud.</p> <p>This edition features the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team.</p> <p>You'll start with a set of simple cooperating microservices, then add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI.</p> <p>Next, you'll learn how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll deploy your microservices using Kubernetes and adopt Istio, then explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack, and then monitor microservices using Prometheus and Grafana.</p> <p>By the end of this book, you'll be building scalable and robust microservices using Spring Boot and Spring Cloud.</p> <h4>What you will learn</h4> <ul> <li>Build reactive microservices using Spring Boot</li> <li>Develop resilient and scalable microservices using Spring Cloud</li> <li>Use OAuth 2.1/OIDC and Spring Security to protect public APIs</li> <li>Implement Docker to bridge the gap between development, testing, and production</li> <li>Deploy and manage microservices with Kubernetes</li> <li>Apply Istio for improved security, observability, and traffic management</li> <li>Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash</li> </ul> <h4>Who this book is for</h4> <p>If you're a Java or Spring Boot developer learning how to build microservice landscapes from scratch, then this book is for you. You don't need any prior knowledge about microservices architecture to get started, but a solid grasp and enough experience in Java and Spring Boot to build apps autonomously is a must.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,312円

Google Cloud Platform for Developers Build highly scalable cloud solutions with the power of Google Cloud Platform【電子書籍】[ Ted Hunter ]

楽天Kobo電子書籍ストア
<p><strong>Develop, deploy, and scale your applications with Google Cloud Platform</strong></p> <h4>Key Features</h4> <ul> <li>Create and deploy your applications on Google Cloud Platform</li> <li>Store and manage source code and debug Cloud-hosted apps with plugins and IDEs</li> <li>Streamline developer workflows with tools for alerting and managing deployments</li> </ul> <h4>Book Description</h4> <p>Google Cloud Platform (GCP) provides autoscaling compute power and distributed in-memory cache, task queues, and datastores to write, build, and deploy Cloud-hosted applications.</p> <p>With Google Cloud Platform for Developers, you will be able to develop and deploy scalable applications from scratch and make them globally available in almost any language. This book will guide you in designing, deploying, and managing applications running on Google Cloud. You’ll start with App Engine and move on to work with Container Engine, compute engine, and cloud functions. You’ll learn how to integrate your new applications with the various data solutions on GCP, including Cloud SQL, Bigtable, and Cloud Storage. This book will teach you how to streamline your workflow with tools such as Source Repositories, Container Builder, and StackDriver. Along the way, you’ll see how to deploy and debug services with IntelliJ, implement continuous delivery pipelines, and configure robust monitoring and alerting for your production systems.</p> <p>By the end of this book, you’ll be well-versed with all the development tools of Google Cloud Platform, and you’ll develop, deploy, and manage highly scalable and reliable applications.</p> <h4>What you will learn</h4> <ul> <li>Understand the various service offerings on GCP</li> <li>Deploy and run services on managed platforms such as App Engine and Container Engine</li> <li>Securely maintain application states with Cloud Storage, Datastore, and Bigtable</li> <li>Leverage StackDriver monitoring and debugging to minimize downtime and mitigate issues without impacting users</li> <li>Design and implement complex software solutions utilizing Google Cloud</li> <li>Integrate with best-in-class big data solutions such as Bigquery, Dataflow, and Pub/Sub</li> </ul> <h4>Who this book is for</h4> <p>Google Cloud Platform for Developers is for application developers. This book will enable you to fully leverage the power of Google Cloud Platform to build resilient and intelligent software solutions.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,085円

Learning Apache Cassandra - Second Edition Build a scalable, fault-tolerant and highly available data layer for your applications using Apache Cassandra【電子書籍】[ Sandeep Yarabarla ]

楽天Kobo電子書籍ストア
<p><strong>Build a scalable, fault-tolerant and highly available data layer for your applications using Apache Cassandra</strong></p> <h2>About This Book</h2> <ul> <li>Install Cassandra and set up multi-node clusters</li> <li>Design rich schemas that capture the relationships between different data types</li> <li>Master the advanced features available in Cassandra 3.x through a step-by-step tutorial and build a scalable, high performance database layer</li> </ul> <h2>Who This Book Is For</h2> <p>If you are a NoSQL developer and new to Apache Cassandra who wants to learn its common as well as not-so-common features, this book is for you. Alternatively, a developer wanting to enter the world of NoSQL will find this book useful.</p> <p>It does not assume any prior experience in coding or any framework.</p> <h2>What You Will Learn</h2> <ul> <li>Install Cassandra</li> <li>Create keyspaces and tables with multiple clustering columns to organize related data</li> <li>Use secondary indexes and materialized views to avoid denormalization of data</li> <li>Effortlessly handle concurrent updates with collection columns</li> <li>Ensure data integrity with lightweight transactions and logged batches</li> <li>Understand eventual consistency and use the right consistency level for your situation</li> <li>Understand data distribution with Cassandra</li> <li>Develop simple application using Java driver and implement application-level optimizations</li> </ul> <h2>In Detail</h2> <p>Cassandra is a distributed database that stands out thanks to its robust feature set and intuitive interface, while providing high availability and scalability of a distributed data store. This book will introduce you to the rich feature set offered by Cassandra, and empower you to create and manage a highly scalable, performant and fault-tolerant database layer.</p> <p>The book starts by explaining the new features implemented in Cassandra 3.x and get you set up with Cassandra. Then you'll walk through data modeling in Cassandra and the rich feature set available to design a flexible schema. Next you'll learn to create tables with composite partition keys, collections and user-defined types and get to know different methods to avoid denormalization of data. You will then proceed to create user-defined functions and aggregates in Cassandra. Then, you will set up a multi node cluster and see how the dynamics of Cassandra change with it. Finally, you will implement some application-level optimizations using a Java client.</p> <p>By the end of this book, you'll be fully equipped to build powerful, scalable Cassandra database layers for your applications.</p> <h2>Style and approach</h2> <p>This book takes a step-by- step approach to give you basic to intermediate knowledge of Apache Cassandra. Every concept is explained in depth, and is supplemented with practical examples when required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,540円

Microservices with Spring Boot and Spring Cloud Develop modern, resilient, scalable and highly available apps using microservices with Java, Spring Boot 3.0 and Spring Cloud【電子書籍】[ Tejaswini Jog ]

楽天Kobo電子書籍ストア
<p><strong>DESCRIPTION</strong><br /> Microservices has emerged as a powerful solution to build flexible, scalable, and resilient applications. This Book is the go-to-guide to understanding, designing, and implementing microservice architectures using Spring Boot. It takes you on a journey through the intricacies of microservices to create robust and efficient microservice-based applications.</p> <p>This book helps you to understand the motivations and the entire process behind migrating from monolithic to microservice architectures. It covers essentials like REST basics, advanced topics such as centralized configuration, inter-service communication, Eureka Server, resilience mechanisms, security, and Docker deployment.<br /> Readers will be equipped to effortlessly find and access instances within a microservice architecture without disrupting clients. You will delve into distributed tracing and its importance in monitoring the interactions among microservices. Finally, we will discuss strategies for ensuring the reliability of your microservices architecture.</p> <p>Whether you're new to microservices or seeking to enhance your existing expertise, this book is your comprehensive guide to navigating the intricacies of modern application development. Embark on your microservices journey today and unlock the potential of Spring Boot in crafting efficient, scalable, and resilient software solutions.</p> <p><strong>TABLE OF CONTENTS</strong></p> <ol> <li>The Foundation</li> <li>Decipher the unintelligible</li> <li>Scale it down</li> <li>Reflective Composition</li> <li>Liaison among services</li> <li>Location Transparency</li> <li>Gateway API Services</li> <li>Observability</li> <li>Reliability</li> <li>Keep It safe</li> <li>Deployment<br /> Appendix 1<br /> Appendix 2<br /> Index</li> </ol>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,422円

Scalable Uncertainty Management 13th International Conference, SUM 2019, Compi?gne, France, December 16?18, 2019, Proceedings【電子書籍】

楽天Kobo電子書籍ストア
<p>This book constitutes the refereed proceedings of the 13th International Conference on Scalable Uncertainty Management, SUM 2019, which was held in Compi?gne, France, in December 2019.<br /> The 25 full, 4 short, 4 tutorial, 2 invited keynote papers presented in this volume were carefully reviewed and selected from 44 submissions. The conference is dedicated to the management of large amounts of complex, uncertain, incomplete, or inconsistent information. New approaches have been developed on imprecise probabilities, fuzzy set theory, rough set theory, ordinal uncertainty representations, or even purely qualitative models.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,076円

Client-Server Web Apps with JavaScript and Java Rich, Scalable, and RESTful【電子書籍】[ Casimir Saternos ]

楽天Kobo電子書籍ストア
<p>As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on projects in several chapters to get a feel for the topics discussed.</p> <p>User habits, technologies, and development methods have drastically altered web app design in recent years. But the Web itself hasn’t changed. This book shows you how to build apps that conform to the web’s underlying architecture.</p> <ul> <li>Learn the advantages of using separate client and server tiers, including code organization and speedy prototyping</li> <li>Explore the major tools, frameworks, and starter projects used in JavaScript development</li> <li>Dive into web API design and REST style of software architecture</li> <li>Understand Java’s alternatives to traditional packaging methods and application server deployment</li> <li>Build projects with lightweight servers, using jQuery with Jython, and Sinatra with Angular</li> <li>Create client-server web apps with traditional Java web application servers and libraries</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,262円

Developing Reliable, Scalable, and Maintainable Systems: Essential Principles for Building Data-Driven Applications in the Digital Age【電子書籍】[ Matthew B.Richard ]

楽天Kobo電子書籍ストア
<p>In "Developing Reliable, Scalable, and Maintainable Systems," dive into the essential principles for constructing robust data-driven applications in today's digital landscape. Explore proven strategies for ensuring your systems are dependable, adaptable, and easy to manage, empowering you to navigate the complexities of modern technology with confidence. Whether you're a seasoned developer or a newcomer to the field, this comprehensive guide equips you with the tools and insights needed to build resilient systems that stand the test of time.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,105円

洋書 Paperback, Microservices From Day One: Build robust and scalable software from the start

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販売説明文 15,865円

洋書 Full Stack Web Development with Backbone.js: Scalable Application Design with 100% JavaScript

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販売説明文 6,871円

【中古】【輸入品・未使用】Cloud Native Infrastructure: Patterns for Scalable Infrastructure and Applications in a Dynamic Environment

ムジカ&フェリーチェ楽天市場店
【中古】【輸入品・未使用】Cloud Native Infrastructure: Patterns for Scalable Infrastructure and Applications in a Dynamic Environment【メーカー名】O'Reilly Media【メーカー型番】【ブランド名】O'Reilly Media【商品説明】Cloud Native Infrastructure: Patterns for Scalable Infrastructure and Applications in a Dynamic Environment当店では初期不良に限り、商品到着から7日間は返品を 受付けております。こちらは海外販売用に買取り致しました未使用品です。買取り致しました為、中古扱いとしております。他モールとの併売品の為、完売の際はご連絡致しますのでご了承下さい。速やかにご返金させて頂きます。ご注文からお届けまで1、ご注文⇒ご注文は24時間受け付けております。2、注文確認⇒ご注文後、当店から注文確認メールを送信します。3、配送⇒当店海外倉庫から取り寄せの場合は10〜30日程度でのお届けとなります。国内到着後、発送の際に通知にてご連絡致します。国内倉庫からの場合は3〜7日でのお届けとなります。 ※離島、北海道、九州、沖縄は遅れる場合がございます。予めご了承下さい。お電話でのお問合せは少人数で運営の為受け付けておりませんので、メールにてお問合せお願い致します。営業時間 月〜金 10:00〜17:00お客様都合によるご注文後のキャンセル・返品はお受けしておりませんのでご了承下さい。 10,741円