Browse Results

Showing 20,451 through 20,475 of 53,431 results

Mastering SQL Queries for SAP Business One

by Gordon Du

This is a practical guide providing comprehensive solutions for SQL query problems, and is full of concrete real-world examples to help you create and troubleshoot your SQL queries in SAP Business One. If you are a system administrator who uses SQL query as your tool of choice for solving specific problems throughout SAP Business One, then this book is for you. It may also be useful if you are a developer or consultant using this technology, and can benefit end users by improving your search for important business information. A rudimentary knowledge of SAP Business One and SQL Server is required to use this book efficiently. Examples covered are relevant to SBO 2007A users, for which the 8.8 release is mostly compatible. All SQL query examples within the book are verified under SQL Server 2005, so they are guaranteed to run under this release, in addition to SQL Server 2008. Non-SAP Business One users can also gain knowledge from the many examples throughout the book. It is hard to find another book with so many SQL query examples.

Mastering SQL: A Beginner's Guide (Mastering Computer Science)

by Sufyan Bin Uzayr

Mastering SQL helps readers gain a firm understanding of the Structured Query Language. Structured Query Language, more often known as SQL, is the de facto standard language for working with databases. It is a specialized language for handling data-related tasks like creating a database, putting information into tables, modifying and extracting that information, and much more. MySQL, PostgreSQL, Oracle, SQL light, etc. are only a few examples of SQL implementations. SQL is a fast and efficient database system. SQL allows for the rapid and efficient retrieval of huge numbers of data entries from a database. It’s a relational database. Thus, data is described in a more orderly fashion than in an unstructured database like MongoDB. Insertions, deletions, inquiries, manipulations, and computations of data through analytical queries in a relational database may all be performed in a matter of seconds. With Mastering SQL, learning SQL becomes straightforward; using this book and resource will undoubtedly help readers advance their careers. The Mastering Computer Science series is edited by Sufyan bin Uzayr, a writer and educator with over a decade of experience in the computing field.

Mastering Spring MVC 4

by Geoffroy Warin

Gain expertise in designing real-world web applications using the Spring MVC framework About This Book * Design your own Spring web applications using tools such as Spring Boot and Spring Tool Suite * Secure your developments with easy-to-write, reliable unit and end-to-end tests * Deploy your application on the cloud for free and invite the whole world to see Who This Book Is For This book is perfect for developers who are familiar with the fundamentals of Spring programming and are eager to deepen their web development skills. Prior knowledge of the Spring MVC framework is recommended. What You Will Learn * Set up your own web application using Spring Boot and Spring Tool Suite * Discover the MVC architecture and the different tools along with navigating between views * Design complex advanced-level forms and validate the model * Craft a RESTful application with a meaningful API and error messages * Create maintainable unit and acceptance tests * Secure your application while allowing it to scale * Optimize your requests with caching, ETags, and asynchronous responses * Deploy the web application to the cloud in a snap In Detail Spring MVC is the ideal tool to build modern web applications on the server side. With the arrival of Spring Boot, developers can really focus on the code and deliver great value, leveraging the rich Spring ecosystem with minimal configuration. Spring makes it simple to create RESTful applications, interact with social services, communicate with modern databases, secure your system, and make your code modular and easy to test. It is also easy to deploy the result on different cloud providers. Mastering Spring MVC will take you on a journey from developing your own web application to uploading it on the cloud. You begin by generating your own Spring project using Spring Tool suite and Spring Boot. As you develop an advanced-level interactive application that can handle file uploads as well as complex URLs, you will dive into the inner workings of Spring MVC and the principles of modern web architectures. You will then test, secure, and optimize your Spring web application and design RESTful services that will be consumed on the frontend. Finally, when everything is ready, you will release your application on a cloud provider and invite everyone to see. Style and approach An iterative hands-on approach in a conversational and easy-to-follow style. Each chapter will improve on the work done in the previous one until the application is ready to be released.

Mastering Spring Cloud: Build self-healing, microservices-based, distributed systems using Spring Cloud

by Piotr Mińkowski

Learn how to build, test, secure, deploy, and efficiently consume services across distributed systems.Key Features- Explore the wealth of options provided by Spring Cloud for wiring service dependencies in microservice systems.- Create microservices utilizing Spring Cloud's Netflix OSS- Architect your cloud-native data using Spring Cloud.Book DescriptionDeveloping, deploying, and operating cloud applications should be as easy as local applications. This should be the governing principle behind any cloud platform, library, or tool. Spring Cloud–an open-source library–makes it easy to develop JVM applications for the cloud. In this book, you will be introduced to Spring Cloud and will master its features from the application developer's point of view. This book begins by introducing you to microservices for Spring and the available feature set in Spring Cloud. You will learn to configure the Spring Cloud server and run the Eureka server to enable service registration and discovery. Then you will learn about techniques related to load balancing and circuit breaking and utilize all features of the Feign client. The book now delves into advanced topics where you will learn to implement distributed tracing solutions for Spring Cloud and build message-driven microservice architectures. Before running an application on Docker container s, you will master testing and securing techniques with Spring Cloud.What you will learn- Abstract Spring Cloud's feature set- Create microservices utilizing Spring Cloud's Netflix OSS- Create synchronous API microservices based on a message-driven architecture.- Explore advanced topics such as distributed tracing, security, and contract testing.- Manage and deploy applications on the production environment Who this book is forThis book appeals to developers keen to take advantage of Spring cloud, an open source library which helps developers quickly build distributed systems. Knowledge of Java and Spring Framework will be helpful, but no prior exposure to Spring Cloud is required.

