Wydawca: 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.
1345
Ebook

Azure DevOps Explained. Get started with Azure DevOps and develop your DevOps practices

Sjoukje Zaal, Stefano Demiliani, Amit Malik

Developing applications for the cloud involves changing development methodologies and procedures. Continuous integration and continuous deployment (CI/CD) processes are a must today, but are often difficult to implement and adopt. Azure DevOps is a Microsoft Azure cloud service that enhances your application development life cycle and enables DevOps capabilities.Starting with a comprehensive product overview, this book helps you to understand Azure DevOps and apply DevOps techniques to your development projects. You'll find out how to adopt DevOps techniques for your development processes by using built-in Azure DevOps tools. Throughout the course of this book, you'll also discover how to manage a project with the help of project management techniques such as Agile and Scrum, and then progress toward development aspects such as source code management, build pipelines, code testing and artifacts, release pipelines, and GitHub integration. As you learn how to implement DevOps practices, this book will also provide you with real-world examples and scenarios of DevOps adoption.By the end of this DevOps book, you will have learned how to adopt and implement Azure DevOps features in your real-world development processes.

1346
Ebook

Industrializing Financial Services with DevOps. Proven 360° DevOps operating model practices for enabling a multi-speed bank

Spyridon Maniotis

In recent years, large financial services institutions have been embracing the concept of DevOps in the core of their digital transformation strategies. This book is inspired by real enterprise DevOps adoptions in the financial services industry and provides a comprehensive proven practice guide on how large corporate organizations can evolve their DevOps operating model.The book starts by outlining the fundamentals comprising a complete DevOps operating model. It continues with a zoom in on those fundamentals, combining adoption frameworks with real-life examples. You’ll cover the three main themes underpinning the book’s approach that include the concepts of 360°, at relevance, and speeds. You’ll explore how a bank’s corporate and technology strategy links to its enterprise DevOps evolution. The book also provides a rich array of proven practices on how to design and create a harmonious 360° DevOps operating model which should be enabled and adopted at relevance in a multi-speed context. It comes packed with real case studies and examples from the financial services industry that you can adopt in your organization and context.By the end of this book, you will have plenty of inspiration that you can take back to your organization and be able to apply the learning from pitfalls and success stories covered in the book.

1347
Ebook

Apple Motion 5 Cookbook. With this book you'll be able to fully exploit the fantastic features of Apple Motion. There are over 110 recipes with downloadable content for each chapter and stacks of screenshots. A video editor's dream

Nicholas Harauz

Let's face it, people like images that move. Whether you see images on a moving billboard, walk into a bank with an LCD screen, watch TV, or surf the Web, motion graphics are everywhere. With an even greater demand to integrate motion graphics in just about every type of video or interactive content there is, this book will help you get there with Motion 5. It's all about creating eye-catching titles, transitions, and effects!Apple Motion 5 Cookbook contains exercises for the beginner and seasoned motion graphics user. You will learn how to navigate Motion's interface and quickly grasp the tools available to you while creating sophisticated and sleek animations in both 2D and 3D environments. Not forgetting visual effects, we will also explore motion tracking and green screen techniques that will help you composite like a pro. Let's launch the application, grab a cup of coffee, and get started on this exciting journey!The exercises will take you right from creating your very first Motion project through to export. You will learn how to navigate quickly and efficiently through Motion's complex interface and toolsets so that you can focus oncreating your masterpiece!You will learn how to create a new project and import material into that project from the File Browser and Motion's vast and rich content library. From there, you will learn to manipulate and animate these source files using Motion's behaviors, classic keyframing techniques, adding filters, and master the built-in tools such as particle systems that will knock your socks off! Last but not least, you will export your projects to a variety of different formats including DVD, as a Final Cut Pro generator, and the Web.The Apple Motion 5 Cookbook contains downloadable content for each chapter and is packed with screenshots and illustrations. After reading this book, you'll be creating motion graphics and visual effects in no time!

1348
Ebook

Getting Started with Oracle WebLogic Server 12c: Developer's Guide. If you've dipped a toe into Java EE development and would now like to dive right in, this is the book for you. Introduces the key components of WebLogic Server and all that's great about Java EE 6

William Markito Oliveira, Fabio Mazanatti Nunes, Fabio Mazanatti

Oracle WebLogic server has long been the most important, and most innovative, application server on the market. The updates in the 12c release have seen changes to the Java EE runtime and JDK version, providing developers and administrators more powerful and feature-packed functionalities.Getting Started with Oracle WebLogic Server 12c: Developer's Guide provides a practical, hands-on, introduction to the application server, helping beginners and intermediate users alike get up to speed with Java EE development, using the Oracle application server.Starting with an overview of the new features of JDK 7 and Java EE 6, Getting Started with Oracle WebLogic Server 12c quickly moves on to showing you how to set up a WebLogic development environment, by creating a domain and setting it up to deploy the application.Once set up, we then explain how to use the key components of WebLogic Server, showing you how to apply them using a sample application that is continually developed throughout the chapters. On the way, we'll also be exploring Java EE 6 features such as context injection, persistence layer and transactions.After the application has been built, you will then learn how to tune its performance with some expert WebLogic Server tips.

