Видавець: Packt Publishing
Founded in 2004 in Birmingham, UK, Packt's mission is to help the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals. Working towards that vision, we have published over 6,500 books and videos so far, providing IT professionals with the actionable knowledge they need to get the job done - whether that's specific learning on an emerging technology or optimizing key skills in more established tools. As part of our mission, we have also awarded over $1,000,000 through our Open Source Project Royalty scheme, helping numerous projects become household names along the way.
1689
Eлектронна книга

Moodle 1.9 Teaching Techniques. Creative ways to build powerful and effective online courses

Moodle Trust, Susan Smith Nash, William Rice, William Rice

Moodle is the world's most popular, free open-source Learning Management System (LMS). It is vast and has lots to offer. More and more colleges, universities, and training providers are using Moodle, which has helped revolutionize e-learning with its flexible, reusable platform and components. It works best when you feel confident that the tools you have at hand will allow you to create exactly what you need.This book brings together step-by-step, easy-to-follow instructions and learning theory to give you new tools and new power with Moodle. It will show you how to connect with your online students, and how and where they develop an enthusiastic, open, and trusting relationship with their fellow students and with you, their instructor. With this book, you'll learn to get the best from Moodle.This book helps you develop good, solid, dynamic courses that will last by making sure that your instructional design is robust, and that they are built around satisfying learning objectives and course outcomes. With this book, you'll have excellent support and step-by-step guidance for putting together courses that incorporate your choice of the many features that Moodle offers. You will also find the best way to create effective assessments, and how to create them for now and in the future. The book will also introduce you to many modules, which you can use to make your course unique and create an environment where your students will get maximum benefit. In addition, you will learn how you can save time and reuse your best ideas by taking advantage of Moodle's unique features.

1690
Eлектронна книга
1691
Eлектронна книга

A Practical Guide to Service Management. Insights from industry experts for uncovering, implementing, and improving service management practices

Keith D. Sutherland, Lawrence J. "Butch" Sheets, Lisa Schwartz

Many organizations struggle to find practical guidance that can help them to not only understand but also apply service management best practices. Packed with expert guidance and comprehensive coverage of the essential frameworks, methods, and techniques, this book will enable you to elevate your organization’s service management capability.You’ll start by exploring the fundamentals of service management and the role of a service provider. As you progress, you’ll get to grips with the different service management frameworks used by IT and enterprises. You'll use system thinking and design thinking approaches to learn to design, implement, and optimize services catering to diverse customer needs.This book will familiarize you with the essential process capabilities required for an efficient service management practice, followed by the elements key to its practical implementation, customized to the organization’s business needs in a sustainable and repeatable manner. You’ll also discover the critical success factors that will enhance your organization’s ability to successfully implement and sustain a service management practice.By the end of this handy guide, you’ll have a solid grasp of service management concepts, making this a valuable resource for on-the-job reference.

1692
Eлектронна книга
1693
Eлектронна книга

Azure Data Scientist Associate Certification Guide. A hands-on guide to machine learning in Azure and passing the Microsoft Certified DP-100 exam

Andreas Botsikas, Michael Hlobil

The Azure Data Scientist Associate Certification Guide helps you acquire practical knowledge for machine learning experimentation on Azure. It covers everything you need to pass the DP-100 exam and become a certified Azure Data Scientist Associate.Starting with an introduction to data science, you'll learn the terminology that will be used throughout the book and then move on to the Azure Machine Learning (Azure ML) workspace. You'll discover the studio interface and manage various components, such as data stores and compute clusters.Next, the book focuses on no-code and low-code experimentation, and shows you how to use the Automated ML wizard to locate and deploy optimal models for your dataset. You'll also learn how to run end-to-end data science experiments using the designer provided in Azure ML Studio.You'll then explore the Azure ML Software Development Kit (SDK) for Python and advance to creating experiments and publishing models using code. The book also guides you in optimizing your model's hyperparameters using Hyperdrive before demonstrating how to use responsible AI tools to interpret and debug your models. Once you have a trained model, you'll learn to operationalize it for batch or real-time inferences and monitor it in production.By the end of this Azure certification study guide, you'll have gained the knowledge and the practical skills required to pass the DP-100 exam.

1694
Eлектронна книга
1695
Eлектронна книга

Instant Windows Powershell 3.0 Windows Management Instrumentation Starter. Explore new abilities of Powershell 3.0 to interact with Windows Management Instrumentation (WMI) through the use of the new CIM cmdlets and realistic management scenarios

Brenton J.W. Blawat

PowerShell and Windows Management Instrumentation (WMI) provide you with the ability to remotely manage systems. Whether it is viewing available disk space, or starting an executable remotely, PowerShell 3.0 WMI provides limitless options for scripting the management of systems.Instant Windows Powershell 3.0 Windows Management Instrumentation Starter follows industry standard scripting techniques, utilizing new powerful Cmdlets, to manage different aspects of an operating system and provides practical examples for managing your systems.You will learn how to create, verify, and terminate new Cmdlets that were introduced with PowerShell 3.0 and apply this new knowledge to real world management scenarios. It will provide detailed information about the structure of WMI, and the best ways to get, set, and execute items on a system, both locally and remotely. You will also learn how to create, verify, and terminate new CIM sessions using the available Cmdlets. You will also learn how to search CIM classes for available properties and methods, create a new instance of a class, get an existing instance of an existing class, get an associated instance of a class, and remove an instance of a class. Finally, you will learn how to remotely execute code on a system using WMI.Instant Windows Powershell 3.0 Windows Management Instrumentation Starter will provide you with the ability to fully utilize Windows Management Instrumentation through the use of a variety of new Cmdlets introduced with PowerShell 3.0.

1696
Eлектронна книга

Delphi High Performance. Master the art of concurrency, parallel programming, and memory management to build fast Delphi apps - Second Edition

Primož Gabrijelčič

Performance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code.This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library.The second part of the book talks about parallel programming. You’ll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways – by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns.By the end of this book, you’ll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.