Mastering Spring Boot 2.0: Build modern, cloud-native, and distributed systems using Spring Boot

by Dinesh Rajput

Learn to develop, test, and deploy your Spring Boot distributed application and explore various best practices.Key Features- Build and deploy your microservices architecture in the cloud- Build event-driven resilient systems using Hystrix and Turbine- Explore API management tools such as KONG and API documentation tools such as SwaggerBook DescriptionSpring is one of the best frameworks on the market for developing web, enterprise, and cloud ready software. Spring Boot simplifies the building of complex software dramatically by reducing the amount of boilerplate code, and by providing production-ready features and a simple deployment model.This book will address the challenges related to power that come with Spring Boot's great configurability and flexibility. You will understand how Spring Boot configuration works under the hood, how to overwrite default configurations, and how to use advanced techniques to prepare Spring Boot applications to work in production. This book will also introduce readers to a relatively new topic in the Spring ecosystem – cloud native patterns, reactive programming, and applications. Get up to speed with microservices with Spring Boot and Spring Cloud. Each chapter aims to solve a specific problem or teach you a useful skillset. By the end of this book, you will be proficient in building and deploying your Spring Boot application.What you will learn Build logically structured and highly maintainable Spring Boot applications Configure RESTful microservices using Spring Boot Make the application production and operation-friendly with Spring Actuator Build modern, high-performance distributed applications using cloud patterns Manage and deploy your Spring Boot application to the cloud (AWS) Monitor distributed applications using log aggregation and ELKWho this book is forThe book is targeted at experienced Spring and Java developers who have a basic knowledge of working with Spring Boot. The reader should be familiar with Spring Boot basics, and aware of its benefits over traditional Spring Framework-based applications.

Mastering Spring Application Development

by Anjana Mankale

If you are a Java developer with experience in developing applications with Spring, then this book is perfect for you. A good working knowledge of Spring programming conventions and applying dependency injections is recommended to make the most of this book.

Mastering Spring 5.0

by Ranga Rao Karanam

Develop cloud native applications with microservices using Spring Boot, Spring Cloud, and Spring Cloud Data Flow About This Book • Explore the new features and components in Spring • Evolve towards micro services and cloud native applications • Gain powerful insights into advanced concepts of Spring and Spring Boot to develop applications more effectively • Understand the basics of Kotlin and use it to develop a quick service with Spring Boot Who This Book Is For This book is for an experienced Java developer who knows the basics of Spring, and wants to learn how to use Spring Boot to build applications and deploy them to the cloud. What You Will Learn • Explore the new features in Spring Framework 5.0 • Build microservices with Spring Boot • Get to know the advanced features of Spring Boot in order to effectively develop and monitor applications • Use Spring Cloud to deploy and manage applications on the Cloud • Understand Spring Data and Spring Cloud Data Flow • Understand the basics of reactive programming • Get to know the best practices when developing applications with the Spring Framework • Create a new project using Kotlin and implement a couple of basic services with unit and integration testing In Detail Spring 5.0 is due to arrive with a myriad of new and exciting features that will change the way we've used the framework so far. This book will show you this evolution—from solving the problems of testable applications to building distributed applications on the cloud. The book begins with an insight into the new features in Spring 5.0 and shows you how to build an application using Spring MVC. You will realize how application architectures have evolved from monoliths to those built around microservices. You will then get a thorough understanding of how to build and extend microservices using Spring Boot. You will also understand how to build and deploy Cloud-Native microservices with Spring Cloud. The advanced features of Spring Boot will be illustrated through powerful examples. We will be introduced to a JVM language that's quickly gaining popularity - Kotlin. Also, we will discuss how to set up a Kotlin project in Eclipse. By the end of the book, you will be equipped with the knowledge and best practices required to develop microservices with the Spring Framework. Style and Approach This book follows an end-to-end tutorial approach with lots of examples and sample applications, covering the major building blocks of the Spring framework.

Mastering Spring 5: An effective guide to build enterprise applications using Java Spring and Spring Boot framework, 2nd Edition

by Ranga Rao Karanam

