Browse Results

Showing 9,126 through 9,150 of 61,611 results

Building Custom Tasks for SQL Server Integration Services: The Power of .NET for ETL for SQL Server 2019 and Beyond

by Andy Leonard

Build custom SQL Server Integration Services (SSIS) tasks using Visual Studio Community Edition and C#. Bring all the power of Microsoft .NET to bear on your data integration and ETL processes, and for no added cost over what you’ve already spent on licensing SQL Server. New in this edition is a demonstration deploying a custom SSIS task to the Azure Data Factory (ADF) Azure-SSIS Integration Runtime (IR). All examples in this new edition are implemented in C#. Custom task developers are shown how to implement custom tasks using the widely accepted and default language for .NET development. Why are custom components necessary? Because even though the SSIS catalog of built-in tasks and components is a marvel of engineering, gaps remain in the available functionality. One such gap is a constraint of the built-in SSIS Execute Package Task, which does not allow SSIS developers to select SSIS packages from other projects in the SSIS Catalog. Examples in this book show how to create a custom Execute Catalog Package task that allows SSIS developers to execute tasks from other projects in the SSIS Catalog. Building on the examples and patterns in this book, SSIS developers may create any task to which they aspire, custom tailored to their specific data integration and ETL needs. What You Will LearnConfigure and execute Visual Studio in the way that best supports SSIS task developmentCreate a class library as the basis for an SSIS task, and reference the needed SSIS assembliesProperly sign assemblies that you create in order to invoke them from your taskImplement source code control via Azure DevOps, or your own favorite tool setTroubleshoot and execute custom tasks as part of your own projectsCreate deployment projects (MSIs) for distributing code-complete tasksDeploy custom tasks to Azure Data Factory Azure-SSIS IRs in the cloudCreate advanced editors for custom task parametersWho This Book Is ForFor database administrators and developers who are involved in ETL projects built around SQL Server Integration Services (SSIS). Readers do not need a background in software development with C#. Most important is a desire to optimize ETL efforts by creating custom-tailored tasks for execution in SSIS packages, on-premises or in ADF Azure-SSIS IRs.

Building Cybersecurity Applications with Blockchain and Smart Contracts (Signals and Communication Technology)

by Emmanuel Bertin Nour El Madhoun Ioanna Dionysiou

This book offers an in-depth exploration of the application of blockchain and smart contract technologies in the field of cybersecurity. It begins by defining the fundamentals of cybersecurity in the context of blockchain and smart contracts, and then moves on to the world of e-government services, describing how blockchain can enhance the security of these services. The book also explores how blockchain can secure the Internet of Things (IoT), focusing on applications such as securing drones and protecting robotic networks. The importance of scalability in distributed replication systems is also discussed, with a particular focus on sharding. Finally, the book looks at the challenges of data protection in distributed ledger and blockchain technologies, providing both an analysis of the problems and solutions. Written by academic researchers and industry experts, this book offers a comprehensive and nuanced perspective on the transformational potential of blockchain and smart contracts in the field of cybersecurity.

Building DIY Websites For Dummies

by Jennifer DeRosa

Create an attractive website that draws in visitors – no coding required! There’s more to building a website than just picking a theme and dropping in text and images. Creating a site that attracts visitors and turns those visitors into customers requires some professional insight and a few tips and tricks. Building DIY Websites For Dummies guides non-designers through the steps of creating an attractive and effective website using today’s top web-based tools. This book helps you launch or improve your website designed to boost your entrepreneurial endeavors, small business, or personal passion. With this easy-to-follow Dummies guide, you can skip learning the complicated coding that runs a site and focus on the parts that attract visitors (and search engines). Grab this book and get expert insight on how to craft a usable design, create site content, improve site findability, and convert browsers into buyers. Discover how to select hosting services, email providers, and beginner-friendly website creators Build your own website without needing to learn any code Learn how to create an attractive design, develop content, and present it all in a way that will appeal to your target audience Improve your site’s search engine findability and resonate with your target customer This Dummies guide is an excellent choice for non-designers who want to create a website without hiring someone to do it for them. Learn the ropes, follow the best practices, and launch your site!

Building Dashboards with Microsoft Dynamics GP 2013 and Excel 2013

by Mark Polino

