|
4361件中 1件 - 30件
1 2 3 4 5 6
商品 | 説明 | 価格 |

Build Your Own Linux Distro: Custom Distributions with Yocto and Buildroot A Practical Guide to Creating Lightweight, Tailored Linux Systems for Embedded and Specialized Applications【電子書籍】[ Dargslan ]
楽天Kobo電子書籍ストア
|
<p><strong>Build Your Own Linux Distro: Custom Distributions with Yocto and Buildroot</strong></p> <p>A Practical Guide to Creating Lightweight, Tailored Linux Systems for Embedded and Specialized Applications</p> <p>In today's increasingly connected world, embedded Linux systems power everything from smart home devices and automotive infotainment systems to industrial controllers and medical equipment. Behind these specialized systems lies a crucial skill: the ability to create custom Linux distributions tailored to specific hardware constraints and application requirements. "Build Your Own Linux Distro" is your comprehensive guide to mastering this essential art using two of the industry's most powerful build systems: Yocto Project and Buildroot.</p> <p>Why Custom Linux Distributions Matter</p> <p>General-purpose Linux distributions like Ubuntu, Fedora, or Debian are designed for desktop computers and servers with abundant resources. However, embedded systems and specialized applications often require:</p> <p>Minimized footprint (sometimes fitting in mere megabytes of storage)<br /> Optimized performance on resource-constrained hardware<br /> Specific kernel configurations for custom hardware<br /> Purpose-built software stacks with only essential components<br /> Enhanced security for critical applications<br /> Predictable real-time behavior for time-sensitive operations</p> <p>This is where custom Linux distributions become not just beneficial but essential. Rather than stripping down an existing distributionーa process that's inefficient and error-proneーbuilding from the ground up with specialized tools allows you to create precisely what you need and nothing more.</p> <p>The Power of Yocto and Buildroot</p> <p>This book focuses on two industry-standard build systems that represent different approaches to the same challenge:</p> <p>Buildroot offers a relatively straightforward, Makefile-based system that's excellent for creating small, focused Linux distributions. It's ideal for projects where simplicity and quick iteration are priorities, providing a gentle entry point for those new to custom distribution building.</p> <p>Yocto Project delivers a more sophisticated and flexible layer-based architecture using the BitBake build engine. While it has a steeper learning curve, Yocto provides industrial-strength capabilities for complex projects, commercial products, and scenarios requiring long-term support.</p> <p>By covering both systems in depth, this book empowers you to choose the right tool for your specific project needs, understanding the trade-offs and benefits of each approach.</p> <p>Who Should Read This Book</p> <p>This book is written for:</p> <p>Embedded systems developers looking to create optimized Linux distributions for their hardware<br /> IoT device creators needing lightweight, secure operating systems<br /> Software engineers wanting to understand Linux systems at a deeper level<br /> DevOps professionals interested in building specialized container base images or appliance distributions<br /> System administrators seeking to create purpose-built distributions for specific deployment scenarios<br /> Computer science students and educators learning about operating system customization and build systems<br /> Open-source enthusiasts who want to understand how Linux distributions are constructed</p> <p>While prior experience with Linux is beneficial, the book provides the necessary foundation for readers with diverse backgrounds to succeed in building their own distributions.</p> <p>What You'll Learn</p> <p>Through practical, hands-on instruction, you'll master the skills to:</p> <p>Design and architect custom Linux distributions based on specific requirements<br /> Set up robust development environments for efficient distribution building<br /> Use Buildroot to quickly create lightweight, focused Linux systems<br /> Master Yocto Project fundamentals, including layers, recipes, and the BitBake build engine<br /> Customize the Linux kernel for specific hardware and application needs<br /> Configure and optimize bootloaders for various target platforms<br /> Develop and integrate custom applications into your distributions<br /> Implement device drivers and hardware support for specialized components<br /> Apply performance optimization techniques to minimize resource usage<br /> Reduce the footprint of your distributions for constrained environments<br /> Implement security hardening appropriate for embedded and specialized systems<br /> Deploy and maintain custom distributions in production environments<br /> Debug and troubleshoot common issues in custom Linux systems</p> <p>By the end of this book, you'll have the knowledge and confidence to build Linux distributions customized for virtually any hardware platform or application requirement.</p> <p>A Practical, Project-Based Approach</p> <p>Rather than overwhelming you with theory, this book embraces a practical, project-based approach. Each chapter builds on the previous one, gradually developing your skills through hands-on exercises and real-world examples.</p> <p>Key features of our approach include:</p> <p>Progressive skill building: Start with simple builds and advance to complex customizations<br /> Practical examples: Follow along with real-world use cases that illustrate key concepts<br /> Complete projects: Build several full distributions from start to finish<br /> Troubleshooting guides: Learn to identify and resolve common issues<br /> Best practices: Adopt industry-standard techniques for maintainable, reproducible builds<br /> Performance analysis: Measure and optimize your distributions for various metrics</p> <p>The book maintains a balance between breadth and depth, providing enough detail to be immediately useful while covering the full spectrum of skills needed for custom distribution development.</p> <p>Inside the Book: Chapter-by-Chapter Overview<br /> Introduction</p> <p>Begin your journey by understanding the landscape of Linux distributions and the reasons for building custom ones. We'll explore the spectrum from general-purpose to highly specialized distributions and set the stage for your learning path.</p> <p>Chapter 1: Linux Distribution Basics</p> <p>Build a solid foundation by understanding what constitutes a Linux distribution, from the kernel and system libraries to user applications and configuration files. Learn about the boot process, system initialization, package management, and other core concepts essential for custom distribution building.</p> <p>Chapter 2: Preparing Your Development Environment</p> <p>Set yourself up for success by creating an efficient, reliable development environment. We'll cover virtualization options, host system requirements, tool installations, and workspace organization to ensure a smooth development experience throughout your projects.</p> <p>Chapter 3: Introduction to Buildroot</p> <p>Dive into your first build system with Buildroot, learning its architecture, basic configuration, and build process. You'll create your first minimal distribution and understand how Buildroot transforms your specifications into a working Linux system.</p> <p>Chapter 4: Customizing Buildroot Systems</p> <p>Take your Buildroot skills to the next level by customizing package selections, configuring system options, and creating custom Buildroot packages. Learn how to extend and modify existing packages to meet your specific requirements.</p> <p>Chapter 5: Introduction to the Yocto Project</p> <p>Transition to the Yocto Project ecosystem, understanding its layer-based architecture and the powerful BitBake build engine. Learn the terminology, directory structure, and fundamental concepts that underpin this industrial-strength build system.</p> <p>Chapter 6: Building and Customizing with Yocto</p> <p>Master Yocto by creating custom layers, writing recipes, and extending existing components. Discover how to leverage the extensive Yocto Project ecosystem while maintaining control over your distribution's specifics.</p> <p>Chapter 7: Kernel and Bootloader Customization</p> <p>Delve into the heart of your Linux system by customizing the kernel and bootloader. Learn how to configure, patch, and build custom kernels for specific hardware platforms, and how to integrate and configure various bootloaders including U-Boot and GRUB.</p> <p>Chapter 8: Developing Custom Applications</p> <p>Integrate your applications into your custom distribution through proper packaging and configuration. Learn best practices for application development in the context of custom Linux distributions, including cross-compilation concerns.</p> <p>Chapter 9: Device Drivers and Hardware Support</p> <p>Extend your distribution's hardware support by implementing and integrating device drivers. Whether adapting existing drivers or writing new ones, you'll learn to make your distribution work seamlessly with custom and specialized hardware.</p> <p>Chapter 10: Optimization and Size Reduction</p> <p>Make your distribution lean and efficient through various optimization techniques. Learn to measure and reduce binary sizes, optimize compilation flags, eliminate unnecessary components, and tune system performance for resource-constrained environments.</p> <p>Chapter 11: Security in Custom Linux Systems</p> <p>Implement crucial security measures appropriate for embedded and specialized systems. From secure boot and trusted execution to proper update mechanisms and isolation techniques, you'll learn to protect your distribution from various threats.</p> <p>Chapter 12: Real-World Projects and Deployments</p> <p>Apply your skills to complete, practical proje画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,133円
|