Build scalable and flexible Rest APIs and microservices using the latest versions of Spring and Spring Boot Key Features Build Java-based enterprise applications using Spring 5.1 and Spring Boot 2.1 Create high performing, reusable, and scalable enterprise Java applications that are easy to test Gain powerful insights into advanced Spring and Spring Boot concepts to develop applications effectively Book Description Spring 5.1 is the latest release of the widely used Spring Framework. This book takes you through the evolution of building enterprise-ready applications with Spring and Spring Boot. Mastering Spring 5 starts with an overview of some of the important Spring Framework features relating to aspect-oriented programming, task scheduling, and scripting with the help of practical examples. You'll learn about the standard dependency injection specification for Java contexts and CDI and how the Spring Framework supports it. You'll gain an understanding of how application architectures have evolved from monoliths to microservices and be able to build your own microservices using Spring Boot. Complete with real-world examples, this book will help you gain powerful insights into Spring Boot 2.1 and learn how to develop cloud-native microservices with Spring Cloud. You'll even explore how to secure a REST API with Spring Security and get started with your first full stack application using React. Furthermore, you'll get to grips with Kotlin fundamentals and build a Kotlin project in Eclipse. By the end of this book, you'll be equipped with all the knowledge required to develop microservices and full stack applications with the Spring Framework. What you will learn Explore Spring Framework 5.1 features such as AOP, transaction management, task scheduling, and scripting Build REST APIs and microservices with Spring and Spring Boot Develop a secure REST API with Spring Security Build your first full stack React application Write efficient unit tests with Spring and Spring Boot Understand the advanced features that Spring Boot offers to develop and monitor applications Use Spring Cloud to deploy and manage applications on the Cloud Who this book is for This book is for experienced Java and enterprise Java developers and programmers who have a basic understanding of the Spring Framework.

Mastering Splunk 8: Become an expert at implementing the advanced features and capabilities of Splunk 8

by James D. Miller

Delve into Splunk and extend intelligence capabilities, and leverage machine learning to explore data efficientlyKey FeaturesGain the expertise you need to implement the advanced features and capabilities of Splunk 8Get to grips with advanced Splunk features and create compelling reports and dashboardsDevelop and manage advanced Splunk pipelines to integrate intelligence capabilities within your organizationBook DescriptionSplunk is the most widely used engine for working with machine-generated data. This expert-level guide will help you to leverage advanced use cases to drive business growth using operational intelligence and business analytics features. You'll start with an introduction to the new features in Splunk 8 and cover step-by-step exercises that will help you to understand each feature in depth. Next, you'll explore key tasks such as workload management, performance and alerting, Splunk Enterprise Security, and advanced indexing. You'll also learn how to create categorical charts and run analytical operations on metrics within the Splunk Analytics workspace, before understanding how to deliver insights across your organization even when faced with limited or complex data using advanced data analytics. The book will also show you how to monitor and maintain Splunk environments using advanced dashboards. Later, you'll create custom data visualizations and update dashboards using drag and drop and the UI-based dashboard editor. Finally, you'll add SplunkJS to a web app and use the Splunk Machine Learning Toolkit (MLTK) as an extension to the core Splunk platform using real-world use cases. By the end of this book, you'll have learned how to use various Splunk features to extend intelligence capabilities and perform machine learning to explore data effectively.What you will learnUnderstand the components of Splunk 8 and how they workConvert distributed search environments to clusters and configure disaster recovery sites using index clusteringFind out how to integrate Splunk with platforms such as AWS and Microsoft AzureUse Search Processing Language (SPL) within Splunk macros to create efficient searchingDetect suspicious patterns in data with advanced event correlation searchesExplore machine learning with Splunk MLTKReview the beta dashboard editor using working examplesUse SplunkJS Stack libraries to enhance web appsWho this book is forThis Splunk book is for data professionals, data analysts, and Splunk users looking to leverage the advanced features of the Splunk Enterprise platform to derive valuable business insights from machine data. The book is also a useful expert-level guide for individuals from all facets of IT, business, and security. Prior knowledge of Splunk and its features is mandatory to get the most out of this book.

Mastering Splunk

by James Miller

This book is for those Splunk developers who want to learn advanced strategies to deal with big data from an enterprise architectural perspective. You need to have good working knowledge of Splunk.

Mastering Spark with R: The Complete Guide to Large-Scale Analysis and Modeling

by Javier Luraschi Kevin Kuo Edgar Ruiz

If you’re like most R users, you have deep knowledge and love for statistics. But as your organization continues to collect huge amounts of data, adding tools such as Apache Spark makes a lot of sense. With this practical book, data scientists and professionals working with large-scale data applications will learn how to use Spark from R to tackle big data and big compute problems.Authors Javier Luraschi, Kevin Kuo, and Edgar Ruiz show you how to use R with Spark to solve different data analysis problems. This book covers relevant data science topics, cluster computing, and issues that should interest even the most advanced users.Analyze, explore, transform, and visualize data in Apache Spark with RCreate statistical models to extract information and predict outcomes; automate the process in production-ready workflowsPerform analysis and modeling across many machines using distributed computing techniquesUse large-scale data from multiple sources and different formats with ease from within SparkLearn about alternative modeling frameworks for graph processing, geospatial analysis, and genomics at scaleDive into advanced topics including custom transformations, real-time data processing, and creating custom Spark extensions

Mastering Spark for Data Science

by Andrew Morgan Antoine Amend David George Matthew Hallett