Follow real-life, step-by-step examples that provide the building blocks to build engaging dashboards. This practical guide is all about doing. Get your data, open up Excel, and go!You don't need to be an expert to get the most out of your Dynamics GP implementation and build great-looking, easily maintained dashboards using Microsoft Excel. If you have a working knowledge of Dynamics and Excel you'll be producing amazing dashboards in hours not days.

Building Dashboards with Microsoft Dynamics GP 2016 - Second Edition

by Mark Polino Belinda Allen

Learn to build professional and powerful dashboards with Microsoft Dynamics GP and Excel About This Book • This book provides a core foundation for you to understand the ever-changing Microsoft Power BI • Through this book, you'll understand how data flows and is secured between Microsoft Dynamics GP and Microsoft Excel • You'll see how to create amazing dashboards using various tools such as Excel 2016, Power BI, Jet Express, and more Who This Book Is For This book is geared up for analysts and accountants keen on building and maintaining professional dashboards with Microsoft Excel 2016 for Microsoft Dynamics GP 2016 data, and building financials with visuals using the New Jet Reports Express Tool for Dynamics GP. An introduction is provided for those who want to maintain dashboards in Microsoft Power BI. What You Will Learn • Use GP Data in Excel 2016 in a meaningful way • Build basic financial statements using Jet Reporting Express, including visualizations • Understand the foundation of Power BI and its components • Get and maintain data from Dynamics GP in Power BI • Find out how to use the Power BI Query Editor (the Get and Transform feature in Excel 2016) • Format basic visualizations to get better insights • Understand Jet Reports Express, which is used to create basic financial statements • Use the new Dynamics GP features, such as OData and adding Power BI tiles on the home page In Detail Microsoft Dynamics GP is a complete ERP solution that is extremely beneficial for small to midsize organizations in helping them grow exponentially. The book shows you in detail how to build great-looking dashboards with Microsoft Dynamics GP that enhance a company's decision-making processes. This guide will take you from the basics of setting up and deploying to creating secure, refreshable Excel reports. Using a whole host of tools available within Microsoft Dynamics GP and Excel, this tutorial will show you how to visualize your data using simple conditional formatting techniques and easy-to-read charts, and allow you to make your data interactive with slicers. We will also cover core topics such as Business Analyzer, Microsoft SQL Reporting services reports, BI360, and more. You will find out to use Power BI, share and refresh data and dashboards in Power BI, and use Power BI Query Editor. By the end of this book, you will have all the information required to build interactive dashboards using Dynamics GP. Style and approach The book takes a step-by-step approach and contains real-world examples that provide the building blocks to create engaging dashboards. This practical guide is all about doing. Get your data, open up Excel, and go!

Building Data Science Applications with FastAPI: Develop, manage, and deploy efficient machine learning applications with Python

by Francois Voron

Get well-versed with FastAPI features and best practices for testing, monitoring, and deployment to run high-quality and robust data science applicationsKey FeaturesCover the concepts of the FastAPI framework, including aspects relating to asynchronous programming, type hinting, and dependency injectionDevelop efficient RESTful APIs for data science with modern PythonBuild, test, and deploy high performing data science and machine learning systems with FastAPIBook DescriptionFastAPI is a web framework for building APIs with Python 3.6 and its later versions based on standard Python-type hints. With this book, you'll be able to create fast and reliable data science API backends using practical examples. This book starts with the basics of the FastAPI framework and associated modern Python programming language concepts. You'll be taken through all the aspects of the framework, including its powerful dependency injection system and how you can use it to communicate with databases, implement authentication and integrate machine learning models. Later, you'll cover best practices relating to testing and deployment to run a high-quality and robust application. You'll also be introduced to the extensive ecosystem of Python data science packages. As you progress, you'll learn how to build data science applications in Python using FastAPI. The book also demonstrates how to develop fast and efficient machine learning prediction backends and test them to achieve the best performance. Finally, you'll see how to implement a real-time face detection system using WebSockets and a web browser as a client. By the end of this FastAPI book, you'll have not only learned how to implement Python in data science projects but also how to maintain and design them to meet high programming standards with the help of FastAPI.What you will learnExplore the basics of modern Python and async I/O programmingGet to grips with basic and advanced concepts of the FastAPI frameworkImplement a FastAPI dependency to efficiently run a machine learning modelIntegrate a simple face detection algorithm in a FastAPI backendIntegrate common Python data science libraries in a web backendDeploy a performant and reliable web backend for a data science applicationWho this book is forThis Python data science book is for data scientists and software developers interested in gaining knowledge of FastAPI and its ecosystem to build data science applications. Basic knowledge of data science and machine learning concepts and how to apply them in Python is recommended.