Drupal 10 Masterclass Build responsive Drupal applications to deliver custom and extensible digital experiences to users【電子書籍】[ Adam Bergstein ]
楽天Kobo電子書籍ストア
|
<p><b>Get started with Drupal 10 using this comprehensive guide for beginners and learn key concepts such as building, installing, maintaining, managing content, and advanced topics through real-world examples and use cases</b></p><h2>Key Features</h2><ul><li>Explore Drupal 10 concepts in depth and discover how you can engage with the Drupal open-source community</li><li>Build Drupal applications with powerful features such as structured content, media, views, and displays</li><li>Learn how to create modules and themes with metadata, hooks, and Drupal’s customization plugins</li><li>Purchase of the print or Kindle book includes a free PDF eBook</li></ul><h2>Book Description</h2>Learning Drupal can be challenging because of its robust, extensible, and powerful capability for digital experiences, making it difficult for beginners to grasp and use it for application development. If you’re looking to break into Drupal with hands-on knowledge, this Drupal 10 Masterclass is for you. With this book, you’ll gain a thorough knowledge of Drupal by understanding its core concepts, including its technical architecture, frontend, backend, framework, and latest features. Equipped with foundational knowledge, you’ll bootstrap and install your first project with expert guidance on maintaining Drupal applications. Progressively, you’ll build applications using Drupal’s core features such as content structures, multilingual support, users, roles, Views, search, and digital assets. You’ll discover techniques for developing modules and themes and harness Drupal’s robust content management through layout builder, blocks, and content workflows. The book familiarizes you with prominent tools such as Git, Drush, and Composer for code deployments and DevOps practices for Drupal application management. You’ll also explore advanced use cases for content migration and multisite implementation, extending your application’s capabilities. By the end of this book, you’ll not only have learned how to build a successful Drupal application but may also find yourself contributing to the Drupal community.<h2>What you will learn</h2><ul><li>Understand Drupal’s architecture and infrastructure dependencies</li><li>Bootstrap, install, and configure your first Drupal project</li><li>Maintain Drupal through updates, automation, and DevOps practices</li><li>Harness Drupal features like multilingual, search, Views, and content moderation</li><li>Understand content management and how to effectively put it into action</li><li>Explore advanced topics such as Git, Drush, DevOps, and Composer</li><li>Leverage Drupal’s framework for modules and themes</li><li>Discover advanced use cases for migration and multisite management</li></ul><h2>Who this book is for</h2><p>If you are a CMS professional new to Drupal and want to learn all aspects of building and maintaining Drupal websites, this book is for you. While hands-on experience with Drupal is not assumed, having foundational knowledge of CMS development will help you get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
3,444円
|

Windows Subsystem for Linux 2 (WSL 2) Tips, Tricks, and Techniques Maximise productivity of your Windows 10 development machine with custom workflows and configurations【電子書籍】[ Stuart Leeks ]
楽天Kobo電子書籍ストア
|
<p><strong>A practical handbook that will help you bridge the gap between Windows and Linux to develop apps that leverage the best features across both ecosystems with seamless interoperability</strong></p> <h4>Key Features</h4> <ul> <li>Configure and control WSL to suit your needs and preferences</li> <li>Discover tips for working seamlessly between Windows and WSL Linux distros</li> <li>Learn how to work effectively with containers in WSL, as well as how to containerize your development environments with Visual Studio Code to isolate your dependencies</li> </ul> <h4>Book Description</h4> <p>Windows Subsystem for Linux (WSL) allows you to run native Linux tools alongside traditional Windows applications. Whether you're developing applications across multiple operating systems or looking to add more tools to your Windows environment, WSL offers endless possibilities.</p> <p>You'll start by understanding what WSL is and learn how to install and configure WSL along with different Linux distros. Next, you'll learn techniques that allow you to work across both Windows and Linux environments. You'll discover how to install and customize the new Windows Terminal. We'll also show you how to work with code in WSL using Visual Studio Code (VS Code). In addition to this, you'll explore how to work with containers with Docker and Kubernetes, and how to containerize a development environment using VS Code.</p> <p>While Microsoft has announced support for GPU and GUI applications in an upcoming release of WSL, at the time of writing these features are either not available or only in early preview releases. This book focuses on the stable, released features of WSL and giving you a solid understanding of the amazing techniques that you can use with WSL today.</p> <p>By the end of this book, you'll be able to configure WSL and Windows Terminal to suit your preferences, and productively use Visual Studio Code for developing applications with WSL.</p> <h4>What you will learn</h4> <ul> <li>Install and configure Windows Subsystem for Linux and Linux distros</li> <li>Access web applications running in Linux from Windows</li> <li>Invoke Windows applications, file systems, and environment variables from bash in WSL</li> <li>Customize the appearance and behavior of the Windows Terminal to suit your preferences and workflows</li> <li>Explore various tips for enhancing the Visual Studio Code experience with WSL</li> <li>Install and work with Docker and Kubernetes within Windows Subsystem for Linux</li> <li>Discover various productivity tips for working with Command-line tools in WSL</li> </ul> <h4>Who this book is for</h4> <p>This book is for developers who want to use Linux tools on Windows, including Windows-native programmers looking to ease into a Linux environment based on project requirements or Linux developers who've recently switched to Windows. This book is also for web developers working on open source projects with Linux-first tools such as Ruby or Python, or developers looking to switch between containers and development machines for testing apps. Prior programming or development experience and a basic understanding of running tasks in bash, PowerShell, or the Windows Command Prompt will be required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
3,562円
|

