Browse Results

Showing 28,376 through 28,400 of 53,657 results

Continuous Integration, Delivery, and Deployment

by Sander Rossel

Getting started with the processes and the tools to continuously deliver high-quality software About This Book • Incorporate popular development practices to prevent messy code • Automate your build, integration, release, and deployment processes with Jenkins, Git, and Gulp?and learn how continuous integration (CI) can save you time and money • Gain an end-to-end overview of Continuous Integration using different languages (JavaScript and C#) and tools (Gulp and Jenkins) Who This Book Is For This book is for developers who want to understand and implement Continuous Integration and Delivery in their daily work. A basic knowledge of at least JavaScript and HTML/CSS is required. Knowing C# and SQL will come in handy. Most programmers who have programmed in a (compiled) C-like language will be able to follow along. What You Will Learn • Get to know all the aspects of Continuous Integration, Deployment, and Delivery • Find out how Git can be used in a CI environment • Set up browser tests using Karma and Selenium and unit tests using Jasmine • Use Node.js, npm, and Gulp to automate tasks such as linting, testing, and minification • Explore different Jenkins jobs to integrate with Node.js and C# projects • Perform Continuous Delivery and Deployment using Jenkins • Test and deliver a web API In Detail The challenge faced by many teams while implementing Continuous Deployment is that it requires the use of many tools and processes that all work together. Learning and implementing all these tools (correctly) takes a lot of time and effort, leading people to wonder whether it's really worth it. This book sets up a project to show you the different steps, processes, and tools in Continuous Deployment and the actual problems they solve. We start by introducing Continuous Integration (CI), deployment, and delivery as well as providing an overview of the tools used in CI. You'll then create a web app and see how Git can be used in a CI environment. Moving on, you'll explore unit testing using Jasmine and browser testing using Karma and Selenium for your app. You'll also find out how to automate tasks using Gulp and Jenkins. Next, you'll get acquainted with database integration for different platforms, such as MongoDB and PostgreSQL. Finally, you'll set up different Jenkins jobs to integrate with Node.js and C# projects, and Jenkins pipelines to make branching easier. By the end of the book, you'll have implemented Continuous Delivery and deployment from scratch. Style and approach This practical book takes a step-by-step approach to explaining all the concepts of Continuous Integration and delivery, and how it can help you deliver a high-quality product.

Learning D3.js 4 Mapping - Second Edition

by Thomas Newton Oscar Villarreal Lars Verspohl

Crisp and concise guide on building impressive maps as well as visualizations with D3 a JavaScript library About This Book • Dive into D3.js and apply its powerful data binding ability in order to create stunning visualizations • Learn the key concepts of SVG, JavaScript, CSS and the DOM to bring data and shapes to live in the browser • Solve common problems faced while building interactive maps • Acquire key web development skills from the creating your interactive to testing and finally publishing it. Who This Book Is For This book is for people with at least a basic knowledge of of web development (basic HTML/CSS/JavaScript). You don't need to have worked with D3.js before. What You Will Learn • Work with SVG geometric shapes • Learn to manage map data and plot it with D3.js • Add interactivity and points of interest to your maps • Compress and manipulate geoJSON files with the use of topoJSON • Learn how to write testable D3.js visualizations • Build a globe with D3.js and Canvas and add interactivity to it. • Create a hexbin map with D3.js In Detail D3.js is a visualization library used for the creation and control of dynamic and interactive graphical forms. It is a library used to manipulate HTML and SVG documents as well as the Canvas element based on data. Using D3.js, developers can create interactive maps for the web, that look and feel beautiful. This book will show you how build and design maps with D3.js and gives you great insight into projections, colors, and the most appropriate types of map. The book begins by helping you set up all the tools necessary to build visualizations and maps. Then it covers obtaining geographic data, modifying it to your specific needs, visualizing it with augmented data using D3.js. It will further show you how to draw and map with the Canvas API and how to publish your visualization. By the end of this book, you'll be creating maps like the election maps and the kind of infographics you'll find on sites like the New York Times. Style and approach This step by step guide with pragmatic examples will help you create maps and amazing visualizations.

Machine Learning with R Cookbook, Second Edition

by AshishSingh Bhatia

<P><P>Explore over 110 recipes to analyze data and build predictive models with simple and easy-to-use R code <P><P>About This Book <P><P>Apply R to simplify predictive modeling with short and simple code <P><P>Use machine learning to solve problems ranging from small to big data <P><P>Build a training and testing dataset, applying different classification methods. <P><P>Who This Book Is For <P><P>This book is for data science professionals, data analysts, or people who have used R for data analysis and machine learning who now wish to become the go-to person for machine learning with R. Those who wish to improve the efficiency of their machine learning models and need to work with different kinds of data set will find this book very insightful. <P><P>What You Will Learn <P><P>Create and inspect transaction datasets and perform association analysis with the Apriori algorithm <P><P>Visualize patterns and associations using a range of graphs and find frequent item-sets using the Eclat algorithm <P><P>Compare differences between each regression method to discover how they solve problems <P><P>Detect and impute missing values in air quality data <P><P>Predict possible churn users with the classification approach <P><P>Plot the autocorrelation function with time series analysis <P><P>Use the Cox proportional hazards model for survival analysis <P><P>Implement the clustering method to segment customer data <P><P>Compress images with the dimension reduction method <P><P>Incorporate R and Hadoop to solve machine learning problems on big data <P><P>In Detail <P><P>Big data has become a popular buzzword across many industries. An increasing number of people have been exposed to the term and are looking at how to leverage big data in their own businesses, to improve sales and profitability. However, collecting, aggregating, and visualizing data is just one part of the equation. Being able to extract useful information from data is another task, and a much more challenging one. Machine Learning with R Cookbook, Second Edition uses a practical approach to teach you how to perform machine learning with R. Each chapter is divided into several simple recipes. Through the step-by-step instructions provided in each recipe, you will be able to construct a predictive model by using a variety of machine learning packages. In this book, you will first learn to set up the R environment and use simple R commands to explore data. The next topic covers how to perform statistical analysis with machine learning analysis and assess created models, covered in detail later on in the book. You'll also learn how to integrate R and Hadoop to create a big data analysis platform. The detailed illustrations provide all the information required to start applying machine learning to individual projects. With Machine Learning with R Cookbook, machine learning has never been easier.

Daniel Arbuckle's Mastering Python

by Daniel Arbuckle

Gain a thorough understanding of operating in a Python development environment, and some of the most important advanced topics with Daniel Arbuckle. This dynamic, concise book is full of real-world solutions for Python 3.6 problems, and advanced-level concepts such as reactive programming, microservices, ctypes and Cython. About This Book • Covers the latest and advanced concepts of Python such as parallel processing with Python 3.6 • Explore the Python language from its basic installation and setup to concepts such as reactive programming and microservices • Get introduced to the mechanism for rewriting code in a compiled language along with ctypes and Cython tools Who This Book Is For If you are a programmer and are familiar with the basics of Python, and you want to broaden your knowledge base to develop projects better and faster, this book is for you. Even if you are not familiar with Python, Daniel Arbuckle's Mastering Python starts with the basics and takes you on a journey to become an expert in the technology. What You Will Learn • Get to grips with the basics of operating in a Python development environment • Build Python packages to efficiently create reusable code • Become proficient at creating tools and utility programs in Python • Use the Git version control system to protect your development environment from unwanted changes • Harness the power of Python to automate other software • Distribute computational tasks across multiple processors • Handle high I/O loads with asynchronous I/O to get a smoother performance • Take advantage of Python's metaprogramming and programmable syntax features • Get acquainted with the concepts behind reactive programming and RxPy In Detail Daniel Arbuckle's Mastering Python covers the basics of operating in a Python development environment, before moving on to more advanced topics. Daniel presents you with real-world solutions to Python 3.6 and advanced-level concepts, such as reactive programming, microservices, ctypes, and Cython tools. You don't need to be familiar with the Python language to use this book, as Daniel starts with a Python primer. Throughout, Daniel highlights the major aspects of managing your Python development environment, shows you how to handle parallel computation, and helps you to master asynchronous I/O with Python 3.6 to improve performance. Finally, Daniel will teach you the secrets of metaprogramming and unit testing in Python, helping you acquire the perfect skillset to be a Python expert. Daniel will get you up to speed on everything from basic programming practices to high-end tools and techniques, things that will help set you apart as a successful Python programmer. Style and Approach Daniel Arbuckle's Mastering Python covers basic to advanced-level concepts in computer science. If you are a beginner, then Daniel will help you get started. If you are experienced, he will expand your knowledge base.

Mastering Machine Learning with R - Second Edition

by Cory Lesmeister

Master machine learning techniques with R to deliver insights in complex projects About This Book • Understand and apply machine learning methods using an extensive set of R packages such as XGBOOST • Understand the benefits and potential pitfalls of using machine learning methods such as Multi-Class Classification and Unsupervised Learning • Implement advanced concepts in machine learning with this example-rich guide Who This Book Is For This book is for data science professionals, data analysts, or anyone with a working knowledge of machine learning, with R who now want to take their skills to the next level and become an expert in the field. What You Will Learn • Gain deep insights into the application of machine learning tools in the industry • Manipulate data in R efficiently to prepare it for analysis • Master the skill of recognizing techniques for effective visualization of data • Understand why and how to create test and training data sets for analysis • Master fundamental learning methods such as linear and logistic regression • Comprehend advanced learning methods such as support vector machines • Learn how to use R in a cloud service such as Amazon In Detail This book will teach you advanced techniques in machine learning with the latest code in R 3.3.2. You will delve into statistical learning theory and supervised learning; design efficient algorithms; learn about creating Recommendation Engines; use multi-class classification and deep learning; and more. You will explore, in depth, topics such as data mining, classification, clustering, regression, predictive modeling, anomaly detection, boosted trees with XGBOOST, and more. More than just knowing the outcome, you'll understand how these concepts work and what they do. With a slow learning curve on topics such as neural networks, you will explore deep learning, and more. By the end of this book, you will be able to perform machine learning with R in the cloud using AWS in various scenarios with different datasets. Style and approach The book delivers practical and real-world solutions to problems and a variety of tasks such as complex recommendation systems. By the end of this book, you will have gained expertise in performing R machine learning and will be able to build complex machine learning projects using R and its packages.

Enduring CSS

by Ben Frain

Learn to really THINK about CSS, and how to create CSS that endures continual iteration, multiple authors, and yet always produces predictable results About This Book • Address the problems of CSS at scale, avoiding the shortfalls of scaling CSS. • The shortfalls of conventional approaches to scaling CSS. • Develop consistent and enforceable selector naming conventions with ECSS. • Learn how to organize project structure to more easily isolate and decouple visual components. Who This Book Is For This is a book for working CSS authors involved in large projects. This is a book that tackles create enduring CSS for large-scale projects. What You Will Learn • The problems of CSS at scale—specificity, the cascade and styles intrinsically tied to element structure. • The shortfalls of conventional approaches to scaling CSS. • The ECSS methodology and the problems it solves. • How to develop consistent and enforceable selector naming conventions with ECSS. • How to organise project structure to more easily isolate and decouple visual components. • How to handle state changes in the DOM with ARIA or override selectors. • How to apply ECSS to web applications and visual modules. • Considerations of CSS tooling and processing: Sass/PostCSS and linting. • Addressing the notion of CSS selector speed with hard data and browser representative insight In Detail Learn with me, Ben Frain, about how to really THINK about CSS and how to use CSS for any size project! I'll show you how to write CSS that endures continual iteration, multiple authors, and yet always produces predictable results. Enduring CSS, often referred to as ECSS, offers you a robust and proven approach to authoring and maintaining style sheets at scale. Enduring CSS is not a book about writing CSS, as in the stuff inside the curly braces. This is a book showing you how to think about CSS, and be a smarter developer with that thinking! It's about the organisation and architecture of CSS—the parts outside the braces. I will help you think about the aspects of CSS development that become the most difficult part of writing CSS in larger projects. You'll learn about the problems of authoring CSS at scale—including specificity, the cascade and styles intrinsically tied to document structure. I'll introduce you to the ECSS methodology, and show you how to develop consistent and enforceable selector naming conventions. We'll cover how to apply ECSS to your web applications and visual model, and how you can organize your project structure wisely, and handle visual state changes with ARIA, providing greater accessibility considerations. In addition, we'll take a deep look into CSS tooling and process considerations. Finally we will address performance considerations by examining topics such as CSS selector speed with hard data and browser-representative insight. Style and approach Learn with me, Ben Frain, about how to really think about CSS. This is a book to deal with writing CSS for large-scale, rapidly changing web projects and applications. This isn't a book about writing CSS, as in the stuff inside the curly braces - this is a book about the organisation and architecture of CSS; the parts outside the braces!

Microsoft System Center 2016 Data Protection Manager Cookbook

by Charbel Nemnom Patrick Lownds

System Center 2016 Data Protection Manager (DPM) is a robust enterprise backup and recovery system that contributes to your BCDR strategy by facilitating the backup and recovery of enterprise data. With an increase in data recovery and protection problems faced in organizations, it has become important to keep data safe and recoverable. This book contains recipes that will help you upgrade to SC DPM 2016 and it covers the advanced features and functionality of SC DPM 2016. This book starts by helping you install DPM 2016 and then moves on to post installation and management tasks. You will come across lot of useful recipes that will help you recover your VMware and Hyper-V VMs. It will also walk you through tips for monitoring DPM in different scenarios. Next, the book will also offer insights into protecting windows and non windows workloads followed by best practices on DPM tape management. You will also learn to back up your Azure Stack Infrastructure using Azure Backup. You will also learn about recovering data fro backup and implementing disaster recovery. Finally, the book will show you how to configure the protection groups to enable online protection and troubleshoot Microsoft Azure Backup Agent.

Building Web Apss with Spring 5 and Angular

by Ajitesh Shukla

<P><P>A complete guide to build robust and scalable web applications with Spring and Angular <P><P>Key Features <P><P>This hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular. <P><P>It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers. <P><P>Learn the core aspects involved in developing the backend and the UI, right from designing to integrating and deploying. <P><P>Book Description <P><P>Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier. <P><P>If you want build end-to-end modern web application using Spring and Angular, then this book is for you. <P><P>The book directly heads to show you how to create the backend with Spring, showing you how to configure the Spring MVC and handle Web requests. It will take you through the key aspects such as building REST API endpoints, using Hibernate, working with Junit 5 etc. Once you have secured and tested the backend, we will go ahead and start working on the front end with Angular. You will learn about fundamentals of Angular and Typescript and create an SPA using components, routing etc. Finally, you will see how to integrate both the applications with REST protocol and deploy the application using tools such as Jenkins and Docker. <P><P>What you will learn <P><P>Set up development environment for Spring Web App and Angular app. <P><P>Process web request and response and build REST API endpoints. <P><P>Create data access components using Spring Web MVC framework and Hibernate <P><P>Use Junit 5 to test your application <P><P>Learn the fundamental concepts around building Angular <P><P>Configure and use Routes and Components. <P><P>Protect Angular app content from common web vulnerabilities and attacks. <P><P>Integrate Angular apps with Spring Boot Web API endpoints <P><P>Deploy the web application based on CI and CD using Jenkins and Docker containers

Phoenix Web Development: Create rich web applications using functional programming techniques with Phoenix and Elixir

by Mike Voloz Brandon Richey

Learn to build a high-performance functional prototype of a voting web application from scratch using Elixir and PhoenixKey FeaturesBuild a strong foundation in Functional-Programming techniques while learning to build compelling web applicationsUnderstand the Elixir Concurrency and parallelization model to build high-performing blazingly fast applicationsLearn to test, debug and deploy your web applications using Phoenix frameworkBook DescriptionPhoenix is a modern web development framework that is used to build API’s and web applications. It is built on Elixir and runs on Erlang VM which makes it much faster than other options. With Elixir and Phoenix, you build your application the right way, ready to scale and ready for the increasing demands of real-time web applications.This book covers the basics of the Phoenix web framework, showing you how to build a community voting application, and is divided into three parts. In the first part, you will be introduced to Phoenix and Elixir and understand the core terminologies that are used to describe them. You will also learn to build controller pages, store and retrieve data, add users to your app pages and protect your database. In the second section you will be able to reinforce your knowledge of architecting real time applications in phoenix and not only debug these applications but also diagnose issues in them. In the third and final section you will have the complete understanding of deploying and running the phoenix application and should be comfortable to make your first application releaseBy the end of this book, you'll have a strong grasp of all of the core fundamentals of the Phoenix framework, and will have built a full production-ready web application from scratch.What you will learnLearn Phoenix Framework fundamentals and v1.3's new application structureBuild real-time applications with channels and presenceUtilize GenServers and other OTP fundamentals to keep an application stableTrack users as they sign in and out of chat with Phoenix’s built-in presence functionalityWrite your own database interaction code that is safe, bug-free, and easy to work withExplore testing and debugging methodologies to understand a real software development lifecycle for a Phoenix applicationDeploy and run your Phoenix application in productionWho this book is forThis book is for people with a basic knowledge of Elixir, who want to start building web applications. Prior experience with web technologies is assumed.

Boost C++ Application Development Cookbook - Second Edition

by Antony Polukhin

This book is for developers looking to improve their knowledge of Boost and who would like to simplify their application development processes. Prior C++ knowledge and basic knowledge of the standard library is assumed.

Cloud Native Architectures: Design high-availability and cost-effective applications for the cloud

by Piyum Zonooz Erik Farr Kamal Arora Tom Laszewski

Learn and understand the need to architect cloud applications and migrate your business to cloud efficientlyKey FeaturesUnderstand the core design elements required to build scalable systemsPlan resources and technology stacks effectively for high security and fault toleranceExplore core architectural principles using real-world examplesBook DescriptionCloud computing has proven to be the most revolutionary IT development since virtualization. Cloud native architectures give you the benefit of more flexibility over legacy systems. To harness this, businesses need to refresh their development models and architectures when they find they don’t port to the cloud. Cloud Native Architectures demonstrates three essential components of deploying modern cloud native architectures: organizational transformation, deployment modernization, and cloud native architecture patterns.This book starts with a quick introduction to cloud native architectures that are used as a base to define and explain what cloud native architecture is and is not. You will learn what a cloud adoption framework looks like and develop cloud native architectures using microservices and serverless computing as design principles. You’ll then explore the major pillars of cloud native design including scalability, cost optimization, security, and ways to achieve operational excellence. In the concluding chapters, you will also learn about various public cloud architectures ranging from AWS and Azure to the Google Cloud Platform.By the end of this book, you will have learned the techniques to adopt cloud native architectures that meet your business requirements. You will also understand the future trends and expectations of cloud providers.What you will learnLearn the difference between cloud native and traditional architectureExplore the aspects of migration, when and why to use itIdentify the elements to consider when selecting a technology for your architectureAutomate security controls and configuration managementUse infrastructure as code and CICD pipelines to run environments in a sustainable mannerUnderstand the management and monitoring capabilities for AWS cloud native application architecturesWho this book is forCloud Native Architectures is for software architects who are keen on designing resilient, scalable, and highly available applications that are native to the cloud.

Kali Linux Network Scanning Cookbook - Second Edition

by Justin Hutchens Michael Hixon

Over 100 practical recipes that leverage custom scripts and integrated tools in Kali Linux to help you effectively master network scanning About This Book • Learn the fundamentals behind commonly used scanning techniques • Deploy powerful scanning tools that are integrated into the Kali Linux testing platform • The practical recipes will help you automate menial tasks and build your own script library Who This Book Is For This book is for information security professionals and casual security enthusiasts alike. It provides foundational principles if you're a novice, but will also introduce scripting techniques and in-depth analysis if you're more advanced. Whether you are brand new to Kali Linux or a seasoned veteran, this book will help you both understand and ultimately master many of the most powerful and useful scanning techniques in the industry. It is assumed that you have some basic security testing experience. What You Will Learn • Develop a network-testing environment to test scanning tools and techniques • Understand the principles of network-scanning tools by building scripts and tools • Identify distinct vulnerabilities in web apps and remote services and learn how they are exploited • Perform comprehensive scans to identify listening on TCP and UDP sockets • Get started with different Kali desktop environments--KDE, MATE, LXDE, and Xfce • Use Sparta for information gathering, port scanning, fingerprinting, vulnerability scanning, and more • Evaluate DoS threats and learn how common DoS attacks are performed • Learn how to use Burp Suite to evaluate web applications In Detail With the ever-increasing amount of data flowing in today's world, information security has become vital to any application. This is where Kali Linux comes in. Kali Linux focuses mainly on security auditing and penetration testing. This step-by-step cookbook on network scanning trains you in important scanning concepts based on version 2016.2. It will enable you to conquer any network environment through a range of network scanning techniques and will also equip you to script your very own tools. Starting with the fundamentals of installing and managing Kali Linux, this book will help you map your target with a wide range of network scanning tasks, including discovery, port scanning, fingerprinting, and more. You will learn how to utilize the arsenal of tools available in Kali Linux to conquer any network environment. The book offers expanded coverage of the popular Burp Suite and has new and updated scripts for automating scanning and target exploitation. You will also be shown how to identify remote services, how to assess security risks, and how various attacks are performed. You will cover the latest features of Kali Linux 2016.2, which includes the enhanced Sparta tool and many other exciting updates. This immersive guide will also encourage the creation of personally scripted tools and the skills required to create them. Style and approach This step-by-step guide is full of recipes that will help you use integrated scanning tools in Kali Linux and develop custom scripts to make new and unique tools of your own.

MQTT Essentials - A Lightweight IoT Protocol

by Gaston C. Hillar

Send and receive messages with the MQTT protocol for your IoT solutions. About This Book • Make your connected devices less prone to attackers by understanding practical security mechanisms • Dive deep into one of IoT's extremely lightweight machines to enable connectivity protocol with some real-world examples • Learn to take advantage of the features included in MQTT for IoT and Machine-to-Machine communications with complete real-life examples Who This Book Is For This book is a great resource for developers who want to learn more about the MQTT protocol to apply it to their individual IoT projects. Prior knowledge of working with IoT devices is essential. What You Will Learn • Understand how MQTTv3.1 and v3.1.1 works in detail • Install and secure a Mosquitto MQTT broker by following best practices • Design and develop IoT solutions combined with mobile and web apps that use MQTT messages to communicate • Explore the features included in MQTT for IoT and Machine-to-Machine communications • Publish and receive MQTT messages with Python, Java, Swift, JavaScript, and Node.js • Implement the security best practices while setting up the MQTT Mosquitto broker In Detail This step-by-step guide will help you gain a deep understanding of the lightweight MQTT protocol. We'll begin with the specific vocabulary of MQTT and its working modes, followed by installing a Mosquitto MQTT broker. Then, you will use best practices to secure the MQTT Mosquitto broker to ensure that only authorized clients are able to publish and receive messages. Once you have secured the broker with the appropriate configuration, you will develop a solution that controls a drone with Python. Further on, you will use Python on a Raspberry Pi 3 board to process commands and Python on Intel Boards (Joule, Edison and Galileo). You will then connect to the MQTT broker, subscribe to topics, send messages, and receive messages in Python. You will also develop a solution that interacts with sensors in Java by working with MQTT messages. Moving forward, you will work with an asynchronous API with callbacks to make the sensors interact with MQTT messages. Following the same process, you will develop an iOS app with Swift 3, build a website that uses WebSockets to connect to the MQTT broker, and control home automation devices with HTML5, JavaScript code, Node.js and MQTT messages Style and approach This step-by-step guide describes the MQTT protocol for your IoT projects

IoT Penetration Testing Cookbook

by Aaron Guzman Aditya Gupta

Over 80 recipes to master IoT security techniques. About This Book • Identify vulnerabilities in IoT device architectures and firmware using software and hardware pentesting techniques • Understand radio communication analysis with concepts such as sniffing the air and capturing radio signals • A recipe based guide that will teach you to pentest new and unique set of IoT devices. Who This Book Is For This book targets IoT developers, IoT enthusiasts, pentesters, and security professionals who are interested in learning about IoT security. Prior knowledge of basic pentesting would be beneficial. What You Will Learn • Set up an IoT pentesting lab • Explore various threat modeling concepts • Exhibit the ability to analyze and exploit firmware vulnerabilities • Demonstrate the automation of application binary analysis for iOS and Android using MobSF • Set up a Burp Suite and use it for web app testing • Identify UART and JTAG pinouts, solder headers, and hardware debugging • Get solutions to common wireless protocols • Explore the mobile security and firmware best practices • Master various advanced IoT exploitation techniques and security automation In Detail IoT is an upcoming trend in the IT industry today; there are a lot of IoT devices on the market, but there is a minimal understanding of how to safeguard them. If you are a security enthusiast or pentester, this book will help you understand how to exploit and secure IoT devices. This book follows a recipe-based approach, giving you practical experience in securing upcoming smart devices. It starts with practical recipes on how to analyze IoT device architectures and identify vulnerabilities. Then, it focuses on enhancing your pentesting skill set, teaching you how to exploit a vulnerable IoT device, along with identifying vulnerabilities in IoT device firmware. Next, this book teaches you how to secure embedded devices and exploit smart devices with hardware techniques. Moving forward, this book reveals advanced hardware pentesting techniques, along with software-defined, radio-based IoT pentesting with Zigbee and Z-Wave. Finally, this book also covers how to use new and unique pentesting techniques for different IoT devices, along with smart devices connected to the cloud. By the end of this book, you will have a fair understanding of how to use different pentesting techniques to exploit and secure various IoT devices. Style and approach This recipe-based book will teach you how to use advanced IoT exploitation and security automation.

Java 9 with JShell

by Gaston C. Hillar

Explore Java 9 with JShell and UML About This Book • A full account of Java 9's new features • This tutorial emphasises fluency using JShell exercises • Get a thorough introduction to contract programming code reuse via Java generics • Learn how to use the new module system • How to use proper functional programming style inside Java 9 Who This Book Is For This book can be understood by anyone who is a graduate of computer science or someone who has just begun working as a software engineer. Basically, an understanding of an object-oriented programming language like Python, C++ or indeed, an earlier Java version is sufficient. It would be helpful to have participated in the full product cycle of a software engineering project. What You Will Learn • Engage with object-oriented programming in Java 9, starting with code snippets in JShell • Optimize your code, applying functional programming features • Discover the advantages of modularity • Become very proficient at using JShell itself • Learn the new approach to Java programming, which uses the REPL as a prototyping tool In Detail The release of Java 9 has brought many subtle and not-so-subtle changes to the way in which Java programmers approach their code. The most important ones are definitely the availability of a REPL, known as JShell, which will make experiments and prototyping much more straightforward than the old IDE-based project-led approach. Another, more subtle change can be seen in the module system, which will lead to more modularized, maintainable code. The techniques to take full advantage of object-oriented code, functional programming and the new modularity features in Java 9 form the main subjects of this book. Each chapter will add to the full picture of Java 9 programming starting out with classes and instances and ending with generics and modularity in Java. Style and approach You will learn by doing: : using JShell as their prototyping environment, you will take full advantage of the new features of Java 9, in particular the full module system and the functional features of Java 9.. There won't be any theory, only small and medium-sized exampled enabling the reader to use the new Java features in professional software engineering projects.

Python Web Scraping Cookbook: Over 90 Proven Recipes To Get You Scraping With Python, Micro Services, Docker And Aws

by Michael Heydt

Python Web Scraping Cookbook is a solution-focused book that will teach you techniques to develop high-performance Scrapers, and deal with cookies, hidden form fields, Ajax-based sites, proxies, and more. By the end of this book, you will be able to scrape websites more efficiently with more accurate data, and how to package, deploy and operate scrapers in the cloud.

VMware vSphere 6.5 Cookbook.: Over 140 task-oriented recipes to install, configure, manage, and orchestrate various VMware vSphere 6.5 components, 3rd Edition

by Abhilash G B Cedric Rajendran Mathias Meyenburg

Deploy and manage VMware vSphere 6.5 components with ease. Key Features Simplified and to-the-point theory and practical recipes to deploy and manage vSphere 6.5 Discover the best ways to deploy stateless and stateful ESXi hosts and upgrade them Storage and network resource management Certificate management using VMCA Monitor the performance of a vSphere environment. Book Description VMware vSphere is a complete and robust virtualization product suite that helps transform data centers into simplified on-premises cloud infrastructures, providing for the automation and orchestration of workload deployment and life cycle management of the infrastructure. This book focuses on the latest release of VMware vSphere and follows a recipe-based approach, giving you hands-on instructions required to deploy and manage a vSphere environment. The book starts with the procedures involved in upgrading your existing vSphere infrastructure to vSphere 6.5, followed by deploying a new vSphere 6.5 environment. Then the book delves further into the procedures involved in managing storage and network access to the ESXi hosts and the virtual machines running on them. Moving on, the book covers high availability and fair distribution/utilization of clustered compute and storage resources. Finally, the book covers patching and upgrading the vSphere infrastructure using VUM, certificate management using VMCA, and finishes with a chapter covering the tools that can be used to monitor the performance of a vSphere infrastructure. What you will learn Upgrade your existing vSphere environment or perform a fresh deployment Automate the deployment and management of large sets of ESXi hosts in your vSphere Environment Configure and manage FC, iSCSI, and NAS storage, and get more control over how storage resources are allocated and managed Configure vSphere networking by deploying host-wide and data center-wide switches in your vSphere environment Configure high availability on a host cluster and learn how to enable the fair distribution and utilization of compute resources Patch and upgrade the vSphere environment Handle certificate request generation and renew component certificates Monitor performance of a vSphere environment Who this book is for If you are a system administrator, support professional, or anyone interested in learning how to install, configure, and manage a vSphere environment, then this book is for you. This task-oriented reference guide will also benefit consultants or infrastructure architects who design and deploy vSphere 6.5 environments.

Puppet 5 Essentials - Third Edition

by Felix Frank Martin Alfke

A Guide to managing servers and automation About This Book • Breeze through Puppet's key features and performance improvements to bring real advantages to your IT infrastructure • Discover Puppet best practices to help you avoid common mistakes and pitfalls • Examples to help you get to grips with Puppet and succeed with everyday IT automation Who This Book Is For This book targets experienced IT professionals and new Puppet uses, who will learn all they need to know to go from installation to advanced automation. Get a rapid introduction to the essential topics and learn how to build best practices for advanced automation with Puppet. What You Will Learn • Understand declarative configuration management • Make use of GIT-based deployment workflows • Extend Factor with secure elements • Create modular and reusable Puppet code • Extend your code base with publicly available Puppet modules • Separate logic from data by using Hiera • Understand and develop Puppet Roles and Profiles In Detail Puppet is a configuration management tool that allows you to automate all your IT configurations, giving you control over what you do to each Puppet Agent in a network, and when and how you do it. In this age of digital delivery and ubiquitous Internet presence, it's becoming increasingly important to implement scaleable and portable solutions, not only in terms of software, but also the system that runs it. This book gets you started quickly with Puppet and its tools in the right way. It highlights improvements in Puppet and provides solutions for upgrading. It starts with a quick introduction to Puppet in order to quickly get your IT automation platform in place. Then you learn about the Puppet Agent and its installation and configuration along with Puppet Server and its scaling options. The book adopts an innovative structure and approach, and Puppet is explained with flexible use cases that empower you to manage complex infrastructures easily. Finally, the book will take readers through Puppet and its companion tools such as Facter, Hiera, and R10k and how to make use of tool chains. Style and approach This book aims to impart all the knowledge required to tap into not only the basics of Puppet, but also its core. The basic ideas and principles of Puppet-based designs are explored and explained. Sophisticated tools are presented to enable you to use Puppet efficiently and productively.

ESP8266 Home Automation Projects

by Catalin Batrinu

Unleash the power of the ESP8266 and build a complete home automation system with it. About This Book • Harness the power of the ESP8266 Wi-Fi chip to build an effective Home Automation System • Learn about the various ESP8266 modules • Configuring the ESP8266 and making interesting home automation projects • A step-by-step guide on the ESP8266 chip and how to convert your home into a smart home. Who This Book Is For This book is targeted at people who want to build connected and inexpensive home automation projects using the ESP8266 Wi-Fi chip, and to completely automate their homes. A basic understanding of the board would be an added advantage What You Will Learn • Get, compile, install, and configure an MQTT server • Use the Wi-Fi connectivity feature to control appliances remotely • Control several home appliances using the ESP8266 Wi-Fi chip • Control and monitor your home from the cloud using ESP8266 modules • Stream real-time data from the ESP8266 to a server over WebSockets • Create an Android mobile application for your project In Detail The ESP8266 is a low-cost yet powerful Wi-Fi chip that is becoming more popular at an alarming rate, and people have adopted it to create interesting projects. With this book, you will learn to create and program home automation projects using the ESP8266 Wi-Fi chip. You will learn how to build a thermostat to measure and adjust the temperature accordingly and how to build a security system using the ESP8266. Furthermore, you will design a complete home automation system from sensor to your own cloud. You will touch base on data monitoring, controlling appliances, and security aspects. By the end of the book, you will understand how to completely control and monitor your home from the cloud and from a mobile application. You will be familiar with the capabilities of the ESP8266 and will have successfully designed a complete ready-to-sell home automated system. Style and approach A practical book that will cover independent home automation projects.

Digital Forensics and Incident Response

by Gerard Johansen

This book is targeted at Information Security professionals, forensics practitioners, and students with knowledge and experience in the use of software applications and basic command-line experience. It will also help professionals who are new to the incident response/digital forensics role within their organization.

Python Natural Language Processing

by Jalaj Thanaki

Leverage the power of machine learning and deep learning to extract information from text data About This Book • Implement Machine Learning and Deep Learning techniques for efficient natural language processing • Get started with NLTK and implement NLP in your applications with ease • Understand and interpret human languages with the power of text analysis via Python Who This Book Is For This book is intended for Python developers who wish to start with natural language processing and want to make their applications smarter by implementing NLP in them. What You Will Learn • Focus on Python programming paradigms, which are used to develop NLP applications • Understand corpus analysis and different types of data attribute. • Learn NLP using Python libraries such as NLTK, Polyglot, SpaCy, Standford CoreNLP and so on • Learn about Features Extraction and Feature selection as part of Features Engineering. • Explore the advantages of vectorization in Deep Learning. • Get a better understanding of the architecture of a rule-based system. • Optimize and fine-tune Supervised and Unsupervised Machine Learning algorithms for NLP problems. • Identify Deep Learning techniques for Natural Language Processing and Natural Language Generation problems. In Detail This book starts off by laying the foundation for Natural Language Processing and why Python is one of the best options to build an NLP-based expert system with advantages such as Community support, availability of frameworks and so on. Later it gives you a better understanding of available free forms of corpus and different types of dataset. After this, you will know how to choose a dataset for natural language processing applications and find the right NLP techniques to process sentences in datasets and understand their structure. You will also learn how to tokenize different parts of sentences and ways to analyze them. During the course of the book, you will explore the semantic as well as syntactic analysis of text. You will understand how to solve various ambiguities in processing human language and will come across various scenarios while performing text analysis. You will learn the very basics of getting the environment ready for natural language processing, move on to the initial setup, and then quickly understand sentences and language parts. You will learn the power of Machine Learning and Deep Learning to extract information from text data. By the end of the book, you will have a clear understanding of natural language processing and will have worked on multiple examples that implement NLP in the real world. Style and approach This book teaches the readers various aspects of natural language Processing using NLTK. It takes the reader from the basic to advance level in a smooth way.

Building Django 2.0 Web Applications: Create enterprise-grade, scalable Python web applications easily with Django 2.0

by Tom Aratyn

Go from the initial idea to a production-deployed web app using Django 2.0.Key FeaturesA beginners guide to learning python's most popular framework, DjangoBuild fully featured web projects in Django 2.0 through examples.Deploy web applications in quick and reliable fashion with DockerBook DescriptionThis project-based guide will give you a sound understanding of Django 2.0 through three full-featured applications. It starts off by building a basic IMDB clone and adding users who can register, vote on their favorite movies, and upload associated pictures. You will learn how to use the votes that your users have cast to build a list of the top 10 movies. This book will also take you through deploying your app into a production environment using Docker containers hosted on the server in Amazon's Electric Computing Cloud (EC2).Next, you're going to build a Stack Overflow clone wherein registered users can ask and answer questions. You will learn how to enable a user asking a question to accept answers and mark them as useful. You will also learn how to add search functionality to help users find questions by using ElasticSearch. You'll discover ways to apply the principles of 12 factor apps while deploying Django on the most popular web server, Apache, with mod_wsgi. Lastly, you'll build a clone of MailChimp so users can send and create emails, and deploy it using AWS.Get set to take your basic Python skills to the next level with this comprehensive guide!What you will learn1. Build new projects from scratch using Django 2.02. Provide full-text searching using ElasticSearch and Django 2.03. Learn Django 2.0 security best practices and how they're applied4. Deploy a full Django 2.0 app almost anywhere with mod_wsgi5. Deploy a full Django 2.0 app to AWS's PaaS Elastic Beanstalk6. Deploy a full Django 2.0 app with Docker7. Deploy a full Django 2.0 app with NGINX and uWSGIWho this book is forIf you have some basic knowledge of HTML, CSS, and Python and want to build fully-featured and secure applications using Django, then this book is for you.

Enterprise API Management: Design and deliver valuable business APIs

by Luis Weir Zdenek "Z" Nemec

A strategy and implementation guide for building, deploying, and managing APIs Key Features Comprehensive, end-to-end guide to business-driven enterprise APIs Distills years of experience with API and microservice strategies Provides detailed guidance on implementing API-led architectures in any business Book Description APIs are the cornerstone of modern, agile enterprise systems. They enable access to enterprise services from a wide variety of devices, act as a platform for innovation, and open completely new revenue streams. Enterprise API Management shows how to define the right architecture, implement the right patterns, and define the right organization model for business-driven APIs. Drawing on his experience of developing API and microservice strategies for some of the world's largest companies, Luis Weir explains how APIs deliver value across an enterprise. The book explores the architectural decisions, implementation patterns, and management practices for successful enterprise APIs, as well as providing clear, actionable advice on choosing and executing the right API strategy in your enterprise. With a relentless focus on creating business value, Luis Weir reveals an effective method for planning, building, and running business products and services with APIs. What you will learn Create API strategies to deliver business value Monetize APIs, promoting them through public marketplaces and directories Develop API-led architectures, applying best practice architecture patterns Choose between REST, GraphQL, and gRPC-style API architectures Manage APIs and microservices through the complete life cycle Deploy APIs and business products, as well as Target Operating Models Lead product-based organizations to embrace DevOps and focus on delivering business capabilities Who this book is for Architects, developers, and technology executives who want to deliver successful API strategies that bring business value.

Learning Elastic Stack 6.0: A beginner’s guide to distributed search, analytics, and visualization using Elasticsearch, Logstash and Kibana

by Sharath Kumar Pranav Shukla Marcelo Ochoa Saurabh Chhajed

Key Features - Get to grips with the new features introduced in Elastic Stack 6.0 - Get valuable insights from your data by working with the different components of the Elastic stack such as Elasticsearch, Logstash, Kibana, X-Pack, and Beats - Includes handy tips and techniques to build, deploy and manage your Elastic applications efficiently on-premise or on the cloud Book Description The Elastic Stack is a powerful combination of tools for distributed search, analytics, logging, and visualization of data from medium to massive data sets. The newly released Elastic Stack 6.0 brings new features and capabilities that empower users to find unique, actionable insights through these techniques. This book will give you a fundamental understanding of what the stack is all about, and how to use it efficiently to build powerful real-time data processing applications. After a quick overview of the newly introduced features in Elastic Stack 6.0, you’ll learn how to set up the stack by installing the tools, and see their basic configurations. Then it shows you how to use Elasticsearch for distributed searching and analytics, along with Logstash for logging, and Kibana for data visualization. It also demonstrates the creation of custom plugins using Kibana and Beats. You’ll find out about Elastic X-Pack, a useful extension for effective security and monitoring. We also provide useful tips on how to use the Elastic Cloud and deploy the Elastic Stack in production environments. On completing this book, you’ll have a solid foundational knowledge of the basic Elastic Stack functionalities. You’ll also have a good understanding of the role of each component in the stack to solve different data processing problems. What you will learn - Familiarize yourself with the different components of the Elastic Stack - Get to know the new functionalities introduced in Elastic Stack 6.0 - Effectively build your data pipeline to get data from terabytes or petabytes of data into Elasticsearch and Logstash for searching and logging - Use Kibana to visualize data and tell data stories in real-time - Secure, monitor, and use the alerting and reporting capabilities of Elastic Stack - Take your Elastic application to an on-premise or cloud-based production environment

Getting Started with Gulp – Second Edition

by Travis Maynard

Create powerful automations with Gulp to improve the efficiency of your web project workflow About This Book • Gain a solid understanding of Gulp and write your own custom tasks from scratch • Discover ways to add additional functionality to improve your tasks • Get up-and-running with new features added to the latest version of Gulp Who This Book Is For This book is targeted at developers who are new to build systems and task runners but who have had prior experience with web development; a basic knowledge of HTML, CSS, and JavaScript is assumed. It guides the reader through the process of using Gulp to automate several common development tasks so that they can save time and focus on what is most important: writing great code. What You Will Learn • How to use a command-line interface. • Learn about Gulp, Node.js, and npm and how they work together. • Create a Gulpfile from scratch and implement it into a project. • Write basic tasks that will concatenate, minify, compress, and pre-process your files. • Write advanced tasks that will run a local server, sync file changes to your browser, and allow you to write client-side JavaScript using ES2015. In Detail This book is a hands-on guide to get you up to speed with gulp. You will quickly learn how to install, configure, and run your own build system. It will instill you with the ability to automate several common development tasks to vastly improve your development workflow. This book first demonstrates various Gulp use cases before running through the steps of configuring, running, and customizing Gulp, providing you with core concepts of gulp, node.js, and npm. Diving a bit deeper into the gulp ecosystem, we will discuss when and why to use a node module instead of a gulp plugin. We will also go over a few issues that we can run into while using gulp and learn about ways to work around them to improve your gulp experience. By the end of this book, you will be able to create your very own gulp build from scratch, create and maintain tasks and project builds, and automate your workflow with plugins and custom tasks. Style and approach A step-by-step guide to help you get started with the latest features

Refine Search

Showing 28,376 through 28,400 of 53,657 results