Master the techniques and sophisticated analytics used to construct Spark-based solutions that scale to deliver production-grade data science products About This Book • Develop and apply advanced analytical techniques with Spark • Learn how to tell a compelling story with data science using Spark's ecosystem • Explore data at scale and work with cutting edge data science methods Who This Book Is For This book is for those who have beginner-level familiarity with the Spark architecture and data science applications, especially those who are looking for a challenge and want to learn cutting edge techniques. This book assumes working knowledge of data science, common machine learning methods, and popular data science tools, and assumes you have previously run proof of concept studies and built prototypes. What You Will Learn • Learn the design patterns that integrate Spark into industrialized data science pipelines • See how commercial data scientists design scalable code and reusable code for data science services • Explore cutting edge data science methods so that you can study trends and causality • Discover advanced programming techniques using RDD and the DataFrame and Dataset APIs • Find out how Spark can be used as a universal ingestion engine tool and as a web scraper • Practice the implementation of advanced topics in graph processing, such as community detection and contact chaining • Get to know the best practices when performing Extended Exploratory Data Analysis, commonly used in commercial data science teams • Study advanced Spark concepts, solution design patterns, and integration architectures • Demonstrate powerful data science pipelines In Detail Data science seeks to transform the world using data, and this is typically achieved through disrupting and changing real processes in real industries. In order to operate at this level you need to build data science solutions of substance –solutions that solve real problems. Spark has emerged as the big data platform of choice for data scientists due to its speed, scalability, and easy-to-use APIs. This book deep dives into using Spark to deliver production-grade data science solutions. This process is demonstrated by exploring the construction of a sophisticated global news analysis service that uses Spark to generate continuous geopolitical and current affairs insights.You will learn all about the core Spark APIs and take a comprehensive tour of advanced libraries, including Spark SQL, Spark Streaming, MLlib, and more. You will be introduced to advanced techniques and methods that will help you to construct commercial-grade data products. Focusing on a sequence of tutorials that deliver a working news intelligence service, you will learn about advanced Spark architectures, how to work with geographic data in Spark, and how to tune Spark algorithms so they scale linearly. Style and approach This is an advanced guide for those with beginner-level familiarity with the Spark architecture and working with Data Science applications. Mastering Spark for Data Science is a practical tutorial that uses core Spark APIs and takes a deep dive into advanced libraries including: Spark SQL, visual streaming, and MLlib. This book expands on titles like: Machine Learning with Spark and Learning Spark. It is the next learning curve for those comfortable with Spark and looking to improve their skills.

Mastering spaCy: An end-to-end practical guide to implementing NLP applications using the Python ecosystem

by Duygu Altinok

Build end-to-end industrial-strength NLP models using advanced morphological and syntactic features in spaCy to create real-world applications with easeKey FeaturesGain an overview of what spaCy offers for natural language processingLearn details of spaCy's features and how to use them effectivelyWork through practical recipes using spaCyBook DescriptionspaCy is an industrial-grade, efficient NLP Python library. It offers various pre-trained models and ready-to-use features. Mastering spaCy provides you with end-to-end coverage of spaCy's features and real-world applications. You'll begin by installing spaCy and downloading models, before progressing to spaCy's features and prototyping real-world NLP apps. Next, you'll get familiar with visualizing with spaCy's popular visualizer displaCy. The book also equips you with practical illustrations for pattern matching and helps you advance into the world of semantics with word vectors. Statistical information extraction methods are also explained in detail. Later, you'll cover an interactive business case study that shows you how to combine all spaCy features for creating a real-world NLP pipeline. You'll implement ML models such as sentiment analysis, intent recognition, and context resolution. The book further focuses on classification with popular frameworks such as TensorFlow's Keras API together with spaCy. You'll cover popular topics, including intent classification and sentiment analysis, and use them on popular datasets and interpret the classification results. By the end of this book, you'll be able to confidently use spaCy, including its linguistic features, word vectors, and classifiers, to create your own NLP apps.What you will learnInstall spaCy, get started easily, and write your first Python scriptUnderstand core linguistic operations of spaCyDiscover how to combine rule-based components with spaCy statistical modelsBecome well-versed with named entity and keyword extractionBuild your own ML pipelines using spaCyApply all the knowledge you've gained to design a chatbot using spaCyWho this book is forThis book is for data scientists and machine learners who want to excel in NLP as well as NLP developers who want to master spaCy and build applications with it. Language and speech professionals who want to get hands-on with Python and spaCy and software developers who want to quickly prototype applications with spaCy will also find this book helpful. Beginner-level knowledge of the Python programming language is required to get the most out of this book. A beginner-level understanding of linguistics such as parsing, POS tags, and semantic similarity will also be useful.

Mastering SOLIDWORKS 2022 Sheet Metal: Enhance your 3D modeling skills by learning all aspects of the SOLIDWORKS Sheet Metal module

by Johno Ellison