Unreal Engine 5 Character Creation, Animation, and Cinematics Create custom 3D assets and bring them to life in Unreal Engine 5 using MetaHuman, Lumen, and Nanite【電子書籍】[ Henk Venter ]
楽天Kobo電子書籍ストア
|
<p><b>Get to grips with the base workflow and create your own cinematic scenes in UE5 by learning to develop the main elements, animate, and combine them into a complete rendered movie scene with the help of key images printed in color</b></p><h2>Key Features</h2><ul><li>Perform your entire rigging and animation workflow inside Unreal Engine 5 using Control Rig tools</li><li>Create hand-keyed animations and clean up motion capture natively in Unreal Engine</li><li>Learn the basics of creating 3D assets and customizing a MetaHuman for your movie needs</li></ul><h2>Book Description</h2>Unreal Engine 5 (UE5) offers beginners and seasoned professionals the ability to create detailed movie scenes with realistic human characters using MetaHuman and combine it with custom props and environments. It also comes with built-in industry standard animation tools to develop such scenes in a fraction of the time compared to old methods. This book takes you through the entire 3D movie production pipeline using free (open - source) software. By following the step-by-step, beginner-friendly tutorials in this book, you'll learn how to create your own custom 3D assets in Blender and texture these 3D assets in Quixel Mixer. Next, you'll take these completed 3D assets into Unreal Engine 5 and use them to build a virtual 3D movie set for your 3D movie. You'll also populate your 3D movie set by using Quixel MegaScans assets and create and customize your own photorealistic human character using MetaHuman Creator and UE5. As you advance, you'll discover how to rig, skin, and animate these 3D assets and characters using Blender and UE5's new Control Rig. Finally, you'll explore the process of setting up your movie cameras and animation sequences and rendering your 3D movie using UE5's Sequencer. By the end of this Unreal Engine book, you'll have learned how to combine different elements in UE5 to make your own movies and cinematics.<h2>What you will learn</h2><ul><li>Create, customize, and use a MetaHuman in a cinematic scene in UE5</li><li>Model and texture custom 3D assets for your movie using Blender and Quixel Mixer</li><li>Use Nanite with Quixel Megascans assets to build 3D movie sets</li><li>Rig and animate characters and 3D assets inside UE5 using Control Rig tools</li><li>Combine your 3D assets in Sequencer, include the final effects, and render out a high-quality movie scene</li><li>Light your 3D movie set using Lumen lighting in UE5</li></ul><h2>Who this book is for</h2><p>This book is for beginners to Unreal Engine or 3D animation and art in general who want to learn the entire process of creating 3D movies with Unreal Engine 5. Experienced 3D artists and animators new to UE5 will also find this book invaluable as it covers cutting-edge techniques for making real-time 3D movies using Unreal Engine, Blender, Quixel Mixer, and Quixel Bridge. Although prior experience with 3D software is not necessary, it will be helpful in understanding the concepts more easily.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
6,888円
|

Dyeing to Spin & Knit Techniques & Tips to Make Custom Hand-Dyed Yarns【電子書籍】[ Felicia Lo ]
楽天Kobo電子書籍ストア
|
<p><strong>Inspire and unleash a passion for hand-crafted color!</strong></p> <p>"Unapologetic" is how Felicia Lo always describes her obsession with color and craft. In <em>Dyeing to Spin and Knit</em>, Felicia, founder and creative director of SweetGeorgia Yarns and highly sought after teacher and lecturer, provides clear and accessible guidance for creating gorgeous hand-dyed yarns and spinning fibers and an understanding of how dyeing affects knitted yarn and handspun yarn.</p> <p>Fiber artists will learn the fundamentals of how color works, how to combine and coordinate colors, and how to control the results when dyeing wool and silk yarns and fibers. Spinners will learn how to subdue intense and bright colorways or prevent muddiness in handspun. Knitters will gain the knowledge to avoid or maximize the effects of pooling. And finally, this book will include 10 patterns that use hand-dyed and handspun yarns and fibers to their most exciting advantage in knitting projects.</p> <p>Complete with detailed photographs from Felicia's own dyeing studio, <em>Dyeing to Spin and Knit</em> offers a master class in preparing hand-dyed yarns and fibers. Ignite your love of color--unapologetically!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,819円
|

Custom Socks Knit to Fit Your Feet【電子書籍】[ Kate Atherley ]
楽天Kobo電子書籍ストア
|
<p>Whether you knit them toe-up or top-down, getting just the right fit on hand knit socks can be a major challenge! In <em>Custom Socks</em>, Kate Atherley sets out to teach knitters of all levels the skills and tools they need to understand sock fit, and to knit a pair of socks that fit properly. She calls on her years of experience as <em>Knitty</em>'s Managing Technical Editor, where she has edited hundreds of sock patterns, to share this information in a way that is easy to understand with patterns that inspire.</p> <p>So go ahead and treat yourself to these 15 original sock patterns that are easily customizable and work with any needle configuration. Your feet will thank you!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,977円
|

Extending and Modifying LAMMPS Writing Your Own Source Code A pragmatic guide to extending LAMMPS as per custom simulation requirements【電子書籍】[ Dr. Shafat Mubin ]
楽天Kobo電子書籍ストア
|
<p>Understand the LAMMPS source code and modify it to meet your research needs, and run simulations for bespoke applications involving forces, thermostats, pair potentials and more with ease Key Features ? Understand the structure of the LAMMPS source code ? Implement custom features in the LAMMPS source code to meet your research needs ? Run example simulations involving forces, thermostats, and pair potentials based on implemented features Book Description LAMMPS is one of the most widely used tools for running simulations for research in molecular dynamics. While the tool itself is fairly easy to use, more often than not you'll need to customize it to meet your specific simulation requirements. Extending and Modifying LAMMPS bridges this learning gap and helps you achieve this by writing custom code to add new features to LAMMPS source code. Written by ardent supporters of LAMMPS, this practical guide will enable you to extend the capabilities of LAMMPS with the help of step-by-step explanations of essential concepts, practical examples, and self-assessment questions. This LAMMPS book provides a hands-on approach to implementing associated methodologies that will get you up and running and productive in no time. You'll begin with a short introduction to the internal mechanisms of LAMMPS, and gradually transition to an overview of the source code along with a tutorial on modifying it. As you advance, you'll understand the structure, syntax, and organization of LAMMPS source code, and be able to write your own source code extensions to LAMMPS that implement features beyond the ones available in standard downloadable versions. By the end of this book, you'll have learned how to add your own extensions and modifications to the LAMMPS source code that can implement features that suit your simulation requirements. What you will learn ? Identify how LAMMPS input script commands are parsed within the source code ? Understand the architecture of the source code ? Relate source code elements to simulated quantities ? Learn how stored quantities are accessed within the source code ? Explore the mechanisms controlling pair styles, computes, and fixes ? Modify the source code to implement custom features in LAMMPS Who this book is for This book is for students, faculty members, and researchers who are currently using LAMMPS or considering switching to LAMMPS, have a basic knowledge of how to use LAMMPS, and are looking to extend LAMMPS source code for research purposes. This book is not a tutorial on using LAMMPS or writing LAMMPS scripts, and it is assumed that the reader is comfortable with the basic LAMMPS syntax. The book is geared toward users with little to no experience in source code editing. Familiarity with C++ programming is helpful but not necessary.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
5,344円
|

