検索キーワード: プログラミング言語
-
-
Grokking Algorithms
- 著者: Aditya Bhargava
- ナレーター: Derek Lettman
- 再生時間: 3 時間 46 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This friendly guide teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. This accesible introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.
-
Grokking Algorithms
- ナレーター: Derek Lettman
- 再生時間: 3 時間 46 分
- 配信日: 2018/09/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥1,900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
SQL QuickStart Guide
- The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL
- 著者: Walter Shields
- ナレーター: Russell Newton
- 再生時間: 4 時間 9 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Structured query language, or SQL (pronounced "sequel" by many), is the most widely used programming language in database management and is the standard language for relational database management systems (RDBMS). SQL programming allows users to return, analyze, create, manage, and delete data within a database - all within a few commands.
-
SQL QuickStart Guide
- The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL
- ナレーター: Russell Newton
- 再生時間: 4 時間 9 分
- 配信日: 2015/11/25
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Beginner’s Guide to PowerShell Scripting
- Automate Windows Administration, Master Active Directory, and Unlock Cloud DevOps with Real-World Scripts and Projects
- 著者: Paul Kell
- ナレーター: Steven Gillen
- 再生時間: 16 時間 21 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Whether you're a complete beginner or a systems admin looking to level up, Beginner’s Guide to PowerShell Scripting is your one-stop resource for learning how to automate Windows tasks, manage Active Directory, and even interact with cloud services like AWS and Azure using nothing but PowerShell.
-
Beginner’s Guide to PowerShell Scripting
- Automate Windows Administration, Master Active Directory, and Unlock Cloud DevOps with Real-World Scripts and Projects
- ナレーター: Steven Gillen
- 再生時間: 16 時間 21 分
- 配信日: 2025/07/31
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Python for Data Analysis
- Real-World Projects and Applications
- 著者: Blake Archer
- ナレーター: K C Wayman
- 再生時間: 2 時間 47 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data analysis is a must-have skill that becomes more essential as the world becomes more data-driven. And one of the most effective ways to dive into data analysis is by learning a programming language. Python is a great place to start. This book explains everything you need to know to start using Python for data analysis.
-
Python for Data Analysis
- Real-World Projects and Applications
- ナレーター: K C Wayman
- 再生時間: 2 時間 47 分
- 配信日: 2025/07/18
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
A Simple Guide to Retrieval Augmented Generation
- 著者: Abhinav Kimothi
- ナレーター: Christopher Kendrick
- 再生時間: 8 時間 45 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Everything you need to know about Retrieval Augmented Generation in one human-friendly guide. Augmented Generation (or RAG) enhances an LLM’s available data by adding context from an external knowledge base, so it can answer accurately about proprietary content, recent information, and even live conversations. RAG is powerful, and with A Simple Guide to Retrieval Augmented Generation, it’s also easy to understand and implement!
-
A Simple Guide to Retrieval Augmented Generation
- ナレーター: Christopher Kendrick
- 再生時間: 8 時間 45 分
- 配信日: 2025/07/02
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
- Concepts, Tools, and Techniques to Build Intelligent Systems (3rd Edition)
- 著者: Aurélien Géron
- 再生時間: 27 時間
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This bestselling book uses concrete examples, minimal theory, and production-ready Python frameworks (Scikit-Learn, Keras, and TensorFlow) to help you gain an intuitive understanding of the concepts and tools for building intelligent systems.
-
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
- Concepts, Tools, and Techniques to Build Intelligent Systems (3rd Edition)
- 再生時間: 27 時間
- 配信日: 2026/03/17
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,000 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
AI Fundamentals - A Beginner’s Guide
- Unlock the Power of Artificial Intelligence to Boost Your Career, Ignite Creativity and Stay Ahead in a Fast-Changing World
- 著者: IntelliVerse Press
- ナレーター: David Preston
- 再生時間: 5 時間 25 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Fascinated by AI but unsure where to start? Feel like the AI revolution is racing ahead without you? You haven't missed your chance—the path to AI mastery is clearer than you imagine. AI Fundamentals makes AI accessible and exciting.
-
AI Fundamentals - A Beginner’s Guide
- Unlock the Power of Artificial Intelligence to Boost Your Career, Ignite Creativity and Stay Ahead in a Fast-Changing World
- ナレーター: David Preston
- 再生時間: 5 時間 25 分
- 配信日: 2025/07/11
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
The NSA Tips: Software Memory Safety
- National Security Agency April 2023
- 著者: National Security Agency
- ナレーター: Tom Brooks
- 再生時間: 1 時間 38 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Modern society relies heavily on software-based automation, implicitly trusting developers to write software that operates in the expected way and cannot be compromised for malicious purposes. While developers often perform rigorous testing to prepare the logic in software for surprising conditions, exploitable software vulnerabilities are still frequently based on memory issues. Examples include overflowing a memory buffer and leveraging issues with how software allocates and de-allocates memory.
-
The NSA Tips: Software Memory Safety
- National Security Agency April 2023
- ナレーター: Tom Brooks
- 再生時間: 1 時間 38 分
- 配信日: 2023/05/15
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Sprachkurs Java
- Das Hörbuch über objektorientierte Programmierung
- 著者: Johannes Schildgen
- ナレーター: Johannes Schildgen
- 再生時間: 10 時間 9 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Java ist eine der populärsten Programmiersprachen überhaupt. Lerne in diesem Hörbuch die Sprache Java und die Konzepte der objektorientierten Programmierung kennen, egal ob bei der Autofahrt, beim Putzen oder Kochen. Wir beginnen mit den Grundlagen übers Programmieren im Allgemeinen. Ein Vorwissen in einer Programmiersprache ist zwar hilfreich, aber absolut nicht notwendig. Du lernst, was Variablen, Schleifen, Klassen und Methoden sind und wie du sie verwendest.
-
Sprachkurs Java
- Das Hörbuch über objektorientierte Programmierung
- ナレーター: Johannes Schildgen
- 再生時間: 10 時間 9 分
- 配信日: 2023/04/25
- 言語: ドイツ語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥1,900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Python and Machine Learning for Beginners
- A Complete Easy Guide to Learning Python and Machine Learning in One Go!
- 著者: Santos Ozoemena
- ナレーター: Omar Inshanally
- 再生時間: 9 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Are you looking to get started with Python and machine learning? Look no further! This comprehensive two-in-one bundle is the perfect audio resource for beginners looking to learn both Python and machine learning in one easy guide. With this audiobook, you'll be able to grasp the basic fundamentals of Python and learn how to use it to solve real-world problems. You'll also get a crash course in machine learning including key concepts, algorithms, and techniques.
-
Python and Machine Learning for Beginners
- A Complete Easy Guide to Learning Python and Machine Learning in One Go!
- ナレーター: Omar Inshanally
- 再生時間: 9 時間 49 分
- 配信日: 2023/02/01
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
100 Go Mistakes and How to Avoid Them
- 著者: Teiva Harsanyi
- ナレーター: Christopher Kendrick
- 再生時間: 12 時間 23 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects.
-
100 Go Mistakes and How to Avoid Them
- ナレーター: Christopher Kendrick
- 再生時間: 12 時間 23 分
- 配信日: 2022/11/22
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Solutions Architect's Handbook
- Kick-Start Your Solutions Architect Career by Learning Architecture Design Principles and Strategies
- 著者: Saurabh Shrivastava, Neelanjali Srivastav
- ナレーター: Mark Armstrong
- 再生時間: 17 時間 48 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Becoming a solutions architect requires a hands-on approach, and this edition of the Solutions Architect's Handbook brings exactly that. This audiobook will teach you how to create robust, scalable, and fault-tolerant solutions and next-generation architecture designs in a cloud environment. It will also help you build effective product strategies for your business and implement them from start to finish.
-
Solutions Architect's Handbook
- Kick-Start Your Solutions Architect Career by Learning Architecture Design Principles and Strategies
- ナレーター: Mark Armstrong
- 再生時間: 17 時間 48 分
- 配信日: 2022/11/10
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Data-Oriented Programming
- Reduce Software Complexity
- 著者: Yehonathan Sharvit
- ナレーター: Julie Brierley
- 再生時間: 9 時間 42 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data-Oriented Programming is a one-of-a-kind guide that introduces the data-oriented paradigm. This groundbreaking approach represents data with generic immutable data structures. It simplifies state management, eases concurrency, and does away with the common problems you’ll find in object-oriented code. The book presents powerful new ideas through conversations, code snippets, and diagrams that help you quickly grok what’s great about DOP.
-
Data-Oriented Programming
- Reduce Software Complexity
- ナレーター: Julie Brierley
- 再生時間: 9 時間 42 分
- 配信日: 2022/10/20
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Blazor in Action
- 著者: Chris Sainty
- ナレーター: Christopher Kendrick
- 再生時間: 7 時間 51 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You’ll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you’ll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser.
-
Blazor in Action
- ナレーター: Christopher Kendrick
- 再生時間: 7 時間 51 分
- 配信日: 2022/08/31
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Grokking Machine Learning
- 著者: Luis Serrano
- ナレーター: Marianne Sheehan
- 再生時間: 15 時間 1 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Discover valuable machine learning techniques you can understand and apply using just high school math. Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.
-
Grokking Machine Learning
- ナレーター: Marianne Sheehan
- 再生時間: 15 時間 1 分
- 配信日: 2022/08/10
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Python Guide
- Clear Introduction to Python Programming and Machine Learning
- 著者: Alex Campbell
- ナレーター: Jim D Johnston, Darcey Kobs
- 再生時間: 5 時間 46 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Machine learning is fast becoming an important technique used by multiple industries, and in applications and research. But you don’t have to be part of a massive organization with an endless pot of money to get involved. Even beginners using the Python programming language can be a part of machine learning, and that is what this book is for. Today, the only limit to machine learning is your imagination. In this book, I provide you with an overview of machine learning and some practical work to get your hands dirty.
-
Python Guide
- Clear Introduction to Python Programming and Machine Learning
- ナレーター: Jim D Johnston, Darcey Kobs
- 再生時間: 5 時間 46 分
- 配信日: 2022/07/25
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Effective Software Testing
- A Developer's Guide
- 著者: Maurizio Aniche
- ナレーター: Adam Newmark
- 再生時間: 10 時間 26 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Effective Software Testing teaches you a systematic approach to software testing that will ensure the quality of your code. It’s full of techniques drawn from proven research in software engineering, and each chapter puts a new technique into practice. Follow the real-world use cases and detailed code samples, and you’ll soon be engineering tests that find bugs in edge cases and parts of code you’d never think of testing! Along the way, you’ll develop an intuition for testing that can save years of learning by trial and error.
-
Effective Software Testing
- A Developer's Guide
- ナレーター: Adam Newmark
- 再生時間: 10 時間 26 分
- 配信日: 2022/06/29
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Spring in Action, Sixth Edition
- 著者: Craig Walls
- ナレーター: Julie Brierley
- 再生時間: 11 時間 59 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.3, and packed with interesting real-world examples to get your hands dirty with Spring. Over the years, Spring in Action has helped tens of thousands of developers get a major productivity boost from Spring. This new edition of the classic best seller covers all of the new features of Spring 5.3 and Spring Boot 2.4 along with examples of reactive programming, Spring Security for REST Services, and bringing reactivity to your databases.
-
Spring in Action, Sixth Edition
- ナレーター: Julie Brierley
- 再生時間: 11 時間 59 分
- 配信日: 2022/04/14
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Spring Microservices in Action
- Second Edition
- 著者: John Carnell, Illary Huaylupo Sànchez
- ナレーター: Adam Newmark
- 再生時間: 11 時間 20 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Spring Microservices in Action: Second Edition teaches you to build microservice-based applications using Java and Spring. By dividing large applications into separate self-contained units, microservices are a great step toward reducing complexity and increasing flexibility. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio.
-
Spring Microservices in Action
- Second Edition
- ナレーター: Adam Newmark
- 再生時間: 11 時間 20 分
- 配信日: 2022/04/05
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,100 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Microservices in .NET
- Second Edition
- 著者: Christian Horsdal Gammelgaard
- ナレーター: Derek Dysart
- 再生時間: 8 時間 33 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Microservices in .NET: Second Edition is a comprehensive guide to building microservice applications using the .NET stack. After a crystal-clear introduction to the microservices architectural style, it teaches you practical microservices development skills using ASP.NET. This second edition of the best-selling original has been revised with up-to-date tools for the .NET ecosystem, and more new coverage of scoping microservices and deploying to Kubernetes.
-
Microservices in .NET
- Second Edition
- ナレーター: Derek Dysart
- 再生時間: 8 時間 33 分
- 配信日: 2022/03/17
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-