Building Data Science Applications with FastAPI: Develop, manage, and deploy efficient machine learning applications with Python

by François Voron

Learn all the features and best practices of FastAPI to build, deploy, and monitor powerful data science and AI apps, like object detection or image generation. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUncover the secrets of FastAPI, including async I/O, type hinting, and dependency injectionLearn to add authentication, authorization, and interaction with databases in a FastAPI backendDevelop real-world projects using pre-trained AI modelsBook DescriptionBuilding Data Science Applications with FastAPI is the go-to resource for creating efficient and dependable data science API backends. This second edition incorporates the latest Python and FastAPI advancements, along with two new AI projects – a real-time object detection system and a text-to-image generation platform using Stable Diffusion. The book starts with the basics of FastAPI and modern Python programming. You'll grasp FastAPI's robust dependency injection system, which facilitates seamless database communication, authentication implementation, and ML model integration. As you progress, you'll learn testing and deployment best practices, guaranteeing high-quality, resilient applications. Throughout the book, you'll build data science applications using FastAPI with the help of projects covering common AI use cases, such as object detection and text-to-image generation. These hands-on experiences will deepen your understanding of using FastAPI in real-world scenarios. By the end of this book, you'll be well equipped to maintain, design, and monitor applications to meet the highest programming standards using FastAPI, empowering you to create fast and reliable data science API backends with ease while keeping up with the latest advancements.What you will learnExplore the basics of modern Python and async I/O programmingGet to grips with basic and advanced concepts of the FastAPI frameworkDeploy a performant and reliable web backend for a data science applicationIntegrate common Python data science libraries into a web backendIntegrate an object detection algorithm into a FastAPI backendBuild a distributed text-to-image AI system with Stable DiffusionAdd metrics and logging and learn how to monitor themWho this book is forThis book is for data scientists and software developers interested in gaining knowledge of FastAPI and its ecosystem to build data science applications. Basic knowledge of data science and machine learning concepts and how to apply them in Python is recommended.

Building Data Science Solutions with Anaconda: A comprehensive starter guide to building robust and complete models

by Kevin Goldsmith Dan Meador

The missing manual to becoming a successful data scientist—develop the skills to use key tools and the knowledge to thrive in the AI/ML landscapeKey FeaturesLearn from an AI patent-holding engineering manager with deep experience in Anaconda tools and OSSGet to grips with critical aspects of data science such as bias in datasets and interpretability of modelsGain a deeper understanding of the AI/ML landscape through real-world examples and practical analogiesBook DescriptionYou might already know that there's a wealth of data science and machine learning resources available on the market, but what you might not know is how much is left out by most of these AI resources. This book not only covers everything you need to know about algorithm families but also ensures that you become an expert in everything, from the critical aspects of avoiding bias in data to model interpretability, which have now become must-have skills.In this book, you'll learn how using Anaconda as the easy button, can give you a complete view of the capabilities of tools such as conda, which includes how to specify new channels to pull in any package you want as well as discovering new open source tools at your disposal. You'll also get a clear picture of how to evaluate which model to train and identify when they have become unusable due to drift. Finally, you'll learn about the powerful yet simple techniques that you can use to explain how your model works.By the end of this book, you'll feel confident using conda and Anaconda Navigator to manage dependencies and gain a thorough understanding of the end-to-end data science workflow.What you will learnInstall packages and create virtual environments using condaUnderstand the landscape of open source software and assess new toolsUse scikit-learn to train and evaluate model approachesDetect bias types in your data and what you can do to prevent itGrow your skillset with tools such as NumPy, pandas, and Jupyter NotebooksSolve common dataset issues, such as imbalanced and missing dataUse LIME and SHAP to interpret and explain black-box modelsWho this book is forIf you're a data analyst or data science professional looking to make the most of Anaconda's capabilities and deepen your understanding of data science workflows, then this book is for you. You don't need any prior experience with Anaconda, but a working knowledge of Python and data science basics is a must.