Custom Bikes【電子書籍】[ David and Patricia Armentrout ]
楽天Kobo電子書籍ストア
|
<p>Provides an overview of custom bikes, which are one-of-a-kind machines.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,597円
|

Tribal Custom in Anglo-Saxon Law Being an Essay Supplemental to (1) 'The English Village Community', (2) 'The Tribal System in Wales'【電子書籍】[ Frederic Seebohm ]
楽天Kobo電子書籍ストア
|
<p>In "Tribal Custom in Anglo-Saxon Law," Frederic Seebohm embarks on an intricate exploration of the origins and structures of Anglo-Saxon legal customs, meticulously tracing their roots to tribal practices. Seebohm employs a rigorous analytical approach, blending historical narrative with legal scholarship, to illuminate how these customs influenced the development of English law. Richly contextualized within both the political and social frameworks of early medieval England, the book dissects the interplay between social norms and codified law, revealing the profound impact of tribal customs on contemporary legal principles. Frederic Seebohm, a distinguished historian and legal scholar of the late 19th century, was deeply influenced by the legal transformations of his time. His extensive background in English history, coupled with a fascination for the intersection of law and society, equipped him to undertake this seminal work. Seebohm's academic pursuits reflect a broader curiosity about the evolving nature of legal systems and their resistance against the static nature of imposed authority, promoting a nuanced understanding of historical legal frameworks. "Tribal Custom in Anglo-Saxon Law" is an essential read for scholars, students, and enthusiasts of legal history, offering valuable insights into the foundations of modern legal systems. By bridging the past with contemporary legal thought, Seebohm's analysis not only enriches our understanding of Anglo-Saxon law but also invites readers to consider the enduring influence of custom on societal norms today.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
310円
|

The Custom o??f the Country【電子書籍】[ Edith Wharton ]
楽天Kobo電子書籍ストア
|
<p>Written in 1913 by major American writer Edith Wharton, "The Custom of the Country" follows a young woman’s ruthless ambition to excel within a judgemental Manhattan society.<br /> It is Wharton’s ninth novel and with its subject matter revolving around divorce, reflects Wharton’s own life around this time, when the author divorced and moved to France permanently.<br /> Its themes include the peril of materialism, selfishness and narcissism, and the cruelty brought on by ruthless ambition. Often told from the vantage point of the protagonist, the novel never strays from third-person perspective.</p> <p>Undine Spragg, the heroine, is an ambitious young woman from the American midwest. Raised in the fictional town of Apex, she’s the product of a family who has risen to a certain social status through sketchy financial dealings.<br /> Undine strives to rise in New York City society through a succession of marriages and divorces that ultimately lead to her undoing.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
87円
|

Water Politics and Spiritual Ecology Custom, environmental governance and development【電子書籍】[ Lisa Palmer ]
楽天Kobo電子書籍ストア
|
<p>As water resources diminish with increasing population and economic pressures as well as global climate change, this book addresses a subject of ever increasing local and global importance. In many areas water is not only a vital resource but is also endowed with an agency and power that connects people, spirit beings, place and space.</p> <p>The culmination of a decade of ethnographic research in Timor Leste, this book gives a critical account of the complex social and ecological specificities of a water-focused society in one of the world’s newest nations. Comparatively framed by international examples from Asia, South America and Africa that reveal the need to incorporate and foreground cultural diversity in water governance, it provides deep insight into the global challenge of combining customary and modern water governance regimes. In doing so it addresses a need for sustained critical ecological inquiry into the social issues of water governance.</p> <p>Focusing on the eastern region of Timor Leste, the book explores local uses, beliefs and rituals associated with water. It identifies the ritual ecological practices, contexts and scales through which the use, negotiation over and sharing of water occurs and its influence on the entire sociocultural system. Building on these findings, the book proposes effective conceptual and methodological tools for advancing community engagement and draws out lessons for more integrated and sustainable water governance approaches that can be applied elsewhere.</p> <p>This book will be of great interest to students and researchers in environmental studies, environmental policy and governance.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
11,607円
|

Hands-On Microsoft Lists Create custom data models and improve the way data is organized using Lists in Microsoft 365【電子書籍】[ Joao Ferreira ]
楽天Kobo電子書籍ストア
|
<p>Prepare to be a Microsoft Lists advocate and transform the way data is harnessed in your organization Key Features ? Get to grips with Microsoft Lists and organize your data efficiently ? Discover best practices and real-world scenarios to track information, events, and issues in your organization ? Take control of your data by creating custom data models using Microsoft Lists Book Description Microsoft Lists is an extremely flexible and powerful platform for creating custom data models. Hands-On Microsoft Lists is an easy-to-read guide for those who want to get started with Lists, as well as those who are already familiar with the basic concepts and want to create custom and flexible Lists that are easily available through a web interface. This comprehensive introduction to Lists will show you how to get up to speed in no time with the help of practical guidance and examples. Complete with hands-on tutorials and projects, you'll understand how to use and implement Microsoft Lists effectively. You'll start by covering all the basic concepts that will help you to build your Microsoft Lists and get the most out of the platform. As you progress, you'll explore how to customize Microsoft Lists layouts and forms. Later chapters will guide you through integrating Microsoft Lists with the Power Platform. Throughout the book, you'll work with practical scenarios that you can use daily to improve the collaboration in your organization. By the end of this Microsoft book, you'll have learned how to create custom data models to improve the way your data is put together, managed, and consumed in your workplace. What you will learn ? Use the Lists platform effectively in the modern workplace ? Get to grips with data privacy ? Discover how to customize Microsoft Lists data and forms ? Automate processes using Microsoft Lists ? Extend the default features of Microsoft Lists using the SharePoint framework ? Create custom list templates using PnP PowerShell ? Extend Microsoft Lists using Power Platform Who this book is for This book is for business professionals and end users working with Microsoft 365 tools such as Microsoft SharePoint and Microsoft Teams who are looking to improve the way their data is structured, managed, and consumed inside an organization. Basic knowledge of SharePoint and Excel is assumed.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
3,699円
|