1349
Ebook

Implementing Domain-Specific Languages with Xtext and Xtend. If you know Eclipse then learning how to implement a DSL using Xtext is a natural progression. And this guide makes it easy to get started through a step-by-step approach accompanied with simple examples

Lorenzo Bettini

Xtext is an open source Eclipse framework for implementing domain-specific languages together with its IDE functionalities. It lets you implement languages really quickly, and, most of all, it covers all aspects of a complete language infrastructure, starting from the parser, code generator, interpreter, and more. Implementing Domain-Specific Languages with Xtext and Xtend will teach you how to develop a DSL with Xtext, an Eclipse framework for implementing domain-specific languages. The chapters are like tutorials that describe the main concepts of Xtext such as grammar definition, validation, code generation, customizations, and many more, through uncomplicated and easy-to-understand examples. Starting with briefly covering the features of Xtext that are involved in a DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. We then proceed by explaining the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. By the end of the book, you will have learned how to test a DSL implemented in Xtext with Junit, in order to follow a test-driven development strategy that will help the developer implement maintainable code that is much faster and cleaner. A test-driven approach is used throughout the book when presenting advanced concepts such as type checking and scoping. The book also shows you how to build and release a DSL so that it can be installed in Eclipse, and gives you hints on how to build the DSL headlessly in a continuous integration server. Implementing Domain-Specific Languages with Xtext and Xtend aims to complement the official Xtext documentation to explain the main concepts through simplified examples and to teach the best practices for a DSL implementation in Xtext. It is a Beginner's Guide which should set you up for professional development DSL and its Eclipse IDE tooling.

1350
Ebook

OpenStack Orchestration

Adnan Ahmed Siddiqui

This book is focused on setting up and using one of the most important services in OpenStack orchestration, Heat. First, the book introduces you to the orchestration service for OpenStack to help you understand the uses of the templating mechanism, complex control groups of cloud resources, and huge-potential and multiple-use cases. We then move on to the topology and orchestration specification for cloud applications and standards, before introducing the most popular IaaS cloud framework, Heat. You will get to grips with the standards used in Heat, overview and roadmap, architecture and CLI, heat API, heat engine, CloudWatch API, scaling principles, JeOS and installation and configuration of Heat. We wrap up by giving you some insights into troubleshooting for OpenStack.With easy-to-follow, step-by-step instructions and supporting images, you will be able to manage OpenStack operations by implementing the orchestration services of Heat.

1351
Ebook

Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide. A practical guide to customizing and configuring Microsoft Dynamics CRM 2011 focused on helping you pass the certification exam

Neil Benson

Whether you are a consultant for a Microsoft partner, an IT professional, a developer working for a Microsoft customer, or a freelance CRM consultant; this book is the ticket to advancing your career. Stand out in the crowd by obtaining certification MB2-866 Microsoft Dynamics CRM 2011 Customization and Configuration.The Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide covers the official course syllabus including all the topics and procedures you need to know to pass the exam. 'Test Your Knowledge' sections at the end of each chapter offer a 75-question sample exam to help you practice and master the certification test.The Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide covers the official syllabus for course 80294B including a 75-question practice exam.If you're new to Microsoft Dynamics CRM or Microsoft certifications then the book kicks off with an overview of both topics before diving into the official syllabus. There are in-depth chapters covering customization basics, the organization structure, entity and attribute customization, entity relationships, user interface customization, auditing, and solutions. Each chapter includes detailed procedures that you need to know for the exam as well as a self-test section to review your learning.Microsoft endorses IT pros and developers who've proven their expertise by attaining the certification. Use this book to supercharge your career by giving yourself an advantage. Stand out in the crowd!

1352
Ebook

FreeSWITCH Cookbook. Written by members of the FreeSWITCH team, this is the ultimate guide to getting the most out of the platform. Stuffed with over 40 recipes, just about every angle is covered, from call routing to enabling text-to-speech conversion

Raymond Chandler, Darren Schreiber, Anthony Minessale II, Michael Collins

FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice, chat, and video applications. It can scale from a soft-phone to a PBX and even up to an enterprise-class softswitch.In the FreeSWITCH Cookbook, members of the FreeSWITCH development team share some of their hard-earned knowledge with you in the book's recipes. Use this knowledge to improve and expand your FreeSWITCH installations.The FreeSWITCH Cookbook is an essential addition to any VoIP administrator's library.The book starts with recipes on how to handle call routing and then discusses connecting your FreeSWITCH server to the outside world.It then teaches you more advanced topics like CDR handling, practical examples of controlling FreeSWITCH with the event socket, and configuring many features commonly associated with a PBX installation.