Building Data Science Teams

by Dj Patil

As data science evolves to become a business necessity, the importance of assembling a strong and innovative data teams grows. In this in-depth report, data scientist DJ Patil explains the skills, perspectives, tools and processes that position data science teams for success.Topics include: What it means to be "data driven." The unique roles of data scientists. The four essential qualities of data scientists. Patil's first-hand experience building the LinkedIn data science team.

Building Data Streaming Applications with Apache Kafka

by Chanchal Singh Manish Kumar

Design and administer fast, reliable enterprise messaging systems with Apache Kafka About This Book • Build efficient real-time streaming applications in Apache Kafka to process data streams of data • Master the core Kafka APIs to set up Apache Kafka clusters and start writing message producers and consumers • A comprehensive guide to help you get a solid grasp of the Apache Kafka concepts in Apache Kafka with pracitcalpractical examples Who This Book Is For If you want to learn how to use Apache Kafka and the different tools in the Kafka ecosystem in the easiest possible manner, this book is for you. Some programming experience with Java is required to get the most out of this book What You Will Learn • Learn the basics of Apache Kafka from scratch • Use the basic building blocks of a streaming application • Design effective streaming applications with Kafka using Spark, Storm &, and Heron • Understand the importance of a low -latency , high- throughput, and fault-tolerant messaging system • Make effective capacity planning while deploying your Kafka Application • Understand and implement the best security practices In Detail Apache Kafka is a popular distributed streaming platform that acts as a messaging queue or an enterprise messaging system. It lets you publish and subscribe to a stream of records, and process them in a fault-tolerant way as they occur. This book is a comprehensive guide to designing and architecting enterprise-grade streaming applications using Apache Kafka and other big data tools. It includes best practices for building such applications, and tackles some common challenges such as how to use Kafka efficiently and handle high data volumes with ease. This book first takes you through understanding the type messaging system and then provides a thorough introduction to Apache Kafka and its internal details. The second part of the book takes you through designing streaming application using various frameworks and tools such as Apache Spark, Apache Storm, and more. Once you grasp the basics, we will take you through more advanced concepts in Apache Kafka such as capacity planning and security. By the end of this book, you will have all the information you need to be comfortable with using Apache Kafka, and to design efficient streaming data applications with it. Style and approach A step-by –step, comprehensive guide filled with practical and real- world examples

Building Decentralized Trust: Multidisciplinary Perspectives on the Design of Blockchains and Distributed Ledgers

by Victoria L. Lemieux Chen Feng

This volume brings together a multidisciplinary group of scholars from diverse fields including computer science, engineering, archival science, law, business, psychology, economics, medicine and more to discuss the trade-offs between different “layers” in designing the use of blockchain/Distributed Ledger Technology (DLT) for social trust, trust in data and records, and trust in systems. Blockchain technology has emerged as a solution to the problem of trust in data and records, as well as trust in social, political and economic institutions, due to its profound potential as a digital trust infrastructure. Blockchain is a DLT in which confirmed and validated sets of transactions are stored in blocks that are chained together to make tampering more difficult and render records immutable. This book is dedicated to exploring and disseminating the latest findings on the relationships between socio-political and economic data, record-keeping, and technical aspects of blockchain.

Building Dependable Distributed Systems

by Wenbing Zhao

This book covers the most essential techniques for designing and building dependable distributed systems. Instead of covering a broad range of research works for each dependability strategy, the book focuses only a selected few (usually the most seminal works, the most practical approaches, or the first publication of each approach) are included and explained in depth, usually with a comprehensive set of examples. The goal is to dissect each technique thoroughly so that readers who are not familiar with dependable distributed computing can actually grasp the technique after studying the book.The book contains eight chapters. The first chapter introduces the basic concepts and terminologies of dependable distributed computing, and also provide an overview of the primary means for achieving dependability. The second chapter describes in detail the checkpointing and logging mechanisms, which are the most commonly used means to achieve limited degree of fault tolerance. Such mechanisms also serve as the foundation for more sophisticated dependability solutions. Chapter three covers the works on recovery-oriented computing, which focus on the practical techniques that reduce the fault detection and recovery times for Internet-based applications. Chapter four outlines the replication techniques for data and service fault tolerance. This chapter also pays particular attention to optimistic replication and the CAP theorem. Chapter five explains a few seminal works on group communication systems. Chapter six introduces the distributed consensus problem and covers a number of Paxos family algorithms in depth. Chapter seven introduces the Byzantine generals problem and its latest solutions, including the seminal Practical Byzantine Fault Tolerance (PBFT) algorithm and a number of its derivatives. The final chapter covers the latest research results on application-aware Byzantine fault tolerance, which is an important step forward towards practical use of Byzantine fault tolerance techniques.