Unlock the power of the SOLIDWORKS 3D CAD Sheet Metal module by learning essential tools such as Lofted Bends and Hems, and discover real-world manufacturing tipsKey FeaturesUnderstand what Sheet Metal is and how you can use it with SOLIDWORKS softwareExplore all of the Sheet Metal tools step by step, from simple edge flanges to complex forming toolsLearn the real-world manufacturing factors that can affect your designsBook DescriptionSOLIDWORKS© is the premier software choice for 3D engineering and product design applications across a wide range of industries, and the Sheet Metal module forms an important part of this powerful program.This book will help you to understand exactly what Sheet Metal is, why it is used, and how you can make the most of this fundamental design feature. You'll start by understanding the basic tools, including Base Flanges and Sketched Bends, before moving on to more complex features such as Custom Forming Tools and Lofted Bends. The book covers all the necessary tools in a step-by-step manner and shares practical manufacturing tips and tricks that will allow you to apply the skills that you learn to real-world situations.By the end of this SOLIDWORKS book, you'll have understood how to make the best use of SOLIDWORKS Sheet Metal tools and be able to create a whole range of 3D models and designs confidently.What you will learnDiscover what Sheet Metal can be used for and how you can benefit from this skillsetCreate Sheet Metal parts, both from scratch and by converting existing 3D partsSelect different Sheet Metal tools to be used in different situationsProduce advanced shapes using Lofted BendsRelate the Sheet Metal techniques in the book to real-world manufacturing and design, including material selection and manufacturing limitationsPractice Sheet Metal techniques using real-world examplesWho this book is forThis book is for existing SOLIDWORKS software users looking to expand their skillset and specialize in Sheet Metal design, including engineers who want to upskill or modeling enthusiasts looking to improve their skills and knowledge. The book will be especially useful for junior engineers and designers who are already familiar with general Solid modeling and want to learn extra computer-aided design (CAD) skills to advance their careers and open up exciting new design opportunities. Basic knowledge of SOLIDWORKS and experience using a Windows PC are all you need to get started.

Mastering SolidWorks: Practical Examples (Management and Industrial Engineering)

by J. Paulo Davim Kaushik Kumar Divya Zindani

This book provides the reader with a comprehensive knowledge of all the tools provided in the software SOLIDWORKS for a variety of engineering areas. It presents a broad choice of examples to be imitated in one’s own work. In developing these examples, the authors’ intent has been to exercise many program features and refinements. By displaying these, the authors hope to give readers the confidence to employ these program enhancements in their own modeling applications.

Mastering SolidWorks

by Matt Lombard

The complete SolidWorks reference-tutorial for beginner to advanced techniques Mastering SolidWorks is the reference-tutorial for all users. Packed with step-by-step instructions, video tutorials for over 40 chapters, and coverage of little-known techniques, this book takes you from novice to power user with clear instruction that goes beyond the basics. Fundamental techniques are detailed with real-world examples for hands-on learning, and the companion website provides tutorial files for all exercises. Even veteran users will find value in new techniques that make familiar tasks faster, easier, and more organized, including advanced file management tools that simplify and streamline pre-flight checks. SolidWorks is the leading 3D CAD program, and is an essential tool for engineers, mechanical designers, industrial designers, and drafters around the world. User friendly features such as drag-and-drop, point-and-click, and cut-and-paste tools belie the software’s powerful capabilities that can help you create cleaner, more precise, more polished designs in a fraction of the time. This book is the comprehensive reference every SolidWorks user needs, with tutorials, background, and more for beginner to advanced techniques. Get a grasp on fundamental SolidWorks 2D and 3D tasks using realistic examples with text-based tutorials Delve into advanced functionality and capabilities not commonly covered by how-to guides Incorporate improved search, Pack-and-Go and other file management tools into your workflow Adopt best practices and exclusive techniques you won’t find anywhere else Work through this book beginning-to-end as a complete SolidWorks course, or dip in as needed to learn new techniques and time-saving tricks on-demand. Organized for efficiency and designed for practicality, these tips will remain useful at any stage of expertise. With exclusive coverage and informative detail, Mastering SolidWorks is the tutorial-reference for users at every level of expertise.

Mastering Software Testing with JUnit 5

by Boni Garcia