Custom and Myth Exploring the Symbolism of Folklore and Mythology in Cultural Traditions【電子書籍】[ Andrew Lang ]
楽天Kobo電子書籍ストア
|
<p>In "Custom and Myth," Andrew Lang embarks on a profound exploration of the intricate nexus between folklore, culture, and societal norms, utilizing a blend of anthropological insight and literary elegance. Lang's erudite prose unravels the complex interplay between mythic traditions and customary practices, examining how these narratives shape collective identities and moral frameworks within diverse societies. The book is not merely a compilation of folklore; rather, it is a rigorous academic inquiry into how customs are perpetuated and transformed through myth, reflecting the evolving nature of human experience and understanding. Andrew Lang, a pioneering figure in the field of anthropology and folklore studies, was inspired by his deep-seated interest in the cultural narratives that unite humanity. His extensive travels and academic inquiries illuminated the rich tapestry of traditions that inform social practices. Specifically, Lang's background in classical literature and his emphasis on comparative mythology provide the foundational framework for this work, allowing readers to appreciate the universal themes that transcend time and geography. "Custom and Myth" is indispensable for scholars, students, and enthusiasts of folklore and cultural studies. Its careful analysis and thoughtful interpretations invite the reader to not only reflect on the significance of myths in daily life but also to appreciate the underlying customs that shape societies. This book is essential for anyone seeking a deeper understanding of the cultural forces that continue to resonate in the modern world.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
150円
|

Customizing ChatGPT: Quickly and Easily Create and Share Custom Business-Specific GPTs Without Code【電子書籍】[ Michael D Callaghan ]
楽天Kobo電子書籍ストア
|
<p><strong>Unlock the Power of AI in Minutes with "Customizing ChatGPT"</strong></p> <p>Immerse yourself in the innovative and time-efficient world of artificial intelligence with "Customizing ChatGPT". This concise and powerful guide is specially designed for quick comprehension, enabling you to unlock the secrets of personalizing AI in an hour or less.</p> <p>Experience the thrill of transforming complex AI technology into user-friendly tools, accessible even for those with no coding background. "Customizing ChatGPT" is not just a book; it's a rapid journey into the future of personalized technology.</p> <ul> <li><strong>No-Code AI Solutions</strong>: Effortlessly tailor GPTs to your needs with zero coding expertise, guided by clear, jargon-free instructions.</li> <li><strong>Quick Learning Curve</strong>: Master the art of AI customization quickly, making significant changes in mere minutes.</li> <li><strong>Wide Range of Applications</strong>: Delve into diverse, practical uses of GPTs, from enhancing personal tasks to revolutionizing business strategies.</li> <li><strong>Fast-Paced, Engaging Read</strong>: Enjoy a book that respects your time, offering a wealth of knowledge that can be absorbed in a single, focused session.</li> </ul> <p>"Customizing ChatGPT" is perfect for anyone seeking to quickly understand and apply AI in their daily lives. Whether you're an AI novice, a busy professional, or a tech enthusiast, this book provides the knowledge and inspiration to harness AI's power in the most time-effective manner.</p> <p><strong>Embrace this quick, enlightening read and start transforming your world with AI today!</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
450円
|

Game-Based Marketing Inspire Customer Loyalty Through Rewards, Challenges, and Contests【電子書籍】[ Gabe Zichermann ]
楽天Kobo電子書籍ストア
|
<p>Harness the power of games to create extraordinary customer engagement with <em>Game-Based Marketing</em>.</p> <p>Gamification is revolutionizing the web and mobile apps.</p> <p>Innovative startups like Foursquare and Swoopo, growth companies like Gilt and Groupon and established brands like United Airlines and Nike all agree: the most powerful way to create and engage a vibrant community is with game mechanics. By leveraging points, levels, badges, challenges, rewards and leaderboards ? these innovators are dramatically lowering their customer acquisition costs, increasing engagement and building sustainable, viral communities.</p> <p><em>Game-Based Marketing</em> unlocks the design secrets of mega-successful games like Zynga’s Farmville, World of Warcraft, Bejeweled and Project Runway to give you the power to create winning game-like experiences on your site/apps. Avoid obvious pitfalls and learn from the masters with key insights, such as:</p> <ul> <li>Why good leaderboards shouldn’t feature the Top 10 players.</li> <li>Most games are played as an excuse to socialize, not to achieve.</li> <li>Status is worth 10x more than cash to most consumers.</li> <li>Badges are not enough: but they are important.</li> <li>You don’t need to offer real-world prizing to run a blockbuster sweepstakes.</li> </ul> <p>And learn even more:</p> <ul> <li>How to architect a point system that works</li> <li>Designing the funware loop: the basics of points, badges, levels, leaderboards and challenges</li> <li>Maximizing the value and impact of badges</li> <li>Future-proofing your design</li> <li>Challenging users without distraction</li> </ul> <p>Based on the groundbreaking work of game expert and successful entrepreneur Gabe Zichermann, <em>Game-Based Marketing</em> brings together the game mechanics expertise of a decade’s worth of research. Driven equally by big companies, startups, 40-year-old men and tween girls, the world is becoming increasingly more fun.</p> <p>Are you ready to play?</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,125円
|

The Customer-Funded Business Start, Finance, or Grow Your Company with Your Customers' Cash【電子書籍】[ John Mullins ]
楽天Kobo電子書籍ストア
|
<p><strong>Who needs investors?</strong></p> <p>More than two generations ago, the venture capital community ? VCs, business angels, incubators and others ? convinced the entrepreneurial world that writing business plans and raising venture capital constituted the twin centerpieces of entrepreneurial endeavor. They did so for good reasons: the sometimes astonishing returns they've delivered to their investors and the astonishingly large companies that their ecosystem has created.</p> <p>But the vast majority of fast-growing companies <em>never take any</em> venture capital. So where does the money come from to start and grow their companies? From a much more agreeable and hospitable source, their customers. That's exactly what Michael Dell, Bill Gates and Banana Republic's Mel and Patricia Ziegler did to get their companies up and running and turn them into iconic brands.</p> <p>In <em>The Customer Funded Business</em>, best-selling author John Mullins uncovers five novel approaches that scrappy and innovative 21st century entrepreneurs working in companies large and small have ingeniously adapted from their predecessors like Dell, Gates, and the Zieglers:</p> <ul> <li>Matchmaker models (Airbnb)</li> <li>Pay-in-advance models (Threadless)</li> <li>Subscription models (TutorVista)</li> <li>Scarcity models (Vente Privee)</li> <li>Service-to-product models (GoViral)</li> </ul> <p>Through the captivating stories of these and other inspiring companies from around the world, Mullins brings to life the five models and identifies the questions that angel or other investors will ? and should! ? ask of entrepreneurs or corporate innovators seeking to apply them. Drawing on in-depth interviews with entrepreneurs and investors who have actually put these models to use, Mullins goes on to address the key implementation issues that characterize each of the models: when to apply them, how best to apply them, and the pitfalls to watch out for.</p> <p>Whether you're an aspiring entrepreneur lacking the start-up capital you need, an early-stage entrepreneur trying to get your cash-starved venture into take-off mode, an intrapreneur seeking funding within an established company, or an angel investor or mentor who supports high-potential ventures, this book offers the most sure-footed path to starting, financing, or growing <em>your</em> venture.</p> <p>John Mullins is the author of <em>The New Business Road Test</em> and, with Randy Komisar, the widely acclaimed <em>Getting to Plan B</em>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,648円
|