Building Digital Culture: A Practical Guide to Successful Digital Transformation

by Thomas Brown Daniel Rowles

Building Digital Culture aims to answer a simple question: How can organisations succeed when the environment they operate in is changing so quickly? The last thing businesses need today is a digital strategy. Instead, their strategy needs to be fit for our fast-changing digital world, where businesses have more data than they know what to do with, a media landscape that's exploded in size and complexity, the risk of a new disruption around every corner, and only one certainty: that this change won't let up.Building Digital Culture doesn't address whether or not you should advertise on Facebook or invest in virtual reality. It doesn't seek to unearth a silver bullet to make digital investments a sure-thing. It steps back from the hype, and argues that whatever digital might mean for your business, if you don't create a digital culture you'll most likely fail, or at least fall short of what you want to achieve.Daniel Rowles and Thomas Brown combine more than 30 years of experience at the forefront of marketing and digital developments to help you to navigate from being a business that tolerates or acts digital, to one that truly is digital.Building Digital Culture is based on more than 200 hours of research, candid interviews and contributions from senior leaders at a diverse range of brands including Twitter, Made.com, Tech London Advocates, Deloitte, HSBC, Reckitt Benckiser, Ladbrokes, Direct Line Group, The Metropolitan Police, Zurich Insurance and many more.

Building Digital Ecosystem Architectures: A Guide to Enterprise Architecting Digital Technologies in the Digital Enterprise (Business in the Digital Economy)

by Mark Skilton

The design of digital solutions has become a pressing concern for practitioners faced with a plethora of technology impacting their business. From cloud computing to social networks, mobile computing and big data, to the emerging of Internet of things, all of which are changing how enterprise products, services, rooms and buildings are connected to the wider ecosystem of networks and services. This book defines digital ecosystems with examples from real industry cases and explores how enterprise architecture is evolving to enable physical and virtual, social, and material object collaboration and experience. The key topics covered include:Concepts of digitizationTypes of technological ecosystemsArchitecting digital workspaces Principles of architecture design Examples architecting digital business models Examples of digital design patterns Methods of monetizationConclusions