A comprehensive, hands-on guide on unit testing framework for Java programming language About This Book • In-depth coverage of Jupiter, the new programming and extension model provided by JUnit 5 • Integration of JUnit 5 with other frameworks such as Mockito, Spring, Selenium, Cucumber, and Docker • Best practices for writing meaningful Jupiter test cases Who This Book Is For This book is for Java software engineers and testers. If you are a Java developer who is keen on improving the quality of your code and building world class applications then this book is for you. Prior experience of the concepts of automated testing will be helpful. What You Will Learn • The importance of software testing and its impact on software quality • The options available for testing Java applications • The architecture, features and extension model of JUnit 5 • Writing test cases using the Jupiter programming model • How to use the latest and advanced features of JUnit 5 • Integrating JUnit 5 with existing third-party frameworks • Best practices for writing meaningful JUnit 5 test cases • Managing software testing activities in a living software project In Detail When building an application it is of utmost importance to have clean code, a productive environment and efficient systems in place. Having automated unit testing in place helps developers to achieve these goals. The JUnit testing framework is a popular choice among Java developers and has recently released a major version update with JUnit 5. This book shows you how to make use of the power of JUnit 5 to write better software. The book begins with an introduction to software quality and software testing. After that, you will see an in-depth analysis of all the features of Jupiter, the new programming and extension model provided by JUnit 5. You will learn how to integrate JUnit 5 with other frameworks such as Mockito, Spring, Selenium, Cucumber, and Docker. After the technical features of JUnit 5, the final part of this book will train you for the daily work of a software tester. You will learn best practices for writing meaningful tests. Finally, you will learn how software testing fits into the overall software development process, and sits alongside continuous integration, defect tracking, and test reporting. Style and approach The book offers definitive and comprehensive coverage of all the Unit testing concepts with JUnit and its features using several real world examples so that readers can put their learning to practice almost immediately. This book is structured in three parts: 1. Software testing foundations (software quality and Java testing) 2. JUnit 5 in depth (programming and extension model of JUnit 5) 3. Software testing in practice (how to write and manage JUnit 5 tests)

Mastering Social Media Mining with R

by Vikram Garg Sharan Kumar Ravindran

Extract valuable data from your social media sites and make better business decisions using R About This Book * Explore the social media APIs in R to capture data and tame it * Employ the machine learning capabilities of R to gain optimal business value * A hands-on guide with real-world examples to help you take advantage of the vast opportunities that come with social media data Who This Book Is For If you have basic knowledge of R in terms of its libraries and are aware of different machine learning techniques, this book is for you. Those with experience in data analysis who are interested in mining social media data will find this book useful. What You Will Learn * Access APIs of popular social media sites and extract data * Perform sentiment analysis and identify trending topics * Measure CTR performance for social media campaigns * Implement exploratory data analysis and correlation analysis * Build a logistic regression model to detect spam messages * Construct clusters of pictures using the K-means algorithm and identify popular personalities and destinations * Develop recommendation systems using Collaborative Filtering and the Apriori algorithm In Detail With an increase in the number of users on the web, the content generated has increased substantially, bringing in the need to gain insights into the untapped gold mine that is social media data. For computational statistics, R has an advantage over other languages in providing readily-available data extraction and transformation packages, making it easier to carry out your ETL tasks. Along with this, its data visualization packages help users get a better understanding of the underlying data distributions while its range of "standard" statistical packages simplify analysis of the data. This book will teach you how powerful business cases are solved by applying machine learning techniques on social media data. You will learn about important and recent developments in the field of social media, along with a few advanced topics such as Open Authorization (OAuth). Through practical examples, you will access data from R using APIs of various social media sites such as Twitter, Facebook, Instagram, GitHub, Foursquare, LinkedIn, Blogger, and other networks. We will provide you with detailed explanations on the implementation of various use cases using R programming. With this handy guide, you will be ready to embark on your journey as an independent social media analyst. Style and approach This easy-to-follow guide is packed with hands-on, step-by-step examples that will enable you to convert your real-world social media data into useful, practical information.

Mastering Social Media Mining with Python

by Marco Bonzanini

Acquire and analyze data from all corners of the social web with Python About This Book * Make sense of highly unstructured social media data with the help of the insightful use cases provided in this guide * Use this easy-to-follow, step-by-step guide to apply analytics to complicated and messy social data * This is your one-stop solution to fetching, storing, analyzing, and visualizing social media data Who This Book Is For This book is for intermediate Python developers who want to engage with the use of public APIs to collect data from social media platforms and perform statistical analysis in order to produce useful insights from data. The book assumes a basic understanding of the Python Standard Library and provides practical examples to guide you toward the creation of your data analysis project based on social data. What You Will Learn * Interact with a social media platform via their public API with Python * Store social data in a convenient format for data analysis * Slice and dice social data using Python tools for data science * Apply text analytics techniques to understand what people are talking about on social media * Apply advanced statistical and analytical techniques to produce useful insights from data * Build beautiful visualizations with web technologies to explore data and present data products In Detail Your social media is filled with a wealth of hidden data - unlock it with the power of Python. Transform your understanding of your clients and customers when you use Python to solve the problems of understanding consumer behavior and turning raw data into actionable customer insights. This book will help you acquire and analyze data from leading social media sites. It will show you how to employ scientific Python tools to mine popular social websites such as Facebook, Twitter, Quora, and more. Explore the Python libraries used for social media mining, and get the tips, tricks, and insider insight you need to make the most of them. Discover how to develop data mining tools that use a social media API, and how to create your own data analysis projects using Python for clear insight from your social data. Style and approach This practical, hands-on guide will help you learn everything you need to perform data mining for social media. Throughout the book, we take an example-oriented approach to use Python for data analysis and provide useful tips and tricks that you can use in day-to-day tasks.

Mastering SoapUI

by Pranai Nandan