The Story of Hawaii (Illustrated Edition) History, Customs, Mythology, Geography & Archaeology【電子書籍】[ William Richards Castle ]
楽天Kobo電子書籍ストア
|
<p>Hawaii: The Aloha State is an informative reader which provides all the necessary information about USA's youngest state. This book is packed with fascinating stories from Hawaiian history, mythology, tradition and literature. If you plan to visit Hawaii or just want to find out more about this Pacific paradise this book is going to give you all the information you'll ever need. General Information Hawaiian History Archaeological Discoveries in Hawaii Volcanoes of Hawaii Customs and Tradition Unwritten Literature of Hawaii: The Sacred Songs of the Hula Kiana: A Tradition of Hawaii Legends and Myths of Hawaii</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
300円
|

Why Customers Would Rather Have a Smartphone than a Car Relationship Retailing as an Opportunity【電子書籍】[ Cor Molenaar ]
楽天Kobo電子書籍ストア
|
<p>Why Customers Would Rather Have a Smartphone than a Car explores some of the fundamental changes in consumer behaviour: Why do we buy less in shops and more on the internet? Why do we spend more on gadgets, smartphones and apps and not more on food, holidays or clothing? Why do most business people only look at symptoms and not the causes of changing customer behaviour? The new generation buys differently from the baby boomers; they have different priorities and preferences. The internet has changed us in the way we think, act and communicate. Whilst many retailers now understand the need for change, few of them have established convincing or sustainable models for the future. Cor Molenaar argues that by understanding the drivers behind these new consumer behaviours, retailers can identify the opportunities this represents and adapt their offering accordingly. The kind of relationship retailing he advocates involves the way the retailer interacts with their customer; the new environment that they need to sustain along with their ability to relate customer data, technology and new services. The author interweaves examples from traditional and virtual retailing with his research on consumer psychology and buying behaviour to offer a sophisticated and at times challenging guide for all those involved in retailing, as well as those responsible for planning and designing social and retail space.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
15,799円
|

Native Americans: 22 Books on History, Mythology, Culture & Linguistic Studies History of the Great Tribes, Language, Customs & Legends of Cherokee, Iroquois, Sioux, Navajo, Zu?i…【電子書籍】[ Charles C. Royce ]
楽天Kobo電子書籍ストア
|
<p>Native Americans: 22 Books on History, Mythology, Culture & Linguistic Studies' emerges as a profound anthology encapsulating an array of perspectives on the rich tapestry of Native American life. Spanning scholarly works on history, culture, and linguistics, to intimate explorations of mythology, this collection masterfully melds rigorous academic study with the visceral narratives of Native American experiences. The diversity within invites a comprehensive understanding, enhanced by standout analyses of cultural rituals, linguistic peculiarities, and historical ramifications, without ascribing these insights to any single contributor but celebrating the collective expertise brought together in this volume. The authors and editors, including luminaries like Franz Boas and Edward S. Curtis, bring a weight of academic and cultural authority, illustrating a deep engagement with their subjects that is both scholarly and sensitive. These contributors, who hail from various periods across the 19th and early 20th centuries, offer unique lenses on the Native American societiesーsome as contemporaries, others as retrospective analysts. Together, they trace a constellation of indigenous identity through time and space, aligning their work with pivotal cultural and literary movements, and thereby enriching the thematic tapestry with nuanced historical and cultural analyses. This anthology is invaluable not only for scholars and students but for anyone fascinated by the depth and diversity of Native American studies. It presents an opportunity to navigate through contrasting literary styles and thematic arenas, offering a broader comprehension of an often misunderstood and stereotyped culture. Readers are encouraged to explore this collection for its educational value, to appreciate the breadth of insight offered, and to engage in the ongoing dialogue it fosters among the timeless works of its distinguished contributors.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
300円
|

Marketing 3.0 From Products to Customers to the Human Spirit【電子書籍】[ Philip Kotler ]
楽天Kobo電子書籍ストア
|
<p><strong>Understand the next level of marketing</strong></p> <p>The new model for marketing-<em>Marketing 3.0</em>-treats customers not as mere consumers but as the complex, multi-dimensional human beings that they are. Customers, in turn, are choosing companies and products that satisfy deeper needs for participation, creativity, community, and idealism.</p> <p>In <em>Marketing 3.0</em>, world-leading marketing guru Philip Kotler explains why the future of marketing lies in creating products, services, and company cultures that inspire, include, and reflect the values of target customers.</p> <ul> <li>Explains the future of marketing, along with why most marketers are stuck in the past</li> <li>Examines companies that are ahead of the curve, such as S. C. Johnson</li> <li>Kotler is one of the most highly recognized marketing gurus, famous for his "4 P's of Marketing"</li> </ul> <p>In an age of highly aware customers, companies must demonstrate their relevance to customers at the level of basic values. <em>Marketing 3.0</em> is the unmatched guide to getting out front of this new tide sweeping through the nature of marketing.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,501円
|

Glimpses of Unfamiliar Japan: Second Series Captivating Exploration of Traditional Japanese Customs and Folklore【電子書籍】[ Lafcadio Hearn ]
楽天Kobo電子書籍ストア
|
<p>In "Glimpses of Unfamiliar Japan: Second Series," Lafcadio Hearn continues his exploration of Japanese culture, offering readers an intimate portrait of life in Japan at the turn of the twentieth century. Richly woven with lyrical prose and vivid imagery, this collection of essays delves into diverse aspects of Japanese society, from traditional rituals and folklore to the nuances of everyday life. Hearn'??s style is characterized by a deep sense of empathy and curiosity, elevating the mundane to the extraordinary, and revealing the complexities of a culture that was both foreign and familiar to him. Situated within the larger context of cross-cultural literature, this work stands as a testament to the transformative power of cultural exchange. Lafcadio Hearn, born in Greece and raised in the United States, was deeply influenced by his experiences as an expatriate. His fascination with Japan was ignited during his time as a journalist in the late 19th century. Through his keen observational skills and dedication to capturing the essence of Japanese life, Hearn cultivated a unique voice that blended Western literary traditions with Eastern philosophies, allowing for a more nuanced understanding of Japan'??s rich heritage. "Glimpses of Unfamiliar Japan: Second Series" is essential reading for those interested in cultural anthropology, travel literature, or the history of Japan. Hearn'??s evocative narratives not only serve as a bridge between East and West but also invite readers to reflect on their own perceptions of the unfamiliar, making this book a valuable resource for both scholars and casual readers alike.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
300円
|