Building Digital Government Strategies: Principles and Practices (Public Administration and Information Technology #16)

by J. Ramon Gil-Garcia Luis F. Luna-Reyes Rodrigo Sandoval-Almazán Dolores E. Luna-Reyes Gabriel Puron-Cid Sergio Picazo-Vela

This book provides key strategic principles and best practices to guide the design and implementation of digital government strategies. It provides a series of recommendations and findings to think about IT applications in government as a platform for information, services and collaboration, and strategies to avoid identified pitfalls. Digital government research suggests that information technologies have the potential to generate immense public value and transform the relationships between governments, citizens, businesses and other stakeholders. However, developing innovative and high impact solutions for citizens hinges on the development of strategic institutional, organizational and technical capabilities. Thus far, particular characteristics and problems of the public sector organization promote the development of poorly integrated and difficult to maintain applications. For example, governments maintain separate applications for open data, transparency, and public services, leading to duplication of efforts and a waste of resources. The costs associated with maintaining such sets of poorly integrated systems may limit the use of resources to future projects and innovation. This book provides best practices and recommendations based on extensive research in both Mexico and the United States on how governments can develop a digital government strategy for creating public value, how to finance digital innovation in the public sector, how to building successful collaboration networks and foster citizen engagement, and how to correctly implement open government projects and open data. It will be of interest to researchers, practitioners, students, and public sector IT professionals that work in the design and implementation of technology-based projects and programs.

Building Digital Twin Metaverse Cities: Revolutionizing Cities with Emerging Technologies (Maker Innovations Series)

by Xiangming Samuel Li

Why do we need to live in a smart city? Rapid urbanization causes compelling city problems worldwide, such as housing, traffic, schooling, healthcare, employment, and pollution. Numerous smart-city scholars and practitioners have attempted to tackle these problems but lack an integrated approach and practical implementation tools to solve them. This book explains how to build digital twin metaverse cities aimed to accelerate urban digital transformation through emerging technologies. You’ll start by identifying a problem statement, designing a novel digital twin metaverse architecture, reviewing emerging technologies as building blocks and showcasing interesting applications. You’ll then review state-of-the-art digital twin metaverse development tools and present readers with interesting engineering prototypes of my proposed digital twin smart cities. Finally, you’ll discover how to avoid some management pitfalls during the construction of innovative smart cities, including project management, change management, leadership skills, and modern management information systems. With Building Digital Twin Metaverse Cities you’ll work with a novel architectural design and use the latest technologies as building blocks to construct smart cities of your own. What You'll Learn Explore complex issues arising from rapid urbanization. Discover how emerging technologies like 5G, IoT, and AI can solve urban problems. Master the digital twinning process powered by the Data Analytics Flywheel. Explore core and enabling technologies shaping Digital Twin Metaverse Cities. Gain hands-on experience with development tools and prototypes for smart city applications. Who This Book Is For Professionals who want to learn emerging technologies and digital twin metaverse development tools to construct innovative smart cities to solve the current pressing urbanization problems. General readers like city residents and government officials worldwide, who are suffering from the growing pains of rapid urbanization and looking for effective smart city solutions using new technologies and methodology. Smart city researchers and college students wanting to build smart projects for urban digital transformation and smart Xs (everything).

Building Distributed Applications in Gin: A hands-on guide for Go developers to build and deploy distributed web apps with the Gin framework

by Mohamed Labouardy

An effective guide to learning how to build a large-scale distributed application using the wide range of functionalities in GinKey FeaturesExplore the commonly used functionalities of Gin to build web applicationsBecome well-versed with rendering HTML templates with the Gin engineSolve commonly occurring challenges such as scaling, caching, and deploymentBook DescriptionGin is a high-performance HTTP web framework used to build web applications and microservices in Go. This book is designed to teach you the ins and outs of the Gin framework with the help of practical examples. You'll start by exploring the basics of the Gin framework, before progressing to build a real-world RESTful API. Along the way, you'll learn how to write custom middleware and understand the routing mechanism, as well as how to bind user data and validate incoming HTTP requests. The book also demonstrates how to store and retrieve data at scale with a NoSQL database such as MongoDB, and how to implement a caching layer with Redis. Next, you'll understand how to secure and test your API endpoints with authentication protocols such as OAuth 2 and JWT. Later chapters will guide you through rendering HTML templates on the server-side and building a frontend application with the React web framework to consume API responses. Finally, you'll deploy your application on Amazon Web Services (AWS) and learn how to automate the deployment process with a continuous integration/continuous delivery (CI/CD) pipeline. By the end of this Gin book, you will be able to design, build, and deploy a production-ready distributed application from scratch using the Gin framework.What you will learnBuild a production-ready REST API with the Gin frameworkScale web applications with event-driven architectureUse NoSQL databases for data persistenceSet up authentication middleware with JWT and Auth0Deploy a Gin-based RESTful API on AWS with Docker and KubernetesImplement a CI/CD workflow for Gin web appsWho this book is forThis book is for Go developers who are comfortable with the Go language and seeking to learn REST API design and development with the Gin framework. Beginner-level knowledge of the Go programming language is required to make the most of this book.

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.

Building Dynamic Web 2.0 Websites with Ruby on Rails

by Hagen Graf

This book takes the reader through the tasks essential to create a Joomla! website as rapidly as possible. The necessary tasks are explained with clear step-by-step instructions. The authors chatty and engaging style makes this book very readable. This book is suitable for web developers, designers, webmasters, content editors, and marketing professionals who want to develop a website in a simple and straightforward process. It does not require any detailed knowledge of programming or web development, and any IT-confident individual will be able to use the book to produce an impressive website.

Building Dynamics CRM 2015 Dashboards with Power BI

by Steve Ivie

Build interactive and analytical sales productivity dashboards for Dynamics CRM 2015 with Power BI About This Book * Create Dynamics CRM reports using Power BI for Office 365 and Power BI Designer * Discover best practices to build and deploy these dashboards to Power BI sites and Dynamics CRM 2015 * Learn how to extend dashboard to mobile iPad and Surface Power BI apps Who This Book Is For This book is intended for all Dynamics CRM 2015 users--administrators, managers, business analysts, or report writers who are new to creating dashboards using Power BI and Dynamics CRM. It would be helpful to have a basic knowledge of the Dynamics CRM 2015 platform, but no prior experience is required. What You Will Learn * Organize and consolidate Dynamics CRM 2015 datasets * Add summaries and visualizations using charts and maps * Enhance data clarity with filters, slicers, timelines * Improve analysis by joining other data sources * Deploy and present the dashboard to Power BI for Office 365 site * Use the advanced Q/A functionality with Power BI to query data in the dashboard graphs and charts * Connect the dashboards to Dynamics CRM 2015 * Extend functionality with Power BI mobile apps In Detail Dynamics CRM 2015 holds a wealth of information about customers and the sales pipeline, but sometimes leaves users with basic end-user reporting and dashboard options. Power BI is a great new tool for analyzing and presenting data, giving us the ability to dig deeper into the information. With the increased requests for real-time sales analytics, Power BI when connected to Dynamics CRM offers a self-service approach to build, shape, and present data through an easy-to-use interface. The set of features within Power BI will give all users a tool to generate real-time sales productivity reports and dashboards to enhance their sales performance. This book will provide you with the skills you need to learn how to build and present Dynamics CRM 2015 sales dashboards using Power BI. It follows a step-by-step process to build an interactive dashboard by organizing and consolidating datasets, improving the look and feel of graphs, charts, and maps, and enhancing data clarity with filters and slicers. By sequentially working through the steps in each chapter, you will learn how to use the Power BI Q/A functionality to query data in the dashboard, extend the dashboards to the mobile apps for the iPad and Surface, and leverage the pre-built workbook template provided by Microsoft for Dynamic CRM 2015 sales, service, and marketing dashboards. Style and approach A step-by-step approach to building a Power BI driven Dynamics CRM dashboard explained in an easy-to-follow style. Each topic is explained sequentially in the process of creating a dashboard, and detailed explanations of the basic and advanced features of Power BI and Dynamics CRM that appeal to the needs of readers with a wide range of experiences are also included.

Building E-Commerce Solutions with WooCommerce

by Robbert Ravensbergen

Building E-Commerce Solutions with WooCommerce is a step-by-step tutorial with informal but informative tone.This book is written for users with an existing WordPress website who want to add e- commerce functionality to their current solution. This book is also suitable for web design agencies working with WordPress. As a pre-requisite, it is assumed that you already have some experience of PHP and using WordPress.

Building E-Commerce Solutions with WooCommerce - Second Edition

by Robbert Ravensbergen

Transform your WordPress website into a fully-featured e-commerce store with the power of WooCommerce About This Book * Offers do-it-yourself e-commerce solution using WordPress and WooCommerce * Discover the new Onboarding wizard that makes complex processes user-friendly * Manage your online store and expand its functions using plugins Who This Book Is For This book is suitable for everybody running their own WordPress website, such as small business owners and marketers. It has been written for users, not for programmers, who want to add e-commerce functionality to their existing WordPress website. The book will also appeal to Web design agencies working with WordPress and looking for ways to improve their services for clients working with WordPress. What You Will Learn * Use WooCommerce settings to set up the behavior of the online store * Get familiar with the downloadable and variable products * Set up shipping and payment methods * Use discount coupons for marketing purposes * Choose the right WooCommerce theme for your online store * Customize your website using the Storefront theme as a base * Handle orders, payments, and emails on a daily basis with ease * Work with WooCommerce reporting possibilities * Expanding your online store with the functionalities offered by WooCommerce In Detail Building an online store is often considered to be a difficult, complex task. Using the combination of WordPress and the WooCommerce plugin, this is no longer the case. WooCommerce is the most popular e-commerce platform for WordPress and is being rapidly developed by WooThemes. It provides a strong e-commerce solution to set up your own online store in just a couple of hours. This easy and practical book will help you make the most of WooCommerce to be able to set up and run your online store yourself. Installing WooCommerce is an easy task, but this book will explain in detail all the possible settings. After that you'll be adding products, different payment methods, and shipping solutions to your store. You will then customize your store by adding themes to change the look and feel. Once your store is running, you'll learn how to use discount coupons, process your orders, look at reports, and even expand the functionality further with additional plugins. By the end of the book, you will learn everything you need to add a fully functional online store to you WordPress website and start running an online business. Style and approach This book is a practical, step-by-step guide that will help you manage your online store easily and efficiently, and expand its functions using the WooCommerce plug-in

Building E-commerce Sites with Drupal Commerce Cookbook

by Richard Carter

Building eCommerce Sites with Drupal Commerce Cookbook is written in a helpful, practical style with numerous hands-on recipes to help you build attractive eCommerce sites.This book is primarily for store owners and web designers with little or no experience of Drupal and Drupal Commerce who want to build and customise a store in Drupal Commerce. You will have a basic knowledge of websites, but you don't need to be familiar with Drupal or PHP. However, this book would also suit experienced Drupal and Ubercart users who want to migrate to or build a Drupal Commerce store

Building E-commerce Sites with VirtueMart Cookbook

by John Horton

Written in a friendly, recipe-based style, this practical cookbook will show you how to create, maintain and customize attractive eCommerce solutions with ease.This book is written for anyone who is interested in building eCommerce solutions with VirtueMart. If you have little to no experience with eCommerce this book will show you how to overcome any problem no matter how complex it appears. Experienced site builders and administrators will also find the solutions this cookbook offers useful. Basic HTML and CSS would be beneficial.

Building ERP Solutions with Microsoft Dynamics NAV

by Stefano Demiliani

Create real-world enterprise solutions with NAV, Cloud, and the Microsoft stack About This Book • Integrate NAV with various offerings of the Microsoft stack to create enterprise-ready and service-oriented solutions • Use Power BI and Universal Windows Platform for effective data analysis and real-time tracking with NAV • Discover the services offered by Microsoft Azure and implement them in different industries using real-world case scenarios Who This Book Is For This book is for NAV developers and solution architects who need to implement real-world enterprise solutions based on Microsoft Dynamics NAV. Knowledge of the NAV programming language (C/AL) and C# language is recommended. Knowledge of ASP.NET and Visual Studio development would help, but is not necessary. What You Will Learn • Configure NAV Web Services and create external applications with Visual Studio, .NET, and .NET Core • Solve technical architectural problems by implementing enterprise solutions with NAV • Develop applications and solutions with Microsoft Dynamics NAV and the Microsoft technology stack • Create a Power BI dashboard for rich reporting and NAV data analysis • Find out how to transmit your device location from a UWP application to NAV in order to implement a distributed solution for managing couriers in a sales company • Make the most of Microsoft Azure and its services • Create enterprise solutions with NAV by using Azure App Service • Use Azure Service Bus for managing distributed NAV applications In Detail Implementing Microsoft Dynamics NAV in the real world often requires you to integrate the ERP with external applications or solve complex architectural tasks in order to have a final successful project. This book will show you how to extend a Microsoft Dynamics NAV installation to the enterprise world in a practical way. The book starts with an introduction to Microsoft Dynamics NAV architecture and then moves on to advanced topics related to implementing real-world solutions based on NAV and external applications. You will learn how an enterprise distributed architecture with NAV at the core can be implemented. Through a series of real-world cases on every topic and every industry (sales, retail, manufacturing, distribution, healthcare, and so on), you'll see step by step how to efficiently solve a technical problem. These common problems encountered in a NAV implementation will be solved using the entire technology stack that Microsoft offers. By the end of the book, you will have the knowledge to efficiently solve certain scenarios, you will know which is the best solution architecture to propose to a customer and how to implement it. Style and approach Taking you through a variety of real-world use cases, the book will show you step by step all you need to know to tackle these problems and give you creative ideas to implement in related problems you might come across in the real world.

Refine Search

Showing 9,126 through 9,150 of 61,611 results