Master the art of testing and automating your SOA using SoapUI About This Book * Design real-time test automation frameworks for Enterprise applications using SoapUI * Learn how to solve test automation issues for complex systems * A complete guide to understanding SOA automation from quality assurance to business assurance Who This Book Is For The book is intended for test architects, SOA test specialists, automation testers, test managers, and software developers who have a good understanding of SOA, web services, Groovy Scripting, and the SOAP UI tool. What You Will Learn * Familiarize yourself with Test Web services from functional, nonfunctional, and security aspects * Learn to test real-time service orchestrations * Design test automation solutions for SOA-based Enterprise applications * Learn multilayer test automation * Selenium plus SoapUI under a single umbrella * Integrate your SoapUI framework with Jenkins In Detail SoapUI is an open-source cross-platform testing application that provides complete test coverage and supports all the standard protocols and technologies. This book includes real-time examples of implementing SoapUI to achieve quality and business assurance. Starting with the features and functionalities of SoapUI, the book will then focus on functional testing, load testing, and security testing of web services. Furthermore, you will learn how to automate your services and then design data-driven, keyword-driven, and hybrid-driven frameworks in SoapUI. Then the book will show you how to test UIs and services using SoapUI with the help of Selenium. You will also learn how to integrate SoapUI with Jenkins for CI and SoapUI test with QC with backward- and forward-compatibility. The final part of the book will show you how to virtualize a service response in SoapUI using Service Mocking. You will finish the journey by discovering the best practices for SoapUI test automation and preparing yourself for the online certification of SoapUI. Style and approach Filled with real-time examples, this book will help readers take their knowledge to the next level. This book is a comprehensive guide that will cover the end-to-end life cycle of implementing SoapUI in various phases of software testing and the software development life cycle.

Mastering Snowflake Solutions: Supporting Analytics and Data Sharing

by Adam Morton

Design for large-scale, high-performance queries using Snowflake’s query processing engine to empower data consumers with timely, comprehensive, and secure access to data. This book also helps you protect your most valuable data assets using built-in security features such as end-to-end encryption for data at rest and in transit. It demonstrates key features in Snowflake and shows how to exploit those features to deliver a personalized experience to your customers. It also shows how to ingest the high volumes of both structured and unstructured data that are needed for game-changing business intelligence analysis. Mastering Snowflake Solutions starts with a refresher on Snowflake’s unique architecture before getting into the advanced concepts that make Snowflake the market-leading product it is today. Progressing through each chapter, you will learn how to leverage storage, query processing, cloning, data sharing, and continuous data protection features. This approach allows for greater operational agility in responding to the needs of modern enterprises, for example in supporting agile development techniques via database cloning. The practical examples and in-depth background on theory in this book help you unleash the power of Snowflake in building a high-performance system with little to no administrative overhead. Your result from reading will be a deep understanding of Snowflake that enables taking full advantage of Snowflake’s architecture to deliver value analytics insight to your business. What You Will LearnOptimize performance and costs associated with your use of the Snowflake data platformEnable data security to help in complying with consumer privacy regulations such as CCPA and GDPRShare data securely both inside your organization and with external partnersGain visibility to each interaction with your customers using continuous data feeds from SnowpipeBreak down data silos to gain complete visibility your business-critical processesTransform customer experience and product quality through real-time analyticsWho This Book Is forData engineers, scientists, and architects who have had some exposure to the Snowflake data platform or bring some experience from working with another relational database. This book is for those beginning to struggle with new challenges as their Snowflake environment begins to mature, becoming more complex with ever increasing amounts of data, users, and requirements. New problems require a new approach and this book aims to arm you with the practical knowledge required to take advantage of Snowflake’s unique architecture to get the results you need.

Mastering Skype for Business 2015

by Keith Hanna

Authoritative, hands-on guidance for Skype Business administrators Mastering Skype for Business 2015 gives administrators the comprehensive coverage they need to effectively utilize Skype for Business. Fully up to date for the 2015 release, this guide walks you through industry best practices for planning, design, configuration, deployment, and management with clear instruction and plenty of hands-on exercises. Case studies illustrate the real-world benefits of Unified Communication, and provide expert experiences working with Skype for Business. From server roles, infrastructure, topology, and security to telephony, cloud deployment, and troubleshooting, this guide provides the answers you need and the insight that will make your job easier. Sample automation scripts help streamline your workflow, and full, detailed coverage helps you exploit every capability Skype for Business has to offer. Skype for Business enables more robust video conferencing, and integrates with Office, Exchange, and SharePoint for better on-premises and cloud operations. Organizations are turning to Skype for Business as a viable PBX replacement, and admins need to be up to speed and ready to go. This book provides the clear, explicit instructions you need to: Design, configure, and manage IM, voice mail, PBX, and VoIP Connect to Exchange and deploy Skype for Business in the cloud Manage UC clients and devices, remote access, federation, and public IM Automate management tasks, and implement cross-team backup-and-restore The 2015 version is the first Skype to take advantage of the Windows 10 'touch first' capabilities to provide fast, natural, hands-on control of communications, and users are eager to run VoIP, HD video conferencing, collaboration, instant messaging, and other UC features on their mobile devices. Mastering Skype for Business 2015 helps you get Skype for Business up and running quickly, with hands-on guidance and expert insight.