Hands-on Azure Boards Configuring and Customizing Process Workflows in Azure DevOps Services【電子書籍】[ Chaminda Chandrasekara ]
楽天Kobo電子書籍ストア
|
<p>Understand and explore the features and management of Azure Boards with this book, which also covers Azure Boards configuration and advanced administration. This book starts by setting up projects with Azure DevOps and gives an overview of Azure Boards and its features. You will then learn to set up team projects and how to effectively use Azure Boards to plan and execute work.</p> <p><em>Hands-on Azure Boards</em> explains customizations, where you will understand the available options to track your work considering different scenarios. Next, you will learn visualizing with queries, charts, and dashboards along with reporting of Azure Boards. The author gives you hands-on lessons to set up Azure Boards and shows you how to handle multiple modules that are taken care of by different teams.</p> <p>You will also explore the security options in Azure Boards as well as a detailed demonstration of working with the REST API and CLI. Finally,you will work with useful extensions for Azure Boards and see how to use them more effectively and efficiently. After reading this book, you will be able to work with the Azure Boards capabilities available in Azure DevOps on-premise server and services to improve your software delivery process.</p> <p><strong>What You Will Learn</strong></p> <ul> <li>Plan and manage work with Azure Boards</li> <li>Use the REST API and command line interface with Azure Boards</li> <li>Extend Azure Boards with useful extensions to enhance its capabilities</li> <li>Customize Azure Boards to adapt it to your process</li> <li>Report and visualize work progress with Azure Boards</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Anyone working in Azure DevOps developing applications targeting any platform using any language.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
9,116円
|

Hedonism, Utilitarianism, and Consumer Behavior Exploring the Consequences of Customer Orientation【電子書籍】[ Daniele Scarpi ]
楽天Kobo電子書籍ストア
|
<p>This book investigates the effects of utilitarian and hedonic shopping behavior, drawing on original empirical research. Consumers have been shown to shop in one of two ways: they are either mainly driven by fun, escapism, and variety, or by need and efficiency. While previous literature has focused on the drivers of hedonic or utilitarian shopping, this book explores the consequences of these styles of shopping and addresses their impact on perceived value, money spent, and willingness to return to the store in future. The author synthesizes theories from previous studies, applying them to two key retailing contexts ? intensive distribution and selective distribution. Ultimately, this book highlights the need for retailers to adopt a more consumer-based perspective to improve shopping experiences. It will prove useful for academics who want to gain a better understanding of hedonic and utilitarian behavior, and also offers practitioners with useful insights on how to target different customer segments.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
6,076円
|

Customized Healing Blending the Best of Eastern and Western Medicine【電子書籍】[ Mark Mincolla ]
楽天Kobo電子書籍ストア
|
<p>Only by blending the best of Western mechanistic and chemical knowledge with the best of the ancient Eastern vitalistic approach can we become whole beings and claim our maximum healing potential.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,444円
|

Customizing ASP.NET Core 6.0 Learn to turn the right screws to optimize ASP.NET Core applications for better performance, 2nd Edition【電子書籍】[ Jurgen Gutsch ]
楽天Kobo電子書籍ストア
|
<p><strong>Explore hidden behaviors and customization techniques to help you get the most out of ASP.NET Core for building web applications</strong></p> <h4>Key Features</h4> <ul> <li>Second edition updated and enhanced to cover the latest .NET 6 features and changes</li> <li>Learn expert techniques to implement authentication and authorization for securing your web apps</li> <li>Discover best practices for configuring ASP.NET Core, from user interface design to hosting it on platforms</li> </ul> <h4>Book Description</h4> <p>ASP.NET Core comes packed full of hidden features for building sophisticated web applications. You'd be missing out on a lot of its capabilities by not customizing it to work for your applications. With Customizing ASP.NET Core 6.0, you'll discover techniques to help you get the most out of the framework to deliver robust applications.</p> <p>In this updated second edition, you'll cover the latest features and changes in the .NET 6 LTS version. You'll find new insights and customization techniques for important topics such as authentication and authorization. The book will also show you how to work with caches and change the default behavior of ASP.NET Core apps. You'll learn essential concepts relating to optimizing the framework, such as configuration, dependency injection, routing, action filters, and more. As you progress, you'll be able to create custom solutions that meet the needs of your use case with ASP.NET Core. Later chapters will cover expert techniques and best practices for using the framework for your app development needs, from UI design to hosting. Finally, you'll focus on the new endpoint routing in ASP.NET Core to build custom endpoints and add third-party endpoints to your web apps for processing requests faster.</p> <p>By the end of this book, you'll be able to customize ASP.NET Core to develop robust optimized apps.</p> <h4>What you will learn</h4> <ul> <li>Explore various application configurations and providers in ASP.NET Core 6</li> <li>Enable and work with caches to improve the performance of your application</li> <li>Understand dependency injection in .NET and learn how to add third-party DI containers</li> <li>Discover the concept of middleware and write your middleware for ASP.NET Core apps</li> <li>Create various API output formats in your API-driven projects</li> <li>Get familiar with different hosting models for your ASP.NET Core app</li> </ul> <h4>Who this book is for</h4> <p>This .NET 6 book is for .NET developers who need to change the default behaviors of the framework to help improve the performance of their applications. Intermediate-level knowledge of ASP.NET Core and C# is required before getting started with the book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
3,425円
|

Cloud Computing Using Salesforce: Build and Customize Applications for your business using the Salesforce Platform (English Edition)【電子書籍】[ Ashwini Kumar Raj ]
楽天Kobo電子書籍ストア
|
<p><strong>Design customized software solutions using the Salesforce Application Development services.</strong></p> <p><strong>Key Features</strong></p> <ul> <li>Get an overview of Salesforce</li> <li>Understand the Design and Data Process</li> <li>Automate Business Process using Salesforce tools</li> <li>Study up on Security & Data Management in Salesforce</li> <li>Learn how to write code on the Salesforce Platform</li> </ul> <p><strong>Description</strong></p> <p>This book enables you to use Salesforce as per your business needs. You will get an overview of all the aspects and features of Salesforce.</p> <p>Following the introduction, the book focuses on how to design an app. You will then learn how to use the Salesforce Data Process and Security Architecture in the app design. Moving on, you will understand how to use force.com to customize the UI and automate the process. Lastly, you will learn how to deploy and debug the app. If you are planning to get a PD1(Platform Developer 1), Admin, or App builder certification, this book is for you.</p> <p><strong>What you will learn</strong></p> <ul> <li>Get to know more about the Lightning Experience Unit</li> <li>Learn how to develop reports and dashboards in Salesforce</li> <li>Get familiar with the basics of Salesforce Apex Coding and Programming</li> <li>Learn how to use Custom Controllers and Controller Extensions in Salesforce</li> </ul> <p><strong>Who this book is for</strong></p> <p>This book is designed for Computer Science students who want to learn Salesforce. It is also for Salesforce Admins, who wants to explore the coding part of Salesforce. This book will also help professionals to clear PD1(Platform Developer 1), Admin, and App builder certification.</p> <p><strong>About the Authors</strong></p> <p><strong>Ashwini Kr. Raj</strong> Some people are borne to teach as it's in their DNA - a desire to teach what they know with a larger audience, and Ashwini exemplifies the same. He has tenacious commitment and passion for training/teaching.</p> <p>He has managed many projects with implementation of Project Management practices and Six Sigma quality standards across the globe by putting his footprints in Malaysia, China, South Africa, Srilanka, Indonesia, Nigeria, and Vietnam.</p> <p><strong>Saifullha Saifi</strong> Hope for the Best, prepare for the worst. Based on this principle Saifullah makes things happen. Saifullah Saifi is a passionate salesforce Developer having 4 years of Experience in IT Industry. In his early professional career , he started writing a blog to inspire many to learn salesforce.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
1,100円
|

