Große Auswahl an günstigen Büchern
Schnelle Lieferung per Post und DHL

Bücher veröffentlicht von Packt Publishing

Filter
Filter
Ordnen nachSortieren Beliebt
  • von Marko Aleksendric
    54,00 €

  • von Dhairya Parikh
    48,00 €

  • von Aaron Dietzen
    97,00 €

  • von Bekim Dauti
    66,00 €

    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

  • von Arun Kumar Asokan
    48,00 €

  • von Sherwin John C. Tragura
    62,00 €

    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

  • von Kamil Mrzyg¿ód
    68,00 €

  • von Tomasz Palczewski
    64,00 €

  • von Patrick Tucker
    56,00 €

  • von Alex Giamas
    65,00 €

  • von Antonio Mele
    70,00 €

    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.

  • von Anthony Davis
    75,00 €

  • von Joshua N. Milligan
    121,00 €

    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.

  • von Ryan Edge
    50,00 €

  • von Sulekha Aloorravi
    61,00 €

  • von Michael Kaufmann
    67,00 €

  • von Anghel Leonard
    69,00 €

  • von Mark Dunkerley
    75,00 €

    A comprehensive guide to administering and protecting the latest Windows 11 and Windows Server 2022 from the complex cyber threatsKey Features- Learn to protect your Windows environment using zero-trust and a multi-layered security approach- Implement security controls using Intune, Configuration Manager, Defender for Endpoint, and more- Understand how to onboard modern cyber-threat defense solutions for Windows clientsBook DescriptionAre you looking for the most current and effective ways to protect Windows-based systems from being compromised by intruders? This updated second edition is a detailed guide that helps you gain the expertise to implement efficient security measures and create robust defense solutions using modern technologies.The first part of the book covers security fundamentals with details around building and implementing baseline controls. As you advance, you'll learn how to effectively secure and harden your Windows-based systems through hardware, virtualization, networking, and identity and access management (IAM). The second section will cover administering security controls for Windows clients and servers with remote policy management using Intune, Configuration Manager, Group Policy, Defender for Endpoint, and other Microsoft 365 and Azure cloud security technologies. In the last section, you'll discover how to protect, detect, and respond with security monitoring, reporting, operations, testing, and auditing.By the end of this book, you'll have developed an understanding of the processes and tools involved in enforcing security controls and implementing zero-trust security principles to protect Windows systems.What you will learn- Build a multi-layered security approach using zero-trust concepts- Explore best practices to implement security baselines successfully- Get to grips with virtualization and networking to harden your devices- Discover the importance of identity and access management- Explore Windows device administration and remote management- Become an expert in hardening your Windows infrastructure- Audit, assess, and test to ensure controls are successfully applied and enforced- Monitor and report activities to stay on top of vulnerabilitiesWho this book is forIf you're a cybersecurity or technology professional, solutions architect, systems engineer, systems administrator, or anyone interested in learning how to secure the latest Windows-based systems, this book is for you. A basic understanding of Windows security concepts, Intune, Configuration Manager, Windows PowerShell, and Microsoft Azure will help you get the best out of this book.Table of Contents- Fundamentals of Windows Security- Building a Baseline- Hardware and Virtualization- Networking Fundamentals for Hardening Windows- Identity and Access Management- Administration and Policy Management- Deploying Windows Securely- Keeping Your Windows Client Secure- Advanced Hardening for Windows Clients- Mitigating Common Attack Vectors- Server Infrastructure Management- Keeping Your Windows Server Secure- Security Monitoring and Reporting- Security Operations- Testing and Auditing- Top 10 Recommendations and the Future

  • von Mark Kiepe
    92,00 €

Willkommen bei den Tales Buchfreunden und -freundinnen

Jetzt zum Newsletter anmelden und tolle Angebote und Anregungen für Ihre nächste Lektüre erhalten.