Marknadens största urval
Snabb leverans

Böcker utgivna av Packt Publishing

Filter
Filter
Sortera efterSortera Populära
  • av Nagaraj Venkatesan
    695,-

    This new edition of Azure Data Engineering Cookbook acts as a practical guide, focusing on the different data engineering techniques that can be implemented using Azure Data Services. You will learn how to build end-to-end Azure data engineering pipelines to help you extract useful insights out of raw data collected from disparate sources.

  • av Marko Aleksendric
    555,-

  • av Dhairya Parikh
    509,-

  • av Bekim Dauti
    695,-

    Deploy, set up, and deliver network services with Windows Server 2022, along with exploring Microsoft's role-based certificationsKey FeaturesGet started with server installation, performance monitoring, and server maintenanceDevelop the skills necessary to manage an enterprise environmentImplement networking and security best practices in your Windows Server environmentBook DescriptionThis third edition gets you up and running with Windows Server 2022, Microsoft's new server operating system, as part of the Windows NT family of operating systems, developed concurrently with Windows 10, version 21H2.The book begins by introducing computer networking and Windows Server concepts, gradually moving towards Windows Server 2022. With the help of step-by-step instructions and easy-to-understand graphics, you'll become well versed with the roles, features, and functionalities of Windows Server 2022. Topics such as the installation process, upgrades, post-installation tasks, and initial server configuration are covered in detail. As you make progress, you'll explore roles, features, and role services such as Active Directory, DNS, Hyper-V, remote access, storage, and printers, among others. The book then takes you through maintenance and troubleshooting tasks to guide you in efficiently managing Windows Server 2022. Finally, by working with numerous questions in each chapter and detailed answers at the end, you can test your understanding of the concepts covered.By the end of this Windows Server book, you'll be equipped with the knowledge needed to update, maintain, and troubleshoot servers to ensure business continuity by relying on best practices and using step-by-step graphic-driven examples.What you will learnGrasp the fundamentals of Windows Server 2022Understand how to deploy Windows Server 2022Discover Windows Server post-installation tasksAdd roles to your Windows Server environmentApply Windows Server 2022 GPOs to your networkDelve into virtualization and Hyper-V conceptsTune, maintain, update, and troubleshoot Windows Server 2022Get familiar with Microsoft's role-based certificationsWho this book is forIf you are an IT professional who wants to deploy and configure Windows Server 2022, then this book is for you. You can also use this book to learn about Microsoft's role-based certifications if you're planning to enroll in a course. No prior experience with Windows Server operating systems or familiarity with networking concepts is required.Table of ContentsGetting Started with Windows ServerIntroducing Windows Server 2022Installing Windows Server 2022Post-Installation Tasks in Windows Server 2022Directory Services in Windows Server 2022Adding Roles to Windows Server 2022Group Policy in Windows Server 2022Virtualization with Windows Server 2022Storing Data in Windows Server 2022Tuning and Maintaining Windows Server 2022Updating and Troubleshooting Windows Server 2022Preparing for Microsoft Certifications

  • av Arun Kumar Asokan
    509,-

  • av Sherwin John C. Tragura
    659,-

    Discover the secrets of building Python microservices using the FastAPI frameworkKey Features:- Provides a reference that contains definitions, illustrations, comparative analysis, and the implementation of real-world apps- Covers concepts, core details, and advanced integration and design-related topics- Imparts context, app templates, suggestions, and insights that are helpful to actual projectsBook Description:FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build modern, manageable, and fast microservices. Because of its asynchronous core platform, this ASGI-based framework provides the best option when it comes to performance, reliability, and scalability over the WSGI-based Django and Flask. When working with Python, Flask, and Django microservices, you'll be able to put your knowledge to work with this practical guide to building seamlessly manageable and fast microservices.You'll begin by understanding the background of FastAPI and learning how to install, configure, and use FastAPI to decompose business units. You'll explore a unique and asynchronous REST API framework that can provide a better option when it comes to building microservices. After that, this book will guide you on how to apply and translate microservices design patterns in building various microservices applications and RESTful APIs using the FastAPI framework.By the end of this microservices book, you'll be able to understand, build, deploy, test, and experiment with microservices and their components using the FastAPI framework.What You Will Learn:- Understand, orient, and implement REST APIs using the basic components of the FastAPI framework- Build asynchronous as well as synchronous REST services using the built-in pydantic module and asyncio support- Create small-scale and large-scale microservices applications using features supported by FastAPI- Build event-driven and message-driven applications using the framework- Create an asynchronous and synchronous data layer with both relational and NoSQL databases- Perform numerical and symbolic computations with FastAPIWho this book is for:This book is for Python web developers, advanced Python developers, and backend developers using Flask or Django who want to learn how to use the FastAPI framework to implement microservices. Readers familiar with the REST API and microservices will also benefit from this book. Some parts of the book contain general concepts, processes, and instructions that intermediate-level developers and Python enthusiasts can relate to as well.Table of Contents- Setting Up FastAPI for Starters- Exploring the Core Features- Investigating Dependency Injection- Building the Microservice Application- Connecting to a Relational Database- Using a Non-Relational Database- Securing the REST APIs- Creating Coroutines, Events, and Message-Driven Transactions- Utilizing Other Advanced Features- Solving Numerical, Symbolic, and Graphical Problems- Adding Other Microservice Features

  • av Kamil Mrzyg¿ód
    695,-

  • av Tomasz Palczewski
    679,-

  • av Antonio Mele
    695,-

    Learn to create fully functional web applications with authentication, content management systems, payment processing, RESTful APIs, and morePurchase of the print or Kindle book includes a free eBook in PDF format.Key Features:Implement advanced functionalities, such as full-text search engines, user activity streams, payment gateways, and recommendation engines Integrate JavaScript, PostgreSQL, Redis, Celery, and Memcached into your applications Add real-time features with Django Channels and WebSockets Book Description:Django 4 By Example is the 4th edition of the best-selling franchise that helps you build web apps. This book will walk you through the creation of real-world applications, solving common problems, and implementing best practices using a step-by-step approach. You'll cover a wide range of web app development topics as you build four different apps: A blog application: Create data models, views, and URLs and implement an admin site for your blog. Create sitemaps and RSS feeds and implement a full-text search engine with PostgreSQL. A social website: Implement authentication with Facebook, Twitter, and Google. Create user profiles, image thumbnails, a bookmarklet, and an activity stream. Implement a user follower system and add infinite scroll pagination to your website. An e-commerce application: Build a product catalog, a shopping cart, and asynchronous tasks with Celery and RabbitMQ. Process payments with Stripe and manage payment notifications via webhooks. Build a product recommendation engine with Redis. Create PDF invoices and export orders to CSV. An e-learning platform: Create a content management system to manage polymorphic content. Cache content with Memcached and Redis. Build and consume a RESTful API. Implement a real-time chat using WebSockets with ASGI. Create a production environment using NGINX, uWSGI and Daphne with Docker Compose. This is a practical book that will have you creating web apps quickly.What You Will Learn:Learn Django essentials, including models, ORM, views, templates, URLs, forms, authentication, signals and middleware Implement different modules of the Django framework to solve specific problems Integrate third-party Django applications into your project Build asynchronous (ASGI) applications with Django Set up a production environment for your projects Easily create complex web applications to solve real use cases Who this book is for:This book is for readers with basic Python knowledge and programmers transitioning from other web frameworks who wish to learn Django by doing. If you already use Django or have in the past, and want to learn best practices and integrate other technologies to scale your applications, then this book is for you too. This book will help you master the most relevant areas of the framework by building practical projects from scratch. Some previous knowledge of HTML and JavaScript is assumed.

  • av Anthony Davis
    555,-

  • av Joshua N. Milligan
    805,-

    Now in color, this edition of Learning Tableau will empower you to bring data to life and make better business decisionsPurchase of the print or Kindle book includes a free eBook in PDF format.Key Features:Learn the basics of data analysis, from snappy visualizations to comprehensive dashboardsGain meaningful insights with geospatial analysis, scripting extensions, and other advanced methodsExplore the latest Tableau 2022 features, including Einstein Discovery and Explain DataBook Description:Learning Tableau 2022 helps you get started with Tableau and data visualization, but it does more than just cover the basic principles. It helps you understand how to analyze and communicate data visually, and articulate data stories using advanced features.This new edition is updated with Tableau's latest features, such as dashboard extensions, Explain Data, and integration with CRM Analytics (Einstein Analytics), which will help you harness the full potential of artificial intelligence (AI) and predictive modeling in Tableau.After an exploration of the core principles, this book will teach you how to use table and level of detail calculations to extend and alter default visualizations, build interactive dashboards, and master the art of telling stories with data.You'll learn about visual statistical analytics and create different types of static and animated visualizations and dashboards for rich user experiences. We then move on to interlinking different data sources with Tableau's Data Model capabilities, along with maps and geospatial visualization. You will further use Tableau Prep Builder's ability to efficiently clean and structure data.By the end of this book, you will be proficient in implementing the powerful features of Tableau 2022 to improve the business intelligence insights you can extract from your data.What You Will Learn:Develop stunning visualizations to explain complex data with clarityBuild interactive dashboards to drive actionable user insightsExplore Data Model capabilities and interlink data from various sourcesCreate and use calculations to solve problems and enrich your analyticsEnable smart decision-making with data clustering, distribution, and forecastingExtend Tableau's native functionality with extensions, scripts, and AI through CRM Analytics (formerly Einstein Analytics)Leverage Tableau Prep Builder's amazing capabilities for data cleaning and structuringShare your data stories to build a culture of trust and actionWho this book is for:This Tableau book is for aspiring BI developers and data analysts, data scientists, researchers, and anyone else who wants to gain a deeper understanding of data through Tableau. This book starts from the ground up, so you won't need any prior experience with Tableau before you dive in, but a full Tableau license (or 14-day demo license) is essential to be able to make use of all the exercises.

  • av Sulekha Aloorravi
    629,-

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.