The Origin and Situation of the Germans A Scholarly Exploration of Ancient Germanic Tribes and Customs【電子書籍】[ Tacitus ]
楽天Kobo電子書籍ストア
|
<p>In "The Origin and Situation of the Germans," Tacitus presents a meticulously crafted ethnographic study that delves into the customs, geography, and sociopolitical structures of the Germanic tribes. Written in a concise yet elegant prose style characteristic of Roman historiography, the work juxtaposes Roman and Germanic societies, illuminating the virtues and vices of both. Tacitus employs a critical lens to examine morality, governance, and freedom, situating his observations within the broader context of Roman imperial policy, revealing the complexities of cultural identity and imperialism during the early Roman Empire. Tacitus, a prominent senator and historian of the Roman Empire, wrote this work amidst growing concerns over Roman moral decay and the challenges posed by increasing frontier tensions. His personal and political experiences, including the turbulent events of his era following the Juli-Claudian dynasty's collapse, inspired him to contrast the perceived simplicity and honor of the Germans with the decadence of Rome. This background informs his analysis, highlighting the ideological battles shaping Roman identity in a time of transformation. This book is essential for any reader interested in the dynamics of cultural exchange between Rome and its northern neighbors. Tacitus's incisive observations encourage reflection on themes of civilization and barbarism, making it an invaluable resource for scholars and historians alike.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
310円
|

Digital Sales Transformation in a Customer First World【電子書籍】[ Donal Daly ]
楽天Kobo電子書籍ストア
|
<p>Digital Sales Transformation is about selling in a digitally transformed world. It changes how you sell and engage with your customer. Defining a Digital Sales Transformation blueprint to guide sales organizations to respond to this disruption as they struggle to catch up to their more digitally advanced customers is this book's core theme. Digital Sales Transformation in a Customer First World will be your constant companion as your execute your Digital Sales Transformation strategy. At over 500 pages, it is packed with actionable knowledge as a blueprint for your journey. It guides you to define your Ideal Customer Profile, to Understand the Customer’s Business, to Build, Elevate and Expand Relationships, and how to Create and Communicate Value. It includes a framework to build an effective Executive Sponsor Program, to execute Account Based Marketing, and describes the role of Artificial Intelligence in enterprise B2B sales. It sets out Strategy, Sales Execution, and Sales Management methods for Sales Process, Opportunity Management, Account Management and overall Sales Team Performance Management, and it describes the technology to use in each case.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,573円
|

Inspired How to Create Tech Products Customers Love【電子書籍】[ Marty Cagan ]
楽天Kobo電子書籍ストア
|
<p><strong>Learn to design, build, and scale products consumers can't get enough of</strong></p> <p>How do today's most successful tech companies ̄Amazon, Google, Facebook, Netflix, Tesla ̄design, develop, and deploy the products that have earned the love of literally billions of people around the world? Perhaps surprisingly, they do it very differently than most tech companies. In <em>INSPIRED,</em> technology product management thought leader Marty Cagan provides readers with a master class in how to structure and staff a vibrant and successful product organization, and how to discover and deliver technology products that your customers will love ̄and that will work for your business.</p> <p>With sections on assembling the right people and skillsets, discovering the right product, embracing an effective yet lightweight process, and creating a strong product culture, readers can take the information they learn and immediately leverage it within their own organizations ̄dramatically improving their own product efforts.</p> <p>Whether you're an early-stage startup working to get to product/market fit, or a growth-stage company working to scale your product organization, or a large, long-established company trying to regain your ability to consistently deliver new value for your customers, <em>INSPIRED</em> will take you and your product organization to a new level of customer engagement, consistent innovation, and business success.</p> <p>Filled with the author's own personal stories ̄and profiles of some of today's most-successful product managers and technology-powered product companies, including Adobe, Apple, BBC, Google, Microsoft, and Netflix ̄<em>INSPIRED</em> will show you how to turn up the dial of your own product efforts, creating technology products your customers love.</p> <p>The first edition of <em>INSPIRED,</em> published ten years ago, established itself as the primary reference for technology product managers, and can be found on the shelves of nearly every successful technology product company worldwide. This thoroughly updated second edition shares the same objective of being the most valuable resource for technology product managers, yet it is completely new ̄sharing the latest practices and techniques of today's most-successful tech product companies, and the men and women behind every great product.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,819円
|

The Innovative Seller Keeping Pace in an AI and Customer-Centric World【電子書籍】[ Jake Dunlap ]
楽天Kobo電子書籍ストア
|
<p><strong>Practical and straightforward solutions to everyday sales challenges</strong></p> <p>In <em>The Innovative Seller: Keeping Pace In An AI and Customer-Centric World,</em> veteran sales leader and trainer Jake Dunlap delivers an expert playbook for sales that offers out-of-the-box and creative answers for the problems and questions that salespeople face every day. Fun and motivational, the book walks you through effective strategies for dealing with common challenges, like LinkedIn prospecting, sales transparency, cold calling, and others.</p> <p>The author has included a comprehensive tactical appendix, so you can easily identify and locate the exact solution you need when you encounter a specific problem. You’ll also find:</p> <ul> <li>Proven, grounded, and actionable techniques you can apply immediately to improve your sales performance</li> <li>Instructive stories and anecdotes drawn from Dunlap’s decades of sales and sales training experience</li> <li>Insightful discussions of how the typical sales process and model has changed over the years and how to adapt to the new realities of the discipline</li> </ul> <p>An engaging and eye-opening resource for early- and mid-career sales professionals, as well as business development and customer success practitioners, <em>The Innovative Seller</em> will also prove invaluable to managers and executives at quickly growing companies who seek to optimize their firms’ sales processes and results.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,436円
|
|