Mastering Sketch: A Beginner's Guide (Mastering Computer Science)

by Sufyan Bin Uzayr

When it comes to designing and prototyping for the web, nothing beats Sketch. If you are passionate about designing UI/UX for mobile or web applications, Sketch is the way to go! And to learn Sketch, look no further than Mastering Sketch: A Beginner’s Guide. Sketch app lets you collaborate on the entire design process in real time and allows you to see everyone’s best ideas in one place. It helps you make playable Prototypes, preview, and share designs. Launched in 2010, the app won the Apple Design Award and now has more than one million customers. Sketch is trusted by companies worldwide, including Facebook, Google, XBOX, and Stripe. It has an intuitive interface, thoughtful features, and all powers of the native macOS app. Designers across the world find this app powerful and enjoyable. Moreover, with its powerful ecosystem of plugins, assistants, and extensions, Sketch can be extended and integrated with a wide variety of use cases. Mastering Sketch teaches you everything you need to know about Sketch app in a simple and lucid manner. Mastering Sketch is written for the absolute beginner who has no prior expertise with the Sketch app. This book teaches the concepts from scratch and takes you from zero to advanced level in no time. It builds upon the fundamentals and core expertise which will make your career as a UI/UX designer successful. More importantly, Mastering Sketch starts from the absolute basics, talking about the installation process and system requirements, and then moves on to the interface. This ensures that even newbie designers can follow the process with ease and at their own pace. Subsequent chapters are dedicated to topics such as vector editing, image and prototype management, as well as UX design. Mastering Sketch also talks about the concept of real-time collaborative editing in Sketch and offers detailed guides to inviting others to work with you on your workspace. Lastly, this book also covers at length the diverse Sketch extensions’ ecosystem, with special attention to both official and community plugins, assistants, and integrations. It offers a brief overview of every single plugin or integration to Sketch released to date! We are confident Mastering Sketch is a worthy companion for any aspiring UI/UX designer looking to add Sketch to their arsenal. Learn more about our other Mastering titles at: https://www.routledge.com/Mastering-Computer-Science/book-series/MCS

Mastering Shiny

by Hadley Wickham

Master the Shiny web framework—and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different subsets or facets of the data, run models with parameter values of their choosing, customize visualizations, and much more.Hadley Wickham from RStudio shows data scientists, data analysts, statisticians, and scientific researchers with no knowledge of HTML, CSS, or JavaScript how to create rich web apps from R. This in-depth guide provides a learning path that you can follow with confidence, as you go from a Shiny beginner to an expert developer who can write large, complex apps that are maintainable and performant.Get started: Discover how the major pieces of a Shiny app fit togetherPut Shiny in action: Explore Shiny functionality with a focus on code samples, example apps, and useful techniquesMaster reactivity: Go deep into the theory and practice of reactive programming and examine reactive graph componentsApply best practices: Examine useful techniques for making your Shiny apps work well in production

Mastering SFML Game Development

by Raimondas Pupius

Create complex and visually stunning games using all the advanced features available in SFML development About This Book • Build custom tools, designed to work with your specific game. • Use raw modern OpenGL and go beyond SFML. • Revamp your code for better structural design, faster rendering, and flashier graphics. • Use advanced lighting techniques to add that extra touch of sophistication. • Implement a very fast and efficient particle system by using a cache-friendly design. Who This Book Is For This book is ideal for game developers who have some basic knowledge of SFML and also are familiar with C++ coding in general. No knowledge of OpenGL or even more advanced rendering techniques is required. You will be guided through every bit of code step by step. What You Will Learn • Dive deep into creating complex and visually stunning games using SFML, as well as advanced OpenGL rendering and shading techniques • Build an advanced, dynamic lighting and shadowing system to add an extra graphical kick to your games and make them feel a lot more dynamic • Craft your own custom tools for editing game media, such as maps, and speed up the process of content creation • Optimize your code to make it blazing fast and robust for the users, even with visually demanding scenes • Get a complete grip on the best practices and industry grade game development design patterns used for AAA projects In Detail SFML is a cross-platform software development library written in C++ with bindings available for many programming languages. It provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. This book will help you become an expert of SFML by using all of its features to its full potential. It begins by going over some of the foundational code necessary in order to make our RPG project run. By the end of chapter 3, we will have successfully picked up and deployed a fast and efficient particle system that makes the game look much more �alive'. Throughout the next couple of chapters, you will be successfully editing the game maps with ease, all thanks to the custom tools we're going to be building. From this point on, it's all about making the game look good. After being introduced to the use of shaders and raw OpenGL, you will be guided through implementing dynamic scene lighting, the use of normal and specular maps, and dynamic soft shadows. However, no project is complete without being optimized first. The very last chapter will wrap up our project by making it lightning fast and efficient. Style and approach This book uses a step by step approach by breaking the problems down into smaller, much more manageable obstacles, and guiding the reader through them with verified, flexible, and autonomous solutions.

Refine Search

Showing 20,451 through 20,475 of 53,431 results