- Table View
- List View
Unreal Engine Game Development Blueprints
by Nicola ValcasaraDiscover all the secrets of Unreal Engine and create seven fully functional games with the help of step-by-step instructions About This Book * Understand what a Blueprint is and how to create a complex visual scripting code * Discover the infinite possibilities that Unreal Engine offers, and understand which tool to use, where and when * Learn to think like a real game developer in order to create enjoyable and bug-free games using this comprehensive and practical handbook Who This Book Is For This book is ideal for intermediate level developers who know how to use Unreal Engine and want to go through a series of projects that will further their expertise. Working knowledge of C++ is a must. What You Will Learn * Write clean and reusable Blueprint scripts * Develop any kind of game you have in mind, following the rules used by experts * Move through Unreal Engine 4, always knowing what you are doing and where to find the right tool for your needs * Integrate C++ code into your projects using Visual Studio and the tools that Unreal provides * Extricate between classes, nodes, interfaces, macros, and functions * Work with different types of assets, from 3D objects to audio sources, from UI buttons to animations * Explore all the aspects of the game logic--collisions, navigation meshes, matinees, volumes, events, and states In Detail With the arrival of Unreal Engine 4, a new wonderful tool was born: Blueprint. This visual scripting tool allows even non-programmers to develop the logic for their games, allowing almost anyone to create entire games without the need to write a single line of code. The range of features you can access with Blueprint script is pretty extensive, making it one of the foremost choices for many game developers. Unreal Engine Game Development Blueprints helps you unleash the real power of Unreal by helping you to create engaging and spectacular games. It will explain all the aspects of developing a game, focusing on visual scripting, and giving you all the information you need to create your own games. We start with an introductory chapter to help you move fluidly inside the Blueprint user interface, recognize its different components, and understand any already written Blueprint script. Following this, you will learn how to modify generated Blueprint classes to produce a single player tic-tac-toe game and personalize it. Next, you will learn how to create simple user interfaces, and how to extend Blueprints through code. This will help you make an informed decision between choosing Blueprint or code. You will then see the real power of Unreal unleashed as you create a beautiful scene with moving, AI controlled objects, particles, and lights. Then, you will learn how to create AI using a behavior tree and a global level Blueprint, how to modify the camera, and how to shoot custom bullets. Finally, you will create a complex game using Blueprintable components complete with a menu, power-up, dangerous objects, and different weapons. Style and approach This is an easy-to-follow guide full of practical game examples. Each chapter contains step-by-step instructions to build a complete game and each game uses a different tool in order to cover all the topics in a detailed and progressive manner.
Monitoring Elasticsearch
by Dan NobleMonitor your Elasticsearch cluster's health, and diagnose and solve its performance and reliability issues About This Book * Understand common performance and reliability pitfalls in ElasticSearch * Use popular monitoring tools such as ElasticSearch-head, BigDesk, Marvel, Kibana, and more * This is a step-by-step guide with lots of case studies on solving real-world ElasticSearch cluster issues Who This Book Is For This book is for developers and system administrators who use ElasticSearch in a wide range of capacities. Prior knowledge of ElasticSearch and related technologies would be helpful, but is not necessary. What You Will Learn * Explore your cluster with ElasticSearch-head and BigDesk * Access the underlying data of the ElasticSearch monitoring plugins using the ElasticSearch API * Analyze your cluster's performance with Marvel * Troubleshoot some of the common performance and reliability issues that come up when using ElasticSearch * Analyze a cluster's historical performance, and get to the bottom of and recover from system failures * Use and install various other tools and plugins such as Kibana and Kopf, which is helpful to monitor ElasticSearch In Detail ElasticSearch is a distributed search server similar to Apache Solr with a focus on large datasets, a schema-less setup, and high availability. This schema-free architecture allows ElasticSearch to index and search unstructured content, making it perfectly suited for both small projects and large big data warehouses with petabytes of unstructured data. This book is your toolkit to teach you how to keep your cluster in good health, and show you how to diagnose and treat unexpected issues along the way. You will start by getting introduced to ElasticSearch, and look at some common performance issues that pop up when using the system. You will then see how to install and configure ElasticSearch and the ElasticSearch monitoring plugins. Then, you will proceed to install and use the Marvel dashboard to monitor ElasticSearch. You will find out how to troubleshoot some of the common performance and reliability issues that come up when using ElasticSearch. Finally, you will analyze your cluster's historical performance, and get to know how to get to the bottom of and recover from system failures. This book will guide you through several monitoring tools, and utilizes real-world cases and dilemmas faced when using ElasticSearch, showing you how to solve them simply, quickly, and cleanly. Style and approach This is a step-by-step guide to monitoring your ElasticSearch cluster and correcting performance issues. It is filled with lots of in-depth, real-world use-cases on solving different ElasticSearch cluster issues.
Microsoft Dynamics CRM Customization Essentials
by Nicolae TarlaIf you are new to Dynamics CRM or a seasoned user looking to enhance your knowledge of the platform, then this book is for you. It is also for skilled developers who are looking to move to the Microsoft stack to build business solution software.
Unity 4.x Cookbook
by Chico Queiroz Matt SmithCookbook. From beginners to advanced users, from artists to coders, this book is for you and everyone in your team! This book is for anyone who wants to explore a wide range of Unity scripting and multimedia features and to find ready to use solutions to many game features. Programmers can explore multimedia features, and multimedia developers can try their hand at scripting.
Swift Cookbook
by Cecil CostaIf you are an experienced Objective-C programmer and are looking for quick solutions to many different coding tasks in Swift, then this book is for you. You are expected to have development experience, though not necessarily with Swift.
Mastering Flask
by Jack StoufferGain expertise in Flask to create dynamic and powerful web applications About This Book * Work with scalable Flask application structures to create complex web apps * Discover the most powerful Flask extensions and learn how to create one * Deploy your application to real-world platforms using this step-by-step guide Who This Book Is For If you are a Flask user who knows the basics of the library and how to create basic web pages with HTML and CSS, and you want to take your applications to the next level, this is the book for you. Harnessing the full power of Flask will allow you to create complex web applications with ease. What You Will Learn * Set up a best practices Python environment * Use SQLAlchemy to programmatically query a database * Develop templates in Jinja * Set up an MVC environment for Flask * Discover NoSQL, when to use it, when not to, and how to use it * Develop a custom Flask extension * Use Celery to create asynchronous tasks * Use py.test to create unit tests In Detail Flask is a library that allows programmers to create web applications in Python. Flask is a micro-framework that boasts a low learning curve, a large community, and the power to create complex web apps. However, Flask is easy to learn but difficult to master. Starting from a simple Flask app, this book will walk through advanced topics while providing practical examples of the lessons learned. After building a simple Flask app, a proper app structure is demonstrated by transforming the app to use a Model-View-Controller (MVC) architecture. With a scalable structure in hand, the next chapters use Flask extensions to provide extra functionality to the app, including user login and registration, NoSQL querying, a REST API, an admin interface, and more. Next, you'll discover how to use unit testing to take the guesswork away from making sure the code is performing as it should. The book closes with a discussion of the different platforms that are available to deploy a Flask app on, the pros and cons of each one, and how to deploy on each one. Style and approach With plenty of useful examples, this guide introduces new concepts and then shows you how those concepts can be used in a real-world environment. Most sections are based around a single example app that is developed throughout the book.
Learning Docker
by Pethuru Raj Jeeva S. ChelladhuraiIf you are an application developer who wants to learn Docker in order to utilize its features for application deployment, then this book is for you. No prior knowledge of Docker is required.
Mastering Bash
by Giorgio ZarrelliYour one stop guide to making the most out of Bash programming About This Book • From roots to leaves, learn how to program in Bash and automate daily tasks, pouring some spice in your scripts • Daemonize a script and make a real service of it, ensuring it's available at any time to process user-fed data or commands • This book provides functional examples that show you practical applications of commands Who This Book Is For If you're a power user or system administrator involved in writing Bash scripts to automate tasks, then this book is for you. This book is also ideal for advanced users who are engaged in complex daily tasks. What You Will Learn • Understand Bash right from the basics and progress to an advanced level • Customise your environment and automate system routine tasks • Write structured scripts and create a command-line interface for your scripts • Understand arrays, menus, and functions • Securely execute remote commands using ssh • Write Nagios plugins to automate your infrastructure checks • Interact with web services, and a Slack notification script • Find out how to execute subshells and take advantage of parallelism • Explore inter-process communication and write your own daemon In Detail System administration is an everyday effort that involves a lot of tedious tasks, and devious pits. Knowing your environment is the key to unleashing the most powerful solution that will make your life easy as an administrator, and show you the path to new heights. Bash is your Swiss army knife to set up your working or home environment as you want, when you want. This book will enable you to customize your system step by step, making your own real, virtual, home out of it. The journey will take you swiftly through the basis of the shell programming in Bash to more interesting and challenging tasks. You will be introduced to one of the most famous open source monitoring systems—Nagios, and write complex programs with it in any languages. You'll see how to perform checks on your sites and applications. Moving on, you'll discover how to write your own daemons so you can create your services and take advantage of inter-process communication to let your scripts talk to each other. So, despite these being everyday tasks, you'll have a lot of fun on the way. By the end of the book, you will have gained advanced knowledge of Bash that will help you automate routine tasks and manage your systems. Style and approach This book presents step-by-step instructions and expert advice on working with Bash and writing scripts. Starting from the basics, this book serves as a reference manual where you can find handy solutions and advice to make your scripts flexible and powerful.
Phalcon Cookbook
by David Schissler Serghei IakovlevMaster Phalcon by implementing hands-on recipes using industry best practices with the Web and CLI interfaces About This Book * Create quick prototypes with the Phalcon Developer Tools * Learn to use the powerful and uniquely efficient Phalcon ORM * Reuse codes in real projects Who This Book Is For If you are a beginner-to-intermediate Phalcon developer who wants to level up or an advanced user who is seeking some new techniques and insight, then this book is perfect for you. This book will be relevant to you over a long period of time due to the mixed nature of this book in providing both abstract comprehension as well as specific examples meant to be usable in your projects. You will be able to experiment with each new aspect of integration in prebuilt recipes meant to best illustrate each specific feature. This will save you lots of time getting up to speed before attempting to integrate into a real application. What You Will Learn * Install the Phalcon extension from both premade packages and source code * Create a normal and micro application structure * Understand the dispatcher event cycle and create custom plugins * Get hands-on using the Phalcon Query Language and ORM * Create flexible views with the Volt template system * Leverage Phalcon to prevent common security vulnerabilities * Optimize an application with focused solutions * Profile and debug an application to get increased reliability In Detail Phalcon is a high-performance PHP framework delivered as a PHP extension. This provides new opportunities for speed and application design, which until recently have been unrealized in the PHP ecosystem. Packed with simple learning exercises, technology prototypes, and real-world usable code, this book will guide you from the beginner and setup stage all the way to advanced usage. You will learn how to avoid niche pitfalls, how to use the command-line developer tools, how to integrate with new web standards, as well as how to set up and customize the MVC application structure. You will see how Phalcon can be used to quickly set up a single file web application as well as a complex multi-module application suitable for long-term projects. Some of the recipes focus on abstract concepts that are vital to get a deep comprehension of Phalcon and others are designed as a vehicle to deliver real-world usable classes and code snippets to solve advanced problems. You'll start out with basic setup and application structure and then move onto the Phalcon MVC and routing implementation, the power of the ORM and Phalcon Query Language, and Phalcon's own Volt templating system. Finally, you will move on to caching, security, and optimization. Style and approach An easy-to-start guide that provides
Developing Mobile Web ArcGIS Applications
by Matthew SheehanThis guide is invaluable to those just starting out with GIS development but will also benefit GIS professionals wishing to expand their development skills to include mobile apps.
Advanced Penetration Testing for Highly-Secured Environments - Second Edition
by Kevin Cardwell Lee AllenEmploy the most advanced pentesting techniques and tools to build highly-secured systems and environments About This Book * Learn how to build your own pentesting lab environment to practice advanced techniques * Customize your own scripts, and learn methods to exploit 32-bit and 64-bit programs * Explore a vast variety of stealth techniques to bypass a number of protections when penetration testing Who This Book Is For This book is for anyone who wants to improve their skills in penetration testing. As it follows a step-by-step approach, anyone from a novice to an experienced security tester can learn effective techniques to deal with highly secured environments. Whether you are brand new or a seasoned expert, this book will provide you with the skills you need to successfully create, customize, and plan an advanced penetration test. What You Will Learn * A step-by-step methodology to identify and penetrate secured environments * Get to know the process to test network services across enterprise architecture when defences are in place * Grasp different web application testing methods and how to identify web application protections that are deployed * Understand a variety of concepts to exploit software * Gain proven post-exploitation techniques to exfiltrate data from the target * Get to grips with various stealth techniques to remain undetected and defeat the latest defences * Be the first to find out the latest methods to bypass firewalls * Follow proven approaches to record and save the data from tests for analysis In Detail The defences continue to improve and become more and more common, but this book will provide you with a number or proven techniques to defeat the latest defences on the networks. The methods and techniques contained will provide you with a powerful arsenal of best practices to increase your penetration testing successes. The processes and methodology will provide you techniques that will enable you to be successful, and the step by step instructions of information gathering and intelligence will allow you to gather the required information on the targets you are testing. The exploitation and post-exploitation sections will supply you with the tools you would need to go as far as the scope of work will allow you. The challenges at the end of each chapter are designed to challenge you and provide real-world situations that will hone and perfect your penetration testing skills. You will start with a review of several well respected penetration testing methodologies, and following this you will learn a step-by-step methodology of professional security testing, including stealth, methods of evasion, and obfuscation to perform your tests and not be detected! The final challenge will allow you to create your own complex layered architecture with defences and protections in place, and provide the ultimate testing range for you to practice the methods shown throughout the book. The challenge is as close to an actual penetration test assignment as you can get! Style and approach The book follows the standard penetration testing stages from start to finish with step-by-step examples. The book thoroughly covers penetration test expectations, proper scoping and planning, as well as enumeration and foot printing
R for Data Science Cookbook
by Chiu Yu-WeiOver 100 hands-on recipes to effectively solve real-world data problems using the most popular R packages and techniques About This Book * Gain insight into how data scientists collect, process, analyze, and visualize data using some of the most popular R packages * Understand how to apply useful data analysis techniques in R for real-world applications * An easy-to-follow guide to make the life of data scientist easier with the problems faced while performing data analysis Who This Book Is For This book is for those who are already familiar with the basic operation of R, but want to learn how to efficiently and effectively analyze real-world data problems using practical R packages. What You Will Learn * Get to know the functional characteristics of R language * Extract, transform, and load data from heterogeneous sources * Understand how easily R can confront probability and statistics problems * Get simple R instructions to quickly organize and manipulate large datasets * Create professional data visualizations and interactive reports * Predict user purchase behavior by adopting a classification approach * Implement data mining techniques to discover items that are frequently purchased together * Group similar text documents by using various clustering methods In Detail This cookbook offers a range of data analysis samples in simple and straightforward R code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently. The first section deals with how to create R functions to avoid the unnecessary duplication of code. You will learn how to prepare, process, and perform sophisticated ETL for heterogeneous data sources with R packages. An example of data manipulation is provided, illustrating how to use the "dplyr" and "data.table" packages to efficiently process larger data structures. We also focus on "ggplot2" and show you how to create advanced figures for data exploration. In addition, you will learn how to build an interactive report using the "ggvis" package. Later chapters offer insight into time series analysis on financial data, while there is detailed information on the hot topic of machine learning, including data classification, regression, clustering, association rule mining, and dimension reduction. By the end of this book, you will understand how to resolve issues and will be able to comfortably offer solutions to problems encountered while performing data analysis. Style and approach This easy-to-follow guide is full of hands-on examples of data analysis with R. Each topic is fully explained beginning with the core concept, followed by step-by-step practical examples, and concluding with detailed explanations of each concept used.
Learning NHibernate 4
by Suhas ChatekarThis book targets .NET developers who have never used an ORM before, developers who have used an ORM before but are new to NHibernate, or have used NHibernate sparingly and want to learn more about NHibernate.
Odoo Development Essentials
by Daniel ReisThis book is intended for developers who need to quickly become productive with Odoo. You are expected to have experience developing business applications, as well as an understanding of MVC application design and knowledge of the Python programming language.
Arduino Electronics Blueprints
by Don WilcherThis book is intended for those who want to learn about electronics and coding by building amazing devices and gadgets with Arduino. If you are an experienced developer who understands the basics of electronics, then you can quickly learn how to build smart devices using Arduino. The only experience needed is a desire to learn about electronics, circuit breadboarding, and coding.
Raspberry Pi Sensors
by Rushi GajjarThis book is perfect for hardware enthusiasts who want to develop amazing projects using Raspberry Pi. Some knowledge and experience working with Linux, C, and Python is a plus, but once you're set up to go, you'll be ready to push the creative capabilities of your Raspberry Pi even further.
JIRA Essentials - Third Edition
by Patrick LiIf you wish to develop your practical skills with JIRA in order to install, use, and manage your projects, then this is the perfect book for you. You need to be familiar with software project management and basic computer operations, specifically the system on which you will use JIRA.
NumPy Essentials
by Tanmay Dutta Leo Liang-Huan ChinBoost your scientific and analytic capabilities in no time at all by discovering how to build real-world applications with NumPy About This Book * Optimize your Python scripts with powerful NumPy modules * Explore the vast opportunities to build outstanding scientific/ analytical modules by yourself * Packed with rich examples to help you master NumPy arrays and universal functions Who This Book Is For If you are an experienced Python developer who intends to drive your numerical and scientific applications with NumPy, this book is for you. Prior experience or knowledge of working with the Python language is required. What You Will Learn * Manipulate the key attributes and universal functions of NumPy * Utilize matrix and mathematical computation using linear algebra modules * Implement regression and curve fitting for models * Perform time frequency / spectral density analysis using the Fourier Transform modules * Collate with the distutils and setuptools modules used by other Python libraries * Establish Cython with NumPy arrays * Write extension modules for NumPy code using the C API * Build sophisticated data structures using NumPy array with libraries such as Panda and Scikits In Detail In today's world of science and technology, it's all about speed and flexibility. When it comes to scientific computing, NumPy tops the list. NumPy gives you both the speed and high productivity you need. This book will walk you through NumPy using clear, step-by-step examples and just the right amount of theory. We will guide you through wider applications of NumPy in scientific computing and will then focus on the fundamentals of NumPy, including array objects, functions, and matrices, each of them explained with practical examples. You will then learn about different NumPy modules while performing mathematical operations such as calculating the Fourier Transform; solving linear systems of equations, interpolation, extrapolation, regression, and curve fitting; and evaluating integrals and derivatives. We will also introduce you to using Cython with NumPy arrays and writing extension modules for NumPy code using the C API. This book will give you exposure to the vast NumPy library and help you build efficient, high-speed programs using a wide range of mathematical features. Style and approach This quick guide will help you get to grips with the nitty-gritties of NumPy using with practical programming examples. Each topic is explained in both theoretical and practical ways with hands-on examples providing you efficient way of learning and adequate knowledge to support your professional work.
Microsoft Hyper-V PowerShell Automation
by Vinith MenonThis book is great for administrators who are new to automating Hyper-V administration tasks using PowerShell. If you are familiar with the PowerShell command line and have some experience with the Windows Server, this book is perfect for you.
Learning Three.js – the JavaScript 3D Library for WebGL Second Edition
by Jos Dirksen<P><P>Create stunning 3D graphics in your browser using the Three.js JavaScript library <P><P>About This Book <P><P>Enhance your 3D graphics with light sources, shadows, advanced materials, and textures <P><P>Load models from external sources, and visualize and animate them directly from JavaScript <P><P>Each subject is explained using extensive examples that you can use directly and adapt for your own purposes <P><P>Who This Book Is For <P><P>If you know JavaScript and want to start creating 3D graphics that run in any browser, this book is a great choice for you. You don't need to know anything about math or WebGL; all that you need is general knowledge of JavaScript and HTML. <P><P>What You Will Learn <P><P>Use the different geometries that are provided by Three.js <P><P>Apply realistic lighting and shadows to the 3D objects you have created <P><P>Use the different camera controls provided by Three.js to effortlessly navigate around your 3D scene <P><P>Make use of advanced textures on materials to create realistic-looking 3D objects by using bump maps, normal maps, specular maps, and light maps <P><P>Import and animate models from external formats, such as OBJ, STL, Collada, and many more <P><P>Create and run animations using morph targets and bone animations <P><P>Explore the Physijs JavaScript library to apply physics to your 3D objects <P><P>Interact directly with WebGL by creating custom vertex and fragment shaders
Python Machine Learning Blueprints: Intuitive data projects you can relate to
by Alexander T. CombsAn approachable guide to applying advanced machine learning methods to everyday problems About This Book * Put machine learning principles into practice to solve real-world problems * Get to grips with Python's impressive range of Machine Learning libraries and frameworks * From retrieving data from APIs to cleaning and visualization, become more confident at tackling every stage of the data pipeline Who This Book Is For Python programmers and data scientists - put your skills to the test with this practical guide dedicated to real-world machine learning that makes a real impact. What You Will Learn * Explore and use Python's impressive machine learning ecosystem * Successfully evaluate and apply the most effective models to problems * Learn the fundamentals of NLP - and put them into practice * Visualize data for maximum impact and clarity * Deploy machine learning models using third party APIs * Get to grips with feature engineering In Detail Machine Learning is transforming the way we understand and interact with the world around us. But how much do you really understand it? How confident are you interacting with the tools and models that drive it? Python Machine Learning Blueprints puts your skills and knowledge to the test, guiding you through the development of some awesome machine learning applications and algorithms with real-world examples that demonstrate how to put concepts into practice. You'll learn how to use cluster techniques to discover bargain air fares, and apply linear regression to find yourself a cheap apartment - and much more. Everything you learn is backed by a real-world example, whether its data manipulation or statistical modelling. That way you're never left floundering in theory - you'll be simply collecting and analyzing data in a way that makes a real impact. Style and approach Packed with real-world projects, this book takes you beyond the theory to demonstrate how to apply machine learning techniques to real problems.
Zabbix Cookbook
by Patrik UytterhoevenIf you have some experience with Zabbix and wish to take your infrastructure to the next level, then this book is for you. Before you start with Zabbix, or monitoring in general, it is best to have some basic Linux knowledge and a good understanding of snmp, virtualization, and scripting.
Microsoft Dynamics AX 2012 R3 Reporting Cookbook
by Deepak Agarwal Chhavi AggarwalMicrosoft Dynamics AX 2012 R3 Reporting Cookbook is recommended for Dynamics AX developers and .NET-based SSRS developers looking to familiarize themselves with the new AX reporting framework.
Mastering OAuth 2.0
by Charles BihisCreate powerful applications to interact with popular service providers such as Facebook, Google, Twitter, and more by leveraging the OAuth 2.0 Authorization FrameworkAbout This BookLearn how to use the OAuth 2.0 protocol to interact with the world's most popular service providers, such as Facebook, Google, Instagram, Slack, Box, and moreMaster the finer details of this complex protocol to maximize the potential of your application while maintaining the utmost of securityStep through the construction of a real-world working application that logs you in with your Facebook account to create a compelling infographic about the most important person in the world--you!Who This Book Is ForIf you are an application developer, software architect, security engineer, or even a casual programmer looking to leverage the power of OAuth, Mastering OAuth 2.0 is for you. Covering basic topics such as registering your application and choosing an appropriate workflow, to advanced topics such as security considerations and extensions to the specification, this book has something for everyone. A basic knowledge of programming and OAuth is recommended.What You Will LearnDiscover the power and prevalence of OAuth 2.0 and use it to improve your application's capabilitiesStep through the process of creating a real-world application that interacts with Facebook using OAuth 2.0Examine the various workflows described by the specification, looking at what they are and when to use themLearn about the many security considerations involved with creating an application that interacts with other service providersDevelop your debugging skills with dedicated pages for tooling and troubleshootingBuild your own rich, powerful applications by leveraging world-class technologies from companies around the worldIn DetailOAuth 2.0 is a powerful authentication and authorization framework that has been adopted as a standard in the technical community. Proper use of this protocol will enable your application to interact with the world's most popular service providers, allowing you to leverage their world-class technologies in your own application. Want to log your user in to your application with their Facebook account? Want to display an interactive Google Map in your application? How about posting an update to your user's LinkedIn feed? This is all achievable through the power of OAuth.With a focus on practicality and security, this book takes a detailed and hands-on approach to explaining the protocol, highlighting important pieces of information along the way.At the beginning, you will learn what OAuth is, how it works at a high level, and the steps involved in creating an application. After obtaining an overview of OAuth, you will move on to the second part of the book where you will learn the need for and importance of registering your application and types of supported workflows. You will discover more about the access token, how you can use it with your application, and how to refresh it after expiration.By the end of the book, you will know how to make your application architecture robust. You will explore the security considerations and effective methods to debug your applications using appropriate tools. You will also have a look at special considerations to integrate with OAuth service providers via native mobile applications. In addition, you will also come across support resources for OAuth and credentials grant.Style and approachWith a focus on practicality and security, Mastering OAuth 2.0 takes a top-down approach at exploring the protocol. Discussed first at a high level, examining the importance and overall structure of the protocol, the book then dives into each subject, adding more depth as we proceed. This all culminates in an example application that will be built, step by step, using the valuable and practical knowledge you have gained.
Python Requests Essentials
by Rakesh Vidya Chandra Bala Subrahmanyam VaranasiIf you are a Python administrator or developer interested in interacting with web APIs and have a passion for creating your own web applications, this is the book for you. Basic knowledge of Python programming, APIs, and web services will be an advantage.